An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Talk at SMAI 2021 La Grande Motte [![Binder](https://mybinder.org/badge_logo.svg)](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
```