-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathquarto.qmd
22 lines (16 loc) · 932 Bytes
/
quarto.qmd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Reproducibile Data Science with Quarto {#sec-quarto}
Data science projects should be reproducible to be trustworthy. Dynamic
documents facilitate reproducibility. [Quarto](https://quarto.org) is an
open-source dynamic document preparation system, ideal for scientific and
technical publishing. From the official websites, Quarto can be used to:
+ Create dynamic content with Python, R, Julia, and Observable.
+ Author documents as plain text markdown or Jupyter notebooks.
+ Publish high-quality articles, reports, presentations, websites, blogs, and
books in HTML, PDF, MS Word, ePub, and more.
+ Author with scientific markdown, including equations, citations, crossrefs,
figure panels, callouts, advanced layout, and more.
Of course, Quarto can be used to write homework, exams, and reports in this
course.
To get started, see documentation at
[Quarto](https://quarto.org/docs/get-started/).
This is an extra line.