Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
OlafEichstaedt opened this issue Jan 8, 2025 · 1 comment
Open
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers

Comments

@OlafEichstaedt
Copy link

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
@charliermarsh
Copy link
Member

This is correct — you’re just on Windows, and you created an environment named “default”. We can update the docs to show separate instructions for Windows.

@zanieb zanieb added documentation Improvements or additions to documentation good first issue Good for newcomers labels Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants