rodsveiga / notebooks

Jupyter notebooks for my blog

Home Page:https://jessicastringham.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Jupyter notebooks for my blog

https://jessicastringham.net

License:MIT License


Languages

Language:Jupyter Notebook 99.6%Language:Python 0.4%