Warning
This documentation is for an old version of IPython. You can find docs for newer versions here.
Module: parallel.apps.ipengineapp¶
The IPython engine application
Authors:
- Brian Granger
- MinRK
2 Classes¶
-
class
IPython.parallel.apps.ipengineapp.MPI(**kwargs)¶ Bases:
IPython.config.configurable.ConfigurableConfigurable for MPI initialization
-
class
IPython.parallel.apps.ipengineapp.IPEngineApp(**kwargs)¶ Bases:
IPython.parallel.apps.baseapp.BaseParallelApplication-
bind_kernel(**kwargs)¶ Promote engine to listening kernel, accessible to frontends.
-
find_url_file()¶ Set the url file.
Here we don’t try to actually see if it exists for is valid as that is hadled by the connection logic.
-
kernel¶ allow access to the Kernel object, so I look like IPKernelApp
-
load_connector_file()¶ load config from a JSON connector file, at a lower priority than command-line/config files.
-
