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.

Preparation

DSC ScaDS.AI, Leipzig University

If you encounter any problems with the steps described below, please reach out via email

Prepare your e-INFRA CZ account

For access to Large Language Models (LLMs), we will use the AI as a Service (AIaaS) infrastructure provided by e-INFRA CZ. As a member of an educational institution in the Czech Republic with a valid MetaCentrum account, you should have access to it.

Prepare your laptop

The practical work will be done locally on your laptop. In this section, you will find information on how to prepare your laptop for the training. Please read everything carefully first and then follow the individual steps.

What you need

1. Install uv

uv --version

2. Create a Python virtual environment (venv)

NOTE: If Python is already installed on your system, uv will detect and use it without further configuration. However, uv can also install and manage Python versions, and automatically installs missing Python versions as needed.

cd /path/to/eosc-ssds-2026
uv sync

3. Start JupyterLab from the venv

uv run jupyter lab
Ctrl + C

If everything worked: Congratulations!
You are technically prepared for the training sessions.

Although no extensive programming knowledge is required, the planned training sessions will make use of the Python programming language and the terminal or command line. We therefore recommend that you familiarize yourself with at least the basics (if you are not already familiar with them). The following interactive online resources are worth checking out: