Skip to content

Latest commit

 

History

History

project1

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

AA228V/CS238V: Project 1

website html

Efficiently finding the most-likely failure.

Steps

  1. 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!
  2. Open the project1.jl notebook from Pluto through this box (<PATH_TO_AA228VProjects>/project1/project1.jl):

    • Click Run notebook code.
  3. See project1.jl within Pluto for details.