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.

Authors:

  • Brian Granger

2 Classes

class IPython.html.services.clusters.clustermanager.DummyIPClusterStart(**kwargs)

Bases: IPython.parallel.apps.ipclusterapp.IPClusterStart

Dummy subclass to skip init steps that conflict with global app.

Instantiating and initializing this class should result in fully configured launchers, but no other side effects or state.

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.