Last active
February 1, 2021 13:13
-
-
Save bollwyvl/a49eb70e3340055ff5b9e1c9c6202a6f to your computer and use it in GitHub Desktop.
a minimal binder for jupyter-videochat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jupyter-videochat |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment