Go to file
2021-05-14 11:13:04 +01:00
java Manual result gathering 2021-05-14 01:58:22 +01:00
python added graphs 2021-05-14 11:13:04 +01:00
results/manual added graphs 2021-05-14 11:13:04 +01:00
.gitignore New Python 2021-03-21 21:28:09 +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