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 b512228 commit 43c6f9cCopy full SHA for 43c6f9c
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 "notebook>=5"
+RUN sage -pip install "notebook>=5" "ipykernel>=4.6"
0 commit comments