add main functions

This commit is contained in:
2025-09-03 15:59:54 +02:00
parent 25394a4eee
commit aa5b400eda
2 changed files with 189 additions and 1 deletions

View File

@@ -1,3 +1,19 @@
# typst-notebook-cell-importer
Typst "package" to include the output/content of ipynb notebook cells.
Typst "package" to include the output/content of ipynb notebook cells.
## Usage
For now this isn't published to the typst package registry so it needs to be imported as a local file:
```
#import "importer/main.typ": *
// Usage is:
image_cell(...)
code_cell(...)
code_reference_cell(...)
```
The easiest way is to include this repo as a submodule in your main git repository.