From 22b8fbb3cd1423f1df0d164199605a38b62d52ef Mon Sep 17 00:00:00 2001 From: Amit Kumar Date: Mon, 8 Jan 2024 13:57:01 +0000 Subject: [PATCH] disable jupyterlab --- jhub_apps/spawner/types.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/jhub_apps/spawner/types.py b/jhub_apps/spawner/types.py index 78c74b73..8af1a7aa 100644 --- a/jhub_apps/spawner/types.py +++ b/jhub_apps/spawner/types.py @@ -69,11 +69,11 @@ def values(cls): display_name="Gradio", logo="https://www.gradio.app/_app/immutable/assets/gradio.8a5e8876.svg", ), - FrameworkConf( - name=Framework.jupyterlab.value, - display_name="JupyterLab", - logo="https://upload.wikimedia.org/wikipedia/commons/thumb/3/38/Jupyter_logo.svg/1200px-Jupyter_logo.svg.png", - ), + # FrameworkConf( + # name=Framework.jupyterlab.value, + # display_name="JupyterLab", + # logo="https://upload.wikimedia.org/wikipedia/commons/thumb/3/38/Jupyter_logo.svg/1200px-Jupyter_logo.svg.png", + # ), FrameworkConf( name=Framework.custom.value, display_name="Custom Command",