17 lines
281 B
Typst
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")
|
|
|
|
|