; readWord success
  
ipython and jupyter cella 2017 Branchable 0 12367
  

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