-
DescriptionI am trying include an interactive matplotlib figure inside my quarto project. In jupyter notebook, two methods can be used:
Including those in quarto results in a png figure included in the webpage. How should I proceed ? |
Beta Was this translation helpful? Give feedback.
Answered by
cscheid
Jun 26, 2023
Replies: 1 comment 3 replies
-
I believe the interactive matplotlib kernel requires a running python process for the execution. Quarto's jupyter execution serves a static HTML page (obtained from a .ipynb file derived from your page), so this is not possible. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
mcanouil
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I believe the interactive matplotlib kernel requires a running python process for the execution. Quarto's jupyter execution serves a static HTML page (obtained from a .ipynb file derived from your page), so this is not possible.