This repo is set up so that it can be used with Binder for JupyterLab real-time collaboration.
Want to set up your own repo like this?
- Set up a repo for Binder. I learned how from the Zero-to-Binder chapter in The Turing Way.
- Configure the repo to enable JupyterLab RTC. I learned how from this gist.
Then launch a Binder instance for the repo. After opening a notebook, you can find the URL to share with collaborators in the Share
menu.
It's also possible to set up JupyterLab RTC without Binder, but it's a bit more difficult and has potential security risks. See [this article][p2p-rtc] for details.