FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects

update readme

Merged T.Y. Cho requested to merge new_readme into main
1 file
+ 7
0
Compare changes
  • Side-by-side
  • Inline
+ 7
0
@@ -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.
Loading