Skip to content

Notebooks paired with lectures for Stanford's AA228V course.

License

Notifications You must be signed in to change notification settings

sisl/AA228VLectureNotebooks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stanford AA228V/CS238V Lecture Notebooks

website textbook package

Notebooks to accompany lectures for Stanford's AA228V/CS238V Validation of Safety-Critical Systems.

Uses the StanfordAA228V.jl Julia package.

Installation

  • Install Pluto and the SISL Julia package registry:
    1. Open julia in a terminal.
    2. Run:
      using Pkg
      Pkg.add("Pluto")
      Registry.add(url="https://github.com/sisl/Registry.git")

Running

  • Open Pluto:
    • Run julia in a terminal.
    • Within Julia, run:
      using Pluto
      Pluto.run()
      • This should open Pluto in your browser.
        ┌ Info:
        └ Opening http://localhost:1234/ in your default browser... ~ have fun!

About

Notebooks paired with lectures for Stanford's AA228V course.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages