How to create Jupyter Kernels Activate your env source /path/to/your/env/bin/activate Install ipykernel if needed pip install ipykernel (uv add ipykernel) Add kernel python -m ipykernel install --user --name=mlesm_env_challege_4 --display-name "Python mlesm_challenge_4 "