Using IPython for parallel computing

Release:5.0.0
Date:May 26, 2016

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