-
Hey, all I am currently trying to render a HTML with Quarto to show some python code blocks to students. I've done the same in the past with R code and I have avoided the code from running when rendering the HTML with ```{r, eval=F, echo=T} ´´´, but it does not seem to work with ´´´{python}. I have also added in YAML: execute: Any idea what I can do? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
cscheid
Jan 31, 2023
Replies: 1 comment 1 reply
-
https://quarto.org/docs/computations/execution-options.html
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
cderv
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://quarto.org/docs/computations/execution-options.html