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