How to use uv to install packages? [Windows]

Hi! I want to learn Building Ambient Agents with LangGraph and I just stucked at the 1st chapter.

Teachers present it with a mac book, but mine is a windows .

How to install it with vs code? It seems that uv can not work with jupyter notebook.

Thanks!

@OranRAG You wouldn’t run pip install uv in the Jupyter notebook. It should be run in your terminal. Are you able to launch the Jupyter notebook from your terminal?