From c13775b02082e76c2fa692393c9ebded48aa3205 Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Tue, 9 Jan 2024 10:43:56 -0800 Subject: [PATCH] utoronto: Don't force usage of notebookapp https://github.com/2i2c-org/infrastructure/pull/3582 has been merged, so we can stop forcing NotebookApp in prod. Without this, JupyterLab actually fails to launch, fixed upstream in https://github.com/jupyter-server/jupyter_server/pull/1384 Ref https://github.com/2i2c-org/infrastructure/issues/2729 --- config/clusters/utoronto/default-prod.values.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/config/clusters/utoronto/default-prod.values.yaml b/config/clusters/utoronto/default-prod.values.yaml index 3410ca3531..279893d2a3 100644 --- a/config/clusters/utoronto/default-prod.values.yaml +++ b/config/clusters/utoronto/default-prod.values.yaml @@ -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: