A filter that that scrubs the output from a .ipynb file before committing it. This makes the git diff etc more readable.
Go to file
2019-07-01 11:25:18 +00:00
install.sh Upload the filter and install script 2019-07-01 13:19:39 +02:00
ipynb_drop_output.py Upload the filter and install script 2019-07-01 13:19:39 +02:00
README.md Updated instructions 2019-07-01 11:25:18 +00:00

A tool for scrubbing .ipynb files before each git commands applies to them By downloading this tool and then running:

bash install.sh

The filters should be installed, if you wish to check whether it worked. Please check one of your ipynb files using:

git diff YOUR_NOTEBOOK.ipynb

It should now show that all outputs are empty: outputs: []