The general pattern is https://inria.github.io/scikit-learn-mooc/slides/?file=[FILENAME].md
Example for ML concepts slides: https://inria.github.io/scikit-learn-mooc/slides/?file=ml_concepts.md
Useful when working on the slides:
# on the root repo folder
python -m http.server
# open your browser with the right port (from previous command) using the right md file
firefox 'http://localhost:8000/slides/index.html?file=../slides/ml_concepts.md'