Skip to content

Commit

Permalink
Undo Jupyter ServerApp usage to fix jupyter-nbcontrib-extensions
Browse files Browse the repository at this point in the history
jupyter-nbcontrib-extensions required the following fixes to
work:

1. Pin nbclassic<0.5 (done in
   2i2c-org/utoronto-image#49, until
   Jupyter-contrib/jupyter_nbextensions_configurator#152
   is merged and released)
2. Upgrade jupyter-nbcontrib-extensions to latest released version
   (done in 2i2c-org/utoronto-image#48)
3. Stop using ServerApp, and use NotebookApp (issue to be filed here)

Ref 2i2c-org/utoronto-image#48
  • Loading branch information
yuvipanda committed Mar 22, 2023
1 parent 36302df commit 082e8bf
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion config/clusters/utoronto/default-common.values.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
jupyterhub:
singleuser:
extraEnv:
# Required to get jupyter-contrib-nbextensions to work
# See https://github.com/2i2c-org/infrastructure/issues/2380
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 082e8bf

Please sign in to comment.