Skip to content

Commit

Permalink
Remove JupyterLab from services list (#2189)
Browse files Browse the repository at this point in the history
  • Loading branch information
aktech authored Jan 11, 2024
1 parent e3e06a8 commit 29c64d6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ def service_for_jhub_apps(name, url):

c.JupyterHub.services.extend(
[
service_for_jhub_apps(name="JupyterLab", url="/user/[USER]/lab"),
service_for_jhub_apps(name="Argo", url="/argo"),
service_for_jhub_apps(name="Users", url="/auth/admin/nebari/console/"),
service_for_jhub_apps(name="Environments", url="/conda-store"),
Expand Down

0 comments on commit 29c64d6

Please sign in to comment.