From d52023023c8f2f4e944e3a257e5aee44707c0f0f Mon Sep 17 00:00:00 2001 From: Christophe Dervieux Date: Mon, 25 Aug 2025 11:41:48 +0200 Subject: [PATCH] Add QUARTO_EXECUTE_INFO to environment variable list set by quarto --- docs/advanced/environment-vars.qmd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/advanced/environment-vars.qmd b/docs/advanced/environment-vars.qmd index d6fa25def..0b64b3a6d 100644 --- a/docs/advanced/environment-vars.qmd +++ b/docs/advanced/environment-vars.qmd @@ -86,4 +86,6 @@ ENV["QUARTO_DOCUMENT_PATH"] | `QUARTO_FIG_WIDTH` and `QUARTO_FIG_HEIGHT` | Values for `fig-width` and `fig-height` as set in the document metadata | +--------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ | `QUARTO_RUN_NO_NETWORK` | When `true`, Quarto project scripts written in TypeScript won't be allowed to use the network to download sources. In this setting, those scripts will not have access to the standard library. | ++--------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ +| `QUARTO_EXECUTE_INFO` | Path to a file on disk containing a JSON object describing the execution environment for code cells to use. | +--------------------------------------------+-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------+ \ No newline at end of file