http://ipython.readthedocs.io/en/stable/index.html
how to install ipython and jupyter on ubuntu
$ sudo pip3 install --upgrade pip $ sudo pip3 install ipython
$ sudo python3 -m pip install ipykernel (maybe this is not necessary for jupyter)
$ sudo pip3 install jupyter
|