/binder-scratchpad

Nick Ulle's scratchpad for real-time Jupyter collaboration via Binder.

Binder Scratchpad

Binder

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?

  1. Set up a repo for Binder. I learned how from the Zero-to-Binder chapter in The Turing Way.
  2. 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.