Skip to content

Commit

Permalink
Update jupyter_config.py
Browse files Browse the repository at this point in the history
  • Loading branch information
dtandersen authored Mar 5, 2024
1 parent 0b0a906 commit 2438c83
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion jupyter_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
'command': ['/opt/port-forward.sh'],
'absolute_url': False,
'port': 8080
},
'jobs-ui': {
'command': ['/opt/port-forward-jobs.sh'],
'absolute_url': False,
'port': 8080
}
}

Expand Down Expand Up @@ -66,4 +71,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))
os.umask(int(os.environ["NB_UMASK"], 8))

0 comments on commit 2438c83

Please sign in to comment.