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.
- Install Pluto and the SISL Julia package registry:
- Open
julia
in a terminal. - Run:
using Pkg Pkg.add("Pluto") Registry.add(url="https://github.com/sisl/Registry.git")
- Open
- Open Pluto:
- Run
julia
in a terminal. - Within Julia, run:
using Pluto Pluto.run()
- This should open Pluto in your browser.
- If not, checkout the Pluto output for the URL (likely http://localhost:1234/):
┌ Info: └ Opening http://localhost:1234/ in your default browser... ~ have fun!
- This should open Pluto in your browser.
- Run