How can I create a Beamer presentation with Quarto from jupyter notebook? #5842
-
DescriptionI'm trying to replicate the output from the following address: I have done the following:
I'm using Windows 10 and Python 3.9.0 and jupyter notebook and installed Quarto a couple of days ago, but I can't figure out how to render an ipynb document as a beamer presentation. And also I would like to use a theme from what is available "Beamer theme gallery". Maybe my query is very basic, but if someone can help me I would be very grateful. Please. Could you please help me with the steps and tools needed to render a file.ipynb to a beamer-type presentation using a format, for example, from the beamer gallery. jupyter notebook --version |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Hello and welcome! You should render the document to the
That should do it! You can read more about Beamer specific options, including themes, here: https://quarto.org/docs/presentations/beamer.html#beamer-options |
Beta Was this translation helpful? Give feedback.
-
My most humble thanks for your immense help. Marco |
Beta Was this translation helpful? Give feedback.
Hello and welcome!
You should render the document to the
beamer
format, like:quarto render beamer.ipynb --to beamer
That should do it!
You can read more about Beamer specific options, including themes, here:
https://quarto.org/docs/presentations/beamer.html#beamer-options