Notebooks to accompany lectures for Stanford's AA228V/CS238V Validation of Safety-Critical Systems.
Uses the StanfordAA228V.jl
Julia package.
- 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