-
DescriptionHello, I am trying the example from the doc, working on Ubuntu 22.04 ---
title: "Plots Demo"
author: "Norah Jones"
date: "5/22/2021"
format:
html:
code-fold: true
jupyter: julia-1.9.3
---
## Parametric Plots
Plot function pair (x(u), y(u)).
See @fig-parametric for an example.
```{julia}
#| label: fig-parametric
#| fig-cap: "Parametric Plots"
using Plots
plot(sin,
x->sin(2x),
0,
2π,
leg=false,
fill=(0,:lavender))
``` The output is
But Julia is installed in my system. If I open a terminal and type julia I end up in the REPL. Thank you |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 5 replies
-
I am surprised by the content of your document compared to the error message you get. I believe the error is from JuliaCall R package, but your .qmd file contains Can you share you quarto version ? Can you restart and be sure that your environment is clean before rendering the file ? |
Beta Was this translation helpful? Give feedback.
-
I rebooted the computer.
and the render
I really don't get why it doesn't find julia |
Beta Was this translation helpful? Give feedback.
-
Indeed, just figured it out as you typed. Strange because it's Julia 9.3 that is installed. thanks for the support. |
Beta Was this translation helpful? Give feedback.
This shows you that kernel name is
julia-1.9
and notjulia-1.9.3
as you put in your YAML header in .qmd document. You should try with correct name in