Skip to content

Commit 2438c83

Browse files
authored
Update jupyter_config.py
1 parent 0b0a906 commit 2438c83

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

jupyter_config.py

+6-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
'command': ['/opt/port-forward.sh'],
44
'absolute_url': False,
55
'port': 8080
6+
},
7+
'jobs-ui': {
8+
'command': ['/opt/port-forward-jobs.sh'],
9+
'absolute_url': False,
10+
'port': 8080
611
}
712
}
813

@@ -66,4 +71,4 @@
6671
# Change default umask for all subprocesses of the notebook server if set in
6772
# the environment
6873
if "NB_UMASK" in os.environ:
69-
os.umask(int(os.environ["NB_UMASK"], 8))
74+
os.umask(int(os.environ["NB_UMASK"], 8))

0 commit comments

Comments
 (0)