Warning
This documentation is for an old version of IPython. You can find docs for newer versions here.
Module: html.services.clusters.clustermanager¶
Manage IPython.parallel clusters in the notebook.
1 Class¶
- 
class IPython.html.services.clusters.clustermanager.ClusterManager(**kwargs)¶
- Bases: - IPython.config.configurable.LoggingConfigurable- 
start_cluster(profile, n=None)¶
- Start a cluster for a given profile. 
 - 
stop_cluster(profile)¶
- Stop a cluster for a given profile. 
 - 
update_profiles()¶
- List all profiles in the ipython_dir and cwd. 
 
- 
