You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

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