sudo pip install -U tornado
sudo pip install -U pyzmq
sudo pip install -U git+https://github.com/ipython/ipython.git
Then cd
into this folder and run:
ipython notebook --pylab=inline
Then click on a notebook. The focus is on the first cell: hit
Shift-Enter
to execute the current cell an move on to the next. You
can also click on Run > All
in the left panel.