This repo contains some python scripts and Jupyter notebooks.
They're mostly just my own personal notes, but they might be useful to someone.
These instructions are for Mac OS. Windows installation instructions are an exercise for the reader.
- Clone stuff locally.
- Create a virtual environment using...
python3 -m venv venv
- Activate this using...
source venv/bin/activate
- Install the requirements using...
pip install -r requirements.txt
- You can now launch Jupyter Notebooks using...
jupyter notebook