Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 585 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 585 Bytes

Teaching Archive

Run Julia Pluto Notebooks

Local execution

julia
using Pkg
Pkg.add("Pluto")
using Pluto
Pluto.run(host="0.0.0.0", port=1234)  # allows exposure of socket when using, e.g., Docker
# Goto localhost:1234 in browser and load the notebooks