Replies: 1 comment 2 replies
-
You need the What do you think is missing? Footnotes
|
Beta Was this translation helpful? Give feedback.
2 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.
-
Description
I would like for external contributors to execute content in their own environments/git repos.
They will store ipynb notebooks with data in source control
The notebooks are pushed into a central git quarto project that will combine, render (no execute) and publish the full project.
This should work for ipynb.
For qmd, I would have to use something like the freeze functionality. But it seems that freeze is only supported for quarto projects, and not when rendering single files.
Is there a way to execute stand-alone qmd-files, save the execution output, and copy it into a quarto project?
Beta Was this translation helpful? Give feedback.
All reactions