##// END OF EJS Templates
use DummyIPClusterStart to load config in notebook ClusterManager...
use DummyIPClusterStart to load config in notebook ClusterManager ensures that config loading matches what would happen in ipcluster. The only change needed in IPClusterStart itself was moving the on_stop registration from init_launchers to start_controller, where it should have been anyway.

File last commit:

r3408:261328d5
r6202:df357e62
Show More
__init__.py
4 lines | 72 B | text/x-python | PythonLexer
try:
from Itpl import *
except ImportError:
from _Itpl import *