Updated instructions

This commit is contained in:
Gijs Vermariën 2019-07-01 11:25:18 +00:00
parent 68f0df96a9
commit 4914473eec

View File

@ -1 +1,10 @@
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: []`