diff --git a/docs/guides/integration/jupyter.md b/docs/guides/integration/jupyter.md index a81890287..af883cd5e 100644 --- a/docs/guides/integration/jupyter.md +++ b/docs/guides/integration/jupyter.md @@ -51,7 +51,7 @@ $ uv add --dev ipykernel Then, you can create the kernel for `project` with: ```console -$ uv run ipython kernel install --user --name=project +$ uv run ipython kernel install --user --env VIRTUAL_ENV $(pwd)/.venv --name=project ``` From there, start the server with: