Copy-paste this into a terminal:
make notebooks
There is a GIT hook that clears all notebooks' binary output (plots and cell results) before commiting your changes to GIT history or you can also clean them with
make clean
make run
References:
- Pytest notebook and pythonic code based on Materials for the Paris-Saclay Center for Data Science python workshop
- The other notebooks are from Robert Johansson: Lectures on scientific computing with python, as IPython notebooks
- interesting jupyter notebooks