Skip to content

Instantly share code, notes, and snippets.

@krassowski
Last active April 1, 2024 18:38
Show Gist options
  • Save krassowski/e6141a4d9a117762737e3efadc8485bd to your computer and use it in GitHub Desktop.
Save krassowski/e6141a4d9a117762737e3efadc8485bd to your computer and use it in GitHub Desktop.
JupyterLab 4.1.0 with RTC, LSP, git, and other extensions

JupyterLab 4.1.0 with RTC, LSP, git, and other extensions

Binder

{
"LabApp": { "expose_app_in_browser": true }
}
ipykernel>=6
jupyterlab==4.1.0
jupyterlab_server>=2.25.2
# official and semi-official extensions
jupyter-collaboration
jupyterlab-git
jupyterlab-lsp
jupyter-ai
#jupyterlab-ui-profiler
# contrib and third party
jupyterlab-vim
jupyterlab-spellchecker
jupyterlab-code-formatter
jupyterlab-favorites
jupyter-archive
# lsp servers
python-lsp-server
# dataviz and widgets
ipywidgets
pyviz_comms
panel
#!/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