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 ...@@ -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. 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 ### Installation
Various packages will need to be installed to use jupyter: 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= ...@@ -139,8 +141,6 @@ load_datafile(<filename2>).plot(title=<title>, x="Time", y="Latency", linewidth=
plt.tight_layout() plt.tight_layout()
``` ```
[[Jupyter notebooks]]
# Notes to consider # Notes to consider
[[Kernel tuning notes]] [[Kernel tuning notes]]
...@@ -156,12 +156,6 @@ plt.tight_layout() ...@@ -156,12 +156,6 @@ plt.tight_layout()
[[Weekly Reports]] [[Weekly Reports]]
[[Test results]] [[Test results]]
# Jupyter Notebooks
[JETSON-NOTEBOOK.zip](/uploads/e3c9d70a1334a9d228df190393c3d689/JETSON-NOTEBOOK.zip)
[JRIG-NOTEBOOK.zip](/uploads/23d6ce82ff874eb94ffd22d88144e767/JRIG-NOTEBOOK.zip)
# Useful # Useful
* [How fast should HZ be?](https://lwn.net/Articles/145973/) * [How fast should HZ be?](https://lwn.net/Articles/145973/)
... ...
......