How to keep an embedded notebook? #12902
-
DescriptionHello, I have a book project, where at some point I embed some code of another I want to keep the ipynb of the embedded notebook, generated during the rendering of the project. I tried to add
In the embedded file, but it doesn't work. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Could you share a small self-contained "working" (reproducible) example to work with, i.e., a complete Quarto document or a Git repository? The goal is to make it as easy as possible for us to recreate your problem so that we can fix it: please help us help you! Thanks. You can share a self-contained "working" (reproducible) Quarto document using the following syntax, i.e., using more backticks than you have in your document (usually four If you have multiple files (and if it is absolutely required to have multiple files), please share as a Git repository.
Additionally and if not already given, please share the output of |
Beta Was this translation helpful? Give feedback.
-
Which version of Quarto are you using ? We had an issue with It will be included in 1.7 next patch release. Can you try 1.8.13 please ? |
Beta Was this translation helpful? Give feedback.
Which version of Quarto are you using ?
We had an issue with
keep-ipynb
which is now fixed in latest prerelease 1.8.13: https://quarto.org/docs/download/prerelease.htmlIt will be included in 1.7 next patch release.
Can you try 1.8.13 please ?