Example #1
0
def start():
    splash_args = os.environ.get('SPLASH_ARGS', '').split()
    server.main(jupyter=True, argv=splash_args, server_factory=server_factory)
Example #2
0
def start():
    splash_args = os.environ.get('SPLASH_ARGS', '').split()
    server.main(jupyter=True, argv=splash_args, server_factory=server_factory)