Rendering quarto project with multiple conda environments #10606
-
DescriptionI have a quarto project (website). There are a few different pages with R and Python code chunks. Some pages use conda env A while other pages use conda env B. When I have a single conda env, I would just do:
And that would generate the whole website
Is there a better way to do this? Another detail is that some files are ipynb with python code while others are qmd files with R code. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Unfortunately, no. Incremental rendering and freeze for computation is the current way to go. |
Beta Was this translation helpful? Give feedback.
Unfortunately, no. Incremental rendering and freeze for computation is the current way to go.