From d430c840dfe0c12af0ab6bc93a2e9d6137f3e4e1 Mon Sep 17 00:00:00 2001 From: Schoen Cho <13725288+Fourthbus@users.noreply.github.com> Date: Wed, 1 Mar 2023 12:19:06 +0000 Subject: [PATCH] update readme --- readme.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/readme.md b/readme.md index 09de8ae..6a0f0d2 100644 --- a/readme.md +++ b/readme.md @@ -53,6 +53,13 @@ jupyter notebook --notebook-dir 'path/' Jupyter Notebook should automatically open in your browser and you should be able to navigate from here. +### For lab sessions after 27 Feb +The ourput data includes CPU utilisation and fan speed. Your are exepcted to use all data in your exported datafile, so please uncomment (removing ``#`` at the start of line) the code to process these data in the notebook. +```python3 +v2 = True +cpu_util = df [770] +fan_cycl = df [771] +``` ## Contributing We welcome any bug report and contribution to the code is also encouraged. Please email [Schoen Cho](mailto:zc282@cam.ac.uk) or [Prof. Simone Hochgreb](mailto:sh372@cam.ac.uk) if there is any problem. -- GitLab