Skip to content

Commit

Permalink
add hint about broken URLs when jupyterlab is missing (#243)
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Holdgraf <[email protected]>
  • Loading branch information
N-Coder and choldgraf authored Apr 25, 2022
1 parent c92a4f1 commit 9045ac1
Showing 1 changed file with 5 additions and 0 deletions.
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}
If you install [the classic notebook interface](https://jupyter-notebook.readthedocs.io/en/stable/) but not [JupyterLab](https://jupyterlab.readthedocs.io/), you must manually change your mybinder.org URLs from `/lab` to `/tree` as described [in the user interface documentation](<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.
:::

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

Expand Down

0 comments on commit 9045ac1

Please sign in to comment.