Don't restart Julia kernel from chapter to chapter in Quarto Book #10230
Unanswered
DominiqueMakowski
asked this question in
Q&A
Replies: 1 comment
-
This is by design, and it happens in engines other than Jupyter. Chapters need to behave independently of each other to allow incremental previewing, and so it's not a feature we will add. You can use something like the Jupyter cache (or you can roll your own as well.) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
I am having a Quarto book with fairly small chapters and linear content that incrementally builds on previous chapters.
Unfortunately, it seems like rendering opens fresh Julia kernels for each chapter, which makes it impossible to re-use code and results from previous chapters. Is there a way to make Quarto re-use the same kernel between different files?
Somewhat related to #4201
Beta Was this translation helpful? Give feedback.
All reactions