Skip to content
Discussion options

You must be logged in to vote

That's the engine binding.
It's either knitr or Jupyter.
If you don't set it Quarto will automatically detect which engine to use. Python code cell implies Jupyter, R code cell implies knitr.
Use engine: XXX to make it explicit.

To disable computation of a code cell use eval: false.

Note that sharing zip archive instead of plain text or repository make it very difficult for people with disabilities to access your content. (It is also more effort to everyone to use it).

You can share a Quarto document using the following syntax, i.e., using more backticks than you have in your document (usually four ````).

````qmd
---
title: "Reproducible Quarto Document"
format: html
---

This is a reprod…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@cscheid
Comment options

@jandermoreira
Comment options

@mcanouil
Comment options

mcanouil Dec 3, 2023
Collaborator

Answer selected by jandermoreira
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
4 participants