Cache when rendering a notebook #5434
Unanswered
linogaliana
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Does caching works when you rendering to As caching with python is using jupyter system, and you are rendering to ipynb itself here, it is possible that there is no caching happening. @jjallaire, do you have a more clear answer on this ? Thank you |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I need to give access to jupyter notebook to beginners. I am writing that notebook using
.qmd
format and render it into.ipynb
.The notebook can be found here and uses some time consuming computations. I would like to skip them when re-rendering the document (to check, for instance, that some elements are okay) and caching seemed like a good approach.
I thus put the followiing elements in my header:
But each time I re-render the document, everything starts from zero again. Am I using the option wrong ?
Beta Was this translation helpful? Give feedback.
All reactions