-
Hi,
The computation takes place within the markdown text and not inside a code block. I have two (probably) stupid question:
Thank you |
Beta Was this translation helpful? Give feedback.
Answered by
cscheid
Dec 8, 2022
Replies: 1 comment 3 replies
-
That's a knitr feature. We don't advertise it broadly in quarto because Jupyter doesn't have a corresponding feature. The recommended workaround is to use |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
aborruso
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
That's a knitr feature. We don't advertise it broadly in quarto because Jupyter doesn't have a corresponding feature.
The recommended workaround is to use
Display(Markdown())
in Jupyter.