Quarto is an open-source scientific and technical publishing system built on Pandoc. Quarto documents are authored using markdown, an easy to write plain text format.
In addition to the core capabilities of Pandoc, Quarto includes:
-
Embedding code and output from Python, R, Julia, and JavaScript via integration with Jupyter, Knitr, and Observable.
-
A variety of extensions to Pandoc markdown useful for technical writing including cross-references, sub-figures, layout panels, hoverable citations and footnotes, callouts, and more.
-
A project system for rendering groups of documents at once, sharing options across documents, and producing aggregate output like websites and books.
-
Authoring using a wide variety of editors and notebooks including JupyterLab, RStudio, and VS Code.
-
A visual markdown editor that provides a productive writing interface for composing long-form documents.
Learn more about Quarto at https://quarto.org.
To install the latest released version of Quarto, use:
pip install quarto-cli
Note The current
quarto-cli
package downloads required Quarto binary files from GitHub during installation. We are investigating providing pre-built wheel files to make installation more robust.
To uninstall the quarto-cli
package, use:
pip uninstall quarto-cli