From 2ecf5977f11922aec6c0d338dc95935ef68ffe19 Mon Sep 17 00:00:00 2001 From: Tim Kreuzer <t.kreuzer@fz-juelich.de> Date: Thu, 17 Apr 2025 08:38:47 +0200 Subject: [PATCH] update workshops --- docs/workshops.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/workshops.md b/docs/workshops.md index 57f7990..cbb757c 100644 --- a/docs/workshops.md +++ b/docs/workshops.md @@ -5,7 +5,7 @@ Jupyter-JSC provides a dedicated endpoint to facilitate workshops through the Ju ## Motivation -Organizing workshops can be a complex task. Instructors must coordinate participant access, prepare materials such as presentations and Jupyter notebooks, and ensure that all components run reliably for every participant. Due to the wide range of options available when starting a service, users may inadvertently select incorrect configurations—such as the wrong system, partition, kernel, or Docker image. These misconfigurations may not trigger immediate errors, but they can result in a non-functional or inconsistent runtime environment. +Organizing workshops can be a complex task. Instructors must coordinate participant access, prepare materials such as presentations and Jupyter notebooks, and ensure that all components run reliably for every participant. Due to the wide range of options available when starting a service, users may inadvertently select incorrect configurations, such as the wrong system, partition, kernel, or Docker image. These misconfigurations may not trigger immediate errors, but they can result in a non-functional or inconsistent runtime environment. To address these challenges and streamline the workshop experience, we offer the ability to create a dedicated **Workshop Website**. This site allows instructors to define a controlled environment for their workshop, which can then be shared with participants. -- GitLab