Replies: 2 comments
-
Please format your code properly using more backticks than you have in your actual code, for instance four backticks. This being said, if you are using R code cells, knitr will be chosen as the engine, otherwise Jupyter. Note that (also documented), you cannot mix Jupyter AND knitr. You are using the latest stable which has patches for "important" bugs, so you should upgrade to the latest stable version if not on 1.4 release candidate. |
Beta Was this translation helpful? Give feedback.
-
Quarto will either use Jupyter engine or Knitr engine (https://quarto.org/docs/computations/execution-options.html#engine-binding). There is a automatic engine binding based on document content. Only knitr engine supports having different language cell in the same document. Jupyter will only work with a single Jupyter Kernel. So
Considering which tools run Julia, you can now see that the configuration will be done in R for JuliaCall. You should get through their documentation and repo . Quick search lead me to and JULIA_PROJECT environment variable There could be other support or way. Hope it helps |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Description
It looks like Quarto is using JuliaCall/R to execute Julia code. I have Julia, Python, and R in the doc. Can I control environment, like using the environment in a folder like "Analysis1" that as a Manifest.toml and Project.toml instead of the base environment (v1.9)? Also, is JuliaCall still good to run all Julia code normally? It works for this basic test, but I plan on doing much more complicated machine learning stuff.
Here's an example of the code that I'm testing:
Beta Was this translation helpful? Give feedback.
All reactions