Skip to content
Snippets Groups Projects
Commit 876fd1f3 authored by Elias Werner's avatar Elias Werner
Browse files

fix dead links

parent 0599fa91
No related branches found
No related tags found
2 merge requests!488Automated merge from preview to main,!485docs: Add Jupyter Teaching Example
...@@ -31,14 +31,14 @@ The following part describes several steps for the preparation of a course with ...@@ -31,14 +31,14 @@ The following part describes several steps for the preparation of a course with
### 1. Creating a custom Python environment ### ### 1. Creating a custom Python environment ###
Prepare a a Python virtual environment (`virtualenv`) or conda virtual environment as described in [Python virtual environments](../software/python_virtual_environments). Prepare a a Python virtual environment (`virtualenv`) or conda virtual environment as described in [Python virtual environments](../../software/python_virtual_environments).
Note, for preparing a custom environment for a Jupyter Lab course, all participants will need to have read-access to this environment. 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) with a limited lifetime or This is best done by storing the environment in either a [workspace](../data_lifecycle/workspaces.md) with a limited lifetime or
in a projects folder (e.g. `/projects/p_lv_jupyter_course/`) without a limited lifetime. in a projects folder (e.g. `/projects/p_lv_jupyter_course/`) without a limited lifetime.
### 2. Clone the repository and store environment setup ### ### 2. Clone the repository and store environment setup ###
First prepare the `requirements.txt` or the `environment.yml` to persist the environment as described in [Python virtual environments](../software/python_virtual_environments). First prepare the `requirements.txt` or the `environment.yml` to persist the environment as described in [Python virtual environments](../../software/python_virtual_environments).
Then clone the repository of your course to your home directory or into a directory in the projects folder and add the file to the repository. Then clone the repository of your course to your home directory or into a directory in the projects folder and add the file to the repository.
...@@ -95,7 +95,7 @@ An `activate_workshop_env.sh` should have the following content: ...@@ -95,7 +95,7 @@ An `activate_workshop_env.sh` should have the following content:
### 4. Prepare the spawn link ### ### 4. Prepare the spawn link ###
Have a look at the instructions to prepare Have a look at the instructions to prepare
[a custom spawn link in combination with the git-pull feature](../jupyterhub_for_teaching/#combination-of-quickstart-and-git-pull-feature). [a custom spawn link in combination with the git-pull feature](../jupyterhub_for_teaching#combination-of-quickstart-and-git-pull-feature).
## Usage on the Student's Side ## Usage on the Student's Side
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment