Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add hint about broken URLs when jupyterlab is missing #243

Merged
merged 2 commits into from
Apr 25, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions doc/tutorials/dockerfile.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@ For a Dockerfile to work on Binder, it must meet the following requirements:
RUN pip install --no-cache-dir notebook
```

Note that if you are not installing {}`jupyterlab` in addition to the classic {}`notebook`,
you'll need to manually change your mybinder.org URLs from `/lab` to `/tree` as described
[here](<https://mybinder.readthedocs.io/en/latest/howto/user_interface.html#jupyterlab>).
Otherwise, you might get a "404: Not Found" error when launching your project on binder.
choldgraf marked this conversation as resolved.
Show resolved Hide resolved

If you would like to use the repository with an authenticated Binder you
should also install the `jupyterhub` package.

Expand Down