Using the notebooks in this repository requires users to have python and some kind of IDE to run the notebooks. To use the notebooks in this repository, we recommend following this setup:
- clone the repository
- set up a virtual environment
python3 -m venv ./.venv - activate your virtual environment
source ./.venv/bin/activate - install necessary packages
pip install -r requirements.txt