filling a few things in

This commit is contained in:
2025-09-16 12:23:10 +02:00
parent bb66126417
commit 47fff2a7f8
14 changed files with 1005 additions and 85 deletions

16
implementation.typ Normal file
View File

@@ -0,0 +1,16 @@
#import "importer/main.typ": *
#let notebook = json("../workdir/11_visualization/simple_run_example.ipynb")
#show raw: it => {
show regex("pin\d"): it => pin(eval(it.text.slice(3)))
it
}
= Implementation
== Simplified usage
#code_cell(notebook, cell_id: "code_for_run")