We use poetry to manage the
dependencies of the package.
To install everything in order to be able to develop on the package
poetry install
If you want to run the examples, you need to include the jupyter extra
poetry install -E jupyter
jq
In .gitconfig there's the configuration to configure
jq to remove useless metadata from the jupyter notebooks (in
particular the execution_count and the outputs). In order to use it
you need to include the .gitconfig in the .git/config.
git config --local include.path ../.gitconfig
nbdime
You need to enable the git integration