Skip to content

Commit

Permalink
add hint about broken URLs when jupyterlab is missing
Browse files Browse the repository at this point in the history
  • Loading branch information
N-Coder authored Sep 17, 2021
1 parent 9032e0c commit 4f65f54
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
FROM python:3.7-slim
# we are only installing the classic jupyter notebook, not jupyterlab
# so you'll need to change your URLs from /lab to /tree
# https://mybinder.readthedocs.io/en/latest/howto/user_interface.html#jupyterlab
RUN pip install --no-cache notebook
ENV HOME=/tmp

0 comments on commit 4f65f54

Please sign in to comment.