Created
November 17, 2013 15:57
-
-
Save mjbommar/7514871 to your computer and use it in GitHub Desktop.
Standard ipynotebook/scientific computing setup
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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