====== 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. {{tag>python}}