I will push here sometimes when I find something interresting that I discovered
The used dataset are mentionned on the top cell of each notebooks
conda env create -f environment.yml --name <env_name> #create an env from a file
conda env remove --name env_name #delete an
env
conda activate env_name
python -m ipykernel install --user --name env_name --display-name "Python (env_name)"