page_content
stringlengths
0
33.5k
metadata
dict
Goals The overarching goal of Quarto is to make the process of creating and collaborating on scientific and technical documents dramatically better. We hope to do this in several dimensions: Create a writing and publishing environment with great integrated tools for technical content. We want to make authoring with em...
{ "lastmod": "2023-07-05T19:35:15.135Z", "loc": "https://quarto.org/about.html", "source": "https://quarto.org/about.html" }
Overview The structure of a Quarto book can be as simple as a list of chapters, or can alternatively incorporate multiple parts and/or appendices. Quarto book chapters and sections are automatically numbered (for cross-referencing), however you can also specify that some parts of the book should remain unnumbered. The ...
{ "lastmod": "2023-07-05T19:35:15.255Z", "loc": "https://quarto.org/docs/books/book-structure.html", "source": "https://quarto.org/docs/books/book-structure.html" }
Overview One important difference between creating a website and a book is that in addition to their web output, books can also be rendered as a single continuous document (e.g a PDF or MS Word document). Books also may or may not be read digitally (which means that internal hyperlinks may or may not be available). To ...
{ "lastmod": "2023-07-05T19:35:15.255Z", "loc": "https://quarto.org/docs/books/book-crossrefs.html", "source": "https://quarto.org/docs/books/book-crossrefs.html" }
Overview Listings enable you to automatically generate the contents of a page (or region of a page) from a list of Quarto documents or other custom data. Listings are useful for creating blogs, providing navigation for large numbers of documents, or any other scenario where you’d like the contents of a page to be autom...
{ "lastmod": "2023-07-05T19:35:16.031Z", "loc": "https://quarto.org/docs/websites/website-listings.html", "source": "https://quarto.org/docs/websites/website-listings.html" }
Overview In addition to the 3 built in types of listings, you can also build a completely custom display of the items. This custom display can generate any HTML and can optionally still take advantage of the sorting, filtering, and pagination provided by listings. Listing Templates To build a custom listing display, ...
{ "lastmod": "2023-07-05T19:35:16.031Z", "loc": "https://quarto.org/docs/websites/website-listings-custom.html", "source": "https://quarto.org/docs/websites/website-listings-custom.html" }
Overview Quarto websites include integrated support for blogging. Blogs consist of a collection of posts along with a navigational page that lists them in reverse chronological order. Blogs can include a custom about page, publish an RSS feed, and use a wide variety of themes. You can create websites that consist entir...
{ "lastmod": "2023-07-05T19:35:16.031Z", "loc": "https://quarto.org/docs/websites/website-blog.html", "source": "https://quarto.org/docs/websites/website-blog.html" }
Overview Quarto makes it easy to create a simple about page for an individual or organization. When the about option is provided for a document, a special template will be used to layout the content of the current page with a custom layout designed to present a person or organization. For example: --- title: "Finley Ma...
{ "lastmod": "2023-07-05T19:35:16.031Z", "loc": "https://quarto.org/docs/websites/website-about.html", "source": "https://quarto.org/docs/websites/website-about.html" }
Visual mode includes extensive support for Quarto features frequently used in technical writing including equations, citations, cross-references, footnotes, embedded code, and LaTeX. This article describes using these features in more depth. Equations LaTeX equations are authored using standard Pandoc markdown syntax ...
{ "lastmod": "2023-07-05T19:35:15.975Z", "loc": "https://quarto.org/docs/visual-editor/technical.html", "source": "https://quarto.org/docs/visual-editor/technical.html" }
Overview The Quarto visual editor provides a WYSIWYM editing interface for all of Pandoc markdown, including tables, citations, cross-references, footnotes, divs/spans, definition lists, attributes, raw HTML/TeX, and more. The visual editor also includes support for executing code cells and viewing their output inline:...
{ "lastmod": "2023-07-05T19:35:15.975Z", "loc": "https://quarto.org/docs/visual-editor/index.html", "source": "https://quarto.org/docs/visual-editor/index.html" }
Visual mode supports editing all of Pandoc markdown. Standard formatting commands (headings, bold, italic, etc.) work just the way they do in a conventional word processor. See the Using the Editor section for more details on how to access core editing commands. Note also that you can access all editing commands via ke...
{ "lastmod": "2023-07-05T19:35:15.859Z", "loc": "https://quarto.org/docs/visual-editor/content.html", "source": "https://quarto.org/docs/visual-editor/content.html" }
Overview Quarto can render Jupyter notebooks represented as plain text (.qmd) or as a normal notebook file (.ipynb). One benefit of using .ipynb is that you can use JupyterLab as your editor. Here is the “Hello, Quarto” example from the homepage inside JupyterLab: If you look at the source code you’ll note that YAML o...
{ "lastmod": "2023-07-05T19:35:15.859Z", "loc": "https://quarto.org/docs/tools/jupyter-lab.html", "source": "https://quarto.org/docs/tools/jupyter-lab.html" }
Overview The Quarto Neovim plugin aims to not reinvent the wheel. Existing plugins in the Neovim ecosystem are leveraged to provide the full experience. Some of the features provided by quarto-nvim and enhanced by plugins found in the kickstarter configuration are: Preview for Quarto documents. Syntax highlighting for...
{ "lastmod": "2023-07-05T19:35:15.859Z", "loc": "https://quarto.org/docs/tools/neovim.html", "source": "https://quarto.org/docs/tools/neovim.html" }
In addition to editing Quarto documents as plain-text .qmd files, you can also use the VS Code Notebook Editor to author .ipynb notebooks that are rendered with Quarto. In this article we’ll review the basics of editing .ipynb notebooks for use with Quarto. Render and Preview The basic workflow for editing notebooks f...
{ "lastmod": "2023-07-05T19:35:15.859Z", "loc": "https://quarto.org/docs/tools/vscode-notebook.html", "source": "https://quarto.org/docs/tools/vscode-notebook.html" }
Overview If you are editing plain markdown documents (with no embedded computations) you may want to use your favorite text editor (Vim, Emacs, Sublime, etc.) to author Quarto documents. This articles provides some guidance on the optimal workflow when using text editors with Quarto. Note that if you are using either t...
{ "lastmod": "2023-07-05T19:35:15.859Z", "loc": "https://quarto.org/docs/tools/text-editors.html", "source": "https://quarto.org/docs/tools/text-editors.html" }
Overview Quarto supports the creation of custom formats that extend base formats like pdf, html, and docx. The custom format system is very flexible, and has been designed to accommodate the creation of articles for publishing in professional Journals. A major focus is single-source publishing: the same Quarto document...
{ "lastmod": "2023-07-05T19:35:15.675Z", "loc": "https://quarto.org/docs/journals/index.html", "source": "https://quarto.org/docs/journals/index.html" }
Overview An important goal for Quarto is to make it possible to use the same source document to produce multiple output formats. One significant challenge to overcome is defining a consistent way to express author and affiliation metadata such that articles targeting multiple Journals do not require special tweaking of...
{ "lastmod": "2023-07-05T19:35:15.675Z", "loc": "https://quarto.org/docs/journals/authors.html", "source": "https://quarto.org/docs/journals/authors.html" }
Overview Netlify is a professional web publishing platform with support for many advanced features including custom domains, authentication, branch previews, and instant rollbacks. Netlify also has a free plan that is ideal for personal projects, hobby sites, or experiments. There are several ways to publish Quarto con...
{ "lastmod": "2023-07-05T19:35:15.795Z", "loc": "https://quarto.org/docs/publishing/netlify.html", "source": "https://quarto.org/docs/publishing/netlify.html" }
Overview Continuous Integration (CI) refers to the practice of automatically publishing content from code checked in to a version control system. While publishing using CI is a bit more involved to configure, it has several benefits, including: Content is automatically published whenever source code changes (you don’t...
{ "lastmod": "2023-07-05T19:35:15.759Z", "loc": "https://quarto.org/docs/publishing/ci.html", "source": "https://quarto.org/docs/publishing/ci.html" }
Overview There are a wide variety of ways to publish Quarto websites. Other articles cover publishing to Quarto Pub, GitHub Pages, Netlify, and Posit Connect. Below we’ll describe some general guidelines as well as offer some specific advice for Firebase, Site44, and Amazon S3. We’ll mostly defer to the documentation p...
{ "lastmod": "2023-07-05T19:35:15.795Z", "loc": "https://quarto.org/docs/publishing/other.html", "source": "https://quarto.org/docs/publishing/other.html" }
Overview GitHub Pages is a website hosting service that enables you to publish content based on source code managed within a GitHub repository. There are three ways to publish Quarto websites and documents to GitHub Pages: Render sites on your local machine to the docs directory, check the rendered site into GitHub, a...
{ "lastmod": "2023-07-05T19:35:15.759Z", "loc": "https://quarto.org/docs/publishing/github-pages.html", "source": "https://quarto.org/docs/publishing/github-pages.html" }
Pre-release Feature This feature is new in the upcoming Quarto 1.4 release. To use the feature now, you’ll need to download and install the Quarto pre-release. Quarto v1.4 includes the following new features for Lua filters: Relative paths in require() calls In larger, more complex filters, it becomes useful to s...
{ "lastmod": "2023-07-05T19:35:15.703Z", "loc": "https://quarto.org/docs/prerelease/1.4/lua_changes.html", "source": "https://quarto.org/docs/prerelease/1.4/lua_changes.html" }
In Quarto 1.3, callouts are represented as a custom AST node. You can create callout AST nodes in Lua filters with the quarto.Callout constructor. The constructor takes a single parameter, a table with entries type, title, and content, as described below. In Lua filters, callouts are represented as a table with the fol...
{ "lastmod": "2023-07-05T19:35:15.703Z", "loc": "https://quarto.org/docs/prerelease/1.3/custom-ast-nodes/callout.html", "source": "https://quarto.org/docs/prerelease/1.3/custom-ast-nodes/callout.html" }
In Quarto 1.3, tabsets are represented as a custom AST node. You can create conditional blocks in Lua filters with the quarto.Tabset constructor, with parameters tabs, level and attr as described above. In addition, you can use quarto.Tab to create the tab objects for the tabs field. quarto.Tab is more lenient with par...
{ "lastmod": "2023-07-05T19:35:15.703Z", "loc": "https://quarto.org/docs/prerelease/1.3/custom-ast-nodes/tabset.html", "source": "https://quarto.org/docs/prerelease/1.3/custom-ast-nodes/tabset.html" }
Pre-release Feature This feature is new in the upcoming Quarto 1.3 release. To use the feature now, you’ll need to download and install the Quarto pre-release. SVG Images Starting in Quarto 1.3, we support rendering of PDF documents that include SVG files, automatically converting them to PDF images if rsvg-conve...
{ "lastmod": "2023-07-05T19:35:15.703Z", "loc": "https://quarto.org/docs/prerelease/1.3/pdf.html", "source": "https://quarto.org/docs/prerelease/1.3/pdf.html" }
Navbar Tools The navbar can now display a set of tools (e.g. social actions, GitHub view or edit actions, etc.), see Navbar Tools. Responsive Navbar We’ve updated the responsive behavior of the navbar to improve the usability of Quarto websites on mobile devices. Changes include: When the items in a navbar collapse ...
{ "lastmod": "2023-07-05T19:35:15.703Z", "loc": "https://quarto.org/docs/prerelease/1.3/website-nav.html", "source": "https://quarto.org/docs/prerelease/1.3/website-nav.html" }
Overview Quarto projects are directories that provide: A way to render all or some of the files in a directory with a single command (e.g. quarto render myproject). A way to share YAML configuration across multiple documents. The ability to redirect output artifacts to another directory. The ability to freeze rendered...
{ "lastmod": "2023-07-05T19:35:15.755Z", "loc": "https://quarto.org/docs/projects/quarto-projects.html", "source": "https://quarto.org/docs/projects/quarto-projects.html" }
Overview Project profiles enable you to adapt the options, environment, and content of your projects for different scenarios. For example: You may want to have distinct execution behavior when running on a production server. For example, you may want to use freeze or cache when rendering locally but always execute all...
{ "lastmod": "2023-07-05T19:35:15.755Z", "loc": "https://quarto.org/docs/projects/profiles.html", "source": "https://quarto.org/docs/projects/profiles.html" }
Overview Rendering a list of input files has the potential to be quite time consuming depending on the computations required. There are a number of techniques you can use to minimize the time required to rebuild a site that has expensive computations. Incremental Render When working on a project you are typically ite...
{ "lastmod": "2023-07-05T19:35:15.755Z", "loc": "https://quarto.org/docs/projects/code-execution.html", "source": "https://quarto.org/docs/projects/code-execution.html" }
Overview You can create PowerPoint presentations using the pptx format. PowerPoint presentations support core presentation features like incremental bullets, 2-column layouts, and speaker notes, and can also be rendered using custom PowerPoint templates. See the PowerPoint format reference for a complete list of all op...
{ "lastmod": "2023-07-05T19:35:15.703Z", "loc": "https://quarto.org/docs/presentations/powerpoint.html", "source": "https://quarto.org/docs/presentations/powerpoint.html" }
Overview You can create Beamer (LaTeX/PDF) presentations using the beamer format. Beamer presentations support core presentation features like incremental content and 2-column layouts, and also provide facilities for customizing column layout, specifying frame attributes, and using Beamer themes. See the Beamer format ...
{ "lastmod": "2023-07-05T19:35:15.703Z", "loc": "https://quarto.org/docs/presentations/beamer.html", "source": "https://quarto.org/docs/presentations/beamer.html" }
Quarto Presentations Create beautiful interactive slide decks with Reveal.js Hello, There This presentation will show you examples of what you can do with Quarto and Reveal.js, including: Presenting code and LaTeX equations Including computations in slide output Image, video, and iframe backgrounds Fancy transitio...
{ "lastmod": "2023-07-05T19:35:15.739Z", "loc": "https://quarto.org/docs/presentations/revealjs/demo/index.html", "source": "https://quarto.org/docs/presentations/revealjs/demo/index.html" }
Animating content Animating content
{ "lastmod": "2023-07-05T19:35:15.743Z", "loc": "https://quarto.org/docs/presentations/revealjs/demo/mini/auto-animate.html", "source": "https://quarto.org/docs/presentations/revealjs/demo/mini/auto-animate.html" }
Animation Implicit Animation
{ "lastmod": "2023-07-05T19:35:15.743Z", "loc": "https://quarto.org/docs/presentations/revealjs/demo/mini/auto-animate-movement.html", "source": "https://quarto.org/docs/presentations/revealjs/demo/mini/auto-animate-movement.html" }
{ "lastmod": "2023-07-05T19:35:15.743Z", "loc": "https://quarto.org/docs/presentations/revealjs/demo/mini/zoom.html", "source": "https://quarto.org/docs/presentations/revealjs/demo/mini/zoom.html" }
Element Matching with data-id Element Matching with data-id
{ "lastmod": "2023-07-05T19:35:15.743Z", "loc": "https://quarto.org/docs/presentations/revealjs/demo/mini/auto-animate-stack.html", "source": "https://quarto.org/docs/presentations/revealjs/demo/mini/auto-animate-stack.html" }
Overview You can create Revealjs presentations using the revealjs format. The best way to get a sense for the capabilities of Revealjs is this demo presentation: If you prefer to view the demo in a standalone browser you can do that here. Check out the source code for the demo to see how the slides were created. See...
{ "lastmod": "2023-07-05T19:35:15.755Z", "loc": "https://quarto.org/docs/presentations/revealjs/index.html", "source": "https://quarto.org/docs/presentations/revealjs/index.html" }
Slide Title (without .smaller) Bullet Point 1 Bullet Point 2 Slide Title (with .smaller) Bullet Point 1 Bullet Point 2
{ "lastmod": "2023-07-05T19:35:15.743Z", "loc": "https://quarto.org/docs/presentations/revealjs/examples/smaller.html", "source": "https://quarto.org/docs/presentations/revealjs/examples/smaller.html" }
Slide 1, incrementally Eat spaghetti Drink wine Slide 2, non-incrementally Eat spaghetti Drink wine
{ "lastmod": "2023-07-05T19:35:15.743Z", "loc": "https://quarto.org/docs/presentations/revealjs/examples/incremental-lists-2.html", "source": "https://quarto.org/docs/presentations/revealjs/examples/incremental-lists-2.html" }
Slide 1, incrementally Eat spaghetti Drink wine Slide 2, non-incrementally Eat spaghetti Drink wine
{ "lastmod": "2023-07-05T19:35:15.743Z", "loc": "https://quarto.org/docs/presentations/revealjs/examples/incremental-lists-3.html", "source": "https://quarto.org/docs/presentations/revealjs/examples/incremental-lists-3.html" }
import numpy as np import matplotlib.pyplot as plt r = np.arange(0, 2, 0.01) theta = 2 * np.pi * r fig, ax = plt.subplots(subplot_kw={"projection": "polar"}) ax.plot(theta, r) ax.set_rticks([0.5, 1, 1.5, 2]) ax.grid(True) plt.show()
{ "lastmod": "2023-07-05T19:35:15.743Z", "loc": "https://quarto.org/docs/presentations/revealjs/examples/code-echo.html", "source": "https://quarto.org/docs/presentations/revealjs/examples/code-echo.html" }
Slide 1 Bullet Point 1 Bullet Point 2 Bullet Point 3 Bullet Point 4 Bullet Point 5 Bullet Point 6 Bullet Point 7 Bullet Point 8 Bullet Point 9 Bullet Point 10 Bullet Point 11 Bullet Point 12 Bullet Point 13 Bullet Point 14 Bullet Point 15 Bullet Point 16 Slide 2 Bullet Point 1 Bullet Point 2 Bullet Point 3 Bullet ...
{ "lastmod": "2023-07-05T19:35:15.743Z", "loc": "https://quarto.org/docs/presentations/revealjs/examples/scrollable-and-smaller.html", "source": "https://quarto.org/docs/presentations/revealjs/examples/scrollable-and-smaller.html" }
(A slide with no title) (Another slide with no title)
{ "lastmod": "2023-07-05T19:35:15.743Z", "loc": "https://quarto.org/docs/presentations/revealjs/examples/background-no-title.html", "source": "https://quarto.org/docs/presentations/revealjs/examples/background-no-title.html" }
Left column Right column
{ "lastmod": "2023-07-05T19:35:15.743Z", "loc": "https://quarto.org/docs/presentations/revealjs/examples/columns.html", "source": "https://quarto.org/docs/presentations/revealjs/examples/columns.html" }
import numpy as np import matplotlib.pyplot as plt r = np.arange(0, 2, 0.01) theta = 2 * np.pi * r fig, ax = plt.subplots(subplot_kw={'projection': 'polar'}) ax.plot(theta, r) ax.set_rticks([0.5, 1, 1.5, 2]) ax.grid(True) plt.show()
{ "lastmod": "2023-07-05T19:35:15.743Z", "loc": "https://quarto.org/docs/presentations/revealjs/examples/line-highlighting-2.html", "source": "https://quarto.org/docs/presentations/revealjs/examples/line-highlighting-2.html" }
import numpy as np import matplotlib.pyplot as plt r = np.arange(0, 2, 0.01) theta = 2 * np.pi * r fig, ax = plt.subplots(subplot_kw={'projection': 'polar'}) ax.plot(theta, r) ax.set_rticks([0.5, 1, 1.5, 2]) ax.grid(True) plt.show()
{ "lastmod": "2023-07-05T19:35:15.743Z", "loc": "https://quarto.org/docs/presentations/revealjs/examples/line-highlighting-1.html", "source": "https://quarto.org/docs/presentations/revealjs/examples/line-highlighting-1.html" }
Slide 1 incremental list, 1 incremental list, 2 Slide 2 incremental list, 3 incremental list, 4
{ "lastmod": "2023-07-05T19:35:15.743Z", "loc": "https://quarto.org/docs/presentations/revealjs/examples/incremental-lists-1.html", "source": "https://quarto.org/docs/presentations/revealjs/examples/incremental-lists-1.html" }
Habits John Doe In the morning Getting up Turn off alarm Get out of bed Breakfast Eat eggs Drink coffee In the evening Dinner Eat spaghetti Drink wine Going to sleep Get in bed Count sheep
{ "lastmod": "2023-07-05T19:35:15.743Z", "loc": "https://quarto.org/docs/presentations/revealjs/examples/creating-slides-2.html", "source": "https://quarto.org/docs/presentations/revealjs/examples/creating-slides-2.html" }
Habits John Doe Getting up Turn off alarm Get out of bed Going to sleep Get in bed Count sheep
{ "lastmod": "2023-07-05T19:35:15.743Z", "loc": "https://quarto.org/docs/presentations/revealjs/examples/creating-slides-1.html", "source": "https://quarto.org/docs/presentations/revealjs/examples/creating-slides-1.html" }
Title Tab ATab B Content for Tab A Content for Tab B
{ "lastmod": "2023-07-05T19:35:15.743Z", "loc": "https://quarto.org/docs/presentations/revealjs/examples/tabset.html", "source": "https://quarto.org/docs/presentations/revealjs/examples/tabset.html" }
Title Slide The main title slide is the first slide of the presentation, and its content is generated based on a variety document options (title, subtitle, date, author, institute, etc.). Custom Background If you want to provide a custom background for the title slide, then do the following: Use the title-slide-attri...
{ "lastmod": "2023-07-05T19:35:15.703Z", "loc": "https://quarto.org/docs/presentations/revealjs/advanced.html", "source": "https://quarto.org/docs/presentations/revealjs/advanced.html" }
Overview The htmlwidgets package enables you to use JavaScript visualization libraries like Leaflet, Plotly, dygraphs, and threejs directly from R. If you are using the Knitr engine with Quarto this is a great way to incorporate interactivity without learning JavaScript or requiring a Shiny Server to view your document...
{ "lastmod": "2023-07-05T19:35:15.675Z", "loc": "https://quarto.org/docs/interactive/widgets/htmlwidgets.html", "source": "https://quarto.org/docs/interactive/widgets/htmlwidgets.html" }
Introduction If you are an R user, you may already be familiar with Shiny, a package that makes it easy to build interactive web apps with R. When using the Knitr computation engine, Quarto documents can include embedded Shiny components (e.g. a plot with sliders that control its inputs) or even simple Shiny applicatio...
{ "lastmod": "2023-07-05T19:35:15.675Z", "loc": "https://quarto.org/docs/interactive/shiny/index.html", "source": "https://quarto.org/docs/interactive/shiny/index.html" }
Overview There are two types of external resource file that might be referenced from within a Shiny interactive document: Files referenced from R code (e.g. R scripts, datasets, configuration files, etc.); and Static assets referenced from the web document (e.g. CSS style-sheets, images, etc.) Below we’ll describe ho...
{ "lastmod": "2023-07-05T19:35:15.675Z", "loc": "https://quarto.org/docs/interactive/shiny/resources.html", "source": "https://quarto.org/docs/interactive/shiny/resources.html" }
Overview There are a wide variety of way to make data available to OJS: Read CSV, JSON, SQLite, and more using the FileAttachments API. Use the ojs_define() function to make data processed in Python or R available to {ojs} cells. Make calls to Web APIs for online services and data stores. We’ll explore all of these t...
{ "lastmod": "2023-07-05T19:35:15.483Z", "loc": "https://quarto.org/docs/interactive/ojs/data-sources.html", "source": "https://quarto.org/docs/interactive/ojs/data-sources.html" }
Overview Quarto includes native support for Observable JS, a set of enhancements to vanilla JavaScript created by Mike Bostock (also the author of D3). Observable JS is distinguished by its reactive runtime, which is especially well suited for interactive data exploration and analysis. The creators of Observable JS (Ob...
{ "lastmod": "2023-07-05T19:35:15.667Z", "loc": "https://quarto.org/docs/interactive/ojs/index.html", "source": "https://quarto.org/docs/interactive/ojs/index.html" }
Overview There are three types of library you’ll generally use with OJS: Observable core libraries automatically available in every document. Third-party JavaScript libraries from npm and ObservableHQ. Custom libraries you and/or your colleagues have created In this document we’ll provide a high-level overview of the...
{ "lastmod": "2023-07-05T19:35:15.667Z", "loc": "https://quarto.org/docs/interactive/ojs/libraries.html", "source": "https://quarto.org/docs/interactive/ojs/libraries.html" }
A simple example based on Allison Horst’s Palmer Penguins dataset. Here we look at how penguin body mass varies across both sex and species (use the provided inputs to filter the dataset by bill length and island): viewof bill_length_min = Inputs.range( [32, 50], {value: 35, step: 1, label: "Bill length (min):"} ...
{ "lastmod": "2023-07-05T19:35:15.663Z", "loc": "https://quarto.org/docs/interactive/ojs/examples/penguins.html", "source": "https://quarto.org/docs/interactive/ojs/examples/penguins.html" }
Read and plot a CSV of NOAA’s Monthly CO2 concentration data from Mauna Loa: data = { const co2data = await FileAttachment("co2_mm.csv") .csv({ typed: true }); return co2data.map(d => { d["decimal date"] = Number(d["decimal date"]); d.average = Number(d.average); return d; }); } Plot.plot({ ...
{ "lastmod": "2023-07-05T19:35:15.663Z", "loc": "https://quarto.org/docs/interactive/ojs/examples/noaa-co2.html", "source": "https://quarto.org/docs/interactive/ojs/examples/noaa-co2.html" }
You can control the layout of OJS content in a number of ways. page-layout: full This example uses page-layout: full to have its contents occupy the entire width of the page: --- title: "Layout" format: html: page-layout: full --- Enclose the inputs in a sidebar panel and the outputs in a tabset panel (click t...
{ "lastmod": "2023-07-05T19:35:15.663Z", "loc": "https://quarto.org/docs/interactive/ojs/examples/layout.html", "source": "https://quarto.org/docs/interactive/ojs/examples/layout.html" }
Overview Adding interactivity to an article is a great way to help readers explore the concepts and data you are presenting more deeply. There are three ways to add interactive components to Quarto documents: Create custom JavaScript visualizations using Observable JS. Use the Shiny R package to add interactivity to K...
{ "lastmod": "2023-07-05T19:35:15.479Z", "loc": "https://quarto.org/docs/interactive/index.html", "source": "https://quarto.org/docs/interactive/index.html" }
Step 1 Install Quarto _ Find your operating system in the table below Release Notes Step 2 Choose your tooland get started VS Code Jupyter RStudio Neovim Text Editor
{ "lastmod": "2023-07-05T19:35:15.471Z", "loc": "https://quarto.org/docs/get-started/index.html", "source": "https://quarto.org/docs/get-started/index.html" }
Choose your tool VS Code Jupyter RStudio Neovim Editor Overview In this tutorial we’ll show you how to use Quarto with Neovim. While we cover the basics here, you will also want to review the article on Using Neovim with Quarto to learn more about installing, using, and custom...
{ "lastmod": "2023-07-05T19:35:15.467Z", "loc": "https://quarto.org/docs/get-started/hello/neovim.html", "source": "https://quarto.org/docs/get-started/hello/neovim.html" }
{ "lastmod": "2023-07-05T19:35:15.467Z", "loc": "https://quarto.org/docs/get-started/hello/index.html", "source": "https://quarto.org/docs/get-started/hello/index.html" }
Choose your tool VS Code Jupyter RStudio Neovim Editor Overview In this tutorial we’ll show you how to use Quarto with VS Code. Before getting started, you should install the Quarto VS Code Extension, which includes many tools that enhance working with Quarto, including: Inte...
{ "lastmod": "2023-07-05T19:35:15.467Z", "loc": "https://quarto.org/docs/get-started/hello/vscode.html", "source": "https://quarto.org/docs/get-started/hello/vscode.html" }
Choose your tool VS Code Jupyter RStudio Neovim Editor Overview In this tutorial we’ll explore more of Quarto’s authoring features. We’ll cover rendering documents in multiple formats and show you how to add components like table of contents, equations, citations, cross-refere...
{ "lastmod": "2023-07-05T19:35:15.387Z", "loc": "https://quarto.org/docs/get-started/authoring/neovim.html", "source": "https://quarto.org/docs/get-started/authoring/neovim.html" }
{ "lastmod": "2023-07-05T19:35:15.387Z", "loc": "https://quarto.org/docs/get-started/authoring/index.html", "source": "https://quarto.org/docs/get-started/authoring/index.html" }
Choose your tool VS Code Jupyter RStudio Neovim Editor Overview In this tutorial we’ll explore more of Quarto’s authoring features. We’ll cover rendering documents in multiple formats and show you how to add components like table of contents, equations, citations, cross-refere...
{ "lastmod": "2023-07-05T19:35:15.387Z", "loc": "https://quarto.org/docs/get-started/authoring/vscode.html", "source": "https://quarto.org/docs/get-started/authoring/vscode.html" }
Choose your tool VS Code Jupyter RStudio Neovim Editor Overview Quarto has a wide variety of options available for controlling how code and computational output appear within rendered documents. In this tutorial we’ll take a .qmd file that has some numeric output and plots, an...
{ "lastmod": "2023-07-05T19:35:15.431Z", "loc": "https://quarto.org/docs/get-started/computations/neovim.html", "source": "https://quarto.org/docs/get-started/computations/neovim.html" }
{ "lastmod": "2023-07-05T19:35:15.431Z", "loc": "https://quarto.org/docs/get-started/computations/index.html", "source": "https://quarto.org/docs/get-started/computations/index.html" }
Choose your tool VS Code Jupyter RStudio Neovim Editor Overview Quarto has a wide variety of options available for controlling how code and computational output appear within rendered documents. In this tutorial we’ll take a .qmd file that has some numeric output and plots, an...
{ "lastmod": "2023-07-05T19:35:15.431Z", "loc": "https://quarto.org/docs/get-started/computations/vscode.html", "source": "https://quarto.org/docs/get-started/computations/vscode.html" }
Overview If the base features of Pandoc and Quarto don’t do exactly what you need, you can very likely create a Pandoc Filter that bridges the gap. Pandoc consists of a set of readers and writers. When converting a document from one format to another, text is parsed by a reader into pandoc’s intermediate representation...
{ "lastmod": "2023-07-05T19:35:15.275Z", "loc": "https://quarto.org/docs/extensions/filters.html", "source": "https://quarto.org/docs/extensions/filters.html" }
Installation If you want to use an extension within a document or project you need to add it to a project or directory. Rather than installing into a global library, Quarto extensions are stored locally, directly alongside the document or project they are used within. For example, if you have a project in a directory n...
{ "lastmod": "2023-07-05T19:35:15.275Z", "loc": "https://quarto.org/docs/extensions/managing.html", "source": "https://quarto.org/docs/extensions/managing.html" }
Overview Quarto extensions are directories that contain an _extensions sub-directory with one or more extensions. The files above the _extensions directory are not installed, so typically contain README and LICENSE files, examples, test cases, etc. There are two distinct ways to distribute extensions to end users: Pub...
{ "lastmod": "2023-07-05T19:35:15.275Z", "loc": "https://quarto.org/docs/extensions/distributing.html", "source": "https://quarto.org/docs/extensions/distributing.html" }
Extensions are a powerful way to modify and extend the behavior of Quarto. Below is a listing of available extensions (please let us know if you have an extension you’d like to see added to the list). See the articles on Creating Extensions to learn how to develop your own extensions. Shortcode/Filter Jou...
{ "lastmod": "2023-07-05T19:35:15.275Z", "loc": "https://quarto.org/docs/extensions/listing-filters.html", "source": "https://quarto.org/docs/extensions/listing-filters.html" }
Overview The programming language used to create filters and shortcodes is Lua, a lightweight, high-level scripting language. Lua is the extension language for Pandoc (which includes an embedded Lua interpreter). This means that Quarto extensions have no additional runtime dependencies or requirements. This article wil...
{ "lastmod": "2023-07-05T19:35:15.275Z", "loc": "https://quarto.org/docs/extensions/lua.html", "source": "https://quarto.org/docs/extensions/lua.html" }
Extensions are a powerful way to modify and extend the behavior of Quarto. Below is a listing of available extensions (please let us know if you have an extension you’d like to see added to the list). See the articles on Creating Extensions to learn how to develop your own extensions. Shortcode/Filter Jou...
{ "lastmod": "2023-07-05T19:35:15.275Z", "loc": "https://quarto.org/docs/extensions/index.html", "source": "https://quarto.org/docs/extensions/index.html" }
Extensions are a powerful way to modify and extend the behavior of Quarto. Below is a listing of available extensions (please let us know if you have an extension you’d like to see added to the list). See the articles on Creating Extensions to learn how to develop your own extensions. Shortcode/Filter Jou...
{ "lastmod": "2023-07-05T19:35:15.275Z", "loc": "https://quarto.org/docs/extensions/listing-formats.html", "source": "https://quarto.org/docs/extensions/listing-formats.html" }
Overview Quarto Extensions are a powerful way to modify or extend the behavior of Quarto, and can be created and distributed by anyone. There are several types of extensions available: Extension Description Shortcodes Special markdown directives that generate various types of content. For example, you could ...
{ "lastmod": "2023-07-05T19:35:15.275Z", "loc": "https://quarto.org/docs/extensions/creating.html", "source": "https://quarto.org/docs/extensions/creating.html" }
Subscribe Enjoy this blog? Get notified of new posts by email: CategoriesAll (13)Authoring (6)Extensions (2)Features (9)Layout (1)Learn (2)Quarto 1.3 (5)Tables (1)conf (1)talk (1)workshop (1) Quarto for Academics A potpourri of Quarto features useful for academics Learn A vid...
{ "lastmod": "2023-07-05T19:35:15.215Z", "loc": "https://quarto.org/docs/blog/index.html", "source": "https://quarto.org/docs/blog/index.html" }
Quarto Extensions are a powerful way to modify or extend the behavior of Quarto, and can be created and distributed by anyone. There are three types of extensions available: Shortcodes are special markdown directives that generate various types of content. For example, you could create shortcodes to embed tweets or vi...
{ "lastmod": "2023-07-05T19:35:15.223Z", "loc": "https://quarto.org/docs/blog/posts/2022-07-25-feature-extensions/index.html", "source": "https://quarto.org/docs/blog/posts/2022-07-25-feature-extensions/index.html" }
Quarto includes a number of features aimed at making it easy to to author and customize markdown table output, including: Specifying column alignment and widths. Providing captions, subcaptions, and cross-references. Generating tables dynamically from executable code cells. This post provides an overview of these cap...
{ "lastmod": "2023-07-05T19:35:15.215Z", "loc": "https://quarto.org/docs/blog/posts/2022-02-15-feature-tables/index.html", "source": "https://quarto.org/docs/blog/posts/2022-02-15-feature-tables/index.html" }
Callouts are an excellent way to draw extra attention to certain concepts, or to more clearly indicate that certain content is supplemental or applicable to only some scenarios. Callout Basics There are five different types of callouts available. note tip important caution warning The color and icon will be dif...
{ "lastmod": "2023-07-05T19:35:15.215Z", "loc": "https://quarto.org/docs/blog/posts/2022-02-13-feature-callouts/index.html", "source": "https://quarto.org/docs/blog/posts/2022-02-13-feature-callouts/index.html" }
import pandas as pd import altair as alt import seaborn as sns from matplotlib import pyplot as plt Data from Palmer Penguins R package penguins = pd.read_csv("https://pos.it/palmer-penguins-github-csv") penguins.groupby("species").size().reset_index(name = "count") species count 0 Adelie 152 1 Chinstra...
{ "lastmod": "2023-07-05T19:35:15.231Z", "loc": "https://quarto.org/docs/blog/posts/2023-03-17-jupyter-cell-embedding/penguins.html", "source": "https://quarto.org/docs/blog/posts/2023-03-17-jupyter-cell-embedding/penguins.html" }
Quarto offers a myriad of features that are especially useful for academics, as educators and as researchers. These range from chunk options that enable automatic linking of code to documentation, to article templates for manuscript submission to multiple journals. The following video walks you through some of these fe...
{ "lastmod": "2023-07-05T19:35:15.251Z", "loc": "https://quarto.org/docs/blog/posts/2023-05-22-quarto-for-academics/index.html", "source": "https://quarto.org/docs/blog/posts/2023-05-22-quarto-for-academics/index.html" }
rstudio::conf(2022) will feature a variety of workshops and talks on Quarto. Join us in Washington DC this July 25-28 to learn more about Quarto and hear from folks using Quarto to create, share, and collaborate. Here is a list of Quarto-related talks and workshops (and scroll down for details on each): Keynote: ...
{ "lastmod": "2023-07-05T19:35:15.219Z", "loc": "https://quarto.org/docs/blog/posts/2022-06-21-rstudio-conf-2022-quarto/index.html", "source": "https://quarto.org/docs/blog/posts/2022-06-21-rstudio-conf-2022-quarto/index.html" }
Quarto supports a variety of page layout options that enable you to author content that Fills the main content region Overflows the content region Spans the entire page Occupies the document margin This post will demonstrate a few of the capabilities for positioning content in the margin of the page. You can read mor...
{ "lastmod": "2023-07-05T19:35:15.215Z", "loc": "https://quarto.org/docs/blog/posts/2022-02-17-advanced-layout/index.html", "source": "https://quarto.org/docs/blog/posts/2022-02-17-advanced-layout/index.html" }
Observable JS is a set of enhancements to vanilla JavaScript created by Mike Bostock (also the author of D3). Observable JS is distinguished by its reactive runtime, which is especially well suited for interactive data exploration and analysis. Learn more about using Observable JS with Quarto in the articles on Interac...
{ "lastmod": "2023-07-05T19:35:15.795Z", "loc": "https://quarto.org/docs/reference/cells/cells-ojs.html", "source": "https://quarto.org/docs/reference/cells/cells-ojs.html" }
All available options for website projects are documented below. See Creating a Website for an in-depth guide to creating websites with Quarto. Project Options that define the type, render targets, and output of a project. Project options are specified under the project key. For example: --- project: type: website ...
{ "lastmod": "2023-07-05T19:35:15.799Z", "loc": "https://quarto.org/docs/reference/projects/websites.html", "source": "https://quarto.org/docs/reference/projects/websites.html" }
Options that define the type, render targets, and output of a project. Project options are specified under the project key. For example: --- project: type: default output-dir: _output --- title type Project type (default, website, or book) render Files to render (defaults to all files) execute-dir Contro...
{ "lastmod": "2023-07-05T19:35:15.799Z", "loc": "https://quarto.org/docs/reference/projects/options.html", "source": "https://quarto.org/docs/reference/projects/options.html" }
OPML (Outline Processor Markup Language) is an XML format for outlines. To learn more about OPML see https://en.wikipedia.org/wiki/OPML. format: opml Title & Author title Document title date Document date author Author or authors of the document order Order for document when included in a website automati...
{ "lastmod": "2023-07-05T19:35:15.795Z", "loc": "https://quarto.org/docs/reference/formats/opml.html", "source": "https://quarto.org/docs/reference/formats/opml.html" }
Portable Document Format (PDF) is a file format developed by Adobe in 1992 to present documents, including text formatting and images, in a manner independent of application software, hardware, and operating systems. To learn more about PDF see https://en.wikipedia.org/wiki/PDF. See the PDF format user guide for more d...
{ "lastmod": "2023-07-05T19:35:15.799Z", "loc": "https://quarto.org/docs/reference/formats/pdf.html", "source": "https://quarto.org/docs/reference/formats/pdf.html" }
Textile is a simple text markup language that makes it easy to structure content for blogs, wikis, and documentation. To learn more about Textile see https://www.promptworks.com/textile. format: textile Title & Author title Document title date Document date author Author or authors of the document order O...
{ "lastmod": "2023-07-05T19:35:15.799Z", "loc": "https://quarto.org/docs/reference/formats/textile.html", "source": "https://quarto.org/docs/reference/formats/textile.html" }
TEI Simple aims to define a new highly-constrained and prescriptive subset of the Text Encoding Initiative (TEI) Guidelines suited to the representation of early modern and modern books, a formally-defined set of processing rules which permit modern web applications to easily present and analyze the encoded texts, mapp...
{ "lastmod": "2023-07-05T19:35:15.799Z", "loc": "https://quarto.org/docs/reference/formats/tei.html", "source": "https://quarto.org/docs/reference/formats/tei.html" }
The Groff (GNU troff) manuscript format consists of plain text mixed with formatting commands that produces PostScript, PDF, or HTML. Learn more about Groff at https://www.gnu.org/software/groff/groff.html. format: ms Title & Author title Document title date Document date author Author or authors of the doc...
{ "lastmod": "2023-07-05T19:35:15.795Z", "loc": "https://quarto.org/docs/reference/formats/ms.html", "source": "https://quarto.org/docs/reference/formats/ms.html" }
Beamer is a LaTeX class for producing presentations and slides. To learn more about Beamer see https://ctan.org/pkg/beamer. See the Beamer format user guide for more details on creating Beamer output with Quarto. format: beamer Title & Author title Document title subtitle Identifies the subtitle of the docume...
{ "lastmod": "2023-07-05T19:35:15.799Z", "loc": "https://quarto.org/docs/reference/formats/presentations/beamer.html", "source": "https://quarto.org/docs/reference/formats/presentations/beamer.html" }
Revealjs is an open source HTML presentation framework. To learn more about Revealjs see https://revealjs.com/. See the Revealjs format user guide for more details on creating Revealjs output with Quarto. format: revealjs Title & Author title Document title subtitle Identifies the subtitle of the document. ...
{ "lastmod": "2023-07-05T19:35:15.799Z", "loc": "https://quarto.org/docs/reference/formats/presentations/revealjs.html", "source": "https://quarto.org/docs/reference/formats/presentations/revealjs.html" }
Context is a system for typesetting documents based on TEX and METAPOST. You can learn more about Context at http://www.pragma-ade.nl/. format: context Title & Author title Document title subtitle Identifies the subtitle of the document. date Document date author Author or authors of the document abstra...
{ "lastmod": "2023-07-05T19:35:15.795Z", "loc": "https://quarto.org/docs/reference/formats/context.html", "source": "https://quarto.org/docs/reference/formats/context.html" }
Jupyter Notebooks are used to combine software code, computational output, explanatory text and multimedia resources in a single document. Learn more about the Jupyter Notebook format at https://nbformat.readthedocs.io/. format: ipynb Title & Author title Document title date Document date author Author or a...
{ "lastmod": "2023-07-05T19:35:15.795Z", "loc": "https://quarto.org/docs/reference/formats/ipynb.html", "source": "https://quarto.org/docs/reference/formats/ipynb.html" }
XWiki is an open-source enterprise wiki system. To learn more about XWiki see https://www.xwiki.org/. format: xwiki Title & Author title Document title date Document date author Author or authors of the document order Order for document when included in a website automatic sidebar menu. Format Option...
{ "lastmod": "2023-07-05T19:35:15.799Z", "loc": "https://quarto.org/docs/reference/formats/wiki/xwiki.html", "source": "https://quarto.org/docs/reference/formats/wiki/xwiki.html" }
DokuWiki is a simple to use and highly versatile open source wiki software that doesn’t require a database. To learn more about DokuWiki see https://www.dokuwiki.org. format: dokuwiki Title & Author title Document title date Document date author Author or authors of the document order Order for document w...
{ "lastmod": "2023-07-05T19:35:15.799Z", "loc": "https://quarto.org/docs/reference/formats/wiki/dokuwiki.html", "source": "https://quarto.org/docs/reference/formats/wiki/dokuwiki.html" }