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 0700a03 commit 745d984
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,11 @@ What this means in practice is that the `notebook` package must be installed and
RUN pip install --no-cache notebook
```

That's *almost* everything.
Note that if you are not installing `jupyterlab` in addition to the classic `notebook`,
you'll need to 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.
Now that's *almost* everything.

The remaining piece is that the specified user must be able to *start* the notebook,
which requires certain permissions like being able to write to the home directory.
Expand Down

0 comments on commit 745d984

Please sign in to comment.