Posit, PBC
11/4/22
Quarto is an open-source scientific and technical publishing system that builds on standard markdown with features essential for scientific communication.
Literate programming system in the tradition of Org-mode, Sweave, Weave.jl, R Markdown, iPyPublish, Jupyter Book, etc.

Quarto has a pluggable computation system that allows for compatibility with today’s standards along with the ability to evolve to work with new standards:

For R, Quarto still uses Knitr under the hood. Consequently, the vast majority of existing Rmd files can be rendered unmodified.

Use with any language that has a Jupyter kernel (Python, Julia, R, many others….). Supports two input file formats:
.ipynb).qmd)Hello Jupyter: https://quarto.org/#hello-quarto
You can also render Jupyter notebooks (.ipynb files) directly. Note that in this case no execution occurs by default:

https://coko.foundation/articles/single-source-publishing.html
https://quarto.org/docs/gallery/
Documents (HTML, PDF, Word, ODT, Ipynb, etc.)
Presentations (HTML, PDF, PowerPoint, etc.)
Websites & Blogs (Quarto, Hugo, Docusaurus, etc.)
Books (HTML, PDF, Word, ePub, Asciidoc, etc.)
Journal Articles (LaTeX, HTML, Ipynb, etc.)
Ways you might use Jupyter notebooks with Quarto:
Authoring—Using notebooks as an end-to-end authoring tool for a manuscript.
Computations—Using notebooks as source of reproducible computations for a manuscript.
Publishing—Providing interactive supplements to manuscripts published in print or on the web.
Author the entire manuscript within a notebook editor like Jupyter Lab (side by side preview for HTML or PDF output):
Notebook as a computational medium only (as opposed to a medium for both prose and computation)
Staged workflow where computations are embedded within documents for publication (retaining ability to re-execute computations for reproducibility)

Create notebook output alongside traditional formats (LaTeX, HTML, etc.). For example, here is metadata for an American Chemical Society article that produces multiple outputs:
Getting started: https://quarto.org/
User guide: https://quarto.org/docs/guide/
Awesome Quarto: https://github.com/mcanouil/awesome-quarto