Skip to content

Instantly share code, notes, and snippets.

@shoeffner
Created March 22, 2017 15:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shoeffner/759f2991ea79e9990b3807b4b1b5865d to your computer and use it in GitHub Desktop.
Save shoeffner/759f2991ea79e9990b3807b4b1b5865d to your computer and use it in GitHub Desktop.

clean up ipynb's!

This git filter cleans jupyter notebooks. Props @ahoereth .

.gitattributes

*.ipynb filter=clearjupyteroutput

.gitconfig

[filter "clearjupyteroutput"]
clean = "jupyter nbconvert --to notebook --ClearOutputPreprocessor.enabled=True --stdin --stdout"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment