The tutorial consists of three parts:
- theoretical introduction - presentation
- examples - notebook
- exercises - notebook
Verify if uv is installed in your environment, eg. by:
uv --versionIf uv is not installed, you may install it with pip:
pip3 install uvor with your system:
curl -LsSf https://astral.sh/uv/install.sh | sh- Set up the environment with:
./setup.shAfter this command, new Jupyter kernel (tensorboard-uv) is registered.
- Open
tensorboard_examples.ipynbin Jupyter environment (eg. VS Code, Jupyter Lab) - Choose
tensorboard-uvkernel in the notebook settings (top-right corner).
If gaining enough free space on the device is not possible, we recommend using this repository on an external device. In order to cache uv packages outside the default directory (~/.cache), use:
UV_CACHE_DIR="/path/to/new/cache/dir" ./setup.sh