Skip to content

Instantly share code, notes, and snippets.

@mapio
Created March 17, 2017 21:01
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 mapio/ccf55067e9d63501070748f98d91d687 to your computer and use it in GitHub Desktop.
Save mapio/ccf55067e9d63501070748f98d91d687 to your computer and use it in GitHub Desktop.
How to smudge Jupyter notebooks in git
[filter "handle-ipynb-output"]
clean = "jupyter nbconvert --to notebook --NbConvertApp.from_stdin=True --ClearOutputPreprocessor.enabled=True --NbConvertApp.writer_class=StdoutWriter"
smudge = cat
*.ipynb filter=handle-ipynb-output
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment