Archive
Posts Tagged ‘ipython tutorial’
ipython notebook
March 31, 2012
Leave a comment
IPython notebook can be installed the following way on Ubuntu:
sudo pip install ipython -U sudo pip install tornado sudo apt-get install libzmq-dev sudo apt-get install python2.7-dev sudo pip install pyzmq
Execution:
ipython notebook
Update (20120418)
To learn more about IPython, check out this monstre tutorial (more than 3 hours long :))
Categories: python, ubuntu
ipython, ipython notebook, ipython tutorial, notebook
