A Julia notebook: Pluto

Activate the Pluto environment we installed earlier

(@v1.11) pkg> activate pluto-env
julia> using Pluto

Start Pluto

First try:

> Pluto.run()
  • At some places it actually starts a web browser
  • Otherwise, do
julia> Pluto.run(; launch_browser=false)

and note the url given and paste it into a browser opened from the menu of ThinLinc.

How does it look like?

Pluto start

  • Welcome page

Pluto getting_started

  • Pluto cells

Pluto cells2