Skip to content

Commit

Permalink
Merge pull request #2411 from yuvipanda/utoronto-b
Browse files Browse the repository at this point in the history
Undo Jupyter ServerApp usage to fix jupyter-nbcontrib-extensions
  • Loading branch information
yuvipanda authored Mar 22, 2023
2 parents 36302df + 1cb3048 commit 1a03703
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion config/clusters/utoronto/default-common.values.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
jupyterhub:
singleuser:
extraEnv:
# Required to get jupyter-contrib-nbextensions to work
# See https://github.com/2i2c-org/infrastructure/issues/2380
# Upstream issue at https://github.com/Jupyter-contrib/jupyter_nbextensions_configurator/issues/153
JUPYTERHUB_SINGLEUSER_APP: "notebook.notebookapp.NotebookApp"
image:
name: quay.io/2i2c/utoronto-image
tag: "dfd2313d2617"
tag: "c68f2eb785f9"
hub:
config:
Authenticator:
Expand Down

0 comments on commit 1a03703

Please sign in to comment.