... | ... |
@@ -83,7 +83,7 @@ packages while working on `adaptive`. |
83 | 83 |
In order to not pollute the history with the output of the notebooks, please setup the git filter by executing |
84 | 84 |
|
85 | 85 |
```bash |
86 |
-git config filter.nbclearoutput.clean "jupyter nbconvert --to notebook --ClearOutputPreprocessor.enabled=True --ClearOutputPreprocessor.remove_metadata_fields='[\"deletable\", \"editable\", \"collapsed\", \"scrolled\"]' --stdin --stdout" |
|
86 |
+python ipynb_filter.py |
|
87 | 87 |
``` |
88 | 88 |
|
89 | 89 |
in the repository. |