Using uv Package Manager
- Github: https://github.com/astral-sh/uv
- Docs: https://docs.astral.sh/uv/
Using Jupyter from VS Code
'''
Create a project.
uv init
Move into the project directory. cd project
Add ipykernel as a dev dependency. uv add --dev ipykernel
Open the project in VS Code. code . ''''