diff --git a/jupyter_config.py b/jupyter_config.py index 9d9755a..f31343a 100644 --- a/jupyter_config.py +++ b/jupyter_config.py @@ -3,6 +3,10 @@ 'command': ['/opt/port-forward.sh'], 'absolute_url': False, 'port': 8080 + }, + 'jobs-ui': { + 'absolute_url': False, + 'port': 4040 } } @@ -66,4 +70,4 @@ # Change default umask for all subprocesses of the notebook server if set in # the environment if "NB_UMASK" in os.environ: - os.umask(int(os.environ["NB_UMASK"], 8)) \ No newline at end of file + os.umask(int(os.environ["NB_UMASK"], 8))