Install IPython notebook in Ubuntu 12.04 « Notes on Ubuntu (Linux) computing
Notes on Ubuntu (Linux) computing
Brief notes on installation, setup and other tasks in the Ubuntu world
Install IPython notebook in Ubuntu 12.04
IPython allows for the use of Python in a way that is interactive (similar to matlab or mathematica), allowing for the creation of nice tutorials and examples — really I am talking about the html notebooks. In Ubuntu 12.04, the install should be simple (I will not install from source), using the repository version to find all dependencies:
1
sudo
apt-get
install
ipython-notebook
To start an html-notebook session with inline graphics, use
1
ipython notebook --pylab inline