Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 184 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 184 Bytes

Setup Python Virtual Environment

virtualenv develop
source develop/bin/activate
python -m pip install -r requirements.txt

Start Jupyter

jupyter-notebook