Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 402 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 402 Bytes

template

A template to create new lessons

We include the following in the .git/config

[filter "strip-notebook-output"] clean = "jupyter nbconvert --ClearOutputPreprocessor.enabled=True --to=notebook --stdin --stdout --log-level=ERROR"

and use .gitattribute

*.ipynb filter=strip-notebook-output

To hook notebooks and remove output before letting code outputs get saved to the git directory.