Replies: 3 comments 2 replies
-
I would expect this to work:
Note that the option is on the same line (the indented next line actually makes that a sub-property of More on engine binding here: https://quarto.org/docs/computations/execution-options.html#engine-binding |
Beta Was this translation helpful? Give feedback.
-
That's a brutally bad YAML interpretation though on our part, though! Let's see if I can improve it. |
Beta Was this translation helpful? Give feedback.
-
So this doesn't work for me. If I have a ```{bash} cell in a |
Beta Was this translation helpful? Give feedback.
-
I have a website project and I'm trying to set the default engine to
knitr
. I tried adding this to my_quarto.yml
:However, this doesn't seem to have any effect, because all of my sub-documents still use the Jupyter engine.
Beta Was this translation helpful? Give feedback.
All reactions