Files
master-thesis-presentation/implementation.typ
2025-09-16 12:23:10 +02:00

17 lines
281 B
Typst

#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")