Skip to content

Instantly share code, notes, and snippets.

@daroza
Forked from krassowski/README.md
Created April 14, 2022 21:00
Show Gist options
  • Save daroza/1cdf1e603283f764dcedffde9fa9714c to your computer and use it in GitHub Desktop.
Save daroza/1cdf1e603283f764dcedffde9fa9714c to your computer and use it in GitHub Desktop.

Revisions

  1. @krassowski krassowski revised this gist Nov 16, 2021. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion requirements.txt
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    jupyterlab==v3.2.1
    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
  2. @krassowski krassowski revised this gist Oct 30, 2021. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion requirements.txt
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    jupyterlab==v3.0
    jupyterlab==v3.2.1
    jupyterlab-language-pack-pl-pl>=3.1.post5
    jupyterlab-language-pack-tr-TR>=3.1.post5
    jupyterlab-language-pack-el-GR>=3.1.post5
  3. @krassowski krassowski revised this gist Oct 30, 2021. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion requirements.txt
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    jupyterlab==v3.2.1
    jupyterlab==v3.0
    jupyterlab-language-pack-pl-pl>=3.1.post5
    jupyterlab-language-pack-tr-TR>=3.1.post5
    jupyterlab-language-pack-el-GR>=3.1.post5
  4. @krassowski krassowski revised this gist Oct 29, 2021. 1 changed file with 4 additions and 4 deletions.
    8 changes: 4 additions & 4 deletions requirements.txt
    Original file line number Diff line number Diff line change
    @@ -1,7 +1,7 @@
    jupyterlab==v3.2.0
    jupyterlab-language-pack-pl-pl
    jupyterlab-language-pack-tr-TR
    jupyterlab-language-pack-el-GR
    jupyterlab==v3.2.1
    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
  5. @krassowski krassowski revised this gist Oct 18, 2021. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion README.md
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,3 @@
    # JupyterLab 3.2 on Binder with some extra libraries

    [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gist/krassowski/2b15fcabd2f02646a034c07c4c19c3c3/HEAD?urlpath=lab)
    [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gist/krassowski/d04237b264202e19888fc7b4ceff4864/HEAD?urlpath=lab)
  6. @krassowski krassowski created this gist Oct 18, 2021.
    3 changes: 3 additions & 0 deletions README.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    # JupyterLab 3.2 on Binder with some extra libraries

    [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gist/krassowski/2b15fcabd2f02646a034c07c4c19c3c3/HEAD?urlpath=lab)
    1 change: 1 addition & 0 deletions jupyter_notebook_config.py
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    c.LabApp.collaborative = True
    24 changes: 24 additions & 0 deletions requirements.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,24 @@
    jupyterlab==v3.2.0
    jupyterlab-language-pack-pl-pl
    jupyterlab-language-pack-tr-TR
    jupyterlab-language-pack-el-GR
    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