/DiffEqTutorials.jl

Tutorials for using the DiffEq ecosystem

Primary LanguageJupyter NotebookOtherNOASSERTION

DiffEqTutorials.jl

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

DiffEqTutorials.jl holds 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 in an interactive form. For more details, please consult the docs.

Viewing the Notebooks Locally

To view the notebooks locally and interact with the contents, use the following commands (requires IJulia):

Pkg.clone("https://github.com/JuliaDiffEq/DiffEqTutorials.jl")
using IJulia
notebook(dir=Pkg.dir("DiffEqTutorials"))

Table of Contents

The notebooks can be viewed remotely on Github or via nbviewer