When running as devcontainer or codespace everything should be set up already.
When running locally uv
needs to be installed:
https://github.com/astral-sh/uv/releases
after installation run
uv sync
Also following vscode extensions are needed:
"ms-python.python"
"ms-toolsai.jupyter"
"ms-toolsai.jupyter-renderers"
"ms-toolsai.jupyter-keymap"
Open notebooks/00_hello_world.ipynb
and select .venv
as kernel/virtual environment.
Execute the notebook to make sure it runs without error.