Skip to content

Files

Latest commit

5cc409d · Mar 29, 2014

History

History
40 lines (28 loc) · 740 Bytes

README.md

File metadata and controls

40 lines (28 loc) · 740 Bytes

ipython-notebooks-examples

Collections of IPython notebooks examples

install submodules

In order to retrieve the submodules used by this repository, please run the following git commands:

git submodule init
git submodule update

mac osx requirements

In order to install all Python requirements on mac osx, please install the following homebrew formulas:

brew install readline
brew install zeromq
brew install gfortran
brew install pkg-config
brew install freetype

python virtual environment

python -m virtualenv vpydata
source vpydata/bin/activate
pip install -r requirements.txt

starting ipython notebook

ipython notebook --pylab=inline