Skip to content

gguyver/intermediate-python

 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 72.1%
  • Python 27.4%
  • C 0.5%