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.