From d5d81cb95fe66dd9c66b3c31ff760f415196a9a1 Mon Sep 17 00:00:00 2001 From: Emilio Mayorga Date: Fri, 16 Aug 2024 09:53:55 -0700 Subject: [PATCH 1/2] Fix link in instructor-guide.md Link to JupyterHub instructions was pointing to https://github.com/valentina-s/oceanhackweek.github.io/blob/instructor-guide/resources/prep/jupyterhub.md rather than using a relative link to ../resources/prep/jupyterhub.md --- resources/organizing/instructor-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/organizing/instructor-guide.md b/resources/organizing/instructor-guide.md index 91e6d14..d720224 100644 --- a/resources/organizing/instructor-guide.md +++ b/resources/organizing/instructor-guide.md @@ -42,7 +42,7 @@ Although the content of your tutorial may not seem a lot when presented as stand Oceanhackweek usualy provides a JupyterHub environment within which participants can run any interactive tutorials. As an instructor you will have to ensure that your tutorial can run within the environment. For that you will need to: * provide your github username to the organizing team so that you get added to JupyterHub -* familiarize yourself with the JupyterHub environment ([JupyterHub Intro](https://github.com/valentina-s/oceanhackweek.github.io/blob/instructor-guide/resources/prep/jupyterhub.md)) +* familiarize yourself with the JupyterHub environment ([JupyterHub Intro](../resources/prep/jupyterhub.md)) * Identify which packages (and corresponding versions) you will need for the tutorial and provide them to the organizing team so that they are included into an image for building the JupyterHub (those can be PyPi, `conda`/`conda-forge`, R) * Contribute your tutorial content to the corresponding OHWYY branch in [https://github.com/oceanhackweek/ohw-tutorials/](https://github.com/oceanhackweek/ohw-tutorials/) * Ensure participants have access to the datasets used in the tutorial From 5e3b1b9c3e6bed4b96ec32e4ace5bd8d1f8d6023 Mon Sep 17 00:00:00 2001 From: Emilio Mayorga Date: Fri, 16 Aug 2024 10:00:53 -0700 Subject: [PATCH 2/2] Update resources/organizing/instructor-guide.md --- resources/organizing/instructor-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/organizing/instructor-guide.md b/resources/organizing/instructor-guide.md index d720224..5bfa5a2 100644 --- a/resources/organizing/instructor-guide.md +++ b/resources/organizing/instructor-guide.md @@ -42,7 +42,7 @@ Although the content of your tutorial may not seem a lot when presented as stand Oceanhackweek usualy provides a JupyterHub environment within which participants can run any interactive tutorials. As an instructor you will have to ensure that your tutorial can run within the environment. For that you will need to: * provide your github username to the organizing team so that you get added to JupyterHub -* familiarize yourself with the JupyterHub environment ([JupyterHub Intro](../resources/prep/jupyterhub.md)) +* familiarize yourself with the JupyterHub environment ([JupyterHub Intro](../prep/jupyterhub.md)) * Identify which packages (and corresponding versions) you will need for the tutorial and provide them to the organizing team so that they are included into an image for building the JupyterHub (those can be PyPi, `conda`/`conda-forge`, R) * Contribute your tutorial content to the corresponding OHWYY branch in [https://github.com/oceanhackweek/ohw-tutorials/](https://github.com/oceanhackweek/ohw-tutorials/) * Ensure participants have access to the datasets used in the tutorial