Skip to content

A teaching collection of handwritten PDF and Julia/Pluto notebooks, mainly numerical mathematics, optimization, partial differenatial equations and related topics.

Notifications You must be signed in to change notification settings

lamBOOO/teaching

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 

Repository files navigation

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

About

A teaching collection of handwritten PDF and Julia/Pluto notebooks, mainly numerical mathematics, optimization, partial differenatial equations and related topics.

thsn.devhttps://thsn.dev/#teaching

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published