jupyter installation
Published 2015-09-28T14:07:00.002Z by Physics Derivation Graph
Installation of Jupyter ( https://jupyter.readthedocs.org/en/latest/install.html ) and
https://github.com/ipython/ipyparallel
sudo pip install jupyter
sudo pip install ipyparallel
jupyter notebook --generate-config
vi ~/.jupyter/jupyter_notebook_config.py
c.NotebookApp.server_extensions.append('ipyparallel.nbextension')