Before anything else, clone this repository to your local computer.
- First, make sure you have Python and pip installed.
- Install virtualenv:
sudo pip install virtualenv virtualenvwrapper
- Create a local virtual env:
virtualenv venv
- Activate the virtual env:
source venv/bin/activate
- Install requirements:
pip install -r requirements.txt
From the root folder of this repository, run jupyter notebook
. This should open a browser up for you, but if not, just go to http://localhost:8888.
When you're done, just do deactivate