- Run `julia` in a terminal.
- Within Julia, run:
```julia
using Pluto
Pluto.run()
```
- This should open Pluto in your browser.
- If not, checkout the Pluto output for the URL (likely http://localhost:1234/):
```julia
┌ Info:
└ Opening http://localhost:1234/ in your default browser... ~ have fun!
```
2. Open the desired notebook from Pluto through this box (<PATH_TO_AA120Q>/lectures/<DESIRED_NOTEBOOK.jl>
):
- Click `Run notebook code` (on the top right).