Skip to content

Commit fe77a00

Browse files
authored
Update extensions.tpl (#10)
1 parent e86d382 commit fe77a00

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

extensions.tpl

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ This a list of nice JupyterLab extensions not part of ``jupyterlab-contrib`` org
66
> Feel free to edit this page to add more information by clicking on **Edit on GitHub** in the
77
> top right corner of this page.
88

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+
916
### Databases
1017

1118
- [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
1522

1623
- [Code Formatter](https://github.com/ryantam626/jupyterlab_code_formatter): Easily beautifies Python code inside JupyterLab using one of the formatters: Black/YAPF/AutoPEP8.
1724
- [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.
1925
- [DrawIO](https://github.com/QuantStack/jupyterlab-drawio): An extension to draw diagrams in JupyterLab.
2026
- [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.
2127
- [Language Server Protocol](https://github.com/krassowski/jupyterlab-lsp): Brings VS Code features (code navigation, hover suggestions, linters, autocompletion, etc.) to JupyterLab
2228
- [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
2330
- [Table of Contents](https://github.com/jupyterlab/jupyterlab-toc): [Built-in since v3] Generates a table of content for your notebook and markdown documents.
2431
- [Vim](https://github.com/jwkvam/jupyterlab-vim): Notebook cell vim bindings.
2532

2633
### UI enhancement
2734

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.
2837
- [jupyterlab-topbar](https://github.com/jtpio/jupyterlab-topbar): JupyterLab Top Bar extension
2938
- [jupyterlab-topbar-text](https://github.com/jtpio/jupyterlab-topbar/tree/main/packages/jupyterlab-topbar-text): add and edit custom text
3039
- [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
3746
- [Dash](https://github.com/plotly/jupyterlab-dash): An extension for rendering [Plotly Dash](https://plot.ly/products/dash/) apps as a separate window.
3847
- [fasta](https://github.com/jupyterlab/jupyter-renderers): Fasta renderer
3948
- [geojson](https://github.com/jupyterlab/jupyter-renderers): Geojson renderer
49+
- HDF5:
50+
- [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).
4052
- [ipysheet](https://github.com/QuantStack/ipysheet): Interactive spreadsheet in JupyterLab.
4153
- [ipywidgets](https://github.com/jupyter-widgets/ipywidgets): Interactive widgets for the Jupyter Notebook
4254
- [katex](https://github.com/jupyterlab/jupyter-renderers): Katex renderer
@@ -53,6 +65,7 @@ This a list of nice JupyterLab extensions not part of ``jupyterlab-contrib`` org
5365
- [GitHub](https://github.com/jupyterlab/jupyterlab-github): GitHub extension
5466
- [GitLab](https://gitlab.com/ENKI-portal/jupyterlab-gitlab): GitLab extension
5567
- [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
5669
- [nbdime](https://github.com/jupyter/nbdime): Human friendly notebook differences viewer
5770
- [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/).
5871

@@ -77,13 +90,13 @@ This a list of nice JupyterLab extensions not part of ``jupyterlab-contrib`` org
7790
- [Dask](https://github.com/dask/dask-labextension): Manage Dask clusters, as well as embed Dask's dashboard plots directly into JupyterLab panes.
7891
- [gator](https://github.com/mamba-org/gator): Conda environment and package management extension from within Jupyter
7992
- [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.
8194
- [jupyterlab-sos](https://github.com/vatlab/jupyterlab-sos): Jupyterlab extension for SoS Polyglot Notebook and Workflow Engine, allows multiple kernels in one notebook
8295
- [jupyterlab_spark](https://github.com/manuzhang/jupyterlab_spark): Spark Application UI extension for JupyterLab
8396
- [jupyterlab_tensorboard](https://github.com/chaoleili/jupyterlab_tensorboard): Tensorboard extension for jupyterlab
8497
- [jupytext](https://github.com/mwouts/jupytext): Jupyter Notebooks as Markdown Documents, Julia, Python or R scripts
8598
- [KnowledgeLab](https://github.com/timkpaine/knowledgelab): [KnowledgeRepo](https://github.com/airbnb/knowledge-repo) + JupyterLab
86-
- [lantern](https://github.com/timkpaine/lantern):- Data exploration kit
99+
- [lantern](https://github.com/timkpaine/lantern): Data exploration kit
87100
- [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.
88101
- [scriptedforms](https://github.com/SimonBiggs/scriptedforms): Quickly create live-update GUIs for Python packages using Markdown and simple HTML elements.
89102
- [Variable inspector](https://github.com/lckr/jupyterlab-variableInspector): Nice interactive variable inspector for your notebook

0 commit comments

Comments
 (0)