/DiffEqTutorials.jl

Tutorials for using the DiffEq ecosystem

Primary LanguageHTMLOtherNOASSERTION

DiffEqTutorials.jl

Join the chat at https://gitter.im/JuliaDiffEq/Lobby

DiffEqTutorials.jl holds PDFs, webpages, and interactive Jupyter notebooks showing how to utilize the software in the JuliaDiffEq ecosystem. This set of tutorials was made to complement the documentation and the devdocs by providing practical examples of the concepts. For more details, please consult the docs.

Interactive Notebooks

To run the tutorials interactively via Jupyter notebooks, install the package and open the tutorials like:

]add "https://github.com/JuliaDiffEq/DiffEqTutorials.jl"
using DiffEqTutorials
DiffEqTutorials.open_notebooks()

Video Tutorial

Video Tutorial

Table of Contents

Contributing

All of the files are generated from the Weave.jl files in the tutorials folder. To run the generation process, do for example:

using DiffEqTutorials
DiffEqTutorials.weave_file(".","introduction/ode_introduction.jmd")