TO SET UP:
- Make sure you have python/pip/virtualenv installed locally
- Create a new virtualenv called
envwith commandvirtualenv env - Activate it with
source env/bin/activate - Install requirements to your env with
pip install -r requirements.txt - Run the notebook with
jupyter notebook