From f7a5582134995bfdf8f53ec95e0d74540f6b9923 Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Mon, 25 Sep 2023 12:23:18 +0300 Subject: [PATCH] delete jupyterhub I removed jupyerhub module as it is not an IDE but a scalable way using K8s to host JupyterLab for teams. We can do https://tljh.jupyter.org/en/latest/install/custom-server.html, which also fits an example template. Alternatively, we can do the legacy https://jupyter-notebook.readthedocs.io/en/stable/. --- jupyterhub/README.md | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 jupyterhub/README.md diff --git a/jupyterhub/README.md b/jupyterhub/README.md deleted file mode 100644 index 101f5fb..0000000 --- a/jupyterhub/README.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -display_name: JupyterHub -description: A multi-user version of the notebook designed for companies, classrooms and research labs -icon: ../.icons/jupyter.svg -maintainer_github: coder -verified: true -tags: [helper, ide, web, jupyter] ---- - -# JupyterHub - -Automatically install [JupyterHub](https://jupyter.org/hub) in a workspace, and create an app to access it via the dashboard. - -## Examples - -TODO