Skip to content

Commit

Permalink
set allow multiple jupyterlabs in config
Browse files Browse the repository at this point in the history
  • Loading branch information
aktech committed Oct 4, 2024
1 parent cfbb75f commit 3d840fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jupyterhub_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
c.JupyterHub.bind_url = hub_url
c.JAppsConfig.jupyterhub_config_path = "jupyterhub_config.py"
c.JAppsConfig.conda_envs = []
c.JAppsConfig.allow_multiple_jupyterlab = True
c.JAppsConfig.service_workers = 1
c.JupyterHub.default_url = "/hub/home"

Expand Down

0 comments on commit 3d840fd

Please sign in to comment.