summerschool_simtech_2023/material/1_mon/why_julia/pluto_demo
2023-09-22 08:19:13 +02:00
..
Manifest.toml First draft of the Why Julia? talk 2023-09-22 08:19:13 +02:00
pluto_demo.jl First draft of the Why Julia? talk 2023-09-22 08:19:13 +02:00
Project.toml First draft of the Why Julia? talk 2023-09-22 08:19:13 +02:00
README.md First draft of the Why Julia? talk 2023-09-22 08:19:13 +02:00

Brief demonstration of Julia and Pluto.jl notebooks

This brief demo gives a first impression how Julia looks like. It also contains an example I used in teaching a class on numerical methods for partial differential equations.

Run

julia --project=. -e 'import Pkg; Pkg.instantiate(); import Pluto; Pluto.run()'

in this directory. Then, open the Pluto notebook pluto_demo.jl.

This code was developed with Julia v1.9.3.