init_jup_uv
Initialize Jupyter Project with UV
mkdir jupyter_project cd jupyter_project uv init uv add ipykernel
(If you prefer, you can install ipykernel with the pip interface instead: uv pip install ipykernel -U –force-reinstall
)
- Open project folder in VS Code. (Make sure you have the Python extension installed)
- Create a test.ipynb file and open it.
- Select the Python interpreter in the virtual environment.
init_jup_uv.txt · Last modified: 2025/01/22 09:36 by jimc