Skip to content

Instantly share code, notes, and snippets.

@jtpio
Last active March 28, 2023 13:32
Embed
What would you like to do?
JupyterLab 4.0 with RTC

JupyterLab 4.0.0b with RTC on Binder

Binder

{
"LabApp": { "expose_app_in_browser": true }
}
ipykernel>=6
jupyterlab==4.0.0b0
jupyterlab-link-share
jupyter-collaboration
#!/bin/bash
set -e
echo $@
exec jupyter-lab "${@:4}" --config jupyter-config.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment