-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathoverview.qmd
13 lines (11 loc) · 1.01 KB
/
overview.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
---
title: Hello Quarto
---
In this section we introduce you to Quarto...
- In [Chapter -@sec-quarto] we tell you what Quarto is...
- In [Chapter -@sec-tools], we walk you through the experience of authoring with Quarto in JupyterLab, RStudio, and VSCode.
- [Chapter -@sec-authoring] introduces you to components of a Quarto document such as markdown text, figures, tables, etc.
- [Chapter -@sec-computation] discusses using executable code cells with Quarto in Python, R, Julia, and Observable. In this chapter we also go deeper into the execution engines: Jupyter and knitr.
- [Chapter -@sec-projects] introduces you to the concept of Quarto projects which allow you to combine and render Quarto documents in a given directory in harmony.
- In [Chapter -@sec-publishing] is an overview of publishing options.
- In [Chapter -@sec-look-under-hood] you can find more details on the orchestration Quarto does in going from plain text source code (or mixed-format Jupyter notebooks) to elegant outputs in multiple formats.