Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Practical Exercises

DSC ScaDS.AI, Leipzig University

How-To for redoing the exercises on your own laptop after the training.

Download and unpack the notebooks

Create the virtual environment (venv)

cd /path/to/sessions_download
uv sync

Fill your secrets file

NOTE: Treat the secrets file like a password - never commit or share it.

Start JupyterLab with your secrets

uv run --env-file secrets jupyter lab

Pitfall: cloud-synced and network folders

IMPORTANT: Do not place sessions_download/ inside any synced folder (OneDrive, Dropbox, Google Drive, iCloud), or other remote network drives.

On many managed laptops these locations apply stricter execution restrictions and constant file syncing, which can:

Use a plain local folder outside any synced or networked path instead, e.g. C:\Users\<you>\eosc-ssds-2026 (Windows) or ~/eosc-ssds-2026 (macOS/Linux).