From 05a5f05a3f2e384ea1c119169668d4b27b6240ab Mon Sep 17 00:00:00 2001 From: Jonas Waeber <jonas.waeber@unibas.ch> Date: Thu, 6 Feb 2025 17:35:44 +0100 Subject: [PATCH] fix --- jupyterhub_config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jupyterhub_config.py b/jupyterhub_config.py index de9c9ad..595882e 100644 --- a/jupyterhub_config.py +++ b/jupyterhub_config.py @@ -1146,4 +1146,4 @@ c.DockerSpawner.debug = True import socket c.JupyterHub.hub_ip = '0.0.0.0' -c.JupyterHub.hub_connect_url = 'http://jupyterhub:8081' \ No newline at end of file +# c.JupyterHub.hub_connect_url = 'http://jupyterhub:8081' \ No newline at end of file -- GitLab