Replies: 2 comments 9 replies
-
@jkrumbiegel Would you mind helping out here? |
Beta Was this translation helpful? Give feedback.
8 replies
-
Do I understand correctly that Quarto uses its own "private" environment only to run QuartoNotebookRunner.jl? Is it absolutely certain that it will never require anything to be installed in that private environment directly? Second question: is there a reason why this setting is not default in Quarto? engine: julia
julia:
exeflags: ["--project=."] |
Beta Was this translation helpful? Give feedback.
1 reply
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 am trying to use Julia with the Julia engine QuartoNotebookRunner.jl.
I have installed Quarto pre-release build 1.5.37 for mac. I have been able to run the simple example on the terminal and rendering a pdf.
but not the one in the same web page (https://quarto.org/docs/computations/julia.html) where there is a need for the
Plots
package. I added the Plots package to my work directory and tried to dorender document.qmd --to pdf
and I got this error insisting that I should installPlots
:Beta Was this translation helpful? Give feedback.
All reactions