Created
March 17, 2017 21:01
-
-
Save mapio/ccf55067e9d63501070748f98d91d687 to your computer and use it in GitHub Desktop.
How to smudge Jupyter notebooks in git
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[filter "handle-ipynb-output"] | |
clean = "jupyter nbconvert --to notebook --NbConvertApp.from_stdin=True --ClearOutputPreprocessor.enabled=True --NbConvertApp.writer_class=StdoutWriter" | |
smudge = cat |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*.ipynb filter=handle-ipynb-output |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment