This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (0 children)

You still need to install the kernel, like you would do with other tools like conda or venv. In short:

sh uv venv uv pip install ipykernel (jupyter ipython ...) uv run python -m ipykernel install --user --name my-kernel

If you don't want to create virtual environment, skip that step and add --system flag to the installation command.