Skip to content

Commit

Permalink
Merge pull request #5 from N-Coder/patch-2
Browse files Browse the repository at this point in the history
add hint about broken URLs when jupyterlab is missing
  • Loading branch information
minrk authored Sep 21, 2021
2 parents ed0e618 + 745d984 commit 21a4f9a
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 21a4f9a

Please sign in to comment.