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
- Host: GitHub
- URL: https://github.com/pnavaro/juliaparis2023
- Owner: pnavaro
- License: mit
- Created: 2023-09-29T15:12:19.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-10T10:50:49.000Z (over 2 years ago)
- Last Synced: 2025-01-22T06:25:59.888Z (over 1 year ago)
- Topics: cluster-analysis, julialang
- Language: Jupyter Notebook
- Homepage: https://pnavaro.github.io/JuliaParis2023/
- Size: 33.7 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 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 ...
```