From 575e3e2c8fb89b52c59f730d57bdbb4901be1948 Mon Sep 17 00:00:00 2001 From: Lars Windolf Date: Mon, 4 Sep 2023 23:11:54 +0200 Subject: [PATCH] Implement notebook loading. Add ARP example notebook --- frontend/index.html | 17 +++++-------- frontend/inter.var.woff2 | 1 + frontend/js/app.js | 14 +++++++---- frontend/js/notebook.js | 30 +++++++++++++++++++++- frontend/notebooks/arp.md | 52 +++++++++++++++++++++++++++++++++++++++ 5 files changed, 97 insertions(+), 17 deletions(-) create mode 120000 frontend/inter.var.woff2 create mode 100644 frontend/notebooks/arp.md diff --git a/frontend/index.html b/frontend/index.html index f48c896..4d792ca 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -53,12 +53,13 @@