Skip to content

Commit

Permalink
disable jupyterlab
Browse files Browse the repository at this point in the history
  • Loading branch information
aktech committed Jan 8, 2024
1 parent 2c22a08 commit 22b8fbb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions jhub_apps/spawner/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 22b8fbb

Please sign in to comment.