Skip to content

Instantly share code, notes, and snippets.

@bollwyvl
Last active April 22, 2022 00:11
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/c5a287f6702b5e1d788a4cd704d596d9 to your computer and use it in GitHub Desktop.
Save bollwyvl/c5a287f6702b5e1d788a4cd704d596d9 to your computer and use it in GitHub Desktop.
jupyterlab-webrtc-docprovider 0.1.0

jupyterlab-webrtc-docprovider

Binder

  • jupyterlab-webrtc-docprovider 0.1.0
{
"LabServerApp": {
"collaborative": true
}
}
{
"@jupyterlite/webrtc-docprovider:plugin": {
"roomPrefix": "https://gist.github.com/bollwyvl/c5a287f6702b5e1d788a4cd704d596d9/edit"
}
}
#!/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
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