Install and run poetry
pip install poetry
poetry install
Before pushing changes to GitHub, run pre-commit
to format the code consistently and to strip the output from ipynb files. This will allow for easy diffing of the .ipynb
files.
pre-commit run --all-files
The instructions are contained in the analysis.ipynb
file.