Real time collaborative binder instance

Hi there,

I’m fairly new to the jupyter-project and want to create a binder instance, where I can invite my friends, so we can code together in real time. I saw lots of discussions on this topic.

This one gave me a starting point:

Here I tried to create such a repo, but unfortunate the shared link won’t sync the changes in real time.
Only if the other person F5 after each change on my side:

I also installed jupyter-lab on my machine and started it with jupyter lab --collaborative
(tested for jupyterlab version 3.1.8 and 3.2.5) like written here:

(I cannot post more than two links, so the docs-link will be in the first comment below)

Unfortunate, this didn’t work either, because I couldn’t create a link with the jupyterlab-link-share extension.

Does anyone know if the collaborative-feature works at the moment? And if so, what am I doing wrong in the repo or my jupyter-lab ?

Thanks a lot in advance :).

https://jupyterlab.readthedocs.io/en/stable/user/rtc.html

Yes, it does. Here is one example: JupyterLab 3.2.5 · GitHub
and another one here: README.md · GitHub

3 Likes

Thank you very much :+1: !

1 Like