Skip to content

Instantly share code, notes, and snippets.

@krassowski
Forked from jtpio/README.md
Last active October 22, 2021 19:28
Show Gist options
  • Save krassowski/2b15fcabd2f02646a034c07c4c19c3c3 to your computer and use it in GitHub Desktop.
Save krassowski/2b15fcabd2f02646a034c07c4c19c3c3 to your computer and use it in GitHub Desktop.
JupyterLab 3.2 with LSP, git and few other extensions

JupyterLab 3.2 on Binder

Binder

c.LabApp.collaborative = True
jupyterlab==v3.2.1
jupyterlab-language-pack-pl-pl
jupyterlab-language-pack-zh-cn
jupyterlab-language-pack-fr-fr
dask-labextension
jupyterlab-link-share
# LSP
jupyterlab-lsp
autopep8
flake8>=3.8.0
pycodestyle>=2.6.0,<2.7.0
pydocstyle>=2.0.0
pyflakes>=2.2.0,<2.3.0
pylint>=2.5.0
yapf
rope>=0.10.5
git+https://github.com/krassowski/python-language-server.git@main
# other extensions
jupyterlab-git
jupyterlab-spellchecker
jupyterlab-spreadsheet-editor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment