First install Poetry. Dependencies can now be installed in a virtual environment with the following command:
$ poetry install
To view Jupyter notebooks with nbdime, configure the diff/merge drivers for this repository with the following command:
$ nbdime config-git --enable
To enable the use of Git pre-commit hooks, install the pre-commit package with the following command:
$ pre-commit install