Quentin Fortier
Quentin Fortier
It seems to me that there is no regularized linear regression among the available algorithms, which are useful in my experience. I can try to add [Ridge](https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.Ridge.html) and/or [Lasso](https://scikit-learn.org/stable/modules/generated/sklearn.linear_model.Lasso.html), if...
I am using xeus-cling for teaching but, as I am writing the memory/pointer lesson, I get the same memory adresses for different variables : ```C int x = 3; &x...
I would like to use a GitHub action to compile LaTeX with minted. I tried the following docker image : ``` FROM texlive/texlive:latest USER root RUN apt update -y --allow-releaseinfo-change...
This PR adds a launch button for Basthon. [Basthon](https://notebook.basthon.fr) is a nice project to execute a notebook client-side (inside the browser), using Pyodide. Similar to Jupyterlite, but I found it...
### Context I would like to have a chapter that is not clickable and does not contain an "intro" file. For now, I have to specify a file like this:...
### Describe the bug In this [_config](https://github.com/mp-info/mp-info.github.io/blob/main/files/_config.yml) file, I do not specify any url for binder_url. [However, I still get the Binder launch button](https://mp-info.github.io/1_revisions/revisions_ocaml.html). ### Reproduce the bug - Remove...
**Describe the bug** Thebe prevents cells with hide-cell tag from opening in Jupyter-book. "Click to show" does nothing. This is because the ID of the `div` is overwritten by `shpinx-thebe`,...
The selector to add utterances was invalid: section tags are not div. 