diff --git a/readme.md b/readme.md index 09de8ae1d6d6cbb366cfc20d87893b25df115fd7..6a0f0d2756a9d29ee58f5cc48fdeeedae85a3d1b 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.