mpastell / DiffEqTutorials.jl

Tutorials for using the DiffEq ecosystem

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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")

About

Tutorials for using the DiffEq ecosystem

License:Other


Languages

Language:HTML 98.8%Language:Julia 0.9%Language:Jupyter Notebook 0.3%