Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 673 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 673 Bytes

Sample IPython 0.12+ notebooks for machine learning stuff

Screenshots

Digits Topics

Install dependencies

sudo pip install -U tornado
sudo pip install -U pyzmq
sudo pip install -U git+https://github.com/ipython/ipython.git

Run the notebook

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.