Skip to content

Instantly share code, notes, and snippets.

@Zsailer
Last active April 4, 2023 04:09
Show Gist options
  • Select an option

  • Save Zsailer/15f164d2458f17d3bea55c07573df7e2 to your computer and use it in GitHub Desktop.

Select an option

Save Zsailer/15f164d2458f17d3bea55c07573df7e2 to your computer and use it in GitHub Desktop.
JupyterLab 4.0 with RTC and demo Notebook

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