Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 372 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 372 Bytes

Please read the blog post that goes with this code!

iPython notebook setup

# Create and activate new virtual environment (optional)
virtualenv venv
source venv/bin/activate
# Install requirements
pip install -r requirements.txt
# Start the notebook server
jupyter notebook