We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c07c391 commit 0cf7116Copy full SHA for 0cf7116
Dockerfile
@@ -13,4 +13,4 @@ RUN chown -R ${NB_USER}:${NB_USER} ${HOME}
13
USER ${NB_USER}
14
15
# Upgrade to jupyter 5.* as required by mybinder
16
-RUN sage -pip install --upgrade notebook
+RUN sage -pip install --upgrade "notebook>=5"
0 commit comments