This repository contains the [Pluto](https://plutojl.org/) notebooks of the course. There are two options to visualize them.
[<img src="https://raw.githubusercontent.com/fonsp/Pluto.jl/dd0ead4caa2d29a3a2cfa1196d31e3114782d363/frontend/img/logo_white_contour.svg" height="16"/> notebooks](https://blegat.github.io/LSINC1113/) ← Ce lien donne accès à une version statique des notebooks qui peut être visualisée via votre navigateur sans le besoin d'installer Julia ni Pluto.
## Option 1 : Static version
[<img src="https://raw.githubusercontent.com/fonsp/Pluto.jl/dd0ead4caa2d29a3a2cfa1196d31e3114782d363/frontend/img/logo_white_contour.svg" height="16"/> notebooks](https://blegat.github.io/LSINC1113/) ← Follow this link to access a static version of the notebooks that can be visualized in your web browser without the need to install [Julia](https://julialang.org/) nor [Pluto](https://plutojl.org/).
To visualize it as slides, open the javascript console of your web browser and enter `present()`. To leave this slide mode, enter `present()` again.
To enter full screen mode, use `F11` on your keyboard.
## Option 2 : Dynamic version
First, download the `.jl` file in this repository (e.g., by [downloading a zip](https://docs.github.com/en/get-started/start-your-journey/downloading-files-from-github) or using [`git clone`](https://docs.github.com/en/repositories/creating-and-managing-repositories/cloning-a-repository)).
Now, install [Julia](https://julialang.org/)(I recommend doing this using [juliaup](https://julialang.org/downloads/#juliaup_-_julia_version_manager)).
Once this is completed, [install and then run Pluto](https://plutojl.org/#install).
## 🏆 Gain bonus points by fixing typos
If you find any typo or mistakes, feel free to open an issue or make a pull requests, it will be rewarded by bonus points on your final grade of the course! Note that [you can make a pull request without having to leave your web browser](https://docs.github.com/en/repositories/working-with-files/managing-files/editing-files).