Skip to content

Commit 9045ac1

Browse files
N-Codercholdgraf
andauthored
add hint about broken URLs when jupyterlab is missing (#243)
Co-authored-by: Chris Holdgraf <[email protected]>
1 parent c92a4f1 commit 9045ac1

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

doc/tutorials/dockerfile.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,11 @@ For a Dockerfile to work on Binder, it must meet the following requirements:
8787
RUN pip install --no-cache-dir notebook
8888
```
8989

90+
:::{note}
91+
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>).
92+
Otherwise, you might get a `404: Not Found` error when launching your project on binder.
93+
:::
94+
9095
If you would like to use the repository with an authenticated Binder you
9196
should also install the `jupyterhub` package.
9297

0 commit comments

Comments
 (0)