Skip to content

Instantly share code, notes, and snippets.

@bollwyvl
Last active February 1, 2021 13:13
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