Update home authored by Beth's avatar Beth
......@@ -69,6 +69,8 @@ All of the tests that have been done for each hardware, along with analysis and
A jupyter notebook is a useful, interactive way to present a report from test results. It combines markdown formatted text with live python code, meaning that plotted data can be analysed in more detail and much easier.
Our [[Jupyter notebooks]] can be found by following the link.
### Installation
Various packages will need to be installed to use jupyter:
......@@ -139,8 +141,6 @@ load_datafile(<filename2>).plot(title=<title>, x="Time", y="Latency", linewidth=
plt.tight_layout()
```
[[Jupyter notebooks]]
# Notes to consider
[[Kernel tuning notes]]
......@@ -156,12 +156,6 @@ plt.tight_layout()
[[Weekly Reports]]
[[Test results]]
# Jupyter Notebooks
[JETSON-NOTEBOOK.zip](/uploads/e3c9d70a1334a9d228df190393c3d689/JETSON-NOTEBOOK.zip)
[JRIG-NOTEBOOK.zip](/uploads/23d6ce82ff874eb94ffd22d88144e767/JRIG-NOTEBOOK.zip)
# Useful
* [How fast should HZ be?](https://lwn.net/Articles/145973/)
......
......