##// 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:

r3410:21647ae3
r6202:df357e62
Show More
__init__.py
5 lines | 97 B | text/x-python | PythonLexer
try:
import pexpect
from pexpect import *
except ImportError:
from _pexpect import *