Collections of IPython notebooks examples
In order to retrieve the submodules used by this repository, please run the following git commands:
git submodule init
git submodule update
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 -m virtualenv vpydata
source vpydata/bin/activate
pip install -r requirements.txt
ipython notebook --pylab=inline