Skip to content

Instantly share code, notes, and snippets.

@jtpio
Last active December 20, 2023 17:00
Show Gist options
  • Save jtpio/6027b2adb7ae04bd266debf519d91474 to your computer and use it in GitHub Desktop.
Save jtpio/6027b2adb7ae04bd266debf519d91474 to your computer and use it in GitHub Desktop.
JupyterLab 4 with RTC

JupyterLab 4 with RTC on Binder

Binder

{
"LabApp": { "expose_app_in_browser": true }
}
ipykernel>=6
jupyterlab==4.0.9
jupyterlab-link-share~=0.3.0
jupyter-collaboration~=2.0
#!/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