filling a few things in
This commit is contained in:
16
implementation.typ
Normal file
16
implementation.typ
Normal file
@@ -0,0 +1,16 @@
|
||||
#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")
|
||||
|
||||
|
Reference in New Issue
Block a user