From eb56546672bcc8dc057ea8ba532e27a8dbb0dd2a Mon Sep 17 00:00:00 2001 From: Christopher Rackauckas Date: Sat, 21 Oct 2023 11:19:24 -0400 Subject: [PATCH] Update README.md --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 4f01210..561d778 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,12 @@ make sure that `julia` is found in the path. For more information see the `julia_setup()` function from [JuliaCall](https://github.com/Non-Contradiction/JuliaCall). +## Google Collab Notebooks + +As a demonstration, check out the following notebooks: + +- [Solving Ordinary Differential Equations Fast in R with diffeqr](https://colab.research.google.com/drive/1p7djwRMfeExVapAN8WPxZZhLnGxy4_Jl?usp=sharing) + ## Usage diffeqr provides a direct wrapper over [DifferentialEquations.jl](https://diffeq.sciml.ai).