From 0046727dba347cb0b25f6efa3d88a0ce8d4fa69d Mon Sep 17 00:00:00 2001 From: David Andersen <11966194+dtandersen@users.noreply.github.com> Date: Tue, 5 Mar 2024 10:34:18 -0800 Subject: [PATCH] Update jupyter_config.py --- jupyter_config.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/jupyter_config.py b/jupyter_config.py index 6915c7b..f31343a 100644 --- a/jupyter_config.py +++ b/jupyter_config.py @@ -5,9 +5,8 @@ 'port': 8080 }, 'jobs-ui': { - 'command': ['/opt/port-forward-jobs.sh'], 'absolute_url': False, - 'port': 8080 + 'port': 4040 } }