What is pluto.jl
TBD
How to install Julia?
Install Julia language from https://julialang.org/
Start Julia
I can do that from Terminal,
or by clicking an icon
Once Julia's prompt opens,
click the closing bracket ] to enter the "package mode"
How to Install pluto.jl?
Simply type
(@v1.7) pkg> add Pluto.jl
The installation is very fast.
Press BACKSPACE to exit the package mode
Type
julia> using Pluto
julia> Pluto.run()
At this point, the pluto website should open in your browser: