https://github.com/pnavaro/juliasmai2021
Slides for SMAI 2021
https://github.com/pnavaro/juliasmai2021
differential-equations julia
Last synced: about 2 months ago
JSON representation
Slides for SMAI 2021
- Host: GitHub
- URL: https://github.com/pnavaro/juliasmai2021
- Owner: pnavaro
- License: mit
- Created: 2021-06-22T07:50:00.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-24T10:02:07.000Z (almost 3 years ago)
- Last Synced: 2025-06-05T04:26:33.150Z (about 1 year ago)
- Topics: differential-equations, julia
- Language: Jupyter Notebook
- Homepage: https://pnavaro.github.io/JuliaSMAI2021/
- Size: 3.03 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Talk at SMAI 2021 La Grande Motte [](https://mybinder.org/v2/gh/pnavaro/JuliaSMAI2021/HEAD?filepath=index.ipynb)
Links to [slides](https://pnavaro.github.io/JuliaSMAI2021) and [binder](https://mybinder.org/v2/gh/pnavaro/JuliaSMAI2021/HEAD?filepath=index.ipynb).
To open the notebooks and run it locally:
```bash
git clone https://github.com/pnavaro/JuliaSMAI2021
cd JuliaSMAI2021
julia --project
```
```julia
julia> using Pkg
julia> Pkg.instantiate()
julia> using IJulia
julia> notebook()
[ Info: running ...
```
Open the index.ipynb file.
To export the pdf
```bash
docker run --rm -t -v `pwd`:/slides astefanutti/decktape https://pnavaro.github.io/JuliaSMAI2021/ eqdiv_with_julia_smai2021.pdf
```