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

https://github.com/pnavaro/juliaparis2023

Slides for "Journées Julia et Optimisation" Paris 04-06 October 2023
https://github.com/pnavaro/juliaparis2023

cluster-analysis julialang

Last synced: 5 months ago
JSON representation

Slides for "Journées Julia et Optimisation" Paris 04-06 October 2023

Awesome Lists containing this project

README

          

# Talk at CNAM Paris October 2023

Link to [slides](https://pnavaro.github.io/JuliaParis2023).

To open the notebooks run them locally:

```bash
git clone https://github.com/pnavaro/JuliaParis2023
cd JuliaParis2023
julia --project
```

```julia
julia> using Pkg
julia> Pkg.instantiate()
julia> using IJulia
julia> notebook()
[ Info: running ...
```