Skip to content

Commit

Permalink
Add notebooks
Browse files Browse the repository at this point in the history
  • Loading branch information
APJansen committed Mar 26, 2024
1 parent 8c3b343 commit 435941e
Show file tree
Hide file tree
Showing 18 changed files with 8,643 additions and 0 deletions.
60 changes: 60 additions & 0 deletions examples/00-Toy.ipynb
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
{
"cells": [
{
"cell_type": "markdown",
"source": [
"Import the necessary packages"
],
"metadata": {}
},
{
"outputs": [],
"cell_type": "code",
"source": [
"using CoupledNODE"
],
"metadata": {},
"execution_count": null
},
{
"cell_type": "markdown",
"source": [
"Let's greet the world"
],
"metadata": {}
},
{
"outputs": [],
"cell_type": "code",
"source": [
"helloworld()"
],
"metadata": {},
"execution_count": null
},
{
"cell_type": "markdown",
"source": [
"---\n",
"\n",
"*This notebook was generated using [Literate.jl](https://github.com/fredrikekre/Literate.jl).*"
],
"metadata": {}
}
],
"nbformat_minor": 3,
"metadata": {
"language_info": {
"file_extension": ".jl",
"mimetype": "application/julia",
"name": "julia",
"version": "1.10.2"
},
"kernelspec": {
"name": "julia-1.10",
"display_name": "Julia 1.10.2",
"language": "julia"
}
},
"nbformat": 4
}
16 changes: 16 additions & 0 deletions examples/00-Toy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
Import the necessary packages

```julia
using CoupledNODE
```

Let's greet the world

```julia
helloworld()
```

---

*This page was generated using [Literate.jl](https://github.com/fredrikekre/Literate.jl).*

Loading

0 comments on commit 435941e

Please sign in to comment.