- jupyterlab-webrtc-docprovider 0.1.0
Last active
April 22, 2022 00:11
-
-
Save bollwyvl/c5a287f6702b5e1d788a4cd704d596d9 to your computer and use it in GitHub Desktop.
jupyterlab-webrtc-docprovider 0.1.0
This file contains hidden or 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
{ | |
"LabServerApp": { | |
"collaborative": true | |
} | |
} |
This file contains hidden or 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
{ | |
"@jupyterlite/webrtc-docprovider:plugin": { | |
"roomPrefix": "https://gist.github.com/bollwyvl/c5a287f6702b5e1d788a4cd704d596d9/edit" | |
} | |
} |
This file contains hidden or 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 | |
mkdir -p $NB_PYTHON_PREFIX/share/jupyter/lab/settings | |
cp overrides.json $NB_PYTHON_PREFIX/share/jupyter/lab/settings/ | |
jupyter labextension list |
This file contains hidden or 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
jupyterlab >=3.3.4,<4 | |
jupyterlab-webrtc-docprovider ==0.1.0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment