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