Notebooks to accompany lectures for Stanford’s AA228V/CS238V Validation of Safety-Critical Systems.
Uses the StanfordAA228V.jl
Julia package.
The session on using Julia and Pluto can be viewed as a static notebook or run locally by downloading notebooks/julia_pluto_session.jl
and opening it in a Pluto session. A link to the session recording will be on Canvas.
julia
in a terminal. using Pkg
Pkg.add("Pluto")
Registry.add(url="https://github.com/sisl/Registry.git")
julia
in a terminal. using Pluto
Pluto.run()
┌ Info:
└ Opening http://localhost:1234/ in your default browser... ~ have fun!