Replies: 1 comment
-
I have the same question. If you come to a conclusion, please update. Thx |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm realising that I don't understand the status of the (many) languages supported by knitr, in the context of Quarto documents.
The documentation suggests to use
engine: knitr
for R code, andengine: jupyter
for Python or Julia, but I'm wondering what would be the pros and cons of using knitr instead with Julia or Python code cells? The following basic example does seem to work,It might seem pointless in this example, but using knitr has the nice side-effect that one can access some features not yet available in the jupyter counterpart. For example, I can access the Yaml metadata, and use it to dynamically change the output of a Julia code chunk, which I think is not currently possible with the Jupyter route (I don't know of a way to access the metadata).
Is the difference between knitr and jupyter documented somewhere? For those of us switching from Rmarkdown it would be quite helpful.
Beta Was this translation helpful? Give feedback.
All reactions