You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Get more involved by [becoming a project maintainer](https://github.com/jupyterlab-contrib/jupyterlab-contrib.github.io/issues/new?template=help-with-maintenance.md)
9
+
- If you have no time but money, [ask on the community forum](https://discourse.jupyter.org/c/meta/8); people are always looking to contribute to Jupyter through paid jobs
10
+
11
+
You can involve yourself in only one project or multiple ones depending your appetite (or is it your time).
This a list of nice JupyterLab extensions not part of ``jupyterlab-contrib`` organization:
3
+
## Extensions from elsewhere
5
4
6
-
.. toctree::
7
-
:maxdepth: 1
8
-
:caption: jupyterlab-contrib extensions:
9
-
5
+
This a list of nice JupyterLab extensions not part of ``jupyterlab-contrib`` organization.
6
+
7
+
> Feel free to edit this page to add more information by clicking on **Edit on GitHub** in the
8
+
> top right corner of this page.
9
+
10
+
### Editors
11
+
12
+
- [Spellchecker](https://github.com/ijmbarr/jupyterlab_spellchecker) - Spellchecker for markdown cells
13
+
- [LaTeX](https://github.com/jupyterlab/jupyterlab-latex) - An extension for JupyterLab which allows for live-editing of LaTeX documents.
14
+
- [DrawIO](https://github.com/QuantStack/jupyterlab-drawio) - An extension to draw diagrams in JupyterLab.
15
+
- [Table of Contents](https://github.com/ian-r-rose/jupyterlab-toc) - Generates a table of content for your notebook and markdown documents.
16
+
- [Collapsable Headings](https://github.com/aquirdTurtle/Collapsible_Headings) - Allows to collapse an entire group of cells under the same header
17
+
- [Go to definition](https://github.com/krassowski/jupyterlab-go-to-definition) - Allows you to <kbd>Alt</kbd> + <kbd>click</kbd> on a variable to jump to its definition.
18
+
- [Code Formatter](https://github.com/ryantam626/jupyterlab_code_formatter) - Easily beautifies Python code inside JupyterLab using one of the formatters: Black/YAPF/AutoPEP8.
19
+
- [LSP](https://github.com/krassowski/jupyterlab-lsp) - brings VS Code features (code navigation, hover suggestions, linters, autocompletion, etc.) to JupyterLab
20
+
- [Dash](https://github.com/plotly/jupyter-dash) - Extension for the Interactive development of Dash apps in JupyterLab.
21
+
- [Vim](https://github.com/jwkvam/jupyterlab-vim) - Notebook cell vim bindings.
22
+
23
+
### Version Control
24
+
25
+
- [Git](https://github.com/jupyterlab/jupyterlab-git) - Git extension (currently in alpha)
- [neptune-notebooks](https://docs.neptune.ml/notebooks/introduction.html) - An extension that lets you version, diff, and share your JupyterLab and Jupyter notebooks on [neptune.ml](https://neptune.ml/).
28
+
29
+
### Viewers/Renderers
30
+
31
+
- [Bokeh](https://github.com/bokeh/jupyterlab_bokeh) - An extension rendering Bokeh content
32
+
- [ipywidgets](https://github.com/jupyter-widgets/ipywidgets) - Interactive widgets for the Jupyter Notebook
33
+
- [fasta,geojson,katex,plotly,vega2](https://github.com/jupyterlab/jupyter-renderers) - Multiple package repo that consists of generic renderers for common file types and mime types as well as renderer extensions for JupyterLab.
34
+
- [voyager](https://github.com/altair-viz/jupyterlab_voyager) - A JupyterLab MIME renderer extension to view CSV and JSON data in [Voyager 2](https://github.com/vega/voyager#voyager-2).
35
+
- [Dash](https://github.com/plotly/jupyterlab-dash) - An extension for rendering [Plotly Dash](https://plot.ly/products/dash/) apps as a separate window.
36
+
- [ipysheet](https://github.com/QuantStack/ipysheet) - Interactive spreadsheet in JupyterLab.
- [jupyterlab_debugger](https://github.com/jupyterlab/debugger) - JupyterLab extension to allow visual debuggeing of Jupyter notebooks, consoles, and source files.
50
+
- [jupyterlab_table of contents](https://github.com/jupyterlab/jupyterlab-toc) - A JupyterLab extension to create Table of Contents.
51
+
- [lantern](https://github.com/timkpaine/lantern) - Data exploration kit
52
+
- [ML Workspace](https://github.com/ml-tooling/ml-workspace) - All-in-one web IDE for machine learning and data science. Combines Jupyterlab, VS Code, Tensorflow, and many other tools/libraries into one Docker image.
53
+
- [scriptedforms](https://github.com/SimonBiggs/scriptedforms) - Quickly create live-update GUIs for Python packages using Markdown and simple HTML elements.
54
+
- [Variable inspector](https://github.com/lckr/jupyterlab-variableInspector) - Nice interactive variable inspector for your notebook
55
+
- [Dask](https://github.com/dask/dask-labextension) - Manage Dask clusters, as well as embed Dask's dashboard plots directly into JupyterLab panes.
56
+
- [jupyterlab-autoplay](https://github.com/remborg/autoplay) - Run and hide code cells automatically when opening a notebook.
0 commit comments