Skip to content

Instantly share code, notes, and snippets.

@krassowski
Last active February 8, 2024 09:15
Show Gist options
  • Save krassowski/819a44279f8d60ea7a8c239dd9667584 to your computer and use it in GitHub Desktop.
Save krassowski/819a44279f8d60ea7a8c239dd9667584 to your computer and use it in GitHub Desktop.
JupyterLab 4.1.0

JupyterLab 4.1.0

Binder

{
"LabApp": { "expose_app_in_browser": true }
}
ipykernel>=6
jupyterlab==4.1.0
jupyterlab_server>=2.25.2
jupyter-ydoc==0.3.4
#jupyter-ydoc==0.2.4
#!/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