Skip to content

Instantly share code, notes, and snippets.

@bilke
Forked from jtpio/README.md
Last active September 23, 2025 12:29
Show Gist options
  • Select an option

  • Save bilke/987a9186fc5ad62654866b5977a16fd5 to your computer and use it in GitHub Desktop.

Select an option

Save bilke/987a9186fc5ad62654866b5977a16fd5 to your computer and use it in GitHub Desktop.
JupyterLab 4 with RTC
{
"LabApp": { "expose_app_in_browser": true }
}
ipykernel
jupyterlab
jupyterlab-link-share
jupyter-collaboration
jupytext
#!/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