Skip to content

Instantly share code, notes, and snippets.

@krassowski
Last active July 20, 2025 09:54
Show Gist options
  • Save krassowski/89c44e1861b9cefefb4ba177de47e200 to your computer and use it in GitHub Desktop.
Save krassowski/89c44e1861b9cefefb4ba177de47e200 to your computer and use it in GitHub Desktop.
JupyterLab 4.4.4 with vim extension

JupyterLab 4.4.4 with vim extension

Binder

{
"LabApp": { "expose_app_in_browser": true }
}
jupyterlab==4.4.4
jupyterlab-vim
#!/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