Using Jupyter from VS code or Standalone project
VS code
To connect a uv-managed project to a Jupyter notebook within VS Code by creating a kernel of the project VS Code requires ipykernel to be present in the project environment.
Press
Standalone
If you want to standalone project without need pyproject.toml and uv.lock then run the below commands
It launchs the url http://localhost:8888/lab. you can install additional packages via !uv pip install, or even !pip install. To launch the existing notebook again, .venv\Scripts\jupyter lab
