to run ipython notebook locally (takes a couple mins to download pandas & co.):
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
ipython notebook
then open up funnel-example.ipynb
and hack around :)
to run ipython notebook locally (takes a couple mins to download pandas & co.):
virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
ipython notebook
then open up funnel-example.ipynb
and hack around :)