Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 293 Bytes

File metadata and controls

10 lines (7 loc) · 293 Bytes

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 "