-
DescriptionI'm working on a presentation using Quarto with a revealjs export. I'm showcasing some features that manipulate files on disk, and wanted to execute a code block on-demand (that is when I reach the relevant slide), however all code block within the document are ran when the kernel is started:
Is there a way to manually run code blocks? I'm playing with the Thanks!! |
Beta Was this translation helpful? Give feedback.
Answered by
mcanouil
Jan 31, 2025
Replies: 1 comment 4 replies
-
See the following Quarto extension: https://github.com/coatless-quarto/pyodide |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To be clear, all computations happen nearly at the first step of rendering to static files.
So, the only way to make something live is to use something with browser integration like WASM.