-
powered by Pluto on Binder!
-
e.g. Math3 WS20 Week 14
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
powered by Pluto on Binder!
e.g. Math3 WS20 Week 14
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