Material for the course on data analysis and machine learning at the Ludwig-Maximilians-Universität München (LMU Munich).
Start with notebook PythonDA_ML_Basic.ipynb.
Installation:
- install
pre-commit
from (https://pre-commit.com/) withpip install pre-commit
- run
pre-commit install
in repository Usage: - when you
git commit
notebooks with output cells to git,jupyter-notebook-cleanup
will reportFailed
and remove the output from the notebook. In this case, justgit add -u
the changed files again and rerungit commit
.