Skip to content
Discussion options

You must be logged in to vote

You can control execution using some YAML option. For example, you can deactivate all evaluation using

execute:
  eval: false

See https://quarto.org/docs/computations/execution-options.html

Another option would be to use a Project, and the freeze option: https://quarto.org/docs/projects/code-execution.html#freeze
This will render the document once with execution, and then prevent execution unless you explicitly render.

It depends what you need exactly - possibly eval: false is what you need here !

Replies: 3 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by cderv
Comment options

You must be logged in to vote
1 reply
@mcanouil
Comment options

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
Labels
None yet
3 participants