How can i run python and R code in the same report? #12246
Unanswered
stefaniecg
asked this question in
Q&A
Replies: 1 comment 4 replies
-
You can't as documented: one document = one engine.
You should really consider going through the documentation at least quickly: engines, kernels, how computations happen, etc. are all described. There are no shortcuts to learn how Quarto works. https://quarto.org/docs/computations/execution-options.html#engine-binding Edit: to be clear, it's fine to ask questions but it's far more effective for everyone to go to the documentation for the basics. |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
I was rendering a quarto report with only python code and all was ok.
But now i added R code, then the reticulate python complains it does not have the modules i load.
I found this information, that when i mix R and PYTHON it will use reticulate, which i do not want.
How i can tell quarto to not use reticulate?
but use my normal python as it was doing before?
The example coad can be as simple as
test.qmd
:Thank you for the help you can provide :)
The error is the following:
Beta Was this translation helpful? Give feedback.
All reactions