Skip to content

Instantly share code, notes, and snippets.

@krassowski
Created February 1, 2024 13:09
Show Gist options
  • Save krassowski/abf68f54e29e840d9c219a479fb46f75 to your computer and use it in GitHub Desktop.
Save krassowski/abf68f54e29e840d9c219a479fb46f75 to your computer and use it in GitHub Desktop.
JupyterLab 4.1.0rc1

JupyterLab 4.1.0rc1

Binder

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