Skip to content

Documentation seams to be out of date: "Using uv with Jupyter" #10407

@OlafEichstaedt

Description

@OlafEichstaedt

For non-Project environments, the documentation

[https://docs.astral.sh/uv/guides/integration/jupyter/#using-jupyter-as-a-standalone-tool]

suggests to run the following:

uv venv --seed
uv pip install jupyterlab
.venv/bin/jupyter lab

This did not work for me as no "bin" folder was created.

To create an evironment "default" for my notebooks, I ran

uv venv default --seed
default\Scripts\activate
uv pip install jupyterlab
uv run jupyter lab

instead.

The envrionment contains the following folders: ".ipynb_checkpoints", "etc", "Lib", "Scripts", "share".

I am using

  • uv 0.5.15 (eb6ad9a 2025-01-06)
  • WIndows 11 Pro 10.0.22631 Build 22631

Metadata

Metadata

Assignees

Labels

documentationImprovements or additions to documentationgood first issueGood for newcomers

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions