Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ml-tooling/best-of-jupyter

πŸ† A ranked list of awesome Jupyter Notebook, Hub and Lab projects (extensions, kernels, tools). Updated weekly.
https://github.com/ml-tooling/best-of-jupyter

List: best-of-jupyter

awesome best-of best-of-list collections deep-learning jupyter jupyter-extension jupyter-kernels jupyter-notebook jupyter-notebook-extension jupyter-widget jupyterhub jupyterhub-authenticator jupyterhub-spawner jupyterlab jupyterlab-extension jupyterlab-extensions machine-learning notebook python

Last synced: about 2 months ago
JSON representation

πŸ† A ranked list of awesome Jupyter Notebook, Hub and Lab projects (extensions, kernels, tools). Updated weekly.

Awesome Lists containing this project

README

        


Best-of Jupyter



πŸ†Β  A ranked list of awesome Jupyter projects. Updated weekly.








This curated list contains 300 awesome open-source projects with a total of 390K stars grouped into 13 categories. All projects are ranked by a project-quality score, which is calculated based on various metrics automatically collected from GitHub and different package managers. If you like to add or update projects, feel free to open an [issue](https://github.com/ml-tooling/best-of-jupyter/issues/new/choose), submit a [pull request](https://github.com/ml-tooling/best-of-jupyter/pulls), or directly edit the [projects.yaml](https://github.com/ml-tooling/best-of-jupyter/edit/main/projects.yaml). Contributions are very welcome!

---


πŸ§™β€β™‚οΈΒ  Discover other best-of lists or create your own.

πŸ“«Β  Subscribe to our newsletter for updates and trending projects.

---

## Contents

- [Notebook Environments](#notebook-environments) _16 projects_
- [Interactive Widgets & Visualization](#interactive-widgets--visualization) _56 projects_
- [Jupyter Extensions](#jupyter-extensions) _24 projects_
- [Jupyter Magic](#jupyter-magic) _12 projects_
- [Jupyter Kernels](#jupyter-kernels) _44 projects_
- [Notebook Sharing & Conversion](#notebook-sharing--conversion) _24 projects_
- [Notebook Tools](#notebook-tools) _26 projects_
- [JupyterLab Renderer](#jupyterlab-renderer) _8 projects_
- [JupyterLab Themes](#jupyterlab-themes) _9 projects_
- [JupyterLab Extensions](#jupyterlab-extensions) _52 projects_
- [JupyterHub Authenticators](#jupyterhub-authenticators) _15 projects_
- [JupyterHub Spawners](#jupyterhub-spawners) _8 projects_
- [Jupyter Components](#jupyter-components) _3 projects_
- [Others](#others) _4 projects_

## Explanation
- πŸ₯‡πŸ₯ˆπŸ₯‰Β  Combined project-quality score
- ⭐️  Star count from GitHub
- 🐣  New project _(less than 6 months old)_
- πŸ’€Β  Inactive project _(6 months no activity)_
- πŸ’€Β  Dead project _(12 months no activity)_
- πŸ“ˆπŸ“‰Β  Project is trending up or down
- βž•Β  Project was recently added
- ❗️  Warning _(e.g. missing/risky license)_
- πŸ‘¨β€πŸ’»Β  Contributors count from GitHub
- πŸ”€Β  Fork count from GitHub
- πŸ“‹Β  Issue count from GitHub
- ⏱️  Last update timestamp on package manager
- πŸ“₯Β  Download count from package manager
- πŸ“¦Β  Number of dependent projects


## Notebook Environments

Back to top

_Development environments with support for Jupyter Notebooks._

Jupyter (πŸ₯‡45 Β· ⭐ 12K) - Jupyter Interactive Notebook. BSD-3

- [GitHub](https://github.com/jupyter/notebook) (πŸ‘¨β€πŸ’» 650 Β· πŸ”€ 4.7K Β· πŸ“₯ 18K Β· πŸ“¦ 290K Β· πŸ“‹ 4.9K - 39% open Β· ⏱️ 31.05.2024):

```
git clone https://github.com/jupyter/notebook
```
- [PyPi](https://pypi.org/project/notebook) (πŸ“₯ 25M / month Β· πŸ“¦ 1.9K Β· ⏱️ 31.05.2024):
```
pip install notebook
```
- [Conda](https://anaconda.org/conda-forge/jupyter) (πŸ“₯ 4.3M Β· ⏱️ 02.10.2023):
```
conda install -c conda-forge jupyter
```
- [Docker Hub](https://hub.docker.com/r/jupyter/datascience-notebook) (πŸ“₯ 33M Β· ⭐ 1.1K Β· ⏱️ 20.10.2023):
```
docker pull jupyter/datascience-notebook
```

JupyterHub (πŸ₯‡39 Β· ⭐ 8K) - Multi-user server for Jupyter notebooks. BSD-3

- [GitHub](https://github.com/jupyterhub/jupyterhub) (πŸ‘¨β€πŸ’» 360 Β· πŸ”€ 2K Β· πŸ“¦ 2.9K Β· πŸ“‹ 2.4K - 7% open Β· ⏱️ 04.06.2024):

```
git clone https://github.com/jupyterhub/jupyterhub
```
- [PyPi](https://pypi.org/project/jupyterhub) (πŸ“₯ 140K / month Β· πŸ“¦ 210 Β· ⏱️ 24.05.2024):
```
pip install jupyterhub
```
- [Conda](https://anaconda.org/conda-forge/jupyterhub) (πŸ“₯ 1.1M Β· ⏱️ 24.05.2024):
```
conda install -c conda-forge jupyterhub
```
- [Docker Hub](https://hub.docker.com/r/jupyterhub/jupyterhub) (πŸ“₯ 5.2M Β· ⭐ 330 Β· ⏱️ 04.06.2024):
```
docker pull jupyterhub/jupyterhub
```

Docker Stacks (πŸ₯ˆ32 Β· ⭐ 8.2K) - Ready-to-run Docker images containing Jupyter applications. BSD-3

- [GitHub](https://github.com/jupyter/docker-stacks) (πŸ‘¨β€πŸ’» 250 Β· πŸ”€ 3K Β· πŸ“¦ 21 Β· πŸ“‹ 890 - 1% open Β· ⏱️ 04.06.2024):

```
git clone https://github.com/jupyter/docker-stacks
```
- [Docker Hub](https://hub.docker.com/r/jupyter/scipy-notebook) (πŸ“₯ 91M Β· ⭐ 450 Β· ⏱️ 20.10.2023):
```
docker pull jupyter/scipy-notebook
```

VSCode Jupyter (πŸ₯ˆ32 Β· ⭐ 1.2K) - VS Code Jupyter extension. MIT

- [GitHub](https://github.com/microsoft/vscode-jupyter) (πŸ‘¨β€πŸ’» 270 Β· πŸ”€ 270 Β· πŸ“₯ 85 Β· πŸ“¦ 3 Β· πŸ“‹ 9.8K - 4% open Β· ⏱️ 05.06.2024):

```
git clone https://github.com/microsoft/vscode-jupyter
```
- [Conda](https://anaconda.org/conda-forge/vscode-jupyter) (πŸ“₯ 73K Β· ⏱️ 16.06.2023):
```
conda install -c conda-forge vscode-jupyter
```

JupyterLab (πŸ₯ˆ31 Β· ⭐ 14K) - JupyterLab computational environment. BSD-3

- [GitHub](https://github.com/jupyterlab/jupyterlab) (πŸ‘¨β€πŸ’» 490 Β· πŸ”€ 3.1K):

```
git clone https://github.com/jupyterlab/jupyterlab
```
- [PyPi](https://pypi.org/project/jupyterlab) (πŸ“₯ 21M / month Β· πŸ“¦ 2.3K Β· ⏱️ 23.05.2024):
```
pip install jupyterlab
```
- [Conda](https://anaconda.org/conda-forge/jupyterlab) (πŸ“₯ 11M Β· ⏱️ 23.05.2024):
```
conda install -c conda-forge jupyterlab
```
- [npm](https://www.npmjs.com/package/@jupyterlab/ui-components) (πŸ“₯ 510K / month Β· πŸ“¦ 380 Β· ⏱️ 23.05.2024):
```
npm install @jupyterlab/ui-components
```

nteract (πŸ₯ˆ31 Β· ⭐ 6.2K) - The interactive computing suite for you!. BSD-3

- [GitHub](https://github.com/nteract/nteract) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 550 Β· πŸ“₯ 1.5M Β· πŸ“¦ 3 Β· πŸ“‹ 1.7K - 11% open Β· ⏱️ 30.12.2023):

```
git clone https://github.com/nteract/nteract
```
- [PyPi](https://pypi.org/project/nteract_on_jupyter) (πŸ“₯ 1.1K / month Β· ⏱️ 16.07.2019):
```
pip install nteract_on_jupyter
```
- [npm](https://www.npmjs.com/package/@nteract/messaging) (πŸ“₯ 70K / month Β· πŸ“¦ 29 Β· ⏱️ 22.10.2021):
```
npm install @nteract/messaging
```

sos (πŸ₯ˆ28 Β· ⭐ 260) - SoS workflow system for daily data analysis. BSD-3

- [GitHub](https://github.com/vatlab/sos) (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 43 Β· πŸ“¦ 5.9K Β· πŸ“‹ 1.5K - 4% open Β· ⏱️ 11.04.2024):

```
git clone https://github.com/vatlab/SOS
```
- [PyPi](https://pypi.org/project/sos-notebook) (πŸ“₯ 1.1K / month Β· πŸ“¦ 22 Β· ⏱️ 25.09.2023):
```
pip install sos-notebook
```
- [Conda](https://anaconda.org/conda-forge/sos) (πŸ“₯ 170K Β· ⏱️ 11.04.2024):
```
conda install -c conda-forge sos
```

docker-python (πŸ₯‰27 Β· ⭐ 2.6K) - Kaggle Python docker image. Apache-2

- [GitHub](https://github.com/Kaggle/docker-python) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 920 Β· πŸ“‹ 380 - 9% open Β· ⏱️ 03.06.2024):

```
git clone https://github.com/kaggle/docker-python
```
- [Docker Hub](https://hub.docker.com/r/kaggle/python) (πŸ“₯ 200K Β· ⭐ 180 Β· ⏱️ 03.06.2024):
```
docker pull kaggle/python
```

ML Workspace (πŸ₯‰21 Β· ⭐ 3.4K Β· πŸ’€) - All-in-one web-based IDE specialized for machine learning.. Apache-2

- [GitHub](https://github.com/ml-tooling/ml-workspace) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 420 Β· πŸ“‹ 94 - 2% open Β· ⏱️ 14.11.2023):

```
git clone https://github.com/ml-tooling/ml-workspace
```
- [Docker Hub](https://hub.docker.com/r/mltooling/ml-workspace) (πŸ“₯ 560K Β· ⭐ 26 Β· ⏱️ 13.07.2021):
```
docker pull mltooling/ml-workspace
```

gpu-jupyter (πŸ₯‰15 Β· ⭐ 670) - GPU-Jupyter: Leverage the flexibility of Jupyterlab through the.. Apache-2

- [GitHub](https://github.com/iot-salzburg/gpu-jupyter) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 220 Β· πŸ“‹ 93 - 4% open Β· ⏱️ 09.04.2024):

```
git clone https://github.com/iot-salzburg/gpu-jupyter
```

jupyterlite (πŸ₯‰12 Β· ⭐ 90) - Wasm powered Jupyter running in the browser. BSD-3

- [GitHub](https://github.com/jtpio/jupyterlite) (πŸ‘¨β€πŸ’» 60 Β· πŸ”€ 7 Β· ⏱️ 03.06.2024):

```
git clone https://github.com/jtpio/jupyterlite
```

Show 5 hidden projects...

- DataLab (πŸ₯‰24 Β· ⭐ 970 Β· πŸ’€) - Interactive tools and developer experiences for Big Data on.. Apache-2
- Hydrogen (πŸ₯‰22 Β· ⭐ 3.9K Β· πŸ’€) - Run code interactively, inspect data, and plot. All the power of.. MIT
- jupyverse (πŸ₯‰20 Β· ⭐ 200) - A Jupyter server based on FastAPI. ❗️BSD-1-Clause
- retrolab (πŸ₯‰19 Β· ⭐ 280 Β· πŸ’€) - JupyterLab distribution with a retro look and feel. BSD-3
- ML Hub (πŸ₯‰15 Β· ⭐ 300 Β· πŸ’€) - Multi-user development platform for machine learning teams. Simple.. Apache-2


## Interactive Widgets & Visualization

Back to top

_Extensions that provide interactive UI-widgets and visualization tools._

πŸ”—Β best-of-ml-python - Data Visualization - Python-based data visualization libraries.

bokeh (πŸ₯‡45 Β· ⭐ 19K) - Interactive Data Visualization in the browser, from Python. BSD-3

- [GitHub](https://github.com/bokeh/bokeh) (πŸ‘¨β€πŸ’» 690 Β· πŸ”€ 4.2K Β· πŸ“¦ 89K Β· πŸ“‹ 7.7K - 10% open Β· ⏱️ 05.06.2024):

```
git clone https://github.com/bokeh/bokeh
```
- [PyPi](https://pypi.org/project/bokeh) (πŸ“₯ 4M / month Β· πŸ“¦ 1.6K Β· ⏱️ 04.06.2024):
```
pip install bokeh
```
- [Conda](https://anaconda.org/conda-forge/bokeh) (πŸ“₯ 14M Β· ⏱️ 12.04.2024):
```
conda install -c conda-forge bokeh
```
- [npm](https://www.npmjs.com/package/@bokeh/bokehjs) (πŸ“₯ 12K / month Β· πŸ“¦ 18 Β· ⏱️ 04.06.2024):
```
npm install @bokeh/bokehjs
```

panel (πŸ₯‡39 Β· ⭐ 4.3K) - Panel: The powerful data exploration & web app framework for Python. BSD-3

- [GitHub](https://github.com/holoviz/panel) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 470 Β· πŸ“¦ 12K Β· πŸ“‹ 3.5K - 30% open Β· ⏱️ 05.06.2024):

```
git clone https://github.com/holoviz/panel
```
- [PyPi](https://pypi.org/project/panel) (πŸ“₯ 670K / month Β· πŸ“¦ 350 Β· ⏱️ 04.06.2024):
```
pip install panel
```
- [Conda](https://anaconda.org/conda-forge/panel) (πŸ“₯ 1.5M Β· ⏱️ 02.06.2024):
```
conda install -c conda-forge panel
```
- [npm](https://www.npmjs.com/package/@holoviz/panel) (πŸ“₯ 37K / month Β· πŸ“¦ 5 Β· ⏱️ 04.06.2024):
```
npm install @holoviz/panel
```

pandas-profiling (πŸ₯‡38 Β· ⭐ 12K) - 1 Line of code data quality profiling & exploratory data.. MIT

- [GitHub](https://github.com/ydataai/ydata-profiling) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 1.6K Β· πŸ“₯ 100 Β· πŸ“¦ 3.3K Β· πŸ“‹ 780 - 28% open Β· ⏱️ 31.05.2024):

```
git clone https://github.com/pandas-profiling/pandas-profiling
```
- [PyPi](https://pypi.org/project/pandas-profiling) (πŸ“₯ 820K / month Β· πŸ“¦ 180 Β· ⏱️ 03.02.2023):
```
pip install pandas-profiling
```
- [Conda](https://anaconda.org/conda-forge/pandas-profiling) (πŸ“₯ 430K Β· ⏱️ 16.06.2023):
```
conda install -c conda-forge pandas-profiling
```

ipywidgets (πŸ₯‡37 Β· ⭐ 3.1K) - Interactive Widgets for the Jupyter Notebook. BSD-3

- [GitHub](https://github.com/jupyter-widgets/ipywidgets) (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 940 Β· πŸ“¦ 3 Β· πŸ“‹ 2.1K - 36% open Β· ⏱️ 28.05.2024):

```
git clone https://github.com/jupyter-widgets/ipywidgets
```
- [PyPi](https://pypi.org/project/ipywidgets) (πŸ“₯ 19M / month Β· πŸ“¦ 3.8K Β· ⏱️ 28.05.2024):
```
pip install ipywidgets
```
- [Conda](https://anaconda.org/conda-forge/ipywidgets) (πŸ“₯ 14M Β· ⏱️ 28.05.2024):
```
conda install -c conda-forge ipywidgets
```
- [npm](https://www.npmjs.com/package/@jupyter-widgets/jupyterlab-manager) (πŸ“₯ 72K / month Β· πŸ“¦ 110 Β· ⏱️ 28.05.2024):
```
npm install @jupyter-widgets/jupyterlab-manager
```

evidently (πŸ₯‡35 Β· ⭐ 4.8K) - Evaluate and monitor ML models from validation to production... Apache-2

- [GitHub](https://github.com/evidentlyai/evidently) (πŸ‘¨β€πŸ’» 68 Β· πŸ”€ 530 Β· πŸ“₯ 56 Β· πŸ“¦ 3.5K Β· πŸ“‹ 360 - 42% open Β· ⏱️ 06.06.2024):

```
git clone https://github.com/evidentlyai/evidently
```
- [PyPi](https://pypi.org/project/evidently) (πŸ“₯ 1.3M / month Β· πŸ“¦ 13 Β· ⏱️ 24.05.2024):
```
pip install evidently
```
- [Conda](https://anaconda.org/conda-forge/evidently) (πŸ“₯ 20K Β· ⏱️ 28.05.2024):
```
conda install -c conda-forge evidently
```

ipyleaflet (πŸ₯‡34 Β· ⭐ 1.5K) - A Jupyter - Leaflet.js bridge. MIT

- [GitHub](https://github.com/jupyter-widgets/ipyleaflet) (πŸ‘¨β€πŸ’» 88 Β· πŸ”€ 360 Β· πŸ“¦ 9.2K Β· πŸ“‹ 630 - 43% open Β· ⏱️ 29.05.2024):

```
git clone https://github.com/jupyter-widgets/ipyleaflet
```
- [PyPi](https://pypi.org/project/ipyleaflet) (πŸ“₯ 140K / month Β· πŸ“¦ 250 Β· ⏱️ 14.05.2024):
```
pip install ipyleaflet
```
- [Conda](https://anaconda.org/conda-forge/ipyleaflet) (πŸ“₯ 1.2M Β· ⏱️ 14.05.2024):
```
conda install -c conda-forge ipyleaflet
```
- [npm](https://www.npmjs.com/package/jupyter-leaflet) (πŸ“₯ 11K / month Β· πŸ“¦ 9 Β· ⏱️ 13.05.2024):
```
npm install jupyter-leaflet
```

papermill (πŸ₯ˆ33 Β· ⭐ 5.7K) - Parameterize, execute, and analyze notebooks. BSD-3

- [GitHub](https://github.com/nteract/papermill) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 420 Β· πŸ“¦ 6K Β· πŸ“‹ 400 - 35% open Β· ⏱️ 26.04.2024):

```
git clone https://github.com/nteract/papermill
```
- [PyPi](https://pypi.org/project/papermill) (πŸ“₯ 2.4M / month Β· πŸ“¦ 320 Β· ⏱️ 26.04.2024):
```
pip install papermill
```
- [Conda](https://anaconda.org/conda-forge/papermill) (πŸ“₯ 610K Β· ⏱️ 27.04.2024):
```
conda install -c conda-forge papermill
```

jupyter-matplotlib (πŸ₯ˆ32 Β· ⭐ 1.5K) - Matplotlib Jupyter Integration. BSD-3

- [GitHub](https://github.com/matplotlib/ipympl) (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 220 Β· πŸ“¦ 12K Β· πŸ“‹ 310 - 47% open Β· ⏱️ 28.05.2024):

```
git clone https://github.com/matplotlib/ipympl
```
- [PyPi](https://pypi.org/project/ipympl) (πŸ“₯ 320K / month Β· πŸ“¦ 300 Β· ⏱️ 15.04.2024):
```
pip install ipympl
```
- [Conda](https://anaconda.org/conda-forge/ipympl) (πŸ“₯ 1.6M Β· ⏱️ 16.04.2024):
```
conda install -c conda-forge ipympl
```
- [npm](https://www.npmjs.com/package/jupyter-matplotlib) (πŸ“₯ 7.7K / month Β· πŸ“¦ 7 Β· ⏱️ 15.04.2024):
```
npm install jupyter-matplotlib
```

bqplot (πŸ₯ˆ30 Β· ⭐ 3.6K) - Plotting library for IPython/Jupyter notebooks. Apache-2

- [GitHub](https://github.com/bqplot/bqplot) (πŸ‘¨β€πŸ’» 64 Β· πŸ”€ 460 Β· πŸ“¦ 55 Β· πŸ“‹ 620 - 41% open Β· ⏱️ 21.05.2024):

```
git clone https://github.com/bqplot/bqplot
```
- [PyPi](https://pypi.org/project/bqplot) (πŸ“₯ 120K / month Β· πŸ“¦ 92 Β· ⏱️ 25.03.2024):
```
pip install bqplot
```
- [Conda](https://anaconda.org/conda-forge/bqplot) (πŸ“₯ 1.3M Β· ⏱️ 19.02.2024):
```
conda install -c conda-forge bqplot
```
- [npm](https://www.npmjs.com/package/bqplot) (πŸ“₯ 3K / month Β· πŸ“¦ 21 Β· ⏱️ 25.03.2024):
```
npm install bqplot
```

responsible-ai-widgets (πŸ₯ˆ30 Β· ⭐ 1.3K) - Responsible AI Toolbox is a suite of tools providing.. MIT

- [GitHub](https://github.com/microsoft/responsible-ai-toolbox) (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 320 Β· πŸ“¦ 100 Β· πŸ“‹ 320 - 27% open Β· ⏱️ 21.05.2024):

```
git clone https://github.com/microsoft/responsible-ai-toolbox
```
- [PyPi](https://pypi.org/project/raiwidgets) (πŸ“₯ 12K / month Β· πŸ“¦ 6 Β· ⏱️ 20.05.2024):
```
pip install raiwidgets
```

itkwidgets (πŸ₯ˆ27 Β· ⭐ 570) - An elegant Python interface for visualization on the web platform.. Apache-2

- [GitHub](https://github.com/InsightSoftwareConsortium/itkwidgets) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 84 Β· πŸ“₯ 98 Β· πŸ“¦ 310 Β· πŸ“‹ 280 - 41% open Β· ⏱️ 17.05.2024):

```
git clone https://github.com/InsightSoftwareConsortium/itkwidgets
```
- [PyPi](https://pypi.org/project/itkwidgets) (πŸ“₯ 11K / month Β· πŸ“¦ 20 Β· ⏱️ 19.04.2024):
```
pip install itkwidgets
```
- [Conda](https://anaconda.org/conda-forge/itkwidgets) (πŸ“₯ 370K Β· ⏱️ 16.06.2023):
```
conda install -c conda-forge itkwidgets
```
- [npm](https://www.npmjs.com/package/itkwidgets) (πŸ“₯ 300 / month Β· πŸ“¦ 3 Β· ⏱️ 02.03.2023):
```
npm install itkwidgets
```

jdaviz (πŸ₯ˆ27 Β· ⭐ 130) - JWST astronomical data analysis tools in the Jupyter platform. BSD-3

- [GitHub](https://github.com/spacetelescope/jdaviz) (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 60 Β· πŸ“¦ 43 Β· πŸ“‹ 1K - 32% open Β· ⏱️ 05.06.2024):

```
git clone https://github.com/spacetelescope/jdaviz
```
- [PyPi](https://pypi.org/project/jdaviz) (πŸ“₯ 1.2K / month Β· πŸ“¦ 6 Β· ⏱️ 14.05.2024):
```
pip install jdaviz
```

nglview (πŸ₯ˆ26 Β· ⭐ 780) - Jupyter widget to interactively view molecular structures and trajectories. MIT

- [GitHub](https://github.com/nglviewer/nglview) (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 130 Β· πŸ“₯ 290 Β· πŸ“¦ 4 Β· πŸ“‹ 490 - 6% open Β· ⏱️ 03.03.2024):

```
git clone https://github.com/nglviewer/nglview
```
- [PyPi](https://pypi.org/project/nglview) (πŸ“₯ 12K / month Β· πŸ“¦ 82 Β· ⏱️ 03.03.2024):
```
pip install nglview
```
- [Conda](https://anaconda.org/conda-forge/nglview) (πŸ“₯ 750K Β· ⏱️ 03.03.2024):
```
conda install -c conda-forge nglview
```
- [npm](https://www.npmjs.com/package/nglview-js-widgets) (πŸ“₯ 3.7K / month Β· πŸ“¦ 7 Β· ⏱️ 10.01.2024):
```
npm install nglview-js-widgets
```

itables (πŸ₯ˆ26 Β· ⭐ 690) - Pandas DataFrames as Interactive DataTables. MIT

- [GitHub](https://github.com/mwouts/itables) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 52 Β· πŸ“¦ 530 Β· πŸ“‹ 140 - 17% open Β· ⏱️ 28.05.2024):

```
git clone https://github.com/mwouts/itables
```
- [PyPi](https://pypi.org/project/itables) (πŸ“₯ 270K / month Β· πŸ“¦ 28 Β· ⏱️ 27.05.2024):
```
pip install itables
```
- [Conda](https://anaconda.org/conda-forge/itables) (πŸ“₯ 52K Β· ⏱️ 28.05.2024):
```
conda install -c conda-forge itables
```

lux (πŸ₯ˆ25 Β· ⭐ 5K Β· πŸ’€) - Automatically visualize your pandas dataframe via a single print!. Apache-2

- [GitHub](https://github.com/lux-org/lux) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 360 Β· πŸ“¦ 190 Β· πŸ“‹ 240 - 33% open Β· ⏱️ 04.07.2023):

```
git clone https://github.com/lux-org/lux
```
- [PyPi](https://pypi.org/project/lux-api) (πŸ“₯ 3.4K / month Β· πŸ“¦ 2 Β· ⏱️ 19.02.2022):
```
pip install lux-api
```
- [Conda](https://anaconda.org/conda-forge/lux-api) (πŸ“₯ 23K Β· ⏱️ 16.06.2023):
```
conda install -c conda-forge lux-api
```
- [npm](https://www.npmjs.com/package/luxwidget) (πŸ“₯ 360 / month Β· πŸ“¦ 2 Β· ⏱️ 17.02.2022):
```
npm install luxwidget
```

ipyregulartable (πŸ₯ˆ25 Β· ⭐ 3.1K) - High performance, editable, stylable datagrids in jupyter.. Apache-2

- [GitHub](https://github.com/finos/ipyregulartable) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 940 Β· πŸ“¦ 13 Β· πŸ“‹ 27 - 37% open Β· ⏱️ 05.02.2024):

```
git clone https://github.com/jpmorganchase/ipyregulartable
```
- [PyPi](https://pypi.org/project/ipyregulartable) (πŸ“₯ 200 / month Β· πŸ“¦ 2 Β· ⏱️ 08.01.2021):
```
pip install ipyregulartable
```
- [Conda](https://anaconda.org/conda-forge/ipyregulartable) (πŸ“₯ 6.2K Β· ⏱️ 16.06.2023):
```
conda install -c conda-forge ipyregulartable
```
- [npm](https://www.npmjs.com/package/@jupyter-widgets/jupyterlab-manager) (πŸ“₯ 72K / month Β· πŸ“¦ 110 Β· ⏱️ 28.05.2024):
```
npm install @jupyter-widgets/jupyterlab-manager
```

ipydagred3 (πŸ₯ˆ25 Β· ⭐ 3.1K) - ipywidgets library for drawing directed acyclic graphs in.. Apache-2

- [GitHub](https://github.com/timkpaine/ipydagred3) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 940 Β· πŸ“¦ 3 Β· πŸ“‹ 24 - 20% open Β· ⏱️ 05.02.2024):

```
git clone https://github.com/timkpaine/ipydagred3
```
- [PyPi](https://pypi.org/project/ipydagred3) (πŸ“₯ 3.1K / month Β· πŸ“¦ 6 Β· ⏱️ 31.10.2023):
```
pip install ipydagred3
```
- [Conda](https://anaconda.org/conda-forge/ipydagred3) (πŸ“₯ 30K Β· ⏱️ 01.11.2023):
```
conda install -c conda-forge ipydagred3
```
- [npm](https://www.npmjs.com/package/@jupyter-widgets/jupyterlab-manager) (πŸ“₯ 72K / month Β· πŸ“¦ 110 Β· ⏱️ 28.05.2024):
```
npm install @jupyter-widgets/jupyterlab-manager
```

ipyvolume (πŸ₯ˆ25 Β· ⭐ 1.9K Β· πŸ’€) - 3d plotting for Python in the Jupyter notebook based on IPython.. MIT

- [GitHub](https://github.com/widgetti/ipyvolume) (πŸ‘¨β€πŸ’» 45 Β· πŸ”€ 230 Β· πŸ“¦ 17 Β· πŸ“‹ 320 - 58% open Β· ⏱️ 07.07.2023):

```
git clone https://github.com/maartenbreddels/ipyvolume
```
- [PyPi](https://pypi.org/project/ipyvolume) (πŸ“₯ 40K / month Β· πŸ“¦ 54 Β· ⏱️ 02.06.2023):
```
pip install ipyvolume
```
- [Conda](https://anaconda.org/conda-forge/ipyvolume) (πŸ“₯ 470K Β· ⏱️ 05.06.2023):
```
conda install -c conda-forge ipyvolume
```
- [npm](https://www.npmjs.com/package/ipyvolume) (πŸ“₯ 740 / month Β· πŸ“¦ 6 Β· ⏱️ 02.06.2023):
```
npm install ipyvolume
```

jupyter-dash (πŸ₯ˆ25 Β· ⭐ 950 Β· πŸ’€) - OBSOLETE - Dash v2.11+ has Jupyter support built in!. MIT

- [GitHub](https://github.com/plotly/jupyter-dash) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 240 Β· πŸ“₯ 99 Β· πŸ“‹ 86 - 65% open Β· ⏱️ 11.08.2023):

```
git clone https://github.com/plotly/jupyter-dash
```
- [PyPi](https://pypi.org/project/jupyter-dash) (πŸ“₯ 160K / month Β· πŸ“¦ 130 Β· ⏱️ 01.04.2022):
```
pip install jupyter-dash
```
- [Conda](https://anaconda.org/conda-forge/jupyter-dash) (πŸ“₯ 360K Β· ⏱️ 16.06.2023):
```
conda install -c conda-forge jupyter-dash
```
- [npm](https://www.npmjs.com/package/jupyterlab-dash) (πŸ“₯ 2.9K / month Β· πŸ“¦ 5 Β· ⏱️ 22.01.2021):
```
npm install jupyterlab-dash
```

ipydatagrid (πŸ₯ˆ25 Β· ⭐ 510) - Fast Datagrid widget for the Jupyter Notebook and JupyterLab. BSD-3

- [GitHub](https://github.com/bloomberg/ipydatagrid) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 48 Β· πŸ“¦ 150 Β· πŸ“‹ 150 - 39% open Β· ⏱️ 30.05.2024):

```
git clone https://github.com/bloomberg/ipydatagrid
```
- [PyPi](https://pypi.org/project/ipydatagrid) (πŸ“₯ 23K / month Β· πŸ“¦ 21 Β· ⏱️ 22.05.2024):
```
pip install ipydatagrid
```
- [Conda](https://anaconda.org/conda-forge/ipydatagrid) (πŸ“₯ 65K Β· ⏱️ 22.05.2024):
```
conda install -c conda-forge ipydatagrid
```
- [npm](https://www.npmjs.com/package/ipydatagrid) (πŸ“₯ 1.5K / month Β· πŸ“¦ 5 Β· ⏱️ 22.05.2024):
```
npm install ipydatagrid
```

ipywebrtc (πŸ₯‰23 Β· ⭐ 240) - WebRTC for Jupyter notebook/lab. MIT

- [GitHub](https://github.com/maartenbreddels/ipywebrtc) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 40 Β· πŸ“¦ 1.1K Β· πŸ“‹ 70 - 60% open Β· ⏱️ 06.02.2024):

```
git clone https://github.com/maartenbreddels/ipywebrtc
```
- [PyPi](https://pypi.org/project/ipywebrtc) (πŸ“₯ 40K / month Β· πŸ“¦ 12 Β· ⏱️ 29.03.2021):
```
pip install ipywebrtc
```
- [Conda](https://anaconda.org/conda-forge/ipywebrtc) (πŸ“₯ 350K Β· ⏱️ 16.06.2023):
```
conda install -c conda-forge ipywebrtc
```
- [npm](https://www.npmjs.com/package/jupyter-webrtc) (πŸ“₯ 290 / month Β· πŸ“¦ 6 Β· ⏱️ 29.03.2021):
```
npm install jupyter-webrtc
```

ipyvizzu (πŸ₯‰22 Β· ⭐ 930) - Build animated charts in Jupyter Notebook and similar environments.. Apache-2

- [GitHub](https://github.com/vizzuhq/ipyvizzu) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 92 Β· πŸ“₯ 130 Β· πŸ“¦ 130 Β· πŸ“‹ 91 - 15% open Β· ⏱️ 29.04.2024):

```
git clone https://github.com/vizzuhq/ipyvizzu
```
- [PyPi](https://pypi.org/project/ipyvizzu) (πŸ“₯ 1.7K / month Β· πŸ“¦ 3 Β· ⏱️ 21.12.2023):
```
pip install ipyvizzu
```

What-If Tool (πŸ₯‰22 Β· ⭐ 890) - Source code/webpage/demos for the What-If Tool. Apache-2

- [GitHub](https://github.com/PAIR-code/what-if-tool) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 160 Β· πŸ“¦ 2 Β· πŸ“‹ 140 - 60% open Β· ⏱️ 01.02.2024):

```
git clone https://github.com/PAIR-code/what-if-tool
```
- [PyPi](https://pypi.org/project/witwidget) (πŸ“₯ 3.4K / month Β· πŸ“¦ 6 Β· ⏱️ 12.10.2021):
```
pip install witwidget
```
- [Conda](https://anaconda.org/conda-forge/tensorboard-plugin-wit) (πŸ“₯ 2.2M Β· ⏱️ 16.06.2023):
```
conda install -c conda-forge tensorboard-plugin-wit
```
- [npm](https://www.npmjs.com/package/wit-widget) (πŸ“₯ 1.1K / month Β· πŸ“¦ 3 Β· ⏱️ 12.10.2021):
```
npm install wit-widget
```

ipycanvas (πŸ₯‰22 Β· ⭐ 680 Β· πŸ’€) - Interactive Canvas in Jupyter. BSD-3

- [GitHub](https://github.com/martinRenou/ipycanvas) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 61 Β· πŸ“¦ 8 Β· ⏱️ 20.07.2023):

```
git clone https://github.com/martinRenou/ipycanvas
```
- [PyPi](https://pypi.org/project/ipycanvas) (πŸ“₯ 47K / month Β· πŸ“¦ 59 Β· ⏱️ 25.04.2024):
```
pip install ipycanvas
```
- [Conda](https://anaconda.org/conda-forge/ipycanvas) (πŸ“₯ 210K Β· ⏱️ 26.04.2024):
```
conda install -c conda-forge ipycanvas
```
- [npm](https://www.npmjs.com/package/ipycanvas) (πŸ“₯ 770 / month Β· πŸ“¦ 7 Β· ⏱️ 25.04.2024):
```
npm install ipycanvas
```

ipysheet (πŸ₯‰22 Β· ⭐ 540) - Jupyter handsontable integration. MIT

- [GitHub](https://github.com/jupyter-widgets-contrib/ipysheet) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 68 Β· πŸ“¦ 7 Β· πŸ“‹ 120 - 52% open Β· ⏱️ 04.01.2024):

```
git clone https://github.com/QuantStack/ipysheet
```
- [PyPi](https://pypi.org/project/ipysheet) (πŸ“₯ 140K / month Β· πŸ“¦ 34 Β· ⏱️ 28.11.2022):
```
pip install ipysheet
```
- [Conda](https://anaconda.org/conda-forge/ipysheet) (πŸ“₯ 120K Β· ⏱️ 16.06.2023):
```
conda install -c conda-forge ipysheet
```
- [npm](https://www.npmjs.com/package/ipysheet) (πŸ“₯ 690 / month Β· πŸ“¦ 5 Β· ⏱️ 28.11.2022):
```
npm install ipysheet
```

ipyvuetify (πŸ₯‰22 Β· ⭐ 330) - Jupyter widgets based on vuetify UI components. MIT

- [GitHub]() (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 57 Β· πŸ“¦ 1.2K):

```
git clone https://github.com/mariobuikhuizen/ipyvuetify
```
- [PyPi](https://pypi.org/project/ipyvuetify) (πŸ“₯ 130K / month Β· πŸ“¦ 74 Β· ⏱️ 08.04.2024):
```
pip install ipyvuetify
```
- [Conda](https://anaconda.org/conda-forge/ipyvuetify) (πŸ“₯ 180K Β· ⏱️ 09.04.2024):
```
conda install -c conda-forge ipyvuetify
```
- [npm](https://www.npmjs.com/package/jupyter-vuetify) (πŸ“₯ 6.9K / month Β· πŸ“¦ 6 Β· ⏱️ 08.04.2024):
```
npm install jupyter-vuetify
```

ipyvue (πŸ₯‰22 Β· ⭐ 66) - Jupyter widgets base for Vue libraries. MIT

- [GitHub](https://github.com/widgetti/ipyvue) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 18 Β· πŸ“¦ 860 Β· πŸ“‹ 14 - 35% open Β· ⏱️ 02.05.2024):

```
git clone https://github.com/mariobuikhuizen/ipyvue
```
- [PyPi](https://pypi.org/project/ipyvue) (πŸ“₯ 130K / month Β· πŸ“¦ 32 Β· ⏱️ 02.05.2024):
```
pip install ipyvue
```
- [Conda](https://anaconda.org/conda-forge/ipyvue) (πŸ“₯ 140K Β· ⏱️ 19.04.2024):
```
conda install -c conda-forge ipyvue
```
- [npm](https://www.npmjs.com/package/jupyter-vue) (πŸ“₯ 3.8K / month Β· πŸ“¦ 16 Β· ⏱️ 02.05.2024):
```
npm install jupyter-vue
```

vega (πŸ₯‰21 Β· ⭐ 370) - IPython/Jupyter notebook module for Vega and Vega-Lite. BSD-3

- [GitHub](https://github.com/vega/ipyvega) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 65 Β· πŸ“¦ 4 Β· πŸ“‹ 110 - 19% open Β· ⏱️ 01.05.2024):

```
git clone https://github.com/vega/ipyvega
```
- [PyPi](https://pypi.org/project/vega) (πŸ“₯ 21K / month Β· πŸ“¦ 14 Β· ⏱️ 12.04.2023):
```
pip install vega
```
- [Conda](https://anaconda.org/conda-forge/vega) (πŸ“₯ 600K Β· ⏱️ 18.05.2024):
```
conda install -c conda-forge vega
```

ipydatawidgets (πŸ₯‰21 Β· ⭐ 40 Β· πŸ’€) - A set of widgets to help facilitate reuse of large datasets.. BSD-3

- [GitHub](https://github.com/vidartf/ipydatawidgets) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 9 Β· πŸ“¦ 1.2K Β· πŸ“‹ 21 - 52% open Β· ⏱️ 14.06.2023):

```
git clone https://github.com/vidartf/ipydatawidgets
```
- [PyPi](https://pypi.org/project/ipydatawidgets) (πŸ“₯ 81K / month Β· πŸ“¦ 29 Β· ⏱️ 14.06.2023):
```
pip install ipydatawidgets
```
- [Conda](https://anaconda.org/conda-forge/ipydatawidgets) (πŸ“₯ 270K Β· ⏱️ 16.06.2023):
```
conda install -c conda-forge ipydatawidgets
```

ipysigma (πŸ₯‰19 Β· ⭐ 180 Β· πŸ’€) - A Jupyter widget using sigma.js to render interactive networks. MIT

- [GitHub](https://github.com/medialab/ipysigma) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 15 Β· πŸ“¦ 35 Β· πŸ“‹ 220 - 27% open Β· ⏱️ 20.10.2023):

```
git clone https://github.com/Yomguithereal/ipysigma
```
- [PyPi](https://pypi.org/project/ipysigma) (πŸ“₯ 910 / month Β· ⏱️ 08.06.2022):
```
pip install ipysigma
```
- [npm](https://www.npmjs.com/package/ipysigma) (πŸ“₯ 440 / month Β· πŸ“¦ 5 Β· ⏱️ 15.06.2023):
```
npm install ipysigma
```

Altair Viewer (πŸ₯‰16 Β· ⭐ 82) - Viewer for Altair and Vega-Lite visualizations. BSD-3

- [GitHub](https://github.com/altair-viz/altair_viewer) (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 11 Β· πŸ“‹ 16 - 18% open Β· ⏱️ 30.03.2024):

```
git clone https://github.com/altair-viz/altair_viewer
```
- [PyPi](https://pypi.org/project/altair_viewer) (πŸ“₯ 32K / month Β· πŸ“¦ 27 Β· ⏱️ 06.11.2021):
```
pip install altair_viewer
```
- [Conda](https://anaconda.org/conda-forge/altair_viewer) (πŸ“₯ 86K Β· ⏱️ 16.06.2023):
```
conda install -c conda-forge altair_viewer
```

tributary (πŸ₯‰15 Β· ⭐ 430) - Streaming reactive and dataflow graphs in Python. Apache-2

- [GitHub](https://github.com/timkpaine/tributary) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 39 Β· ⏱️ 10.02.2024):

```
git clone https://github.com/timkpaine/tributary
```
- [PyPi](https://pypi.org/project/tributary) (πŸ“₯ 210 / month Β· ⏱️ 10.05.2023):
```
pip install tributary
```
- [Conda](https://anaconda.org/conda-forge/tributary) (πŸ“₯ 39K Β· ⏱️ 16.06.2023):
```
conda install -c conda-forge tributary
```

perfume (πŸ₯‰11 Β· ⭐ 33) - Interactive performance benchmarking in Jupyter. BSD-3

- [GitHub](https://github.com/leifwalsh/perfume) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 4 Β· πŸ“‹ 7 - 42% open Β· ⏱️ 16.03.2024):

```
git clone https://github.com/leifwalsh/perfume
```
- [PyPi](https://pypi.org/project/perfume-bench) (πŸ“₯ 79 / month Β· ⏱️ 20.05.2018):
```
pip install perfume-bench
```

Show 22 hidden projects...

- D-Tale (πŸ₯ˆ30 Β· ⭐ 4.6K) - Visualizer for Pandas Data Structures. ❗️LGPL-2.1
- facets-overview (πŸ₯ˆ28 Β· ⭐ 7.3K Β· πŸ’€) - Visualizations for machine learning datasets. Apache-2
- pythreejs (πŸ₯ˆ27 Β· ⭐ 930 Β· πŸ’€) - A Jupyter - Three.js bridge. BSD-3
- qgrid (πŸ₯ˆ25 Β· ⭐ 3K Β· πŸ’€) - An interactive grid for sorting, filtering, and editing DataFrames.. Apache-2
- ipycytoscape (πŸ₯ˆ25 Β· ⭐ 260 Β· πŸ’€) - A Cytoscape Jupyter widget. BSD-3
- Mapbox GL (πŸ₯‰24 Β· ⭐ 660 Β· πŸ’€) - Use Mapbox GL JS to visualize data in a Python Jupyter notebook. MIT
- gmaps (πŸ₯‰23 Β· ⭐ 760 Β· πŸ’€) - Google maps for Jupyter notebooks. BSD-3
- pivottablejs (πŸ₯‰22 Β· ⭐ 680 Β· πŸ’€) - Dragndrop Pivot Tables and Charts for Jupyter/IPython Notebook,.. MIT
- nbtutor (πŸ₯‰20 Β· ⭐ 450 Β· πŸ’€) - Visualize Python code execution (line-by-line) in Jupyter Notebook.. BSD-3
- ipytree (πŸ₯‰19 Β· ⭐ 130 Β· πŸ’€) - A Tree Widget using Jupyter-widgets protocol and jsTree. MIT
- geonotebook (πŸ₯‰16 Β· ⭐ 1.1K Β· πŸ’€) - A Jupyter notebook extension for geospatial visualization.. Apache-2
- igv.js widget (πŸ₯‰16 Β· ⭐ 150 Β· πŸ’€) - Extension for Jupyter which integrates igv.js. MIT
- Jupyter DataTables (πŸ₯‰15 Β· ⭐ 240 Β· πŸ’€) - Jupyter Notebook extension leveraging pandas DataFrames.. MIT
- niwidgets (πŸ₯‰15 Β· ⭐ 83 Β· πŸ’€) - Neuroimaging widgets for jupyter notebooks. Apache-2
- ipyaggrid (πŸ₯‰15 Β· ⭐ 50 Β· πŸ’€) - Jupyter widget - ag-grid in the notebook. MIT
- ipyscales (πŸ₯‰15 Β· ⭐ 13 Β· πŸ’€) - A widget library for scales. BSD-3
- ipymaterialui (πŸ₯‰13 Β· ⭐ 85 Β· πŸ’€) - Jupyter Widgets based on React Material UI components. MIT
- pigeon (πŸ₯‰12 Β· ⭐ 770 Β· πŸ’€) - Quickly annotate data from the comfort of your Jupyter notebook. Apache-2
- ipyannotate (πŸ₯‰11 Β· ⭐ 140 Β· πŸ’€) - Jupyter Widget for data annotation. ❗Unlicensed
- easyexplore (πŸ₯‰10 Β· ⭐ 5 Β· πŸ’€) - Toolbox for easy and effective data exploration in Python. ❗️GPL-3.0
- ipyp5 (πŸ₯‰9 Β· ⭐ 40 Β· πŸ’€) - p5.js Jupyter Widget. BSD-3
- Vision UI (πŸ₯‰7 Β· ⭐ 250 Β· πŸ’€) - UI visual interface for fastai - now compatible with Google.. ❗Unlicensed


## Jupyter Extensions

Back to top

_Application plugins that extend the functionality of Jupyter itself._

nbgrader (πŸ₯‡30 Β· ⭐ 1.3K) - A system for assigning and grading notebooks. BSD-3

- [GitHub](https://github.com/jupyter/nbgrader) (πŸ‘¨β€πŸ’» 100 Β· πŸ”€ 310 Β· πŸ“₯ 360 Β· πŸ“¦ 560 Β· πŸ“‹ 920 - 27% open Β· ⏱️ 28.03.2024):

```
git clone https://github.com/jupyter/nbgrader
```
- [PyPi](https://pypi.org/project/nbgrader) (πŸ“₯ 4.2K / month Β· πŸ“¦ 20 Β· ⏱️ 26.03.2024):
```
pip install nbgrader
```
- [Conda](https://anaconda.org/conda-forge/nbgrader) (πŸ“₯ 160K Β· ⏱️ 27.03.2024):
```
conda install -c conda-forge nbgrader
```

Jupyter Themes (πŸ₯‡29 Β· ⭐ 9.7K Β· πŸ’€) - Custom Jupyter Notebook Themes. MIT

- [GitHub](https://github.com/dunovank/jupyter-themes) (πŸ‘¨β€πŸ’» 43 Β· πŸ”€ 1.1K Β· πŸ“¦ 21 Β· πŸ“‹ 410 - 50% open Β· ⏱️ 18.10.2023):

```
git clone https://github.com/dunovank/jupyter-themes
```
- [PyPi](https://pypi.org/project/jupyterthemes) (πŸ“₯ 150K / month Β· πŸ“¦ 39 Β· ⏱️ 22.11.2018):
```
pip install jupyterthemes
```

jupyter-server-proxy (πŸ₯ˆ27 Β· ⭐ 340) - Jupyter notebook server extension to proxy web services. BSD-3

- [GitHub](https://github.com/jupyterhub/jupyter-server-proxy) (πŸ‘¨β€πŸ’» 71 Β· πŸ”€ 140 Β· πŸ“¦ 5 Β· πŸ“‹ 210 - 36% open Β· ⏱️ 27.04.2024):

```
git clone https://github.com/jupyterhub/jupyter-server-proxy
```
- [PyPi](https://pypi.org/project/jupyter-server-proxy) (πŸ“₯ 190K / month Β· πŸ“¦ 160 Β· ⏱️ 13.03.2024):
```
pip install jupyter-server-proxy
```
- [Conda](https://anaconda.org/conda-forge/jupyter-server-proxy) (πŸ“₯ 1.5M Β· ⏱️ 19.03.2024):
```
conda install -c conda-forge jupyter-server-proxy
```
- [npm](https://www.npmjs.com/package/@jupyterlab/server-proxy) (πŸ“₯ 3.7K / month Β· πŸ“¦ 7 Β· ⏱️ 13.03.2024):
```
npm install @jupyterlab/server-proxy
```

NBextensions Configurator (πŸ₯ˆ26 Β· ⭐ 970 Β· πŸ“ˆ) - A jupyter notebook serverextension providing config.. BSD-3

- [GitHub](https://github.com/Jupyter-contrib/jupyter_nbextensions_configurator) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 120 Β· πŸ“¦ 600 Β· πŸ“‹ 100 - 65% open Β· ⏱️ 05.06.2024):

```
git clone https://github.com/jupyter-contrib/jupyter_nbextensions_configurator
```
- [PyPi](https://pypi.org/project/jupyter_nbextensions_configurator) (πŸ“₯ 590K / month Β· πŸ“¦ 31 Β· ⏱️ 05.06.2024):
```
pip install jupyter_nbextensions_configurator
```
- [Conda](https://anaconda.org/conda-forge/jupyter_nbextensions_configurator) (πŸ“₯ 1.7M Β· ⏱️ 16.06.2023):
```
conda install -c conda-forge jupyter_nbextensions_configurator
```

Resource Usage (πŸ₯ˆ26 Β· ⭐ 460) - Jupyter Notebook Extension for monitoring your own Resource.. BSD-2

- [GitHub](https://github.com/jupyter-server/jupyter-resource-usage) (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 100 Β· πŸ“₯ 280 Β· πŸ“¦ 640 Β· πŸ“‹ 96 - 51% open Β· ⏱️ 10.04.2024):

```
git clone https://github.com/jupyter-server/jupyter-resource-usage
```
- [PyPi](https://pypi.org/project/jupyter-resource-usage) (πŸ“₯ 68K / month Β· πŸ“¦ 15 Β· ⏱️ 12.03.2024):
```
pip install jupyter-resource-usage
```
- [Conda](https://anaconda.org/conda-forge/nbresuse) (πŸ“₯ 560K Β· ⏱️ 16.06.2023):
```
conda install -c conda-forge nbresuse
```
- [npm](https://www.npmjs.com/package/@jupyter-server/resource-usage) (πŸ“₯ 3.7K / month Β· πŸ“¦ 5 Β· ⏱️ 12.03.2024):
```
npm install @jupyter-server/resource-usage
```

nbgitpuller (πŸ₯ˆ26 Β· ⭐ 200) - Jupyter server extension to sync a git repository one-way to a.. BSD-3

- [GitHub](https://github.com/jupyterhub/nbgitpuller) (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 84 Β· πŸ“¦ 800 Β· πŸ“‹ 170 - 47% open Β· ⏱️ 07.05.2024):

```
git clone https://github.com/jupyterhub/nbgitpuller
```
- [PyPi](https://pypi.org/project/nbgitpuller) (πŸ“₯ 25K / month Β· πŸ“¦ 8 Β· ⏱️ 29.03.2024):
```
pip install nbgitpuller
```
- [Conda](https://anaconda.org/conda-forge/nbgitpuller) (πŸ“₯ 91K Β· ⏱️ 29.03.2024):
```
conda install -c conda-forge nbgitpuller
```

Appmode (πŸ₯ˆ23 Β· ⭐ 430) - A Jupyter extensions that turns notebooks into web applications. MIT

- [GitHub](https://github.com/oschuett/appmode) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 68 Β· πŸ“¦ 360 Β· πŸ“‹ 59 - 5% open Β· ⏱️ 12.05.2024):

```
git clone https://github.com/oschuett/appmode
```
- [PyPi](https://pypi.org/project/appmode) (πŸ“₯ 1.8K / month Β· πŸ“¦ 6 Β· ⏱️ 12.05.2024):
```
pip install appmode
```
- [Conda](https://anaconda.org/conda-forge/appmode) (πŸ“₯ 230K Β· ⏱️ 12.05.2024):
```
conda install -c conda-forge appmode
```

Rsession Proxy (πŸ₯ˆ23 Β· ⭐ 110) - Jupyter extensions for running an RStudio rsession proxy. BSD-3

- [GitHub](https://github.com/jupyterhub/jupyter-rsession-proxy) (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 85 Β· πŸ“¦ 52 Β· πŸ“‹ 84 - 41% open Β· ⏱️ 03.04.2024):

```
git clone https://github.com/jupyterhub/jupyter-rsession-proxy
```
- [PyPi](https://pypi.org/project/jupyter-rsession-proxy) (πŸ“₯ 12K / month Β· πŸ“¦ 2 Β· ⏱️ 13.03.2024):
```
pip install jupyter-rsession-proxy
```
- [Conda](https://anaconda.org/conda-forge/jupyter-rsession-proxy) (πŸ“₯ 26K Β· ⏱️ 13.03.2024):
```
conda install -c conda-forge jupyter-rsession-proxy
```

jupyter-archive (πŸ₯‰19 Β· ⭐ 72) - A Jupyter/Jupyterlab extension to make, download and extract.. BSD-3

- [GitHub](https://github.com/jupyterlab-contrib/jupyter-archive) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 14 Β· πŸ“₯ 3.3K Β· πŸ“¦ 170 Β· πŸ“‹ 41 - 12% open Β· ⏱️ 17.04.2024):

```
git clone https://github.com/jupyterlab-contrib/jupyter-archive
```
- [PyPi](https://pypi.org/project/jupyter-archive) (πŸ“₯ 22K / month Β· πŸ“¦ 5 Β· ⏱️ 15.08.2023):
```
pip install jupyter-archive
```
- [Conda](https://anaconda.org/conda-forge/jupyter-archive) (πŸ“₯ 65K Β· ⏱️ 16.08.2023):
```
conda install -c conda-forge jupyter-archive
```
- [npm](https://www.npmjs.com/package/@hadim/jupyter-archive) (πŸ“₯ 120 / month Β· πŸ“¦ 5 Β· ⏱️ 15.08.2023):
```
npm install @hadim/jupyter-archive
```

gator (πŸ₯‰18 Β· ⭐ 260) - Conda environment and package management extension from within Jupyter. BSD-3

- [GitHub](https://github.com/mamba-org/gator) (πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 29 Β· πŸ“₯ 2 Β· πŸ“¦ 5 Β· πŸ“‹ 64 - 32% open Β· ⏱️ 27.02.2024):

```
git clone https://github.com/mamba-org/gator
```
- [PyPi](https://pypi.org/project/mamba-gator) (πŸ“₯ 74 / month Β· ⏱️ 03.09.2021):
```
pip install mamba-gator
```
- [Conda](https://anaconda.org/conda-forge/mamba_gator) (πŸ“₯ 42K Β· ⏱️ 16.06.2023):
```
conda install -c conda-forge mamba_gator
```
- [npm](https://www.npmjs.com/package/@mamba-org/gator-lab) (πŸ“₯ 19 / month Β· πŸ“¦ 2 Β· ⏱️ 03.09.2021):
```
npm install @mamba-org/gator-lab
```

Jupyter Black (πŸ₯‰8 Β· ⭐ 440 Β· πŸ’€) - Black formatter for Jupyter Notebook. BSD-3

- [GitHub](https://github.com/drillan/jupyter-black) (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 24 Β· πŸ“‹ 25 - 44% open Β· ⏱️ 01.02.2020):

```
git clone https://github.com/drillan/jupyter-black
```

Show 13 hidden projects...

- Contrib NBextensions (πŸ₯‡31 Β· ⭐ 5.2K Β· πŸ’€) - A collection of various notebook extensions for.. BSD-3
- pyforest (πŸ₯ˆ20 Β· ⭐ 1.1K Β· πŸ’€) - pyforest - feel the bliss of automated imports. MIT
- HTTP-over-WebSocket (πŸ₯‰18 Β· ⭐ 270 Β· πŸ’€) - Jupyter support for HTTP-over-ws. Apache-2
- nbzip (πŸ₯‰18 Β· ⭐ 87 Β· πŸ’€) - Zips and downloads all the contents of a jupyter notebook. Apache-2
- Jupyter Spark (πŸ₯‰17 Β· ⭐ 190 Β· πŸ’€) - Jupyter Notebook extension for Apache Spark integration. MPL-2.0
- Spark Monitor (πŸ₯‰17 Β· ⭐ 170 Β· πŸ’€) - Monitor Apache Spark from Jupyter Notebook. Apache-2
- nb_conda (πŸ₯‰17 Β· ⭐ 140 Β· πŸ’€) - Conda environment and package access extension from within Jupyter. BSD-3
- Content Management (πŸ₯‰17 Β· ⭐ 77 Β· πŸ’€) - Jupyter Content Management Extensions. BSD-3
- jupyter-tabnine (πŸ₯‰16 Β· ⭐ 790 Β· πŸ’€) - Autocompletion with Deep Learning on Jupyter Notebook. MIT
- jupyter-tensorboard (πŸ₯‰16 Β· ⭐ 460 Β· πŸ’€) - Start Tensorboard in Jupyter Notebook. MIT
- jupyter-nbrequirements (πŸ₯‰14 Β· ⭐ 18 Β· πŸ’€) - Dependency management and optimization in Jupyter.. MIT
- PPExtensions (πŸ₯‰13 Β· ⭐ 50 Β· πŸ’€) - Set of iPython and Jupyter extensions to improve user.. BSD-3
- jupyterterminals (πŸ₯‰8 Β· ⭐ 11 Β· πŸ’€) - Jupyter plugin to support inline terminal shells along with.. MIT


## Jupyter Magic

Back to top

_Extensions that provide magic commands to access convenient functionality within a notebook._

sparkmagic (πŸ₯‡28 Β· ⭐ 1.3K) - Jupyter magics and kernels for working with remote Spark clusters. BSD-3

- [GitHub](https://github.com/jupyter-incubator/sparkmagic) (πŸ‘¨β€πŸ’» 64 Β· πŸ”€ 440 Β· πŸ“¦ 340 Β· πŸ“‹ 460 - 34% open Β· ⏱️ 13.03.2024):

```
git clone https://github.com/jupyter-incubator/sparkmagic
```
- [PyPi](https://pypi.org/project/sparkmagic) (πŸ“₯ 43K / month Β· πŸ“¦ 7 Β· ⏱️ 13.09.2023):
```
pip install sparkmagic
```
- [Conda](https://anaconda.org/conda-forge/sparkmagic) (πŸ“₯ 120K Β· ⏱️ 23.09.2023):
```
conda install -c conda-forge sparkmagic
```

watermark (πŸ₯ˆ22 Β· ⭐ 870 Β· πŸ’€) - An IPython magic extension for printing date and time stamps,.. BSD-3

- [GitHub](https://github.com/rasbt/watermark) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 89 Β· πŸ“¦ 2.4K Β· πŸ“‹ 48 - 41% open Β· ⏱️ 02.07.2023):

```
git clone https://github.com/rasbt/watermark
```
- [PyPi](https://pypi.org/project/watermark) (πŸ“₯ 33K / month Β· πŸ“¦ 67 Β· ⏱️ 02.07.2023):
```
pip install watermark
```
- [Conda](https://anaconda.org/conda-forge/watermark) (πŸ“₯ 290K Β· ⏱️ 02.07.2023):
```
conda install -c conda-forge watermark
```

nb_black (πŸ₯ˆ17 Β· ⭐ 360 Β· πŸ’€) - A simple extension for Jupyter Notebook and Jupyter Lab to beautify.. MIT

- [GitHub](https://github.com/dnanhkhoa/nb_black) (πŸ”€ 38):

```
git clone https://github.com/dnanhkhoa/nb_black
```
- [PyPi](https://pypi.org/project/nb_black) (πŸ“₯ 13K / month Β· πŸ“¦ 19 Β· ⏱️ 30.11.2019):
```
pip install nb_black
```
- [Conda](https://anaconda.org/conda-forge/nb_black) (πŸ“₯ 170K Β· ⏱️ 16.06.2023):
```
conda install -c conda-forge nb_black
```

Show 9 hidden projects...

- ipython-sql (πŸ₯‡29 Β· ⭐ 1.8K Β· πŸ’€) - %%sql magic for IPython, hopefully evolving into full SQL client. MIT
- pick (πŸ₯ˆ22 Β· ⭐ 680 Β· πŸ’€) - Customize your kernels on Launch!. BSD-3
- heat (πŸ₯ˆ17 Β· ⭐ 1K Β· πŸ’€) - IPython magic command to profile and view your python code as a heat map. MIT
- blackcellmagic (πŸ₯ˆ17 Β· ⭐ 300 Β· πŸ’€) - IPython magic command to format python code in cell using.. MIT
- ipycache (πŸ₯‰16 Β· ⭐ 140 Β· πŸ’€) - Defines a %%cache cell magic in the IPython notebook to cache.. BSD-3
- jupyter-notify (πŸ₯‰15 Β· ⭐ 580 Β· πŸ’€) - A Jupyter Notebook magic for browser notifications of cell.. BSD-3
- SQLCell (πŸ₯‰15 Β· ⭐ 150 Β· πŸ’€) - SQLCell is a magic function for the Jupyter Notebook that executes.. MIT
- py_d3 (πŸ₯‰14 Β· ⭐ 450 Β· πŸ’€) - D3 block magic for Jupyter notebook. MIT
- jupyter-manim (πŸ₯‰12 Β· ⭐ 190 Β· πŸ’€) - manim cell magic for IPython/Jupyter to show the output video. MIT


## Jupyter Kernels

Back to top

_Jupyter kernels that run and introspect the user's code in a given language._

IPython Kernel (πŸ₯‡39 Β· ⭐ 620) - IPython Kernel for Jupyter. BSD-3

- [GitHub](https://github.com/ipython/ipykernel) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 360 Β· πŸ“₯ 2.4K Β· πŸ“¦ 370K Β· πŸ“‹ 520 - 53% open Β· ⏱️ 08.04.2024):

```
git clone https://github.com/ipython/ipykernel
```
- [PyPi](https://pypi.org/project/ipykernel) (πŸ“₯ 29M / month Β· πŸ“¦ 3.3K Β· ⏱️ 27.03.2024):
```
pip install ipykernel
```
- [Conda](https://anaconda.org/anaconda/ipykernel) (πŸ“₯ 900K Β· πŸ“¦ 71 Β· ⏱️ 22.01.2024):
```
conda install -c anaconda ipykernel
```

LFortran (πŸ₯‡27 Β· ⭐ 890) - Official main repository for LFortran. MIT

- [GitHub](https://github.com/lfortran/lfortran) (πŸ‘¨β€πŸ’» 82 Β· πŸ”€ 130 Β· πŸ“₯ 1.2K Β· πŸ“‹ 2.1K - 55% open Β· ⏱️ 06.06.2024):

```
git clone https://github.com/lfortran/lfortran
```
- [PyPi](https://pypi.org/project/lfortran) (πŸ“₯ 71 / month Β· ⏱️ 31.07.2020):
```
pip install lfortran
```
- [Conda](https://anaconda.org/conda-forge/lfortran) (πŸ“₯ 91K Β· ⏱️ 03.06.2024):
```
conda install -c conda-forge lfortran
```

Metakernel (πŸ₯‡27 Β· ⭐ 340) - Jupyter/IPython Kernel Tools. BSD-3

- [GitHub](https://github.com/Calysto/metakernel) (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 86 Β· πŸ“₯ 170 Β· πŸ“¦ 890 Β· πŸ“‹ 150 - 21% open Β· ⏱️ 04.04.2024):

```
git clone https://github.com/Calysto/metakernel
```
- [PyPi](https://pypi.org/project/metakernel) (πŸ“₯ 29K / month Β· πŸ“¦ 54 Β· ⏱️ 26.03.2024):
```
pip install metakernel
```
- [Conda](https://anaconda.org/conda-forge/metakernel) (πŸ“₯ 790K Β· ⏱️ 26.03.2024):
```
conda install -c conda-forge metakernel
```

almond (πŸ₯‡25 Β· ⭐ 1.6K Β· πŸ“ˆ) - A Scala kernel for Jupyter. BSD-3

- [GitHub](https://github.com/almond-sh/almond) (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 240 Β· πŸ“₯ 2.4K Β· πŸ“‹ 350 - 40% open Β· ⏱️ 04.06.2024):

```
git clone https://github.com/almond-sh/almond
```
- [Docker Hub](https://hub.docker.com/r/almondsh/almond) (πŸ“₯ 19K Β· ⭐ 6 Β· ⏱️ 03.06.2024):
```
docker pull almondsh/almond
```

Octave Kernel (πŸ₯‡25 Β· ⭐ 450) - An Octave kernel for IPython. BSD-3

- [GitHub](https://github.com/Calysto/octave_kernel) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 65 Β· πŸ“₯ 190 Β· πŸ“¦ 76 Β· πŸ“‹ 180 - 18% open Β· ⏱️ 15.04.2024):

```
git clone https://github.com/calysto/octave_kernel
```
- [PyPi](https://pypi.org/project/octave_kernel) (πŸ“₯ 9.5K / month Β· πŸ“¦ 7 Β· ⏱️ 15.04.2024):
```
pip install octave_kernel
```
- [Conda](https://anaconda.org/conda-forge/octave_kernel) (πŸ“₯ 530K Β· ⏱️ 16.04.2024):
```
conda install -c conda-forge octave_kernel
```

Evcxr (πŸ₯ˆ24 Β· ⭐ 5.3K Β· πŸ“‰) - An evaluation context for Rust, including a Jupyter Kernel. MIT

- [GitHub](https://github.com/evcxr/evcxr) (πŸ‘¨β€πŸ’» 49 Β· πŸ”€ 210 Β· πŸ“₯ 4.3K Β· πŸ“¦ 160 Β· πŸ“‹ 250 - 41% open Β· ⏱️ 18.04.2024):

```
git clone https://github.com/evcxr/evcxr
```

.NET Interactive (πŸ₯ˆ23 Β· ⭐ 2.8K) - .NET Interactive combines the power of .NET with many other.. MIT

- [GitHub](https://github.com/dotnet/interactive) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 370 Β· πŸ“₯ 490 Β· πŸ“‹ 1.5K - 33% open Β· ⏱️ 04.06.2024):

```
git clone https://github.com/dotnet/interactive
```

IHaskell (πŸ₯ˆ23 Β· ⭐ 2.6K) - A Haskell kernel for the Jupyter project. MIT

- [GitHub](https://github.com/IHaskell/IHaskell) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 260 Β· πŸ“‹ 780 - 5% open Β· ⏱️ 03.06.2024):

```
git clone https://github.com/gibiansky/IHaskell
```
- [npm](https://www.npmjs.com/package/ihaskell_jupyterlab) (πŸ“₯ 9 / month Β· πŸ“¦ 3 Β· ⏱️ 01.08.2018):
```
npm install ihaskell_jupyterlab
```

IRkernel (πŸ₯ˆ23 Β· ⭐ 1.7K) - R kernel for Jupyter. MIT

- [GitHub](https://github.com/IRkernel/IRkernel) (πŸ‘¨β€πŸ’» 44 Β· πŸ”€ 290 Β· πŸ“‹ 590 - 11% open Β· ⏱️ 29.04.2024):

```
git clone https://github.com/IRkernel/IRkernel
```
- [Conda](https://anaconda.org/r/r-irkernel) (πŸ“₯ 150K Β· ⏱️ 16.01.2024):
```
conda install -c r r-irkernel
```
- [Docker Hub](https://hub.docker.com/r/jupyter/r-notebook) (πŸ“₯ 2M Β· ⭐ 59 Β· ⏱️ 20.10.2023):
```
docker pull jupyter/r-notebook
```

Bash Kernel (πŸ₯ˆ23 Β· ⭐ 680) - A bash kernel for IPython. BSD-3

- [GitHub](https://github.com/takluyver/bash_kernel) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 140 Β· πŸ“¦ 250 Β· πŸ“‹ 140 - 29% open Β· ⏱️ 31.05.2024):

```
git clone https://github.com/takluyver/bash_kernel
```
- [PyPi](https://pypi.org/project/bash_kernel) (πŸ“₯ 32K / month Β· πŸ“¦ 17 Β· ⏱️ 24.11.2023):
```
pip install bash_kernel
```
- [Conda](https://anaconda.org/conda-forge/bash_kernel) (πŸ“₯ 170K Β· ⏱️ 25.11.2023):
```
conda install -c conda-forge bash_kernel
```

gophernotes (πŸ₯ˆ22 Β· ⭐ 3.8K Β· πŸ’€) - The Go kernel for Jupyter notebooks and nteract. MIT

- [GitHub](https://github.com/gopherdata/gophernotes) (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 260 Β· πŸ“₯ 44 Β· πŸ“¦ 17 Β· πŸ“‹ 180 - 28% open Β· ⏱️ 03.11.2023):

```
git clone https://github.com/gopherdata/gophernotes
```
- [Docker Hub](https://hub.docker.com/r/gopherdata/gophernotes) (πŸ“₯ 88K Β· ⭐ 7 Β· ⏱️ 22.12.2018):
```
docker pull gopherdata/gophernotes
```
- [Go](https://pkg.go.dev/github.com/gopherdata/gophernotes) (πŸ“¦ 1 Β· ⏱️ 31.05.2022):
```
go install github.com/gopherdata/gophernotes
```

xeus-cling (πŸ₯ˆ21 Β· ⭐ 3K) - Jupyter kernel for the C++ programming language. BSD-3

- [GitHub](https://github.com/jupyter-xeus/xeus-cling) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 290 Β· πŸ“‹ 300 - 56% open Β· ⏱️ 16.04.2024):

```
git clone https://github.com/jupyter-xeus/xeus-cling
```
- [Conda](https://anaconda.org/conda-forge/xeus-cling) (πŸ“₯ 250K Β· ⏱️ 11.11.2023):
```
conda install -c conda-forge xeus-cling
```

nb_conda_kernels (πŸ₯ˆ21 Β· ⭐ 570) - Package for managing conda environment-based kernels inside.. BSD-3

- [GitHub](https://github.com/anaconda/nb_conda_kernels) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 68 Β· πŸ“‹ 150 - 5% open Β· ⏱️ 23.04.2024):

```
git clone https://github.com/Anaconda-Platform/nb_conda_kernels
```
- [Conda](https://anaconda.org/conda-forge/nb_conda_kernels) (πŸ“₯ 1.3M Β· ⏱️ 26.04.2024):
```
conda install -c conda-forge nb_conda_kernels
```

xeus-python (πŸ₯ˆ21 Β· ⭐ 420) - Jupyter kernel for the Python programming language. BSD-3

- [GitHub](https://github.com/jupyter-xeus/xeus-python) (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 70 Β· πŸ“‹ 190 - 34% open Β· ⏱️ 03.06.2024):

```
git clone https://github.com/jupyter-xeus/xeus-python
```
- [PyPi](https://pypi.org/project/xeus-python) (πŸ“₯ 15K / month Β· πŸ“¦ 3 Β· ⏱️ 22.12.2023):
```
pip install xeus-python
```
- [Conda](https://anaconda.org/conda-forge/xeus-python) (πŸ“₯ 1.5M Β· ⏱️ 04.06.2024):
```
conda install -c conda-forge xeus-python
```

IRuby (πŸ₯‰20 Β· ⭐ 840) - Official gem repository: Ruby kernel for Jupyter/IPython Notebook. MIT

- [GitHub](https://github.com/SciRuby/iruby) (πŸ‘¨β€πŸ’» 47 Β· πŸ”€ 25 Β· πŸ“₯ 15 Β· πŸ“¦ 230 Β· πŸ“‹ 200 - 24% open Β· ⏱️ 12.05.2024):

```
git clone https://github.com/SciRuby/iruby
```
- [Docker Hub](https://hub.docker.com/r/rubydata/datascience-notebook) (πŸ“₯ 2.2K Β· ⭐ 5 Β· ⏱️ 03.02.2023):
```
docker pull rubydata/datascience-notebook
```

IJulia.jl (πŸ₯‰19 Β· ⭐ 2.8K) - Julia kernel for Jupyter. MIT

- [GitHub](https://github.com/JuliaLang/IJulia.jl) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 410 Β· πŸ“‹ 850 - 16% open Β· ⏱️ 28.05.2024):

```
git clone https://github.com/JuliaLang/IJulia.jl
```

Apache Toree (πŸ₯‰19 Β· ⭐ 740) - Jupyter kernel for Apache Spark. Apache-2

- [GitHub](https://github.com/apache/incubator-toree) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 220 Β· ⏱️ 26.03.2024):

```
git clone https://github.com/apache/incubator-toree
```
- [PyPi](https://pypi.org/project/toree) (πŸ“₯ 3.3K / month Β· ⏱️ 21.04.2022):
```
pip install toree
```

OCaml Kernel (πŸ₯‰18 Β· ⭐ 280 Β· πŸ’€) - An OCaml kernel for Jupyter (IPython) notebook. MIT

- [GitHub](https://github.com/akabe/ocaml-jupyter) (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 40 Β· πŸ“₯ 130K Β· πŸ“‹ 80 - 8% open Β· ⏱️ 11.08.2023):

```
git clone https://github.com/akabe/ocaml-jupyter
```

clojupyter (πŸ₯‰16 Β· ⭐ 820) - a Jupyter kernel for Clojure. MIT

- [GitHub](https://github.com/clojupyter/clojupyter) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 82 Β· πŸ“‹ 100 - 14% open Β· ⏱️ 11.04.2024):

```
git clone https://github.com/clojupyter/clojupyter
```
- [Conda](https://anaconda.org/simplect/clojupyter) (πŸ“₯ 3.6K Β· ⏱️ 20.07.2023):
```
conda install -c simplect clojupyter
```
- [Docker Hub](https://hub.docker.com/r/simplect/clojupyter) (πŸ“₯ 420 Β· ⏱️ 25.04.2019):
```
docker pull simplect/clojupyter
```

IElixir (πŸ₯‰16 Β· ⭐ 360) - Jupyters kernel for Elixir programming language. Apache-2

- [GitHub](https://github.com/pprzetacznik/IElixir) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 44 Β· πŸ“‹ 32 - 37% open Β· ⏱️ 26.05.2024):

```
git clone https://github.com/pprzetacznik/IElixir
```
- [npm](https://www.npmjs.com/package/jupyterlab-ielixir) (πŸ“₯ 4 / month Β· πŸ“¦ 5 Β· ⏱️ 11.05.2021):
```
npm install jupyterlab-ielixir
```
- [Docker Hub](https://hub.docker.com/r/pprzetacznik/ielixir) (πŸ“₯ 360 Β· ⭐ 1 Β· ⏱️ 26.05.2024):
```
docker pull pprzetacznik/ielixir
```

xeus-sqlite (πŸ₯‰15 Β· ⭐ 160) - Jupyter kernel for SQLite. BSD-3

- [GitHub](https://github.com/jupyter-xeus/xeus-sqlite) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 24 Β· πŸ“‹ 48 - 35% open Β· ⏱️ 20.05.2024):

```
git clone https://github.com/jupyter-xeus/xeus-sqlite
```
- [Conda](https://anaconda.org/conda-forge/xeus-sqlite) (πŸ“₯ 38K Β· ⏱️ 08.12.2023):
```
conda install -c conda-forge xeus-sqlite
```

Show 23 hidden projects...

- xonsh (πŸ₯‡34 Β· ⭐ 8.1K) - Python-powered, cross-platform, Unix-gazing shell. ❗️Custom
- IJavascript (πŸ₯ˆ24 Β· ⭐ 2.1K Β· πŸ’€) - IJavascript is a javascript kernel for the Jupyter notebook. BSD-3
- Kernel Gateway (πŸ₯ˆ23 Β· ⭐ 490) - Jupyter Kernel Gateway. ❗Unlicensed
- Enterprise Gateway (πŸ₯ˆ22 Β· ⭐ 620) - A lightweight, multi-tenant, scalable and secure.. ❗Unlicensed
- Ansible Kernel (πŸ₯‰20 Β· ⭐ 530 Β· πŸ’€) - Jupyter Notebook Kernel for running Ansible Tasks and.. Apache-2
- IJava (πŸ₯‰19 Β· ⭐ 1.1K Β· πŸ’€) - A Jupyter kernel for executing Java code. MIT
- Matlab Kernel (πŸ₯‰19 Β· ⭐ 470 Β· πŸ’€) - Jupyter Kernel for Matlab. BSD-3
- Spylon Kernel (πŸ₯‰19 Β· ⭐ 180 Β· πŸ’€) - Jupyter kernel for scala and spark. BSD-3
- SAS Kernel (πŸ₯‰18 Β· ⭐ 200 Β· πŸ’€) - A Jupyter kernel for SAS. This opens up all the data.. Apache-2
- SciJava Kernel (πŸ₯‰18 Β· ⭐ 180 Β· πŸ’€) - [RETIRED] Try IJava or BeakerX. Apache-2
- F# Kernel (πŸ₯‰17 Β· ⭐ 440 Β· πŸ’€) - F# for Jupyter Notebooks. BSD-3
- notebookJS (πŸ₯‰17 Β· ⭐ 260 Β· πŸ’€) - notebookJS: seamless JavaScript integration in Python Notebooks. MIT
- Kernel Detection (πŸ₯‰17 Β· ⭐ 150 Β· πŸ’€) - An Jupyter plugin to enable the automatic detection of.. BSD-2
- Wolfram Kernel (πŸ₯‰15 Β· ⭐ 1K Β· πŸ’€) - Wolfram Language kernel for Jupyter notebooks. MIT
- lgo (πŸ₯‰14 Β· ⭐ 2.4K Β· πŸ’€) - Interactive Go programming with Jupyter. BSD-3
- SSH Kernel (πŸ₯‰14 Β· ⭐ 67 Β· πŸ’€) - SSH Kernel for Jupyter. BSD-3
- allthekernels (πŸ₯‰13 Β· ⭐ 76 Β· πŸ’€) - A multiplexer kernel for Jupyter. MIT
- pidgy (πŸ₯‰12 Β· ⭐ 42 Β· πŸ’€) - Interactive computing in Markdown. BSD-3
- nbstata (πŸ₯‰11 Β· ⭐ 21) - A Jupyter kernel for Stata built on pystata. ❗️GPL-3.0
- remote_ikernel (πŸ₯‰11 Β· ⭐ 15 Β· πŸ’€) - All your Jupyter kernels, on all your machines, in one place. BSD-2
- ssh_ipykernel (πŸ₯‰11 Β· ⭐ 14 Β· πŸ’€) - A remote jupyter kernel via ssh. MIT
- ICSharp (πŸ₯‰10 Β· ⭐ 280 Β· πŸ’€) - C# kernel for Jupyter. Apache-2
- kernel-relay (πŸ₯‰4 Β· ⭐ 12 Β· πŸ’€) - kernel-relay is a GraphQL service for interfacing with.. ❗Unlicensed


## Notebook Sharing & Conversion

Back to top

_Tools to share, convert and simplify collaboration (e.g., via git) with notebook files._

nbconvert (πŸ₯‡39 Β· ⭐ 1.7K) - Jupyter Notebook Conversion. BSD-3

- [GitHub](https://github.com/jupyter/nbconvert) (πŸ‘¨β€πŸ’» 270 Β· πŸ”€ 550 Β· πŸ“₯ 1.1K Β· πŸ“¦ 280K Β· πŸ“‹ 1.2K - 45% open Β· ⏱️ 29.04.2024):

```
git clone https://github.com/jupyter/nbconvert
```
- [PyPi](https://pypi.org/project/nbconvert) (πŸ“₯ 27M / month Β· πŸ“¦ 1.8K Β· ⏱️ 29.04.2024):
```
pip install nbconvert
```
- [Conda](https://anaconda.org/conda-forge/nbconvert) (πŸ“₯ 17M Β· ⏱️ 30.04.2024):
```
conda install -c conda-forge nbconvert
```

Jupytext (πŸ₯‡35 Β· ⭐ 6.5K) - Jupyter Notebooks as Markdown Documents, Julia, Python or R scripts. MIT

- [GitHub](https://github.com/mwouts/jupytext) (πŸ‘¨β€πŸ’» 87 Β· πŸ”€ 380 Β· πŸ“¦ 7.5K Β· πŸ“‹ 670 - 18% open Β· ⏱️ 05.05.2024):

```
git clone https://github.com/mwouts/jupytext
```
- [PyPi](https://pypi.org/project/jupytext) (πŸ“₯ 720K / month Β· πŸ“¦ 440 Β· ⏱️ 05.05.2024):
```
pip install jupytext
```
- [Conda](https://anaconda.org/conda-forge/jupytext) (πŸ“₯ 820K Β· ⏱️ 07.05.2024):
```
conda install -c conda-forge jupytext
```
- [npm](https://www.npmjs.com/package/jupyterlab-jupytext) (πŸ“₯ 6.2K / month Β· πŸ“¦ 5 Β· ⏱️ 05.05.2024):
```
npm install jupyterlab-jupytext
```

Voila (πŸ₯‡34 Β· ⭐ 5.3K) - Voil turns Jupyter notebooks into standalone web applications. BSD-3

- [GitHub](https://github.com/voila-dashboards/voila) (πŸ‘¨β€πŸ’» 70 Β· πŸ”€ 500 Β· πŸ“₯ 1.1K Β· πŸ“¦ 11K Β· πŸ“‹ 740 - 41% open Β· ⏱️ 04.06.2024):

```
git clone https://github.com/voila-dashboards/voila
```
- [PyPi](https://pypi.org/project/voila) (πŸ“₯ 88K / month Β· πŸ“¦ 140 Β· ⏱️ 23.05.2024):
```
pip install voila
```
- [Conda](https://anaconda.org/conda-forge/voila) (πŸ“₯ 350K Β· ⏱️ 23.05.2024):
```
conda install -c conda-forge voila
```
- [npm](https://www.npmjs.com/package/@jupyter-voila/jupyterlab-preview) (πŸ“₯ 190 / month Β· πŸ“¦ 5 Β· ⏱️ 19.05.2020):
```
npm install @jupyter-voila/jupyterlab-preview
```

Jupyter Book (πŸ₯‡34 Β· ⭐ 3.7K) - Create beautiful, publication-quality books and documents from.. BSD-3

- [GitHub](https://github.com/executablebooks/jupyter-book) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 650 Β· πŸ“¦ 14K Β· πŸ“‹ 1.4K - 44% open Β· ⏱️ 28.05.2024):

```
git clone https://github.com/executablebooks/jupyter-book
```
- [PyPi](https://pypi.org/project/jupyter-book) (πŸ“₯ 90K / month Β· πŸ“¦ 290 Β· ⏱️ 26.01.2024):
```
pip install jupyter-book
```
- [Conda](https://anaconda.org/conda-forge/jupyter-book) (πŸ“₯ 140K Β· ⏱️ 21.02.2024):
```
conda install -c conda-forge jupyter-book
```

nikola (πŸ₯ˆ32 Β· ⭐ 2.6K) - A static website and blog generator. MIT

- [GitHub](https://github.com/getnikola/nikola) (πŸ‘¨β€πŸ’» 240 Β· πŸ”€ 440 Β· πŸ“₯ 120 Β· πŸ“¦ 510 Β· πŸ“‹ 2.2K - 2% open Β· ⏱️ 22.05.2024):

```
git clone https://github.com/getnikola/nikola
```
- [PyPi](https://pypi.org/project/nikola) (πŸ“₯ 1.7K / month Β· πŸ“¦ 2 Β· ⏱️ 29.04.2024):
```
pip install nikola
```

nbdime (πŸ₯ˆ31 Β· ⭐ 2.6K Β· πŸ’€) - Tools for diffing and merging of Jupyter notebooks. BSD-3

- [GitHub](https://github.com/jupyter/nbdime) (πŸ‘¨β€πŸ’» 50 Β· πŸ”€ 160 Β· πŸ“₯ 140 Β· πŸ“¦ 140 Β· πŸ“‹ 350 - 25% open Β· ⏱️ 21.11.2023):

```
git clone https://github.com/jupyter/nbdime
```
- [PyPi](https://pypi.org/project/nbdime) (πŸ“₯ 490K / month Β· πŸ“¦ 83 Β· ⏱️ 21.11.2023):
```
pip install nbdime
```
- [Conda](https://anaconda.org/conda-forge/nbdime) (πŸ“₯ 1M Β· ⏱️ 21.11.2023):
```
conda install -c conda-forge nbdime
```
- [npm](https://www.npmjs.com/package/nbdime-jupyterlab) (πŸ“₯ 29K / month Β· πŸ“¦ 8 Β· ⏱️ 21.11.2023):
```
npm install nbdime-jupyterlab
```

Stencila (πŸ₯ˆ29 Β· ⭐ 770) - Programmable, reproducible, interactive documents. Apache-2

- [GitHub](https://github.com/stencila/stencila) (πŸ‘¨β€πŸ’» 46 Β· πŸ”€ 42 Β· πŸ“₯ 4.5K Β· πŸ“¦ 20 Β· πŸ“‹ 760 - 13% open Β· ⏱️ 04.06.2024):

```
git clone https://github.com/stencila/stencila
```
- [npm](https://www.npmjs.com/package/stencila) (πŸ“₯ 26 / month Β· πŸ“¦ 9 Β· ⏱️ 06.11.2020):
```
npm install stencila
```
- [Docker Hub](https://hub.docker.com/r/stencila/cloud) (πŸ“₯ 16K Β· ⏱️ 08.04.2019):
```
docker pull stencila/cloud
```

RISE (πŸ₯ˆ28 Β· ⭐ 3.7K Β· πŸ’€) - RISE: Live Reveal.js Jupyter/IPython Slideshow Extension. BSD-3

- [GitHub](https://github.com/damianavila/RISE) (πŸ‘¨β€πŸ’» 44 Β· πŸ”€ 410 Β· πŸ“¦ 2.8K Β· πŸ“‹ 450 - 34% open Β· ⏱️ 29.10.2023):

```
git clone https://github.com/damianavila/RISE
```
- [PyPi](https://pypi.org/project/RISE) (πŸ“₯ 11K / month Β· πŸ“¦ 29 Β· ⏱️ 03.11.2022):
```
pip install RISE
```
- [Conda](https://anaconda.org/conda-forge/rise) (πŸ“₯ 300K Β· ⏱️ 16.06.2023):
```
conda install -c conda-forge rise
```
- [npm](https://www.npmjs.com/package/rise-reveal) (πŸ“₯ 11 / month Β· πŸ“¦ 2 Β· ⏱️ 03.07.2019):
```
npm install rise-reveal
```

mkdocs-jupyter (πŸ₯ˆ27 Β· ⭐ 350) - Use Jupyter Notebook in mkdocs. Apache-2

- [GitHub](https://github.com/danielfrg/mkdocs-jupyter) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 44 Β· πŸ“¦ 2.5K Β· πŸ“‹ 120 - 22% open Β· ⏱️ 09.04.2024):

```
git clone https://github.com/danielfrg/mkdocs-jupyter
```
- [PyPi](https://pypi.org/project/mkdocs-jupyter) (πŸ“₯ 140K / month Β· πŸ“¦ 300 Β· ⏱️ 09.04.2024):
```
pip install mkdocs-jupyter
```
- [Conda](https://anaconda.org/conda-forge/mkdocs-jupyter) (πŸ“₯ 62K Β· ⏱️ 30.04.2024):
```
conda install -c conda-forge mkdocs-jupyter
```

BinderHub (πŸ₯‰24 Β· ⭐ 2.5K) - Run your code in the cloud, with technology so advanced, it feels.. BSD-3

- [GitHub](https://github.com/jupyterhub/binderhub) (πŸ‘¨β€πŸ’» 95 Β· πŸ”€ 380 Β· πŸ“¦ 9 Β· πŸ“‹ 720 - 32% open Β· ⏱️ 01.06.2024):

```
git clone https://github.com/jupyterhub/binderhub
```
- [PyPi](https://pypi.org/project/binderhub) (πŸ“₯ 57 / month Β· ⏱️ 07.11.2018):
```
pip install binderhub
```

ThebeLab (πŸ₯‰24 Β· ⭐ 380) - Turn static HTML pages into live documents with Jupyter kernels. BSD-3

- [GitHub](https://github.com/executablebooks/thebe) (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 68 Β· πŸ“¦ 12 Β· πŸ“‹ 240 - 45% open Β· ⏱️ 15.03.2024):

```
git clone https://github.com/executablebooks/thebe
```
- [npm](https://www.npmjs.com/package/thebe) (πŸ“₯ 8.3K / month Β· πŸ“¦ 2 Β· ⏱️ 15.03.2024):
```
npm install thebe
```

jupyter-flex (πŸ₯‰21 Β· ⭐ 310) - Build dashboards using Jupyter Notebooks. Apache-2

- [GitHub](https://github.com/danielfrg/jupyter-flex) (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 54 Β· πŸ“¦ 51 Β· πŸ“‹ 64 - 20% open Β· ⏱️ 07.05.2024):

```
git clone https://github.com/danielfrg/jupyter-flex
```
- [PyPi](https://pypi.org/project/jupyter-flex) (πŸ“₯ 3.5K / month Β· ⏱️ 28.03.2023):
```
pip install jupyter-flex
```
- [Conda](https://anaconda.org/conda-forge/jupyter-flex) (πŸ“₯ 18K Β· ⏱️ 16.06.2023):
```
conda install -c conda-forge jupyter-flex
```
- [npm](https://www.npmjs.com/package/@danielfrg/jupyter-flex) (πŸ“₯ 10 / month Β· πŸ“¦ 5 Β· ⏱️ 02.10.2021):
```
npm install @danielfrg/jupyter-flex
```

mknotebooks (πŸ₯‰21 Β· ⭐ 130 Β· πŸ’€) - A plugin for mkdocs to help you include Jupyter notebooks in your.. MIT

- [GitHub](https://github.com/greenape/mknotebooks) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 21 Β· πŸ“¦ 540 Β· πŸ“‹ 40 - 35% open Β· ⏱️ 11.08.2023):

```
git clone https://github.com/greenape/mknotebooks
```
- [PyPi](https://pypi.org/project/mknotebooks) (πŸ“₯ 14K / month Β· πŸ“¦ 87 Β· ⏱️ 11.08.2023):
```
pip install mknotebooks
```

nbinteract (πŸ₯‰19 Β· ⭐ 230) - Create interactive webpages from Jupyter Notebooks. BSD-3

- [GitHub](https://github.com/SamLau95/nbinteract) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 23 Β· πŸ“¦ 4 Β· πŸ“‹ 110 - 61% open Β· ⏱️ 13.02.2024):

```
git clone https://github.com/SamLau95/nbinteract
```
- [PyPi](https://pypi.org/project/nbinteract) (πŸ“₯ 2.5K / month Β· πŸ“¦ 3 Β· ⏱️ 05.01.2021):
```
pip install nbinteract
```
- [npm](https://www.npmjs.com/package/nbinteract) (πŸ“₯ 25 / month Β· πŸ“¦ 5 Β· ⏱️ 05.01.2021):
```
npm install nbinteract
```

cdsdashboards (πŸ₯‰18 Β· ⭐ 200) - JupyterHub extension for ContainDS Dashboards. BSD-3

- [GitHub](https://github.com/ideonate/cdsdashboards) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 38 Β· πŸ“‹ 94 - 37% open Β· ⏱️ 10.04.2024):

```
git clone https://github.com/ideonate/cdsdashboards
```
- [PyPi](https://pypi.org/project/cdsdashboards) (πŸ“₯ 290 / month Β· ⏱️ 29.04.2022):
```
pip install cdsdashboards
```
- [Conda](https://anaconda.org/conda-forge/cdsdashboards) (πŸ“₯ 60K Β· ⏱️ 16.06.2023):
```
conda install -c conda-forge cdsdashboards
```

nbgallery (πŸ₯‰18 Β· ⭐ 150) - Enterprise Jupyter notebook sharing and collaboration app. MIT

- [GitHub](https://github.com/nbgallery/nbgallery) (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 36 Β· πŸ“‹ 490 - 6% open Β· ⏱️ 29.02.2024):

```
git clone https://github.com/nbgallery/nbgallery
```
- [Docker Hub](https://hub.docker.com/r/nbgallery/nbgallery) (πŸ“₯ 170K Β· ⭐ 5 Β· ⏱️ 29.02.2024):
```
docker pull nbgallery/nbgallery
```

Show 8 hidden projects...

- Knowledge Repo (πŸ₯ˆ25 Β· ⭐ 5.4K Β· πŸ’€) - A next-generation curated knowledge sharing platform.. Apache-2
- nbviewer (πŸ₯ˆ25 Β· ⭐ 2.2K Β· πŸ’€) - nbconvert as a web service: Render Jupyter Notebooks as static web.. BSD-3
- notedown (πŸ₯‰22 Β· ⭐ 850 Β· πŸ’€) - Markdown = IPython Notebook. BSD-2
- scrapbook (πŸ₯‰22 Β· ⭐ 280 Β· πŸ’€) - A library for recording and reading data in notebooks. BSD-3
- commuter (πŸ₯‰20 Β· ⭐ 6.2K Β· πŸ’€) - Notebook sharing hub. BSD-3
- bookstore (πŸ₯‰17 Β· ⭐ 200 Β· πŸ’€) - Notebook storage and publishing workflows for the masses. BSD-3
- pynb (πŸ₯‰15 Β· ⭐ 250 Β· πŸ’€) - Jupyter Notebooks as plain Python code with embedded Markdown text. MIT
- jnotebook-reader (πŸ₯‰9 Β· ⭐ 100 Β· πŸ’€) - An awesome viewer to browse and render Jupyter.. Apache-2


## Notebook Tools

Back to top

_Libraries and tools that work with or can be used within notebook files._

nbformat (πŸ₯‡36 Β· ⭐ 250) - Reference implementation of the Jupyter Notebook format. BSD-3

- [GitHub](https://github.com/jupyter/nbformat) (πŸ‘¨β€πŸ’» 80 Β· πŸ”€ 150 Β· πŸ“₯ 300 Β· πŸ“¦ 290K Β· πŸ“‹ 150 - 44% open Β· ⏱️ 04.04.2024):

```
git clone https://github.com/jupyter/nbformat
```
- [PyPi](https://pypi.org/project/nbformat) (πŸ“₯ 26M / month Β· πŸ“¦ 1.8K Β· ⏱️ 04.04.2024):
```
pip install nbformat
```
- [Conda](https://anaconda.org/conda-forge/nbformat) (πŸ“₯ 23M Β· ⏱️ 04.04.2024):
```
conda install -c conda-forge nbformat
```
- [npm](https://www.npmjs.com/package/nbformat-schema) (πŸ“₯ 6 / month Β· πŸ“¦ 5 Β· ⏱️ 04.04.2024):
```
npm install nbformat-schema
```

Jupyter Client (πŸ₯‡34 Β· ⭐ 360) - Jupyter protocol client APIs. BSD-3

- [GitHub](https://github.com/jupyter/jupyter_client) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 270 Β· πŸ“₯ 1.6K Β· πŸ“‹ 400 - 49% open Β· ⏱️ 23.05.2024):

```
git clone https://github.com/jupyter/jupyter_client
```
- [PyPi](https://pypi.org/project/jupyter-client) (πŸ“₯ 29M / month Β· πŸ“¦ 1.1K Β· ⏱️ 23.05.2024):
```
pip install jupyter-client
```
- [Conda](https://anaconda.org/conda-forge/jupyter_client) (πŸ“₯ 22M Β· ⏱️ 23.05.2024):
```
conda install -c conda-forge jupyter_client
```

nbdev (πŸ₯‡33 Β· ⭐ 4.8K) - Create delightful software with Jupyter Notebooks. Apache-2

- [GitHub](https://github.com/fastai/nbdev) (πŸ‘¨β€πŸ’» 99 Β· πŸ”€ 480 Β· πŸ“‹ 860 - 16% open Β· ⏱️ 02.06.2024):

```
git clone https://github.com/fastai/nbdev
```
- [PyPi](https://pypi.org/project/nbdev) (πŸ“₯ 69K / month Β· πŸ“¦ 300 Β· ⏱️ 02.06.2024):
```
pip install nbdev
```

nbclient (πŸ₯ˆ31 Β· ⭐ 140) - A client library for executing notebooks. Formally nbconverts.. BSD-3

- [GitHub](https://github.com/jupyter/nbclient) (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 53 Β· πŸ“₯ 460 Β· πŸ“¦ 170K Β· πŸ“‹ 110 - 37% open Β· ⏱️ 13.03.2024):

```
git clone https://github.com/jupyter/nbclient
```
- [PyPi](https://pypi.org/project/nbclient) (πŸ“₯ 22M / month Β· πŸ“¦ 340 Β· ⏱️ 13.03.2024):
```
pip install nbclient
```
- [Conda](https://anaconda.org/conda-forge/nbclient) (πŸ“₯ 15M Β· ⏱️ 13.03.2024):
```
conda install -c conda-forge nbclient
```

repo2docker (πŸ₯ˆ29 Β· ⭐ 1.6K) - Turn repositories into Jupyter-enabled Docker images. BSD-3

- [GitHub](https://github.com/jupyterhub/repo2docker) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 360 Β· πŸ“¦ 210 Β· πŸ“‹ 540 - 32% open Β· ⏱️ 29.05.2024):

```
git clone https://github.com/jupyterhub/repo2docker
```
- [PyPi](https://pypi.org/project/jupyter-repo2docker) (πŸ“₯ 4.7K / month Β· πŸ“¦ 28 Β· ⏱️ 31.03.2024):
```
pip install jupyter-repo2docker
```

nbval (πŸ₯ˆ26 Β· ⭐ 430 Β· πŸ“‰) - A py.test plugin to validate Jupyter notebooks. BSD-3

- [GitHub](https://github.com/computationalmodelling/nbval) (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 51 Β· πŸ“¦ 3K Β· πŸ“‹ 120 - 42% open Β· ⏱️ 04.03.2024):

```
git clone https://github.com/computationalmodelling/nbval
```
- [PyPi](https://pypi.org/project/nbval) (πŸ“₯ 170K / month Β· πŸ“¦ 510 Β· ⏱️ 04.03.2024):
```
pip install nbval
```
- [Conda](https://anaconda.org/conda-forge/nbval) (πŸ“₯ 450K Β· ⏱️ 04.03.2024):
```
conda install -c conda-forge nbval
```

Jupyter Sphinx (πŸ₯ˆ26 Β· ⭐ 180 Β· πŸ“‰) - Sphinx extension for rendering of Jupyter interactive.. BSD-3

- [GitHub](https://github.com/jupyter/jupyter-sphinx) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 65 Β· πŸ“¦ 2.6K Β· πŸ“‹ 160 - 30% open Β· ⏱️ 23.03.2024):

```
git clone https://github.com/jupyter/jupyter-sphinx
```
- [PyPi](https://pypi.org/project/jupyter_sphinx) (πŸ“₯ 66K / month Β· πŸ“¦ 480 Β· ⏱️ 28.12.2023):
```
pip install jupyter_sphinx
```
- [Conda](https://anaconda.org/conda-forge/jupyter_sphinx) (πŸ“₯ 260K Β· ⏱️ 27.01.2024):
```
conda install -c conda-forge jupyter_sphinx
```

nbQA (πŸ₯ˆ25 Β· ⭐ 980) - Run ruff, isort, pyupgrade, mypy, pylint, flake8, and more on Jupyter Notebooks. MIT

- [GitHub](https://github.com/nbQA-dev/nbQA) (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 38 Β· πŸ“₯ 6 Β· πŸ“‹ 290 - 3% open Β· ⏱️ 29.04.2024):

```
git clone https://github.com/nbQA-dev/nbQA
```
- [PyPi](https://pypi.org/project/nbqa) (πŸ“₯ 160K / month Β· πŸ“¦ 42 Β· ⏱️ 26.03.2024):
```
pip install nbqa
```
- [Conda](https://anaconda.org/conda-forge/nbqa) (πŸ“₯ 150K Β· ⏱️ 26.03.2024):
```
conda install -c conda-forge nbqa
```

mercury (πŸ₯‰24 Β· ⭐ 3.8K) - Convert Jupyter Notebooks to Web Apps. ❗️AGPL-3.0

- [GitHub](https://github.com/mljar/mercury) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 240 Β· πŸ“¦ 110 Β· πŸ“‹ 410 - 16% open Β· ⏱️ 10.05.2024):

```
git clone https://github.com/mljar/mercury
```
- [PyPi](https://pypi.org/project/mljar-mercury) (πŸ“₯ 68 / month Β· ⏱️ 02.09.2022):
```
pip install mljar-mercury
```

ipytest (πŸ₯‰24 Β· ⭐ 290) - Pytest in IPython notebooks. MIT

- [GitHub](https://github.com/chmp/ipytest) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 17 Β· πŸ“¦ 430 Β· πŸ“‹ 61 - 1% open Β· ⏱️ 21.04.2024):

```
git clone https://github.com/chmp/ipytest
```
- [PyPi](https://pypi.org/project/ipytest) (πŸ“₯ 31K / month Β· πŸ“¦ 20 Β· ⏱️ 21.04.2024):
```
pip install ipytest
```

naas (πŸ₯‰24 Β· ⭐ 280) - Low-code Python library to safely use notebooks in production: schedule.. ❗️AGPL-3.0

- [GitHub](https://github.com/jupyter-naas/naas) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 23 Β· πŸ“¦ 4 Β· πŸ“‹ 190 - 18% open Β· ⏱️ 07.05.2024):

```
git clone https://github.com/jupyter-naas/naas
```
- [PyPi](https://pypi.org/project/naas) (πŸ“₯ 2K / month Β· ⏱️ 07.05.2024):
```
pip install naas
```

nbopen (πŸ₯‰19 Β· ⭐ 300 Β· πŸ’€) - Open a Jupyter notebook in the best available server. BSD-3

- [GitHub](https://github.com/takluyver/nbopen) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 58 Β· πŸ“¦ 130 Β· πŸ“‹ 67 - 59% open Β· ⏱️ 08.09.2023):

```
git clone https://github.com/takluyver/nbopen
```
- [PyPi](https://pypi.org/project/nbopen) (πŸ“₯ 1.4K / month Β· πŸ“¦ 6 Β· ⏱️ 08.09.2023):
```
pip install nbopen
```

JupyterWith (πŸ₯‰17 Β· ⭐ 620 Β· πŸ’€) - Declarative and reproducible Jupyter environments - powered by Nix. MIT

- [GitHub](https://github.com/tweag/jupyenv) (πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 130 Β· πŸ“‹ 200 - 24% open Β· ⏱️ 17.10.2023):

```
git clone https://github.com/tweag/jupyterWith
```

ipyexperiments (πŸ₯‰16 Β· ⭐ 200) - Automatic GPU+CPU memory profiling, re-use and memory leaks.. Apache-2

- [GitHub](https://github.com/stas00/ipyexperiments) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 12 Β· πŸ“¦ 8 Β· ⏱️ 15.12.2023):

```
git clone https://github.com/stas00/ipyexperiments
```
- [PyPi](https://pypi.org/project/ipyexperiments) (πŸ“₯ 180 / month Β· πŸ“¦ 2 Β· ⏱️ 15.12.2023):
```
pip install ipyexperiments
```

Show 12 hidden projects...

- ipyparallel (πŸ₯ˆ30 Β· ⭐ 2.6K) - IPython Parallel: Interactive Parallel Computing in Python. ❗Unlicensed
- BeakerX (πŸ₯ˆ29 Β· ⭐ 2.8K Β· πŸ’€) - Beaker Extensions for Jupyter Notebook. Apache-2
- PixieDust (πŸ₯ˆ27 Β· ⭐ 1K Β· πŸ’€) - Python Helper library for Jupyter Notebooks. Apache-2
- fastpages (πŸ₯‰23 Β· ⭐ 3.5K Β· πŸ’€) - An easy to use blogging platform, with enhanced support for.. Apache-2
- testbook (πŸ₯‰20 Β· ⭐ 410 Β· πŸ’€) - Unit test your Jupyter Notebooks the right way. BSD-3
- treon (πŸ₯‰19 Β· ⭐ 300 Β· πŸ’€) - Easy to use test framework for Jupyter Notebooks. MIT
- sphinxcontrib.jupyter (πŸ₯‰18 Β· ⭐ 74 Β· πŸ’€) - A Sphinx Extension for Generating Jupyter Notebooks. BSD-3
- Kernel Management (πŸ₯‰14 Β· ⭐ 15 Β· πŸ’€) - Experimental new kernel management framework for Jupyter. BSD-3
- nbmake-action (πŸ₯‰13 Β· ⭐ 150 Β· πŸ’€) - GitHub Action for testing notebooks. Apache-2
- jupyter2slides (πŸ₯‰10 Β· ⭐ 800 Β· πŸ’€) - Cloud Native Presentation Slides with Jupyter Notebook +.. MIT
- Jupyter Helpers (πŸ₯‰9 Β· ⭐ 46 Β· πŸ’€) - A collection of helpers for Jupyter/IPython. MIT
- Jupter-Notebook-REST-API (πŸ₯‰5 Β· ⭐ 75 Β· πŸ’€) - Run your jupyter notebooks as a REST API endpoint... MIT


## JupyterLab Renderer

Back to top

_Extensions that can render and display files of specific MIME types._

JupyterLab Renderers (πŸ₯‡22 Β· ⭐ 490) - Renderers and renderer extensions for JupyterLab. BSD-3

- [GitHub](https://github.com/jupyterlab/jupyter-renderers) (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 78 Β· πŸ“‹ 120 - 35% open Β· ⏱️ 02.05.2024):

```
git clone https://github.com/jupyterlab/jupyter-renderers
```
- [PyPi](https://pypi.org/project/jupyterlab-katex) (πŸ“₯ 1.1K / month Β· πŸ“¦ 1 Β· ⏱️ 23.05.2023):
```
pip install jupyterlab-katex
```
- [Conda](https://anaconda.org/conda-forge/jupyterlab-vega3) (πŸ“₯ 4K Β· ⏱️ 16.06.2023):
```
conda install -c conda-forge jupyterlab-vega3
```
- [npm](https://www.npmjs.com/package/@jupyterlab/geojson-extension) (πŸ“₯ 560 / month Β· πŸ“¦ 10 Β· ⏱️ 01.08.2023):
```
npm install @jupyterlab/geojson-extension
```

JupyterLab Latex (πŸ₯‰20 Β· ⭐ 610 Β· πŸ’€) - JupyterLab extension for live editing of LaTeX documents. BSD-3

- [GitHub](https://github.com/jupyterlab/jupyterlab-latex) (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 67 Β· πŸ“‹ 96 - 39% open Β· ⏱️ 31.10.2023):

```
git clone https://github.com/jupyterlab/jupyterlab-latex
```
- [PyPi](https://pypi.org/project/jupyterlab_latex) (πŸ“₯ 1.5K / month Β· πŸ“¦ 1 Β· ⏱️ 15.09.2021):
```
pip install jupyterlab_latex
```
- [Conda](https://anaconda.org/conda-forge/jupyterlab-latex) (πŸ“₯ 15K Β· ⏱️ 19.03.2024):
```
conda install -c conda-forge jupyterlab-latex
```
- [npm](https://www.npmjs.com/package/@jupyterlab/latex) (πŸ“₯ 420 / month Β· πŸ“¦ 5 Β· ⏱️ 06.07.2021):
```
npm install @jupyterlab/latex
```

Show 6 hidden projects...

- JupyterLab Drawio (πŸ₯‡22 Β· ⭐ 590 Β· πŸ’€) - A standalone embedding of the FOSS drawio / mxgraph.. BSD-3
- JupyterLab Dash (πŸ₯ˆ21 Β· ⭐ 950 Β· πŸ’€) - An Extension for the Interactive development of Dash apps in.. MIT
- jupyterlab-tabular-data-editor (πŸ₯‰16 Β· ⭐ 130 Β· πŸ’€) - Manipulate your tabular data responsively and.. BSD-3
- JupyterLab Spreadsheet (πŸ₯‰15 Β· ⭐ 190 Β· πŸ’€) - JupyterLab plugin for viewing spreadsheets, such as.. BSD-3
- JupyterLab Voyager (πŸ₯‰14 Β· ⭐ 300 Β· πŸ’€) - JupyterLab extension visualize data with Voyager. BSD-3
- JupyterLab Chart Editor (πŸ₯‰14 Β· ⭐ 220 Β· πŸ’€) - JupyterLab extension for Plotlys react-chart-editor. BSD-3


## JupyterLab Themes

Back to top

_Extensions that can customize the appearance of JupyterLab._

Horizon Theme (πŸ₯ˆ14 Β· ⭐ 86 Β· πŸ’€) - VSCode Horizon Theme port for JupyterLab. BSD-3

- [GitHub](https://github.com/mohirio/jupyterlab-horizon-theme) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 9 Β· πŸ“₯ 42 Β· πŸ“¦ 3 Β· πŸ“‹ 9 - 11% open Β· ⏱️ 22.11.2023):

```
git clone https://github.com/mohirio/jupyterlab-horizon-theme
```
- [PyPi](https://pypi.org/project/jupyterlab-horizon-theme) (πŸ“₯ 970 / month Β· ⏱️ 22.11.2023):
```
pip install jupyterlab-horizon-theme
```
- [npm](https://www.npmjs.com/package/@mohirio/jupyterlab-horizon-theme) (πŸ“₯ 140 / month Β· πŸ“¦ 2 Β· ⏱️ 22.11.2023):
```
npm install @mohirio/jupyterlab-horizon-theme
```

jupyterlab_darkside_ui (πŸ₯‰12 Β· ⭐ 120 Β· πŸ’€) - Darkside ui and syntax theme for jupyterlab. BSD-3

- [GitHub](https://github.com/dunovank/jupyterlab_darkside_ui) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 10 Β· πŸ“‹ 6 - 16% open Β· ⏱️ 18.09.2023):

```
git clone https://github.com/dunovank/jupyterlab_darkside_ui
```
- [PyPi](https://pypi.org/project/jupyterlab_darkside_ui) (πŸ“₯ 400 / month Β· ⏱️ 18.03.2022):
```
pip install jupyterlab_darkside_ui
```

jupyterlab-theme-solarized-dark (πŸ₯‰12 Β· ⭐ 94) - JupyterLab Theme Solarized Dark. BSD-3

- [GitHub](https://github.com/AllanChain/jupyterlab-theme-solarized-dark) (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 11 Β· πŸ“₯ 33 Β· πŸ“¦ 3 Β· πŸ“‹ 4 - 50% open Β· ⏱️ 11.04.2024):

```
git clone https://github.com/AllanChain/jupyterlab-theme-solarized-dark
```
- [PyPi](https://pypi.org/project/jupyterlab_theme_solarized_dark) (πŸ“₯ 4.7K / month Β· ⏱️ 18.01.2024):
```
pip install jupyterlab_theme_solarized_dark
```
- [npm](https://www.npmjs.com/package/jupyterlab-theme-solarized-dark) (πŸ“₯ 1.5K / month Β· πŸ“¦ 3 Β· ⏱️ 18.01.2024):
```
npm install jupyterlab-theme-solarized-dark
```

Show 6 hidden projects...

- Darcula Theme (πŸ₯‡20 Β· ⭐ 210 Β· πŸ’€) - A handsome Darcula theme for Jupyterlab. The first jlab.. BSD-3
- Material Darker Theme (πŸ₯ˆ14 Β· ⭐ 160 Β· πŸ’€) - The Material Darker theme for JupyterLab. BSD-3
- Neon Theme (πŸ₯ˆ14 Β· ⭐ 150 Β· πŸ’€) - A flat, 80s neon inspired theme for JupyterLab. BSD-3
- Gruvbox Theme (πŸ₯‰12 Β· ⭐ 52 Β· πŸ’€) - Gruvbox dark theme for Jupyter Lab. Modeled on classic.. BSD-3
- Theme Toggle (πŸ₯‰11 Β· ⭐ 11 Β· πŸ’€) - JupyterLab extension to toggle the theme in the Top Bar area. BSD-3
- Nord Theme (πŸ₯‰8 Β· ⭐ 26 Β· πŸ’€) - JupyterLab - Nord Theme. BSD-3


## JupyterLab Extensions

Back to top

_Application plugins that extend the functionality of JupyterLab itself._

JupyterLab Git (πŸ₯‡33 Β· ⭐ 1.4K) - A Git extension for JupyterLab. BSD-3

- [GitHub](https://github.com/jupyterlab/jupyterlab-git) (πŸ‘¨β€πŸ’» 96 Β· πŸ”€ 310 Β· πŸ“₯ 200 Β· πŸ“¦ 2.8K Β· πŸ“‹ 600 - 16% open Β· ⏱️ 16.05.2024):

```
git clone https://github.com/jupyterlab/jupyterlab-git
```
- [PyPi](https://pypi.org/project/jupyterlab-git) (πŸ“₯ 140K / month Β· πŸ“¦ 34 Β· ⏱️ 16.05.2024):
```
pip install jupyterlab-git
```
- [Conda](https://anaconda.org/conda-forge/jupyterlab-git) (πŸ“₯ 560K Β· ⏱️ 07.02.2024):
```
conda install -c conda-forge jupyterlab-git
```
- [npm](https://www.npmjs.com/package/@jupyterlab/git) (πŸ“₯ 21K / month Β· πŸ“¦ 9 Β· ⏱️ 16.05.2024):
```
npm install @jupyterlab/git
```

Perspective (πŸ₯‡31 Β· ⭐ 7.7K) - A data visualization and analytics component, especially well-.. Apache-2

- [GitHub](https://github.com/finos/perspective) (πŸ‘¨β€πŸ’» 93 Β· πŸ”€ 1K Β· πŸ“₯ 2.9K Β· πŸ“¦ 120 Β· πŸ“‹ 760 - 13% open Β· ⏱️ 29.05.2024):

```
git clone https://github.com/finos/perspective
```
- [PyPi](https://pypi.org/project/perspective-python) (πŸ“₯ 5.9K / month Β· πŸ“¦ 22 Β· ⏱️ 23.05.2024):
```
pip install perspective-python
```
- [Conda](https://anaconda.org/conda-forge/perspective) (πŸ“₯ 650K Β· ⏱️ 23.05.2024):
```
conda install -c conda-forge perspective
```
- [npm](https://www.npmjs.com/package/@finos/perspective-jupyterlab) (πŸ“₯ 3.8K / month Β· πŸ“¦ 6 Β· ⏱️ 23.05.2024):
```
npm install @finos/perspective-jupyterlab
```

elyra (πŸ₯‡29 Β· ⭐ 1.8K) - Elyra extends JupyterLab with an AI centric approach. Apache-2

- [GitHub](https://github.com/elyra-ai/elyra) (πŸ‘¨β€πŸ’» 64 Β· πŸ”€ 320 Β· πŸ“¦ 54 Β· πŸ“‹ 1.6K - 16% open Β· ⏱️ 21.05.2024):

```
git clone https://github.com/elyra-ai/elyra
```
- [PyPi](https://pypi.org/project/elyra) (πŸ“₯ 6K / month Β· πŸ“¦ 3 Β· ⏱️ 29.03.2023):
```
pip install elyra
```
- [Conda](https://anaconda.org/conda-forge/elyra) (πŸ“₯ 47K Β· ⏱️ 16.06.2023):
```
conda install -c conda-forge elyra
```
- [npm](https://www.npmjs.com/package/@elyra/services) (πŸ“₯ 200 / month Β· πŸ“¦ 7 Β· ⏱️ 29.03.2023):
```
npm install @elyra/services
```

JupyterLab LSP (πŸ₯‡29 Β· ⭐ 1.8K) - Coding assistance for JupyterLab (code navigation + hover.. BSD-3

- [GitHub](https://github.com/jupyter-lsp/jupyterlab-lsp) (πŸ‘¨β€πŸ’» 52 Β· πŸ”€ 140 Β· πŸ“¦ 2K Β· πŸ“‹ 560 - 33% open Β· ⏱️ 09.04.2024):

```
git clone https://github.com/jupyter-lsp/jupyterlab-lsp
```
- [PyPi](https://pypi.org/project/jupyterlab-lsp) (πŸ“₯ 67K / month Β· πŸ“¦ 44 Β· ⏱️ 26.02.2024):
```
pip install jupyterlab-lsp
```
- [Conda](https://anaconda.org/conda-forge/jupyter-lsp) (πŸ“₯ 1.8M Β· ⏱️ 10.04.2024):
```
conda install -c conda-forge jupyter-lsp
```
- [npm](https://www.npmjs.com/package/@krassowski/jupyterlab-lsp) (πŸ“₯ 800 / month Β· πŸ“¦ 7 Β· ⏱️ 26.08.2022):
```
npm install @krassowski/jupyterlab-lsp
```

Code Formatter (πŸ₯ˆ24 Β· ⭐ 820) - A JupyterLab plugin to facilitate invocation of code formatters. MIT

- [GitHub](https://github.com/ryantam626/jupyterlab_code_formatter) (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 54 Β· πŸ“‹ 200 - 16% open Β· ⏱️ 04.06.2024):

```
git clone https://github.com/ryantam626/jupyterlab_code_formatter
```
- [PyPi](https://pypi.org/project/jupyterlab_code_formatter) (πŸ“₯ 71K / month Β· πŸ“¦ 46 Β· ⏱️ 21.05.2023):
```
pip install jupyterlab_code_formatter
```
- [Conda](https://anaconda.org/conda-forge/jupyterlab_code_formatter) (πŸ“₯ 720K Β· ⏱️ 16.06.2023):
```
conda install -c conda-forge jupyterlab_code_formatter
```
- [npm](https://www.npmjs.com/package/@ryantam626/jupyterlab_code_formatter) (πŸ“₯ 1.6K / month Β· πŸ“¦ 5 Β· ⏱️ 16.04.2023):
```
npm install @ryantam626/jupyterlab_code_formatter
```

JupyterLab Templates (πŸ₯ˆ24 Β· ⭐ 380 Β· πŸ“ˆ) - Support for jupyter notebook templates in jupyterlab. Apache-2

- [GitHub](https://github.com/finos/jupyterlab_templates) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 67 Β· πŸ“¦ 8 Β· πŸ“‹ 94 - 9% open Β· ⏱️ 01.06.2024):

```
git clone https://github.com/jpmorganchase/jupyterlab_templates
```
- [PyPi](https://pypi.org/project/jupyterlab_templates) (πŸ“₯ 16K / month Β· πŸ“¦ 12 Β· ⏱️ 27.03.2024):
```
pip install jupyterlab_templates
```
- [Conda](https://anaconda.org/conda-forge/jupyterlab_templates) (πŸ“₯ 22K Β· ⏱️ 27.03.2024):
```
conda install -c conda-forge jupyterlab_templates
```
- [npm](https://www.npmjs.com/package/jupyterlab_templates) (πŸ“₯ 2.9K / month Β· πŸ“¦ 5 Β· ⏱️ 12.02.2024):
```
npm install jupyterlab_templates
```

Jupyter Bokeh (πŸ₯ˆ24 Β· ⭐ 240) - An extension for rendering Bokeh content in JupyterLab notebooks. BSD-3

- [GitHub](https://github.com/bokeh/jupyter_bokeh) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 47 Β· πŸ“¦ 3 Β· πŸ“‹ 110 - 19% open Β· ⏱️ 03.06.2024):

```
git clone https://github.com/bokeh/jupyter_bokeh
```
- [PyPi](https://pypi.org/project/jupyter-bokeh) (πŸ“₯ 47K / month Β· πŸ“¦ 48 Β· ⏱️ 14.03.2023):
```
pip install jupyter-bokeh
```
- [Conda](https://anaconda.org/conda-forge/jupyter_bokeh) (πŸ“₯ 94K Β· ⏱️ 03.06.2024):
```
conda install -c conda-forge jupyter_bokeh
```
- [npm](https://www.npmjs.com/package/@bokeh/jupyter_bokeh) (πŸ“₯ 3.4K / month Β· πŸ“¦ 5 Β· ⏱️ 03.06.2024):
```
npm install @bokeh/jupyter_bokeh
```

Variable Inspector (πŸ₯ˆ23 Β· ⭐ 1.1K) - Variable Inspector extension for Jupyterlab. BSD-3

- [GitHub](https://github.com/jupyterlab-contrib/jupyterlab-variableInspector) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 91 Β· πŸ“₯ 84 Β· πŸ“¦ 6 Β· πŸ“‹ 170 - 24% open Β· ⏱️ 17.04.2024):

```
git clone https://github.com/lckr/jupyterlab-variableInspector
```
- [PyPi](https://pypi.org/project/lckr-jupyterlab-variableinspector) (πŸ“₯ 21K / month Β· πŸ“¦ 4 Β· ⏱️ 23.01.2024):
```
pip install lckr-jupyterlab-variableinspector
```
- [Conda](https://anaconda.org/conda-forge/jupyterlab-variableinspector) (πŸ“₯ 37K Β· ⏱️ 23.01.2024):
```
conda install -c conda-forge jupyterlab-variableinspector
```
- [npm](https://www.npmjs.com/package/@lckr/jupyterlab_variableinspector) (πŸ“₯ 950 / month Β· πŸ“¦ 5 Β· ⏱️ 23.01.2024):
```
npm install @lckr/jupyterlab_variableinspector
```

GPU Dashboards (πŸ₯ˆ22 Β· ⭐ 560) - A JupyterLab extension for displaying dashboards of GPU usage. BSD-3

- [GitHub](https://github.com/rapidsai/jupyterlab-nvdashboard) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 73 Β· πŸ“¦ 3 Β· πŸ“‹ 84 - 42% open Β· ⏱️ 03.06.2024):

```
git clone https://github.com/rapidsai/jupyterlab-nvdashboard
```
- [PyPi](https://pypi.org/project/jupyterlab-nvdashboard) (πŸ“₯ 6K / month Β· πŸ“¦ 3 Β· ⏱️ 03.06.2024):
```
pip install jupyterlab-nvdashboard
```
- [Conda](https://anaconda.org/conda-forge/jupyterlab-nvdashboard) (πŸ“₯ 41K Β· ⏱️ 16.06.2023):
```
conda install -c conda-forge jupyterlab-nvdashboard
```
- [npm](https://www.npmjs.com/package/jupyterlab-nvdashboard) (πŸ“₯ 150 / month Β· πŸ“¦ 5 Β· ⏱️ 27.04.2021):
```
npm install jupyterlab-nvdashboard
```

ipylab (πŸ₯ˆ22 Β· ⭐ 180 Β· πŸ’€) - Control JupyterLab from Python Notebooks with Jupyter Widgets. BSD-3

- [GitHub](https://github.com/jtpio/ipylab) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 13 Β· πŸ“₯ 130 Β· πŸ“¦ 120 Β· πŸ“‹ 51 - 56% open Β· ⏱️ 09.10.2023):

```
git clone https://github.com/jtpio/ipylab
```
- [PyPi](https://pypi.org/project/ipylab) (πŸ“₯ 130K / month Β· πŸ“¦ 35 Β· ⏱️ 11.08.2023):
```
pip install ipylab
```
- [Conda](https://anaconda.org/conda-forge/ipylab) (πŸ“₯ 31K Β· ⏱️ 11.08.2023):
```
conda install -c conda-forge ipylab
```
- [npm](https://www.npmjs.com/package/ipylab) (πŸ“₯ 260 / month Β· πŸ“¦ 5 Β· ⏱️ 11.08.2023):
```
npm install ipylab
```

jupyterlab-execute-time (πŸ₯ˆ21 Β· ⭐ 340) - A JupyterLab extension for displaying cell timings. BSD-3

- [GitHub](https://github.com/deshaw/jupyterlab-execute-time) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 45 Β· πŸ“¦ 4 Β· πŸ“‹ 69 - 14% open Β· ⏱️ 17.05.2024):

```
git clone https://github.com/deshaw/jupyterlab-execute-time
```
- [PyPi](https://pypi.org/project/jupyterlab-execute-time) (πŸ“₯ 47K / month Β· πŸ“¦ 9 Β· ⏱️ 14.02.2024):
```
pip install jupyterlab-execute-time
```
- [Conda](https://anaconda.org/conda-forge/jupyterlab_execute_time) (πŸ“₯ 68K Β· ⏱️ 15.02.2024):
```
conda install -c conda-forge jupyterlab_execute_time
```
- [npm](https://www.npmjs.com/package/jupyterlab-execute-time) (πŸ“₯ 1.3K / month Β· πŸ“¦ 5 Β· ⏱️ 18.01.2021):
```
npm install jupyterlab-execute-time
```

dask-labextension (πŸ₯ˆ21 Β· ⭐ 310 Β· πŸ’€) - JupyterLab extension for Dask. BSD-3

- [GitHub](https://github.com/dask/dask-labextension) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 62 Β· πŸ“¦ 3 Β· πŸ“‹ 150 - 30% open Β· ⏱️ 04.08.2023):

```
git clone https://github.com/dask/dask-labextension
```
- [PyPi](https://pypi.org/project/dask-labextension) (πŸ“₯ 7.4K / month Β· πŸ“¦ 14 Β· ⏱️ 04.08.2023):
```
pip install dask-labextension
```
- [Conda](https://anaconda.org/conda-forge/dask-labextension) (πŸ“₯ 960K Β· ⏱️ 04.08.2023):
```
conda install -c conda-forge dask-labextension
```
- [npm](https://www.npmjs.com/package/dask-labextension) (πŸ“₯ 290 / month Β· πŸ“¦ 5 Β· ⏱️ 21.06.2022):
```
npm install dask-labextension
```

JupyterLab System Monitor (πŸ₯ˆ21 Β· ⭐ 300 Β· πŸ’€) - JupyterLab extension to display system metrics. BSD-3

- [GitHub](https://github.com/jtpio/jupyterlab-system-monitor) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 30 Β· πŸ“¦ 180 Β· πŸ“‹ 71 - 38% open Β· ⏱️ 28.07.2023):

```
git clone https://github.com/jtpio/jupyterlab-system-monitor
```
- [PyPi](https://pypi.org/project/jupyterlab-system-monitor) (πŸ“₯ 6.7K / month Β· πŸ“¦ 2 Β· ⏱️ 04.02.2021):
```
pip install jupyterlab-system-monitor
```
- [Conda](https://anaconda.org/conda-forge/jupyterlab-system-monitor) (πŸ“₯ 34K Β· ⏱️ 16.06.2023):
```
conda install -c conda-forge jupyterlab-system-monitor
```
- [npm](https://www.npmjs.com/package/jupyterlab-system-monitor) (πŸ“₯ 1.6K / month Β· πŸ“¦ 2 Β· ⏱️ 23.11.2020):
```
npm install jupyterlab-system-monitor
```

JupyterLab Spellchecker (πŸ₯ˆ21 Β· ⭐ 200 Β· πŸ’€) - Spellchecker for JupyterLab notebook markdown cells.. BSD-3

- [GitHub](https://github.com/jupyterlab-contrib/spellchecker) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 20 Β· πŸ“¦ 240 Β· πŸ“‹ 60 - 33% open Β· ⏱️ 28.07.2023):

```
git clone https://github.com/jupyterlab-contrib/spellchecker
```
- [PyPi](https://pypi.org/project/jupyterlab-spellchecker) (πŸ“₯ 6.9K / month Β· πŸ“¦ 3 Β· ⏱️ 28.07.2023):
```
pip install jupyterlab-spellchecker
```
- [Conda](https://anaconda.org/conda-forge/jupyterlab-spellchecker) (πŸ“₯ 120K Β· ⏱️ 28.07.2023):
```
conda install -c conda-forge jupyterlab-spellchecker
```
- [npm](https://www.npmjs.com/package/@ijmbarr/jupyterlab_spellchecker) (πŸ“₯ 300 / month Β· πŸ“¦ 5 Β· ⏱️ 08.10.2021):
```
npm install @ijmbarr/jupyterlab_spellchecker
```

jupyter-fs (πŸ₯ˆ21 Β· ⭐ 190 Β· πŸ“ˆ) - A filesystem-like contents manager for multiple backends in.. Apache-2

- [GitHub](https://github.com/jpmorganchase/jupyter-fs) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 36 Β· πŸ“¦ 8 Β· πŸ“‹ 81 - 20% open Β· ⏱️ 04.06.2024):

```
git clone https://github.com/jpmorganchase/jupyter-fs
```
- [PyPi](https://pypi.org/project/jupyter-fs) (πŸ“₯ 700 / month Β· πŸ“¦ 3 Β· ⏱️ 04.06.2024):
```
pip install jupyter-fs
```
- [Conda](https://anaconda.org/conda-forge/jupyter-fs) (πŸ“₯ 10K Β· ⏱️ 04.06.2024):
```
conda install -c conda-forge jupyter-fs
```

JupyterLab GitHub (πŸ₯ˆ19 Β· ⭐ 400) - GitHub integration for JupyterLab. BSD-3

- [GitHub](https://github.com/jupyterlab/jupyterlab-github) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 100 Β· πŸ“₯ 30 Β· πŸ“¦ 6 Β· πŸ“‹ 70 - 41% open Β· ⏱️ 25.03.2024):

```
git clone https://github.com/jupyterlab/jupyterlab-github
```
- [PyPi](https://pypi.org/project/jupyterlab-github) (πŸ“₯ 2.8K / month Β· πŸ“¦ 2 Β· ⏱️ 03.08.2023):
```
pip install jupyterlab-github
```
- [npm](https://www.npmjs.com/package/@jupyterlab/github) (πŸ“₯ 560 / month Β· πŸ“¦ 2 Β· ⏱️ 02.08.2023):
```
npm install @jupyterlab/github
```

nbcelltests (πŸ₯ˆ19 Β· ⭐ 82 Β· πŸ“ˆ) - Cell-by-cell testing for production Jupyter notebooks in.. Apache-2

- [GitHub](https://github.com/jpmorganchase/nbcelltests) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 21 Β· πŸ“¦ 3 Β· πŸ“‹ 120 - 26% open Β· ⏱️ 05.06.2024):

```
git clone https://github.com/jpmorganchase/nbcelltests
```
- [PyPi](https://pypi.org/project/nbcelltests) (πŸ“₯ 220 / month Β· ⏱️ 05.06.2024):
```
pip install nbcelltests
```
- [Conda](https://anaconda.org/conda-forge/nbcelltests) (πŸ“₯ 9.3K Β· ⏱️ 16.06.2023):
```
conda install -c conda-forge nbcelltests
```
- [npm](https://www.npmjs.com/package/jupyterlab_celltests) (πŸ“₯ 14 / month Β· πŸ“¦ 2 Β· ⏱️ 05.10.2020):
```
npm install jupyterlab_celltests
```

JupyterLab Google Drive (πŸ₯ˆ18 Β· ⭐ 400 Β· πŸ’€) - Cloud storage for JupyterLab using Google Drive. BSD-3

- [GitHub](https://github.com/jupyterlab/jupyterlab-google-drive) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 78 Β· πŸ“¦ 5 Β· πŸ“‹ 150 - 33% open Β· ⏱️ 03.08.2023):

```
git clone https://github.com/jupyterlab/jupyterlab-google-drive
```
- [npm](https://www.npmjs.com/package/@jupyterlab/google-drive) (πŸ“₯ 350 / month Β· πŸ“¦ 2 Β· ⏱️ 27.05.2020):
```
npm install @jupyterlab/google-drive
```

Lantern (πŸ₯ˆ18 Β· ⭐ 340) - Data exploration glue. Apache-2

- [GitHub](https://github.com/timkpaine/lantern) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 21 Β· πŸ“¦ 20 Β· πŸ“‹ 200 - 3% open Β· ⏱️ 05.02.2024):

```
git clone https://github.com/timkpaine/lantern
```
- [PyPi](https://pypi.org/project/pylantern) (πŸ“₯ 120 / month Β· πŸ“¦ 2 Β· ⏱️ 02.02.2020):
```
pip install pylantern
```

JupyterLab SideCar (πŸ₯ˆ18 Β· ⭐ 240 Β· πŸ’€) - A sidecar output widget for JupyterLab. BSD-3

- [GitHub](https://github.com/jupyter-widgets/jupyterlab-sidecar) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 39 Β· πŸ“¦ 7 Β· πŸ“‹ 51 - 74% open Β· ⏱️ 30.08.2023):

```
git clone https://github.com/jupyter-widgets/jupyterlab-sidecar
```
- [PyPi](https://pypi.org/project/sidecar) (πŸ“₯ 9.8K / month Β· πŸ“¦ 17 Β· ⏱️ 30.08.2023):
```
pip install sidecar
```
- [Conda](https://anaconda.org/conda-forge/sidecar) (πŸ“₯ 24K Β· ⏱️ 30.08.2023):
```
conda install -c conda-forge sidecar
```
- [npm](https://www.npmjs.com/package/@jupyter-widgets/jupyterlab-sidecar) (πŸ“₯ 180 / month Β· πŸ“¦ 5 Β· ⏱️ 05.07.2021):
```
npm install @jupyter-widgets/jupyterlab-sidecar
```

jupyterlab-sos (πŸ₯ˆ18 Β· ⭐ 69) - Jupyterlab extension for SoS Polyglot Notebook and Workflow.. BSD-3

- [GitHub](https://github.com/vatlab/jupyterlab-sos) (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 6 Β· πŸ“¦ 3 Β· πŸ“‹ 69 - 23% open Β· ⏱️ 03.06.2024):

```
git clone https://github.com/vatlab/jupyterlab-sos
```
- [PyPi](https://pypi.org/project/jupyterlab-sos) (πŸ“₯ 410 / month Β· ⏱️ 03.06.2024):
```
pip install jupyterlab-sos
```
- [Conda](https://anaconda.org/conda-forge/jupyterlab-sos) (πŸ“₯ 35K Β· ⏱️ 03.06.2024):
```
conda install -c conda-forge jupyterlab-sos
```
- [npm](https://www.npmjs.com/package/jupyterlab-sos) (πŸ“₯ 120 / month Β· πŸ“¦ 5 Β· ⏱️ 14.01.2021):
```
npm install jupyterlab-sos
```

JupyterLab Data Explorer (πŸ₯‰17 Β· ⭐ 180 Β· πŸ’€) - First class datasets in JupyterLab. BSD-3

- [GitHub](https://github.com/jupyterlab/jupyterlab-data-explorer) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 37 Β· πŸ“¦ 14 Β· πŸ“‹ 150 - 38% open Β· ⏱️ 08.08.2023):

```
git clone https://github.com/jupyterlab/jupyterlab-data-explorer
```
- [npm](https://www.npmjs.com/package/@jupyterlab/dataregistry-extension) (πŸ“₯ 19 / month Β· πŸ“¦ 7 Β· ⏱️ 03.10.2019):
```
npm install @jupyterlab/dataregistry-extension
```

JupyterLab HDF5 (πŸ₯‰16 Β· ⭐ 110 Β· πŸ’€) - Open and explore HDF5 files in JupyterLab. Can handle very.. BSD-3

- [GitHub](https://github.com/jupyterlab/jupyterlab-hdf5) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 26 Β· πŸ“¦ 3 Β· πŸ“‹ 50 - 28% open Β· ⏱️ 11.10.2023):

```
git clone https://github.com/jupyterlab/jupyterlab-hdf5
```
- [PyPi](https://pypi.org/project/jupyterlab_hdf) (πŸ“₯ 430 / month Β· πŸ“¦ 1 Β· ⏱️ 21.02.2022):
```
pip install jupyterlab_hdf
```
- [npm](https://www.npmjs.com/package/@jupyterlab/hdf5) (πŸ“₯ 47 / month Β· πŸ“¦ 2 Β· ⏱️ 08.03.2023):
```
npm install @jupyterlab/hdf5
```

JupyterLab IFrame (πŸ₯‰16 Β· ⭐ 100) - View html as an embedded iframe in JupyterLab. Apache-2

- [GitHub](https://github.com/timkpaine/jupyterlab_iframe) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 18 Β· πŸ“¦ 6 Β· πŸ“‹ 70 - 8% open Β· ⏱️ 06.02.2024):

```
git clone https://github.com/timkpaine/jupyterlab_iframe
```
- [PyPi](https://pypi.org/project/jupyterlab_iframe) (πŸ“₯ 2.7K / month Β· ⏱️ 16.07.2023):
```
pip install jupyterlab_iframe
```
- [Conda](https://anaconda.org/conda-forge/jupyterlab_iframe) (πŸ“₯ 30K Β· ⏱️ 16.07.2023):
```
conda install -c conda-forge jupyterlab_iframe
```
- [npm](https://www.npmjs.com/package/jupyterlab_iframe) (πŸ“₯ 110 / month Β· πŸ“¦ 2 Β· ⏱️ 16.07.2023):
```
npm install jupyterlab_iframe
```

JupyterLab Kernelspy (πŸ₯‰15 Β· ⭐ 79 Β· πŸ’€) - A Jupyter Lab extension for inspecting messages.. BSD-3

- [GitHub](https://github.com/jupyterlab-contrib/jupyterlab-kernelspy) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 12 Β· πŸ“₯ 29 Β· πŸ“¦ 7 Β· πŸ“‹ 13 - 15% open Β· ⏱️ 08.10.2023):

```
git clone https://github.com/jupyterlab-contrib/jupyterlab-kernelspy
```
- [PyPi](https://pypi.org/project/jupyterlab-kernelspy) (πŸ“₯ 560 / month Β· ⏱️ 30.08.2023):
```
pip install jupyterlab-kernelspy
```
- [Conda](https://anaconda.org/conda-forge/jupyterlab-kernelspy) (πŸ“₯ 13K Β· ⏱️ 30.08.2023):
```
conda install -c conda-forge jupyterlab-kernelspy
```
- [npm](https://www.npmjs.com/package/jupyterlab-kernelspy) (πŸ“₯ 30 / month Β· πŸ“¦ 5 Β· ⏱️ 30.08.2023):
```
npm install jupyterlab-kernelspy
```

StickyLand (πŸ₯‰14 Β· ⭐ 500) - Break the linear presentation of Jupyter Notebooks with sticky cells!. BSD-3

- [GitHub](https://github.com/xiaohk/stickyland) (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 34 Β· πŸ“₯ 17 Β· πŸ“¦ 4 Β· πŸ“‹ 15 - 13% open Β· ⏱️ 24.12.2023):

```
git clone https://github.com/xiaohk/stickyland
```
- [PyPi](https://pypi.org/project/jupyterlab-stickyland) (πŸ“₯ 280 / month Β· πŸ“¦ 1 Β· ⏱️ 24.12.2023):
```
pip install jupyterlab-stickyland
```
- [npm](https://www.npmjs.com/package/jupyterlab-stickyland) (πŸ“₯ 6 / month Β· πŸ“¦ 2 Β· ⏱️ 23.11.2021):
```
npm install jupyterlab-stickyland
```

JupyterLab Autoversion (πŸ₯‰14 Β· ⭐ 74) - Automatically version jupyter notebooks in JupyterLab. Apache-2

- [GitHub](https://github.com/timkpaine/jupyterlab_autoversion) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 9 Β· πŸ“‹ 35 - 17% open Β· ⏱️ 10.04.2024):

```
git clone https://github.com/timkpaine/jupyterlab_autoversion
```
- [PyPi](https://pypi.org/project/jupyterlab_autoversion) (πŸ“₯ 160 / month Β· ⏱️ 11.04.2022):
```
pip install jupyterlab_autoversion
```
- [Conda](https://anaconda.org/conda-forge/jupyterlab_autoversion) (πŸ“₯ 20K Β· ⏱️ 16.06.2023):
```
conda install -c conda-forge jupyterlab_autoversion
```
- [npm](https://www.npmjs.com/package/jupyterlab_autoversion) (πŸ“₯ 34 / month Β· πŸ“¦ 2 Β· ⏱️ 11.04.2022):
```
npm install jupyterlab_autoversion
```

JupyterLab Flake8 (πŸ₯‰13 Β· ⭐ 110) - A jupyterlab extension to email notebooks directly from.. Apache-2

- [GitHub](https://github.com/timkpaine/jupyterlab_email) (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 10 Β· πŸ“¦ 1 Β· πŸ“‹ 38 - 5% open Β· ⏱️ 06.02.2024):

```
git clone https://github.com/timkpaine/jupyterlab_email
```
- [PyPi](https://pypi.org/project/jupyterlab-email) (πŸ“₯ 92 / month Β· ⏱️ 17.08.2023):
```
pip install jupyterlab-email
```
- [npm](https://www.npmjs.com/package/jupyterlab-flake8) (πŸ“₯ 32 / month Β· πŸ“¦ 2 Β· ⏱️ 16.09.2021):
```
npm install jupyterlab-flake8
```

JupyterLab Shortcutui (πŸ₯‰13 Β· ⭐ 54 Β· πŸ’€) - A JupyterLab extension for managing keyboard shortcuts. BSD-3

- [GitHub](https://github.com/jupyterlab/jupyterlab-shortcutui) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 15 Β· πŸ“¦ 3 Β· πŸ“‹ 22 - 36% open Β· ⏱️ 08.08.2023):

```
git clone https://github.com/jupyterlab/jupyterlab-shortcutui
```
- [npm](https://www.npmjs.com/package/@jupyterlab/shortcutui) (πŸ“₯ 74 / month Β· πŸ“¦ 2 Β· ⏱️ 17.01.2020):
```
npm install @jupyterlab/shortcutui
```

jupyterlab_commands (πŸ₯‰13 Β· ⭐ 51) - Add arbitrary python commands to the jupyterlab.. Apache-2

- [GitHub](https://github.com/timkpaine/jupyterlab_commands) (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 6 Β· πŸ“‹ 24 - 4% open Β· ⏱️ 05.02.2024):

```
git clone https://github.com/timkpaine/jupyterlab_commands
```
- [PyPi](https://pypi.org/project/jupyterlab-commands) (πŸ“₯ 100 / month Β· ⏱️ 12.07.2023):
```
pip install jupyterlab-commands
```
- [Conda](https://anaconda.org/conda-forge/jupyterlab_commands) (πŸ“₯ 13K Β· ⏱️ 13.07.2023):
```
conda install -c conda-forge jupyterlab_commands
```

KnowledgeLab (πŸ₯‰13 Β· ⭐ 48) - KnowledgeRepo + JupyterLab. Apache-2

- [GitHub](https://github.com/timkpaine/knowledgelab) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 6 Β· πŸ“¦ 6 Β· πŸ“‹ 29 - 17% open Β· ⏱️ 01.03.2024):

```
git clone https://github.com/timkpaine/knowledgelab
```
- [PyPi](https://pypi.org/project/knowledgelab) (πŸ“₯ 3 / month Β· ⏱️ 19.10.2017):
```
pip install knowledgelab
```
- [npm](https://www.npmjs.com/package/knowledgelab) (πŸ“₯ 10 / month Β· πŸ“¦ 2 Β· ⏱️ 16.10.2018):
```
npm install knowledgelab
```

JupyterLab Email (πŸ₯‰12 Β· ⭐ 53) - A jupyterlab extension to email notebooks directly from.. Apache-2

- [GitHub](https://github.com/timkpaine/jupyterlab_email) (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 2 Β· πŸ“¦ 1 Β· πŸ“‹ 38 - 5% open Β· ⏱️ 06.02.2024):

```
git clone https://github.com/timkpaine/jupyterlab_email
```
- [PyPi](https://pypi.org/project/jupyterlab_email) (πŸ“₯ 92 / month Β· ⏱️ 17.08.2023):
```
pip install jupyterlab_email
```
- [npm](https://www.npmjs.com/package/jupyterlab_email) (πŸ“₯ 37 / month Β· πŸ“¦ 2 Β· ⏱️ 17.08.2023):
```
npm install jupyterlab_email
```

Show 20 hidden projects...

- JupyterLab Debugger (πŸ₯‡29 Β· ⭐ 14K Β· πŸ’€) - A visual debugger for Jupyter notebooks, consoles,.. BSD-3
- JupyterLab TOC (πŸ₯‡28 Β· ⭐ 14K Β· πŸ’€) - Table of Contents extension for JupyterLab. BSD-3
- jupyterlab-sparkmonitor (πŸ₯‰17 Β· ⭐ 90 Β· πŸ’€) - JupyterLab extension that enables monitoring launched.. Apache-2
- JupyterLab Tensorboard (πŸ₯‰16 Β· ⭐ 310 Β· πŸ’€) - Tensorboard extension for jupyterlab. MIT
- Collapsible Headings (πŸ₯‰16 Β· ⭐ 180 Β· πŸ’€) - Implements Collapsible Headers for Jupyter Lab.. BSD-3
- jupyterlab-flake8 (πŸ₯‰16 Β· ⭐ 110 Β· πŸ’€) - Jupyterlab python linter for notebooks and text files.. BSD-3
- JupyterLab Vim (πŸ₯‰15 Β· ⭐ 970 Β· πŸ’€) - Vim notebook cell bindings for JupyterLab. MIT
- nbgather (πŸ₯‰15 Β· ⭐ 530 Β· πŸ’€) - Spit shine for Jupyter notebooks. MIT
- JupyterLab SQL (πŸ₯‰15 Β· ⭐ 410 Β· πŸ’€) - SQL GUI for JupyterLab. MIT
- jupyterlab-interactive-dashboard-editor (πŸ₯‰15 Β· ⭐ 210 Β· πŸ’€) - A drag-and-drop dashboard editor for JupyterLab. BSD-3
- JupyterLab Commenting (πŸ₯‰15 Β· ⭐ 99 Β· πŸ’€) - Commenting and annotation for JupyterLab. BSD-3
- JupyterLab Top Bar (πŸ₯‰15 Β· ⭐ 6) - JupyterLab Top Bar extension. BSD-3
- JupyterLab Go-To-Definition (πŸ₯‰14 Β· ⭐ 220 Β· πŸ’€) - Navigate to variables definition with a click in.. BSD-3
- JupyterLab Python Files (πŸ₯‰14 Β· ⭐ 52 Β· πŸ’€) - JupyterLab extension to create Python files. BSD-3
- JupyterLab Quickopen (πŸ₯‰12 Β· ⭐ 76 Β· πŸ’€) - Quickly open a file in JupyterLab by typing part of.. BSD-3
- jupyterlab-gitplus (πŸ₯‰11 Β· ⭐ 110 Β· πŸ’€) - JupyterLab extension to create GitHub commits & pull.. ❗️AGPL-3.0
- jupyterlab-celltags (πŸ₯‰10 Β· ⭐ 110 Β· πŸ’€) - A JupyterLab extension for notebook cell tags. BSD-3
- jupyterlab-executor (πŸ₯‰10 Β· ⭐ 15 Β· πŸ’€) - JupyterLab extension to execute the scripts from the.. BSD-3
- JupyterLab Bytecode (πŸ₯‰9 Β· ⭐ 62 Β· πŸ’€) - JupyterLab extension to explore CPython Bytecode. BSD-3
- JupyterLab Spark (πŸ₯‰8 Β· ⭐ 9 Β· πŸ’€) - Spark Application UI extension for JupyterLab. Apache-2


## JupyterHub Authenticators

Back to top

_Authentication modules that manage and control how users can access the JupyterHub deployment._

OAuthenticator (πŸ₯‡30 Β· ⭐ 400) - OAuth + JupyterHub Authenticator = OAuthenticator. BSD-3

- [GitHub](https://github.com/jupyterhub/oauthenticator) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 360 Β· πŸ“¦ 420 Β· πŸ“‹ 310 - 18% open Β· ⏱️ 07.05.2024):

```
git clone https://github.com/jupyterhub/oauthenticator
```
- [PyPi](https://pypi.org/project/oauthenticator) (πŸ“₯ 67K / month Β· πŸ“¦ 31 Β· ⏱️ 20.03.2024):
```
pip install oauthenticator
```
- [Conda](https://anaconda.org/conda-forge/oauthenticator) (πŸ“₯ 51K Β· ⏱️ 20.03.2024):
```
conda install -c conda-forge oauthenticator
```

LDAP Authenticator (πŸ₯‡24 Β· ⭐ 200) - LDAP Authenticator Plugin for Jupyter. BSD-3

- [GitHub](https://github.com/jupyterhub/ldapauthenticator) (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 180 Β· πŸ“¦ 140 Β· πŸ“‹ 160 - 47% open Β· ⏱️ 07.05.2024):

```
git clone https://github.com/jupyterhub/ldapauthenticator
```
- [PyPi](https://pypi.org/project/jupyterhub-ldapauthenticator) (πŸ“₯ 15K / month Β· ⏱️ 28.08.2020):
```
pip install jupyterhub-ldapauthenticator
```
- [Conda](https://anaconda.org/conda-forge/jupyterhub-ldapauthenticator) (πŸ“₯ 35K Β· ⏱️ 16.06.2023):
```
conda install -c conda-forge jupyterhub-ldapauthenticator
```

Native Authenticator (πŸ₯ˆ22 Β· ⭐ 70) - JupyterHub-native User Authenticator. BSD-3

- [GitHub](https://github.com/jupyterhub/nativeauthenticator) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 65 Β· πŸ“¦ 81 Β· πŸ“‹ 110 - 33% open Β· ⏱️ 07.05.2024):

```
git clone https://github.com/jupyterhub/nativeauthenticator
```
- [PyPi](https://pypi.org/project/jupyterhub-nativeauthenticator) (πŸ“₯ 12K / month Β· ⏱️ 09.09.2022):
```
pip install jupyterhub-nativeauthenticator
```

LTI Authenticator (πŸ₯ˆ21 Β· ⭐ 64) - A JupyterHub authenticator for LTI. BSD-3

- [GitHub](https://github.com/jupyterhub/ltiauthenticator) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 50 Β· πŸ“¦ 110 Β· πŸ“‹ 51 - 7% open Β· ⏱️ 07.05.2024):

```
git clone https://github.com/jupyterhub/ltiauthenticator
```
- [PyPi](https://pypi.org/project/jupyterhub-ltiauthenticator) (πŸ“₯ 4.3K / month Β· ⏱️ 04.01.2024):
```
pip install jupyterhub-ltiauthenticator
```

First Use Authenticator (πŸ₯ˆ18 Β· ⭐ 48 Β· πŸ’€) - JupyterHub Authenticator that lets users set.. BSD-3

- [GitHub](https://github.com/jupyterhub/firstuseauthenticator) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 29 Β· πŸ“¦ 100 Β· πŸ“‹ 26 - 34% open Β· ⏱️ 30.06.2023):

```
git clone https://github.com/jupyterhub/firstuseauthenticator
```
- [PyPi](https://pypi.org/project/jupyterhub-firstuseauthenticator) (πŸ“₯ 9.2K / month Β· ⏱️ 28.10.2021):
```
pip install jupyterhub-firstuseauthenticator
```

Show 10 hidden projects...

- SAML Authenticator (πŸ₯ˆ14 Β· ⭐ 36 Β· πŸ’€) - jupyterhub-samlauthenticator. MIT
- JWT Authenticator (πŸ₯‰13 Β· ⭐ 54 Β· πŸ’€) - A Token Authenticator for JupyterHub. Apache-2
- dummyauthenticator (πŸ₯‰13 Β· ⭐ 28 Β· πŸ’€) - A Dummy JupyterHub Authenticator to make testing easy. BSD-3
- Null Authenticator (πŸ₯‰13 Β· ⭐ 9 Β· πŸ’€) - Null Authenticator for JupyterHub instances that should.. BSD-3
- Remote User Auth (πŸ₯‰12 Β· ⭐ 41 Β· πŸ’€) - REMOTE_USER authenticator for Jupyterhub. ❗️GPL-3.0
- CAS Authenticator (πŸ₯‰11 Β· ⭐ 22 Β· πŸ’€) - CAS authenticator for Jupyterhub. ❗️GPL-3.0
- Hash Authenticator (πŸ₯‰11 Β· ⭐ 4) - Authenticate users with passwords generated from their.. BSD-3
- Keberos Authenticator (πŸ₯‰9 Β· ⭐ 11 Β· πŸ’€) - A JupyterHub authenticator using Kerberos. BSD-3
- Remote Authenticator (πŸ₯‰7 Β· ⭐ 2) - A collection of JupyterHub Authenticators, including.. ❗️GPL-3.0
- SSH Authenticator (πŸ₯‰4 Β· ⭐ 6 Β· πŸ’€) - A simple SSH authenticator for JupyterHub. BSD-3


## JupyterHub Spawners

Back to top

_Spawner modules that start, monitor, and stop single-user notebook servers._

KubeSpawner (πŸ₯‡28 Β· ⭐ 520) - Kubernetes spawner for JupyterHub. BSD-3

- [GitHub](https://github.com/jupyterhub/kubespawner) (πŸ‘¨β€πŸ’» 85 Β· πŸ”€ 300 Β· πŸ“¦ 160 Β· πŸ“‹ 380 - 23% open Β· ⏱️ 01.06.2024):

```
git clone https://github.com/jupyterhub/kubespawner
```
- [PyPi](https://pypi.org/project/jupyterhub-kubespawner) (πŸ“₯ 12K / month Β· πŸ“¦ 10 Β· ⏱️ 23.11.2023):
```
pip install jupyterhub-kubespawner
```
- [Conda](https://anaconda.org/conda-forge/jupyterhub-kubespawner) (πŸ“₯ 23K Β· ⏱️ 23.11.2023):
```
conda install -c conda-forge jupyterhub-kubespawner
```

DockerSpawner (πŸ₯ˆ26 Β· ⭐ 480) - Spawns JupyterHub single user servers in Docker containers. BSD-3

- [GitHub](https://github.com/jupyterhub/dockerspawner) (πŸ‘¨β€πŸ’» 69 Β· πŸ”€ 310 Β· πŸ“¦ 190 Β· πŸ“‹ 280 - 9% open Β· ⏱️ 01.02.2024):

```
git clone https://github.com/jupyterhub/dockerspawner
```
- [PyPi](https://pypi.org/project/dockerspawner) (πŸ“₯ 20K / month Β· πŸ“¦ 12 Β· ⏱️ 21.11.2023):
```
pip install dockerspawner
```
- [Conda](https://anaconda.org/conda-forge/dockerspawner) (πŸ“₯ 22K Β· ⏱️ 21.11.2023):
```
conda install -c conda-forge dockerspawner
```

BatchSpawner (πŸ₯ˆ24 Β· ⭐ 180) - Custom Spawner for Jupyterhub to start servers in batch scheduled.. BSD-3

- [GitHub](https://github.com/jupyterhub/batchspawner) (πŸ‘¨β€πŸ’» 49 Β· πŸ”€ 130 Β· πŸ“¦ 34 Β· πŸ“‹ 150 - 40% open Β· ⏱️ 07.05.2024):

```
git clone https://github.com/jupyterhub/batchspawner
```
- [PyPi](https://pypi.org/project/batchspawner) (πŸ“₯ 6.6K / month Β· πŸ“¦ 9 Β· ⏱️ 19.03.2024):
```
pip install batchspawner
```

SystemdSpawner (πŸ₯‰20 Β· ⭐ 89) - Spawn JupyterHub single-user notebook servers with systemd. BSD-3

- [GitHub](https://github.com/jupyterhub/systemdspawner) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 49 Β· πŸ“¦ 42 Β· πŸ“‹ 76 - 35% open Β· ⏱️ 01.02.2024):

```
git clone https://github.com/jupyterhub/systemdspawner
```
- [PyPi](https://pypi.org/project/jupyterhub-systemdspawner) (πŸ“₯ 3.4K / month Β· πŸ“¦ 2 Β· ⏱️ 08.06.2023):
```
pip install jupyterhub-systemdspawner
```
- [Conda](https://anaconda.org/conda-forge/jupyterhub-systemdspawner) (πŸ“₯ 37K Β· ⏱️ 16.06.2023):
```
conda install -c conda-forge jupyterhub-systemdspawner
```

SudoSpawner (πŸ₯‰18 Β· ⭐ 50) - Spawn JupyterHub single-user servers with sudo. BSD-3

- [GitHub](https://github.com/jupyterhub/sudospawner) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 44 Β· πŸ“¦ 68 Β· πŸ“‹ 41 - 46% open Β· ⏱️ 14.12.2023):

```
git clone https://github.com/jupyterhub/sudospawner
```
- [PyPi](https://pypi.org/project/sudospawner) (πŸ“₯ 2.5K / month Β· πŸ“¦ 2 Β· ⏱️ 19.06.2018):
```
pip install sudospawner
```

WrapSpawner (πŸ₯‰14 Β· ⭐ 59) - Mechanism for runtime configuration of spawners for JupyterHub. BSD-3

- [GitHub](https://github.com/jupyterhub/wrapspawner) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 57 Β· πŸ“¦ 15 Β· πŸ“‹ 38 - 57% open Β· ⏱️ 08.04.2024):

```
git clone https://github.com/jupyterhub/wrapspawner
```

Show 2 hidden projects...

- FargateSpawner (πŸ₯‰14 Β· ⭐ 44 Β· πŸ’€) - Spawns JupyterHub single user servers in Docker containers.. MIT
- YarnSpawner (πŸ₯‰10 Β· ⭐ 19 Β· πŸ’€) - Spawn JupyterHub single user notebook servers in Hadoop/YARN.. BSD-3


## Jupyter Components

Back to top

_Core components of the Jupyter architecture._

ipython (πŸ₯‡47 Β· ⭐ 16K) - Official repository for IPython itself. Other repos in the IPython.. BSD-3

- [GitHub](https://github.com/ipython/ipython) (πŸ‘¨β€πŸ’» 990 Β· πŸ”€ 4.4K Β· πŸ“₯ 320K Β· πŸ“¦ 550K Β· πŸ“‹ 7.4K - 22% open Β· ⏱️ 03.06.2024):

```
git clone https://github.com/ipython/ipython
```
- [PyPi](https://pypi.org/project/ipython) (πŸ“₯ 45M / month Β· πŸ“¦ 9.1K Β· ⏱️ 31.05.2024):
```
pip install ipython
```
- [Conda](https://anaconda.org/conda-forge/ipython) (πŸ“₯ 28M Β· ⏱️ 31.05.2024):
```
conda install -c conda-forge ipython
```

jupyter_server (πŸ₯‰36 Β· ⭐ 460) - The backendi.e. core services, APIs, and REST endpointsto.. BSD-3

- [GitHub](https://github.com/jupyter-server/jupyter_server) (πŸ‘¨β€πŸ’» 520 Β· πŸ”€ 270 Β· πŸ“₯ 2.9K Β· πŸ“‹ 460 - 38% open Β· ⏱️ 04.06.2024):

```
git clone https://github.com/jupyter-server/jupyter_server
```
- [PyPi](https://pypi.org/project/jupyter_server) (πŸ“₯ 27M / month Β· πŸ“¦ 750 Β· ⏱️ 31.05.2024):
```
pip install jupyter_server
```
- [Conda](https://anaconda.org/conda-forge/jupyter_server) (πŸ“₯ 11M Β· ⏱️ 31.05.2024):
```
conda install -c conda-forge jupyter_server
```

jupyter-packaging (πŸ₯‰24 Β· ⭐ 62) - Tools to help build and install Jupyter Python packages. BSD-3

- [GitHub](https://github.com/jupyter/jupyter-packaging) (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 45 Β· πŸ“₯ 70 Β· πŸ“‹ 44 - 31% open Β· ⏱️ 05.04.2024):

```
git clone https://github.com/jupyter/jupyter-packaging
```
- [PyPi](https://pypi.org/project/jupyter-packaging) (πŸ“₯ 470K / month Β· πŸ“¦ 130 Β· ⏱️ 25.08.2022):
```
pip install jupyter-packaging
```
- [Conda](https://anaconda.org/conda-forge/jupyter-packaging) (πŸ“₯ 560K Β· ⏱️ 16.06.2023):
```
conda install -c conda-forge jupyter-packaging
```


## Others

Back to top

qtconsole (πŸ₯‡37 Β· ⭐ 400) - Jupyter Qt Console. BSD-3

- [GitHub](https://github.com/jupyter/qtconsole) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 190 Β· πŸ“¦ 180K Β· πŸ“‹ 340 - 32% open Β· ⏱️ 05.05.2024):

```
git clone https://github.com/jupyter/qtconsole
```
- [PyPi](https://pypi.org/project/qtconsole) (πŸ“₯ 5.8M / month Β· πŸ“¦ 330 Β· ⏱️ 05.05.2024):
```
pip install qtconsole
```
- [Conda](https://anaconda.org/conda-forge/qtconsole) (πŸ“₯ 4.7M Β· ⏱️ 05.05.2024):
```
conda install -c conda-forge qtconsole
```

datapane (πŸ₯‰21 Β· ⭐ 1.4K Β· πŸ’€) - Build and share data reports in 100% Python. Apache-2

- [GitHub](https://github.com/datapane/datapane) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 110 Β· ⏱️ 07.09.2023):

```
git clone https://github.com/datapane/datapane
```
- [PyPi](https://pypi.org/project/datapane) (πŸ“₯ 26K / month Β· πŸ“¦ 14 Β· ⏱️ 07.09.2023):
```
pip install datapane
```
- [Conda](https://anaconda.org/conda-forge/datapane) (πŸ“₯ 89K Β· ⏱️ 07.09.2023):
```
conda install -c conda-forge datapane
```

Show 2 hidden projects...

- jupyter-console (πŸ₯ˆ26 Β· ⭐ 250 Β· πŸ’€) - Jupyter Terminal Console. BSD-3
- colabcode (πŸ₯‰21 Β· ⭐ 2K Β· πŸ’€) - Run VSCode (codeserver) on Google Colab or Kaggle Notebooks. MIT

---

## Related Resources

- [**Best-of lists**](https://best-of.org): Discover other best-of lists with awesome open-source projects on all kinds of topics.
- [**best-of-ml-python**](https://github.com/ml-tooling/best-of-ml-python): A ranked list of awesome machine learning python libraries.
- [**awesome-jupyter**](https://github.com/markusschanta/awesome-jupyter): A curated list of awesome Jupyter projects, libraries and resources.
- [**awesome-jupyterlab**](https://github.com/mauhai/awesome-jupyterlab): A curated list of awesome JupyterLab extensions and resources.

## Contribution

Contributions are encouraged and always welcome! If you like to add or update projects, choose one of the following ways:

- Open an issue by selecting one of the provided categories from the [issue page](https://github.com/ml-tooling/best-of-jupyter/issues/new/choose) and fill in the requested information.
- Modify the [projects.yaml](https://github.com/ml-tooling/best-of-jupyter/blob/main/projects.yaml) with your additions or changes, and submit a pull request. This can also be done directly via the [Github UI](https://github.com/ml-tooling/best-of-jupyter/edit/main/projects.yaml).

If you like to contribute to or share suggestions regarding the project metadata collection or markdown generation, please refer to the [best-of-generator](https://github.com/best-of-lists/best-of-generator) repository. If you like to create your own best-of list, we recommend to follow [this guide](https://github.com/best-of-lists/best-of/blob/main/create-best-of-list.md).

For more information on how to add or update projects, please read the [contribution guidelines](https://github.com/ml-tooling/best-of-jupyter/blob/main/CONTRIBUTING.md). By participating in this project, you agree to abide by its [Code of Conduct](https://github.com/ml-tooling/best-of-jupyter/blob/main/.github/CODE_OF_CONDUCT.md).

## License

[![CC0](https://mirrors.creativecommons.org/presskit/buttons/88x31/svg/by-sa.svg)](https://creativecommons.org/licenses/by-sa/4.0/)