The .jl
files in each subdirectory are meant to be processed using Literate.jl.
During the build process, the .jl
files are converted to notebooks.
- install optimization_dynamics
- install IJulia (
add
it to the default project) - interact with notebooks
using IJulia, OptimizationDynamics notebook(dir=joinpath(dirname(pathof(OptimizationDynamics)), "..", "examples"))