Skip to content

Commit 0f7af6e

Browse files
Note that Quarto doesn't follow project-wide engine yet (#1171)
1 parent 7d52f49 commit 0f7af6e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Diff for: docs/computations/julia.qmd

+3
Original file line numberDiff line numberDiff line change
@@ -318,3 +318,6 @@ The currently available options are:
318318
- `exeflags`: An array of strings which are appended to the `julia` command that starts the worker process. For example, a notebook is run with `--project=@.` by default (the environment in the directory where the notebook is stored) but this could be overridden by setting `exeflags: ["--project=/some/directory/"]`.
319319
- `env`: An array of strings where each string specifies one environment variable that is passed to the worker process. For example, `env: ["SOMEVAR=SOMEVALUE"]`.
320320

321+
### Limitations
322+
323+
Currently, the `engine: julia` option must be specified in each `.qmd` file. Setting the engine project-wide via `_quarto.yml` [is not yet supported](https://github.com/quarto-dev/quarto-cli/issues/3157).

0 commit comments

Comments
 (0)