starting to take shape
This commit is contained in:
@@ -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")
|
||||
|
Reference in New Issue
Block a user