Skip to content

Instantly share code, notes, and snippets.

@krassowski
Created January 13, 2024 14:46
Show Gist options
  • Save krassowski/4d97d23b66760641bf952726d4b9c295 to your computer and use it in GitHub Desktop.
Save krassowski/4d97d23b66760641bf952726d4b9c295 to your computer and use it in GitHub Desktop.
JupyterLab 4.1.0a4

JupyterLab 4.1.0a4 with RTC on Binder

Binder

{
"LabApp": { "expose_app_in_browser": true }
}
ipykernel>=6
jupyterlab==4.1.0a4
jupyterlab_server>=2.25.2
jupyter-collaboration
python-lsp-server
jupyterlab-git==0.50.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