Skip to content

Commit

Permalink
utoronto: Don't force usage of notebookapp
Browse files Browse the repository at this point in the history
2i2c-org#3582 has
been merged, so we can stop forcing NotebookApp in prod.

Without this, JupyterLab actually fails to launch,
fixed upstream in jupyter-server/jupyter_server#1384

Ref 2i2c-org#2729
  • Loading branch information
yuvipanda committed Jan 9, 2024
1 parent c84b8fd commit c13775b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions config/clusters/utoronto/default-prod.values.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,4 @@
jupyterhub:
singleuser:
extraEnv:
# Required to get jupyter-contrib-nbextensions to work, until
# https://github.com/2i2c-org/utoronto-image/pull/58 can land. An image
# including that is already in the staging hub, but not in the prod
# hub. This config can be removed when we promote that image to
# production.
JUPYTERHUB_SINGLEUSER_APP: "notebook.notebookapp.NotebookApp"
ingress:
hosts: [jupyter.utoronto.ca]
tls:
Expand Down

0 comments on commit c13775b

Please sign in to comment.