This page: https://jupyterlab.readthedocs.io/en/stable/user/urls.html
mentions URLs like e.g.
http(s)://<server:port>/<lab-location>/lab/tree/path/to/notebook.ipynb
what is <lab-location>
here ? do I get to configure that ?
I’m asking because we have an architecture in place with an nginx reverse proxy as a frontdesk
this assumes a static partitioning of the URL space, and as part of that we assume jupyterlab-served urls always start with lab/
but this doc suggests otherwise; or am I misreading this ?
Can someone please shed some light on this lab-location
thing, I have not found where it is explained in readthedocs
PS.
as a side question, I’ve asked this on gitter earlier, am trying my luck again here
is there a general rule to pick one medium or the other ?
thanks !