CEMRACS 2022 July, 28th Marseille France.
Link to slides.
To install Julia go to http://julialang.org/downloads/.
- On MacOS you can use brew
- On Linux use Command line installer of the Julia Language
To open the notebooks and run them locally:
git clone https://github.com/cemracs2022/julia
cd julia
julia --project
julia> using Pkg
julia> Pkg.instantiate()
julia> include("generate_nb.jl")
julia> using IJulia
julia> notebook(dir=joinpath(pwd(),"notebooks"))
[ Info: running ...