Allow ipynb download of book chapter #11099
Replies: 2 comments 2 replies
-
Not immediately, no. The output formats for books that we plan to include are meant to be readable as an output format. HTML, epub, PDF, etc. The ipynb format excels at being an intermediate representation for computation purposes, but doesn't currently offer a fantastic reading experience. With that said, your individual chapters could have additional outputs as .ipynb for folks who eg might want to run the code in your chapters.. |
Beta Was this translation helpful? Give feedback.
-
Thank you for the prompt reply, @cscheid! You wrote:
Is that already somehow possible? I have now also tried to add
to the top of a chapter, but it also doesn't work. Is there some hack to obtain a download link to an individual chapter as ipynb? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I tried to create a book project with two output formats: html and ipynb. However, I don't see download link for ipynb in the preview and the Quarto prints a warning in the CLI:
WARN: The ipynb format is not supported by book projects
Is there a plan to make the ipynb available as output format for book projects?
Thanks for considering my question and your great authoring software!
Beta Was this translation helpful? Give feedback.
All reactions