Installing ipython

To install ipython easily:

  1. If your system supports apt-get, sudo apt-get install ipython

  2. If your system supports pip, sudo pip install "ipython[notebook]"

  3. For all others, install the Anaconda version of python as described at http://ipython.org/install.html.

  • No labels