pbojinov
7/14/2015 - 4:57 PM

Installing iPython w/ Python 2.7 on OSX

Installing iPython w/ Python 2.7 on OSX

If you need to use Python 2.6 or 3.2, you can find IPython 1.x here, or get it with pip http://ipython.org/ipython-doc/stable/install/install.html

sudo pip install 'ipython<2'

Install the deps

sudo pip install ipython[all]
sudo pip install pyzmq

Running Notebooks

# https://github.com/google/deepdream
ipython notebook run dream.ipynb