Go to file
2020-11-04 22:55:03 +00:00
manual updated manual results 2020-11-03 20:55:44 +00:00
runners functional runner 2020-11-04 22:53:36 +00:00
structure functional runner 2020-11-04 22:53:36 +00:00
.gitignore Initial commit 2020-10-18 13:06:40 +01:00
evaluation.ipynb readme pre-commit 2020-11-04 22:55:03 +00:00
README.md readme pre-commit 2020-11-04 22:55:03 +00:00

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