Skip to content

Commit

Permalink
fix #23
Browse files Browse the repository at this point in the history
This commit adds a small one-line blurb explaining what the extensions in the ```README.md``` do.
  • Loading branch information
Dcosthephalump committed Jul 5, 2023
1 parent 2d7b352 commit 02f5676
Showing 1 changed file with 13 additions and 4 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

0 comments on commit 02f5676

Please sign in to comment.