Skip to content

Instantly share code, notes, and snippets.

@urschrei
Created April 30, 2013 15:27
Show Gist options
  • Save urschrei/5489454 to your computer and use it in GitHub Desktop.
Save urschrei/5489454 to your computer and use it in GitHub Desktop.
Pip requirements file for installing IPython and Pandas, and running in Notebook mode in a browser
# requirements for Web-based iPython Notebook in Pylab mode
# includes all requirements for Pandas data analysis and plotting
# you should also easy_install readline
# USE A VIRTUALENV
# if on OS X, install XCode and command-line tools before attempting any of this
# I'm leaving out SciPy, because it's SUCH a pain to install
ipython
tornado
pyzmq
pandas
numpy
matplotlib
numexpr
bottleneck
statsmodels
xlrd
xlwt
# if everything works, run: ipython notebook --pylab inline
# then import pandas as pd, numpy as np, matplotlib.pyplot as plt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment