Files
2025-09-03 15:59:54 +02:00

20 lines
413 B
Markdown

# typst-notebook-cell-importer
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.