-
-
Save krassowski/2b15fcabd2f02646a034c07c4c19c3c3 to your computer and use it in GitHub Desktop.
JupyterLab 3.2 with LSP, git and few other extensions
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
c.LabApp.collaborative = True |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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