@@ -7,13 +7,12 @@ All contributions are welcome, but please read this first.
If you intend to contribute, please install first the pre-commit hook:
```shell
cp Scripts/pre-commit .git/hooks/pre-commit
conda install-c conda-forge pre-commit # or pip install pre-commit
pre-commit install
```
This hook clears executed cells when committing a notebook.
You need [nbconvert](https://nbconvert.readthedocs.io/en/latest/) to be installed for this pre-commit hook to work properly; it is done automatically if you're using the provided miniconda environment.