Skip to content

Instantly share code, notes, and snippets.

@bollwyvl
Last active February 1, 2021 13:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bollwyvl/a49eb70e3340055ff5b9e1c9c6202a6f to your computer and use it in GitHub Desktop.
Save bollwyvl/a49eb70e3340055ff5b9e1c9c6202a6f to your computer and use it in GitHub Desktop.
a minimal binder for jupyter-videochat

Try this on Binder!

#!/usr/bin/env bash
set -eux
jupyter labextension uninstall --debug --no-build jupyter-offlinenotebook || echo ok
jupyter labextension list
jupyter server extension list
jupyter serverextension list
jupyter-videochat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment