Warning
This documentation is for an old version of IPython. You can find docs for newer versions here.
Module: parallel.apps.ipcontrollerapp
¶
The IPython controller application.
Authors:
- Brian Granger
- MinRK
1 Class¶
-
class
IPython.parallel.apps.ipcontrollerapp.
IPControllerApp
(**kwargs)¶ Bases:
IPython.parallel.apps.baseapp.BaseParallelApplication
-
load_config_from_json
()¶ load config from existing json connector files.
-
load_secondary_config
()¶ secondary config, loading from JSON and setting defaults
-
save_connection_dict
(fname, cdict)¶ save a connection dict to json file.
-