jupyterlab-contrib / jupyterlab-link-share

JupyterLab Extension to easily share a link to a running server on Binder
BSD 3-Clause "New" or "Revised" License
53 stars 14 forks source link

Handle servers started with jupyter-server-proxy #1

Closed jtpio closed 3 years ago

jtpio commented 3 years ago

This is for example the case for the dev Binder in JupyterLab, which starts a separate server alongside the main one in repo2docker:

https://github.com/jupyterlab/jupyterlab/blob/7bf81afe6b02f35da8c3a21832d021b4baf962f9/binder/jupyter_notebook_config.py#L1-L15

The second server is started without a token, so the share link is as follows:

image

However the token of the main notebook server is still required since to be able to join the instance and be redirected properly:

image