import Pkg; Pkg.add("Plots")
Resolving package versions...
No Changes to `~/.julia/environments/v1.8/Project.toml`
No Changes to `~/.julia/environments/v1.8/Manifest.toml`
Willing Consulting is a proud Partner Sponsor of PyLadiesCon 2024. Join us online December 6-8, 2024. Registration is free.
Carol Willing
June 4, 2023
This is based on the Quarto Julia docs.
Install Julia for your operating system.
Install IJulia. For this step, I use the Julia REPL. Enter pkg mode by pressing ]
and enter: add IJulia
. This installs the IJulia kernel into the .julia
directory in your home directory.
From the Julia REPL, start a notebook server and kernel:
or alternatively install the Julia extension for VS Code.
jupyter:
and the kernel to be used:quarto preview
to start the preview server or Render
in VS Code.Plot function pair (x(u), y(u)). See Figure 1 for an example.
See Figure 2 for another example.
You should now see rendered charts with Julia.
Here’s a rendering of the Julia document in VS Code.