388 B
388 B
Dissertation Evaluation
A Python backing to partially automate producing the graphs for my dissertation using an iPython Notebook and a Proxmox server.
Git
Hooks
pre-commit
Clears the output of the Jupyter notebook to avoid Git churn.
#!/bin/sh
jupyter nbconvert --ClearOutputPreprocessor.enabled=True --inplace evaluation.ipynb
git add evaluation.ipynb