Skip to content

Instantly share code, notes, and snippets.

@krassowski
Last active January 30, 2024 12:42
Show Gist options
  • Save krassowski/d3afba6d4b847a1e09068feb0bd79c3d to your computer and use it in GitHub Desktop.
Save krassowski/d3afba6d4b847a1e09068feb0bd79c3d to your computer and use it in GitHub Desktop.
JupyterLab 4.0.0rc0

JupyterLab 4.0.0rc0

Binder

{
"LabApp": { "expose_app_in_browser": true }
}
{
"@jupyterlab/shortcuts-extension:shortcuts": {
"shortcuts": [
{
"args": {},
"command": "documentsearch:start",
"keys": [
"Accel F"
],
"disabled": true,
"selector": ".jp-mod-searchable"
},
{
"args": {},
"command": "settingeditor:open",
"keys": [
"Accel ;"
],
"selector": "body"
}
]
},
"@jupyterlab/apputils-extension:palette": {
"modal": false
}
}
#!/usr/bin/env bash
set -eux
mkdir -p ${NB_PYTHON_PREFIX}/share/jupyter/lab/settings
cp overrides.json ${NB_PYTHON_PREFIX}/share/jupyter/lab/settings
ipykernel>=6
jupyterlab==4.0.0rc0
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