Skip to content

Instantly share code, notes, and snippets.

@felixhummel
Created November 6, 2014 23:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save felixhummel/589dc3ebdac5e4efb160 to your computer and use it in GitHub Desktop.
Save felixhummel/589dc3ebdac5e4efb160 to your computer and use it in GitHub Desktop.
ipython[notebook] via pip on ubuntu 12.04
# probably missing some headers here ;)
sudo apt-get install build-essential python-dev libpng12-dev
# update pip (matplotlib wants latest)
sudo easy_install -U distribute
sudo pip install -U pyzmq "ipython[notebook]" matplotlib
# make stuff readable by all (got errors otherwise)
sudo chmod -R a+r /usr/local/lib/python2.7/dist-packages/{IPython,ipython-*,pyzmq-*,zmq*}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment