dissertation-3-evaluation/README.md

14 lines
388 B
Markdown
Raw Permalink Normal View History

# Dissertation Evaluation
A Python backing to partially automate producing the graphs for my dissertation using an iPython Notebook and a Proxmox server.
2020-11-04 22:55:03 +00:00
# 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
2020-11-05 17:25:23 +00:00
git add evaluation.ipynb