Go to file
2021-02-16 15:47:45 +00:00
graphs events and timeouts 2020-12-12 17:15:09 +00:00
runners events and timeouts 2020-12-12 17:15:09 +00:00
structure events and timeouts 2020-12-12 17:15:09 +00:00
.gitignore Refactored graph generation 2020-12-12 10:40:29 +00:00
evaluation.ipynb reordered notebook 2020-12-12 18:55:05 +00:00
README.md functioning automatic testing 2020-11-05 17:25:23 +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