From e8ff607e4ded8fbb1df6fee53599ceed81c48955 Mon Sep 17 00:00:00 2001 From: Taras Lazariv <taras.lazariv@tu-dresden.de> Date: Wed, 16 Feb 2022 15:14:52 +0100 Subject: [PATCH] Apply 1 suggestion(s) to 1 file(s) --- .../docs/access/jupyterhub_teaching_example.md | 2 +- 1 file changed, 1 insertion(+), 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 caaaa9c78..14e751642 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 @@ -33,7 +33,7 @@ ZIH. ### 1. Creating a custom Python environment -Prepare a a Python virtual environment (`virtualenv`) or conda virtual environment as described in +Prepare a Python virtual environment (`virtualenv`) or conda virtual environment as described in [Python virtual environments](../software/python_virtual_environments.md). Note, for preparing a custom environment for a Jupyter Lab course, all participants will need to have read-access to this environment. This is best done by storing the environment in either a [workspace](../data_lifecycle/workspaces.md) -- GitLab