We use poetry for package management. To enter a virtual enviroment with all dependencies installed run
poetry install --no-root
poetry shell
Alternatively you can run a jupyter notebook directly without entering poetry shell
with:
poetry run jupyter notebook
For all notebooks to run correctly some secrets must be provided throught a .env
file. The top level directory contains a .env.example
file with all the required fileds for an .env
file.