-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomers
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomers