31 lines
567 B
Typst
31 lines
567 B
Typst
#import "globals.typ": *
|
|
|
|
#let notebook = json("../workdir/11_visualization/simple_run_example.ipynb")
|
|
|
|
|
|
= Implementation
|
|
== Simplified usage
|
|
|
|
#text(
|
|
size: .7em,
|
|
)[
|
|
#show raw: it => {
|
|
show regex("pin\d"): it => pin(eval(it.text.slice(3)))
|
|
it
|
|
}
|
|
#code-block(
|
|
filename: "beorn.py",
|
|
language: "python",
|
|
code_cell(notebook, cell_id: "code_for_run"),
|
|
)
|
|
// #pinit-point-to(1)[Hello]
|
|
// #pinit-point-to(2)[Hello]
|
|
// #pinit-point-to(3)[Hello]
|
|
// #pinit-point-to(4)[Hello]
|
|
// #pinit-point-to(5)[Hello]
|
|
|
|
]
|
|
|
|
|
|
#link(<backup_validation>, "Validated")
|