From 32a6574aa8455adcc8a69928450adc72667a2ab2 Mon Sep 17 00:00:00 2001 From: Christof Kaufmann <christof.kaufmann@hs-bochum.de> Date: Tue, 5 Nov 2024 15:55:28 +0100 Subject: [PATCH] Add a list of guides in readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index df10602..25c7c2b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ # Jupyter Tutorials -This is a collection of tutorials for Jupyter Notebooks. +This is a collection of guides for Jupyter Notebooks and [JupyterHub](https://jupyter.hs-bochum.de). + +- [How to use university's JupyterHub?](jupyterhub.md) +- [How to launch gradio apps?](gradio.md) +- [How to get graphic output of gymnasium environments?](gym-graphic-output.ipynb) -- GitLab