Skip to content

Freeze execution of individual code blocks #10429

Answered by cderv
skwde asked this question in Q&A
Discussion options

You must be logged in to vote

Quarto does not provide mechanism to cache / freeze a single cell only.

freeze: true in the executable code block is just ignored.

freeze is not an option you can set on a cell. AFAIK we don't document it, and it is not offer by autocompletion in cell option either. So not expected to be valid, or have the effect you expect.

As documented, freeze is a applying at a document level so that computation are not re-ran when the whole project is rendered with quarto render

Other options quarto offers is Caching, and this is by leveraging anything that the engine offers, JupyterCache or Knitr cache. What you can do with those are specific to the engine. With knitr engine, you can cache a singl…

Replies: 2 comments 7 replies

Comment options

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

Comment options

You must be logged in to vote
6 replies
@mcanouil
Comment options

mcanouil Aug 2, 2024
Collaborator

@skwde
Comment options

@mcanouil
Comment options

mcanouil Aug 2, 2024
Collaborator

@skwde
Comment options

@mcanouil
Comment options

mcanouil Aug 2, 2024
Collaborator

Answer selected by skwde
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
computations freeze issues with the `freeze` feature
3 participants