Hacker News new | ask | show | jobs
by __mharrison__ 14 days ago
Jupyter to markdown to typst. Pandoc does the last conversation. (Pandoc also creates epubs for me).

I have some custom filters for index entries and code formatting.

1 comments

I'm curious if Quarto could coordinate all of that for you automatically. It supports both code execution via Jupyter, and output via Typst (including books).

https://quarto.org/docs/computations/python.html

https://quarto.org/docs/output-formats/typst.html

https://quarto.org/docs/books/book-output.html#typst-output

https://quarto.org/docs/output-formats/typst-custom.html#boo...