Set engine globally in website project #2498
-
I have a website project and I'm trying to set the default engine to
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.
Replies: 2 comments 1 reply
-
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.
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
engine
rather than it's value).More on engine binding here:
https://quarto.org/docs/computations/execution-options.html#engine-binding