Python interface to Quarto, an academic, scientific, and technical publishing system built on Pandoc.
In addition to the core capabilities of Pandoc, Quarto includes:
- Support for embedding output from Julia, Python, and R via integration with Jupyter and knitr .
- A project system for rendering groups of documents at once.
- Flexible ways to specify rendering options, including project-wide options and per-format options.
- Cross references for figures, tables, equations, sections, listings, proofs, and more.
- Sophisticated layout for panels of figures, tables, and other content.
- Automatic installation of required LaTeX packages when rendering PDF output.
The overall design of Quarto is influenced heavily by R Markdown, however unlike R Markdown the architecture is language agnostic. In it's current iteration, Quarto can render plain markdown, Rmd documents, and Jupyter notebooks.
For additional documentation, see the Quarto Wiki.