You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A teaching collection of handwritten PDF and Julia/Pluto notebooks, mainly numerical mathematics, optimization, partial differenatial equations and related topics.
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
About
A teaching collection of handwritten PDF and Julia/Pluto notebooks, mainly numerical mathematics, optimization, partial differenatial equations and related topics.