Skip to content

Commit

Permalink
Updated environment.yml file to preserve all libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
namitasshah committed Oct 23, 2023
2 parents b42a308 + 02f5676 commit d1ad69e
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 22 deletions.
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,18 +22,27 @@ For a full walkthrough of IDE features open [introduction.ipynb](https://nbviewe

### Extensions in this repo

- [jupyterlab-vim](https://github.com/jupyterlab-contrib/jupyterlab-vim) ([tutorial notebooks](https://github.com/nicole-brewer/jupyterlab-ide/tree/main/vim))
- [jupyterlab_code_formatter](https://github.com/ryantam626/jupyterlab_code_formatter)
- The jupyterlab code formatter extension adds code formatting support for external code formatters while using JupyterLab.
- [jupyterlab-git](https://github.com/jupyterlab/jupyterlab-git)
- The jupyterlab-git extension provides a tab allowing for users to use git features in the JupyterLab interface without launching the terminal.
- [jupyterlab-lsp](https://github.com/krassowski/jupyterlab-lsp)
- [jupyterlab-variableInspector](https://github.com/lckr/jupyterlab-variableInspector)
- The LSP extension integrates language server protocols into JupyterLab for code linting, auto-completion, and much more.
- [jupyterlab-spellchecker](https://github.com/jupyterlab-contrib/spellchecker)
- The jupyterlab-spellchecker extension provides a spell checker for markdown cells and .md files.
- [jupyterlab-unfold](https://github.com/jupyterlab-contrib/jupyterlab-unfold)
- [jupyterlab-git](https://github.com/jupyterlab/jupyterlab-git)
- The jupyterlab-unfold extension provides an IDE-like file browser for JupyterLab.
- [jupyterlab-vim](https://github.com/jupyterlab-contrib/jupyterlab-vim) ([tutorial notebooks](https://github.com/nicole-brewer/jupyterlab-ide/tree/main/vim))
- The jupyterlab-vim extension provides Vim style keybindings for notebook editing.

### Other extensions

- [jupyterlab-latex](https://github.com/jupyterlab/jupyterlab-latex)
- [jupyterlab_code_formatter](https://github.com/ryantam626/jupyterlab_code_formatter)
- By providing a LaTeX preview, JupyterLab LaTeX provides a live-editing experience for LaTeX documents.
- [jupyterlab-sidecar](https://github.com/jupyter-widgets/jupyterlab-sidecar)
- The Sidecar extension provides a widget like the output widget from ipywidget.
- [jupyterlab-variableInspector](https://github.com/lckr/jupyterlab-variableInspector)
- The jupyterlab_variableinspector extension furnished JupyterLab with a variable inspector for active kernels.

## Usage

Expand Down
14 changes: 5 additions & 9 deletions binder/.ipynb_checkpoints/environment-checkpoint.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: jupyterlab-ide
channels:
- conda-forge
- krinsman # jupyterlab_html
- defaults
dependencies:
- numpy
Expand All @@ -14,18 +13,15 @@ dependencies:
- jupyterlab-lsp # https://github.com/jupyter-lsp/jupyterlab-lsp
- jupyterlab-git # https://github.com/jupyterlab/jupyterlab-git
- jupyterlab-variableinspector # https://github.com/lckr/jupyterlab-variableInspector
# - jupyterlab-vim # https://github.com/jupyterlab-contrib/jupyterlab-vim
- jupyterlab-spellchecker # https://github.com/jupyterlab-contrib/spellchecker
- pip:
- black==23.3.0
# - blue==0.9.1
- isort==5.12.0
- yapf==0.40.1
- autopep8==2.0.2
- black
- isort
- yapf
- autopep8
- jupyterlab-code-formatter #https://github.com/ryantam626/jupyterlab_code_formatter
- jedi-language-server


- jupyterlab-vim # https://github.com/jupyterlab-contrib/jupyterlab-vim



Expand Down
14 changes: 5 additions & 9 deletions binder/environment.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
name: jupyterlab-ide
channels:
- conda-forge
- krinsman # jupyterlab_html
- defaults
dependencies:
- numpy
Expand All @@ -14,18 +13,15 @@ dependencies:
- jupyterlab-lsp # https://github.com/jupyter-lsp/jupyterlab-lsp
- jupyterlab-git # https://github.com/jupyterlab/jupyterlab-git
- jupyterlab-variableinspector # https://github.com/lckr/jupyterlab-variableInspector
# - jupyterlab-vim # https://github.com/jupyterlab-contrib/jupyterlab-vim
- jupyterlab-spellchecker # https://github.com/jupyterlab-contrib/spellchecker
- pip:
- black==23.3.0
# - blue==0.9.1
- isort==5.12.0
- yapf==0.40.1
- autopep8==2.0.2
- black
- isort
- yapf
- autopep8
- jupyterlab-code-formatter #https://github.com/ryantam626/jupyterlab_code_formatter
- jedi-language-server


- jupyterlab-vim # https://github.com/jupyterlab-contrib/jupyterlab-vim



Expand Down

0 comments on commit d1ad69e

Please sign in to comment.