What is Quarto?

Quarto is an open-source scientific and technical publishing system.

Watch Tom Mock’s webinar, Welcome to Quarto:

What is Quarto?

Quarto® is an open-source scientific and technical publishing system built on Pandoc.

How it works

A diagram of how the knitr package works, from Rmd file to knitr to md to pandoc that produces the reports

A diagram of how the knitr package works, from Rmd file to knitr to md to pandoc with Lua filters that produces the reports

What it can do

Multilingual literate programming

---
title: "matplotlib demo"
format:
  html:
    code-fold: true
jupyter: python3
---
---
title: "ggplot2 demo"
author: "Norah Jones"
date: "5/22/2021"
format: 
  html:
    fig-width: 8
    fig-height: 4
    code-fold: true
---

Client-side interactivity

Different editors

Choose your tool
and get started

Need help?

  • See what Quarto can do by running this in your Terminal:
#| collapse = TRUE
quarto --help