AI4BioMed 2026 - Hands-on sessions installation instructions
This file is available at the following URL:
1. Install uv
Open a terminal and run:
curl -LsSf https://astral.sh/uv/install.sh | shThen, open a new terminal and verify the installation:
uv --versionOpen a terminal (right click on the windows menu icon and select Terminal) then run:
powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex"After that, open a new terminal and verify the installation with:
uv --version2. Download notebooks and data
Download and extract the following archive:
https://lhst.eu/ai4biomed/hands_on.zip
If you are using a Mac with an x86 processor, please use this archive instead:
3. Test installation
Open a new terminal at the root of the extracted archive and run:
uv run test_installWait for the command to finish and check that you no error messages appear.
4. Launch Jupyter lab
Open a new terminal at the root of the extracted archive and run:
uv run jupyter labA new tab should open in your browser with a local instance of Jupyter-lab. Otherwise, open the link that should have been displayed in your terminal with an url beginning with http://localhost:8888/lab?token=....
If something fails…
If for some reason one of the previous steps fails, you still have the possibility to work on the notebooks in Google Colab (you will need an active internet connexion and a Google account).
You can import the notebooks from the ipynb file on your computer by using Colab’s Import notebook feature, or you can open them directly by clicking these links:
Full notebooks
A repository with the full notebooks (with cell outputs and exercise solutions) is available here: