-
DescriptionI want to creat a quarto book from ipynb and I 've read the official guide on creating a book. On that page, however, there is no Jupyter under the "Choose your tool" tab. So, I suspect it might be impossible but still want to hear a definitive answer. Can anyone help me with this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Important Accessibility: For better accessibility, please ensure link text is descriptive and meaningful rather than using generic terms such as "here". This helps all users understand the link's destination. See Writing meaningful link text (WCAG). |
Beta Was this translation helpful? Give feedback.
-
|
Create a book with Sometimes, it's faster to just try. |
Beta Was this translation helpful? Give feedback.
Create a book with
quarto create project book.Add a Jupyter notebook, add a reference to it in
_quarto.yml, then render (quarto render).Sometimes, it's faster to just try.