Skip to content

Instantly share code, notes, and snippets.

@krassowski
Created January 21, 2024 10:55
Show Gist options
  • Save krassowski/41f8f0297457018d1838e9c4556b3ff8 to your computer and use it in GitHub Desktop.
Save krassowski/41f8f0297457018d1838e9c4556b3ff8 to your computer and use it in GitHub Desktop.
JupyterLab 4.0.8

JupyterLab 4.0.8

Binder

{
"LabApp": { "expose_app_in_browser": true }
}
#!/bin/bash
set -e
echo $@
exec jupyter-lab "${@:4}" --config jupyter-config.json
ipykernel>=6
jupyterlab==4.0.8
jupyterlab_server>=2.25.2
jupyter-collaboration
python-lsp-server
jupyterlab-git==0.50.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment