Skip to content

Instantly share code, notes, and snippets.

@fcollonval
Last active February 8, 2023 13:56
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fcollonval/8a761e045dbf12f053f9c6bf1166cba8 to your computer and use it in GitHub Desktop.
Save fcollonval/8a761e045dbf12f053f9c6bf1166cba8 to your computer and use it in GitHub Desktop.
JupyterLab with Jupyter Server >=2.0.0

JupyterLab with Jupyter Server >=2.0.0 on Binder

Binder

jupyterlab>=3.6.0,<4.0.0
jupyter-server>=2.0.0,<3.0.0
#!/bin/bash
set -e
echo $@
exec jupyter-lab --collaborative "${@:4}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment