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
Copy file name to clipboardExpand all lines: extensions.tpl
+16-3Lines changed: 16 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,13 @@ This a list of nice JupyterLab extensions not part of ``jupyterlab-contrib`` org
6
6
> Feel free to edit this page to add more information by clicking on **Edit on GitHub** in the
7
7
> top right corner of this page.
8
8
9
+
### Dashboards
10
+
11
+
- [Dash](https://github.com/plotly/jupyter-dash): Extension for the Interactive development of Dash apps in JupyterLab.
12
+
- [jupyter-containds](https://github.com/ideonate/jupyter-containds): Companion Jupyter extension for ContainDS Dashboards (dashboards sharing service within JupyterHub).
13
+
- [voila-gridstack](https://github.com/voila-dashboards/voila-gridstack): JupyterLab extension to build gridstack dashboard with voilà.
14
+
- [voila-preview](https://github.com/voila-dashboards/voila): JupyterLab extension that displays a Voilà preview of your Notebook in a side-pane.
15
+
9
16
### Databases
10
17
11
18
- [jupyterlab-omnisci](https://github.com/omnisci/jupyterlab-omnisci): OmniSci integrations for JupyterLab
@@ -15,16 +22,18 @@ This a list of nice JupyterLab extensions not part of ``jupyterlab-contrib`` org
15
22
16
23
- [Code Formatter](https://github.com/ryantam626/jupyterlab_code_formatter): Easily beautifies Python code inside JupyterLab using one of the formatters: Black/YAPF/AutoPEP8.
17
24
- [Collapsable Headings](https://github.com/aquirdTurtle/Collapsible_Headings): Allows to collapse an entire group of cells under the same header
18
-
- [Dash](https://github.com/plotly/jupyter-dash): Extension for the Interactive development of Dash apps in JupyterLab.
19
25
- [DrawIO](https://github.com/QuantStack/jupyterlab-drawio): An extension to draw diagrams in JupyterLab.
20
26
- [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.
21
27
- [Language Server Protocol](https://github.com/krassowski/jupyterlab-lsp): Brings VS Code features (code navigation, hover suggestions, linters, autocompletion, etc.) to JupyterLab
22
28
- [LaTeX](https://github.com/jupyterlab/jupyterlab-latex): An extension for JupyterLab which allows for live-editing of LaTeX documents.
29
+
- [jupyterlab_markup](https://github.com/agoose77/jupyterlab-markup): JupyterLab extension to enable **markdown-it** rendering, with support for markdown-it plugins
23
30
- [Table of Contents](https://github.com/jupyterlab/jupyterlab-toc): [Built-in since v3] Generates a table of content for your notebook and markdown documents.
24
31
- [Vim](https://github.com/jwkvam/jupyterlab-vim): Notebook cell vim bindings.
25
32
26
33
### UI enhancement
27
34
35
+
- [jupyterlab-favorites](https://github.com/NERSC/jupyterlab-favorites): Add the ability to save favorite folders to JupyterLab for quicker browsing .
36
+
- [jupyterlab-recents](https://github.com/NERSC/jupyterlab-recents): JupyterLab extension that tracks recent files and directories.
28
37
- [jupyterlab-topbar](https://github.com/jtpio/jupyterlab-topbar): JupyterLab Top Bar extension
29
38
- [jupyterlab-topbar-text](https://github.com/jtpio/jupyterlab-topbar/tree/main/packages/jupyterlab-topbar-text): add and edit custom text
30
39
- [jupyterlab-system-monitor](https://github.com/jtpio/jupyterlab-system-monitor): show system metrics (memory usage)
@@ -37,6 +46,9 @@ This a list of nice JupyterLab extensions not part of ``jupyterlab-contrib`` org
37
46
- [Dash](https://github.com/plotly/jupyterlab-dash): An extension for rendering [Plotly Dash](https://plot.ly/products/dash/) apps as a separate window.
38
47
- [fasta](https://github.com/jupyterlab/jupyter-renderers): Fasta renderer
- [jupyterlab-hdf5](https://github.com/jupyterlab/jupyterlab-hdf5): Open and explore HDF5 files in JupyterLab. Can handle very large (TB) sized files, and datasets of any dimensionality.
51
+
- [jupyterlab-h5web](https://github.com/silx-kit/jupyterlab-h5web): A JupyterLab extension to explore and visualize HDF5 file contents based on [h5web](https://github.com/silx-kit/h5web).
40
52
- [ipysheet](https://github.com/QuantStack/ipysheet): Interactive spreadsheet in JupyterLab.
41
53
- [ipywidgets](https://github.com/jupyter-widgets/ipywidgets): Interactive widgets for the Jupyter Notebook
- [jupyterlab_autoversion](https://github.com/timkpaine/jupyterlab_autoversion): Automatically version jupyter notebooks in JupyterLab
68
+
- [jupyterlab-pullrequests](https://github.com/jupyterlab/pull-requests): A JupyterLab extension for reviewing GitHub and GitLab pull requests
56
69
- [nbdime](https://github.com/jupyter/nbdime): Human friendly notebook differences viewer
57
70
- [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/).
58
71
@@ -77,13 +90,13 @@ This a list of nice JupyterLab extensions not part of ``jupyterlab-contrib`` org
77
90
- [Dask](https://github.com/dask/dask-labextension): Manage Dask clusters, as well as embed Dask's dashboard plots directly into JupyterLab panes.
78
91
- [gator](https://github.com/mamba-org/gator): Conda environment and package management extension from within Jupyter
79
92
- [jupyterlab-autoplay](https://github.com/remborg/autoplay): Run and hide code cells automatically when opening a notebook.
80
-
- [jupyterlab_debugger](https://github.com/jupyterlab/debugger): JupyterLab extension to allow visual debuggeing of Jupyter notebooks, consoles, and source files.
93
+
- [jupyterlab_debugger](https://github.com/jupyterlab/debugger): [Built-in since v3] JupyterLab extension to allow visual debuggeing of Jupyter notebooks, consoles, and source files.
81
94
- [jupyterlab-sos](https://github.com/vatlab/jupyterlab-sos): Jupyterlab extension for SoS Polyglot Notebook and Workflow Engine, allows multiple kernels in one notebook
82
95
- [jupyterlab_spark](https://github.com/manuzhang/jupyterlab_spark): Spark Application UI extension for JupyterLab
83
96
- [jupyterlab_tensorboard](https://github.com/chaoleili/jupyterlab_tensorboard): Tensorboard extension for jupyterlab
84
97
- [jupytext](https://github.com/mwouts/jupytext): Jupyter Notebooks as Markdown Documents, Julia, Python or R scripts
- [lantern](https://github.com/timkpaine/lantern):- Data exploration kit
99
+
- [lantern](https://github.com/timkpaine/lantern): Data exploration kit
87
100
- [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.
88
101
- [scriptedforms](https://github.com/SimonBiggs/scriptedforms): Quickly create live-update GUIs for Python packages using Markdown and simple HTML elements.
89
102
- [Variable inspector](https://github.com/lckr/jupyterlab-variableInspector): Nice interactive variable inspector for your notebook
0 commit comments