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 updateIn 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 freetypepython -m virtualenv vpydata
source vpydata/bin/activate
pip install -r requirements.txtipython notebook --pylab=inline