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

r415:4a5dcb15
r6202:df357e62
Show More
__init__.py
5 lines | 105 B | text/x-python | PythonLexer
"""
This package contains all third-party modules bundled with IPython.
"""
__all__ = ["simplegeneric"]