Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Now when one stages a notebook it will be filtered through an nbconvert that removes the output. Simply add this into your .gitconfig, or .git/config [filter "strip-notebook-output"] clean = "jupyter nbconvert --ClearOutputPreprocessor.enabled=True --to=notebook --stdin --stdout --log-level=ERROR" Then you will surely never commit a notebook with output cells. Signed-off-by: Nick Papior <nickpapior@gmail.com>
- Loading branch information