Go to file
2020-11-16 23:04:48 +00:00
runners removed bridge subnet collisions 2020-11-14 12:54:50 +00:00
structure extended interval size 2020-11-16 23:04:48 +00:00
.gitignore improved testing 2020-11-15 00:48:44 +00:00
evaluation.ipynb extended interval size 2020-11-16 23:04:48 +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