Using IPython for parallel computing

Release:6.0.1
Date:Feb 10, 2017

Installing IPython Parallel

As of 4.0, IPython parallel is now a standalone package called ipyparallel. You can install it with:

pip install ipyparallel

or:

conda install ipyparallel

And if you want the IPython clusters tab extension in your Jupyter Notebook dashboard:

ipcluster nbextension enable

Indices and tables