Example of Jupyter results in two different location and among 7 units

This commit is contained in:
John Poole 2026-04-29 12:59:35 -07:00
commit ed84ba92d4
18 changed files with 61 additions and 0 deletions

61
comparison.html Normal file
View file

@ -0,0 +1,61 @@
<html>
<head>
<style>
table, td, th {
border: 1px solid black;
}
table {
border-collapse: collapse;
width: 100%;
}
</style>
</head>
<body>
<table>
<thead>
<tr>
<th>Unit</th>
<th>Office (jp)</th>
<th>Kitchen (eos)</th>
</tr>
</thead>
<tr>
<td>AMY</td>
<td><img width="500" src="img/20260428_142435_Tue_office_AMY.png"></td>
<td><img width="500" src="img/2026-04-28_14-56_kitchen_AMY.png"></td>
</tr>
<tr>
<td>BOB</td>
<td><img width="500" src="img/20260428_145218_Tue_office_BOB.png"></td>
<td><img width="500" src="img/2026-04-28_14-58_kitchen_BOB.png"></td>
</tr>
<tr>
<td>CY</td>
<td><img width="500" src="img/20260428_135827_Tue_office_CY.png"></td>
<td><img width="500" src="img/2026-04-28_14-12_kitchen_CY.png"></td>
</tr>
<tr>
<td>DAN</td>
<td><img width="500" src="img/20260428_141000_Tue_office_DAN.png "></td>
<td><img width="500" src="img/2026-04-28_14-07_kitchen_DAN.png"></td>
</tr>
<tr>
<td>ED</td>
<td><img width="500" src="img/20260428_144204_Tue_office_ED.png"></td>
<td><img width="500" src="img/2026-04-28_15-06_kitchen_ED.png"></td>
</tr>
<tr>
<td>FLO</td>
<td><img width="500" src="img/20260428_144937_Tue_office_FLO.png"></td>
<td><img width="500" src="img/2026-04-28_15-00_kitchen_FLO.png"></td>
</tr>
<tr>
<td>GUY</td>
<td><img width="500" src="img/20260428_144619_Tue_office_GUY.png"></td>
<td><img width="500" src="img/2026-04-28_15-02_kitchen_GUY.png"></td>
</tr>
</table>
</body>
</html>