(Warning: This has not been tested yet.)
- Install Jupyter and virtualenv for python:
pip install jupyter
pip install virtualenv
- Create a virtual environement for the packages used in this project
and activate it (you can deactivate it later using
deactivate
).
virtualenv venv
source venv/bin/activate
- Install the necesary packages.
pip install -r requirements.txt
- Open the notebook.
jupyter notebook