Skip to content

Commit c07c391

Browse files
committed
pip install notebook rather than jupyter
1 parent 4cd8c6c commit c07c391

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ RUN chown -R ${NB_USER}:${NB_USER} ${HOME}
1313
USER ${NB_USER}
1414

1515
# Upgrade to jupyter 5.* as required by mybinder
16-
RUN sage -pip install --upgrade jupyter
16+
RUN sage -pip install --upgrade notebook

0 commit comments

Comments
 (0)