You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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