Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 325 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 325 Bytes

Notebooks

This repo contains the Jupyter notebooks I post to my blog, jessicastringham.net.

# create environment of your choice, for example
virtualenv -p python3 venv

# install requirements
pip install -r requirements.txt

# run notebook
jupyter notebook