Skip to content

Instantly share code, notes, and snippets.

@krassowski
Last active April 14, 2022 21:00
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save krassowski/d04237b264202e19888fc7b4ceff4864 to your computer and use it in GitHub Desktop.
Save krassowski/d04237b264202e19888fc7b4ceff4864 to your computer and use it in GitHub Desktop.

JupyterLab 3.2 on Binder with some extra libraries

Binder

c.LabApp.collaborative = True
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