Skip to content

Instantly share code, notes, and snippets.

@krassowski
Forked from jtpio/README.md
Last active March 22, 2023 16:42
Show Gist options
  • Save krassowski/dc20cb11ec95fe8176f2a54030f2eddd to your computer and use it in GitHub Desktop.
Save krassowski/dc20cb11ec95fe8176f2a54030f2eddd to your computer and use it in GitHub Desktop.
JupyterLab 4.0.0a37 on Binder

JupyterLab 4.0.0a37 with RTC on Binder

Binder

# generate non minified assets so it's easier to step into the code on Binder
# jupyter lab build --minimize=False
ipykernel>=6
jupyterlab==4.0.0a37
jupyterlab-link-share
jupyter-collaboration
#!/bin/bash
set -e
echo $@
exec jupyter-lab "${@:4}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment