Skip to content

Instantly share code, notes, and snippets.

@mjbommar
Created November 17, 2013 15:57
Show Gist options
  • Save mjbommar/7514871 to your computer and use it in GitHub Desktop.
Save mjbommar/7514871 to your computer and use it in GitHub Desktop.
Standard ipynotebook/scientific computing setup
virtualenv venv
./venv/bin/pip install https://github.com/numpy/numpy/archive/master.zip
./venv/bin/pip install cython
./venv/bin/pip install https://github.com/scipy/scipy/archive/master.zip
./venv/bin/pip install https://github.com/scikit-learn/scikit-learn/archive/master.zip
./venv/bin/pip install ipython pyzmq tornado
./venv/bin/pip install https://github.com/pydata/pandas/archive/master.zip
./venv/bin/pip install pyparsing
./venv/bin/pip install https://github.com/matplotlib/matplotlib/archive/master.zip
./venv/bin/pip install jinja2
./venv/bin/ipython notebook --ip=0.0.0.0 --port=8888
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment