User Tools

Site Tools


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)

  1. Open project folder in VS Code. (Make sure you have the Python extension installed)
  2. Create a test.ipynb file and open it.
  3. Select the Python interpreter in the virtual environment.
init_jup_uv.txt · Last modified: 2025/01/22 09:36 by jimc