Last active
April 14, 2022 21:00
-
-
Save krassowski/d04237b264202e19888fc7b4ceff4864 to your computer and use it in GitHub Desktop.
This file contains hidden or 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 hidden or 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.2 | |
jupyterlab-language-pack-pl-pl>=3.1.post5 | |
jupyterlab-language-pack-tr-TR>=3.1.post5 | |
jupyterlab-language-pack-el-GR>=3.1.post5 | |
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 | |
gower==0.0.5 | |
scikit-learn | |
plotnine | |
umap-learn |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment