Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 801 Bytes

File metadata and controls

16 lines (14 loc) · 801 Bytes

Contributing

Note

Note for contributors:

Please run git config --local include.path ../.gitconfig once upon cloning the repository (from anywhere in the repo) to add the gitattribute filter defintions to your local git configuration options.1 Be sure that the jupyter command is in your $PATH, otherwise the filter and git staging will fail.23

Footnotes

  1. https://zhauniarovich.com/post/2020/2020-10-clearing-jupyter-output-p3/

  2. https://stackoverflow.com/questions/28908319/how-to-clear-jupyter-notebooks-output-in-all-cells-from-the-linux-terminal

  3. https://bignerdranch.com/blog/git-smudge-and-clean-filters-making-changes-so-you-dont-have-to/