Skip to content

Instantly share code, notes, and snippets.

@Zsailer
Last active April 4, 2023 04:09
Show Gist options
  • Save Zsailer/15f164d2458f17d3bea55c07573df7e2 to your computer and use it in GitHub Desktop.
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 }
}
Display the source blob
Display the rendered blob
Raw
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
ipykernel>=6
jupyterlab==4.0.0b0
jupyterlab-link-share
jupyter-collaboration
matplotlib
numpy
altair
pandas
ipywidgets
scipy
#!/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