starting to take shape

This commit is contained in:
2025-09-17 01:02:10 +02:00
parent 47fff2a7f8
commit 4302cfc914
14 changed files with 462 additions and 153 deletions

View File

@@ -1,16 +1,30 @@
#import "importer/main.typ": *
#import "globals.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
#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]
]
#code_cell(notebook, cell_id: "code_for_run")
#link(<backup_validation>, "Validated")