From cda455447399bf91b8061d121d3b112b75176fa5 Mon Sep 17 00:00:00 2001 From: Taras Lazariv <taras.lazariv@tu-dresden.de> Date: Wed, 16 Feb 2022 15:14:22 +0100 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- .../docs/access/jupyterhub_teaching_example.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc.zih.tu-dresden.de/docs/access/jupyterhub_teaching_example.md b/doc.zih.tu-dresden.de/docs/access/jupyterhub_teaching_example.md index 8bb7db07c..ed131e6e3 100644 --- a/doc.zih.tu-dresden.de/docs/access/jupyterhub_teaching_example.md +++ b/doc.zih.tu-dresden.de/docs/access/jupyterhub_teaching_example.md @@ -14,7 +14,8 @@ through the [ZIH JupyterHub](../access/jupyterhub.md) and work through them duri - These notebooks are typically prepared for specific dependencies (Python packages) that need to be activated by participants in the course, when opening the notebooks. -- These environments can either be chosen based on the pre-configured ZIH conda environments, +- These environments can either be chosen based on the pre-configured +ZIH virtualenv/conda environments, or built in advance. We will focus on the custom environment approach here. ## Prerequisites -- GitLab