Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 days ago
JSON representation
π A ranked list of awesome Jupyter Notebook, Hub and Lab projects (extensions, kernels, tools). Updated weekly.
- Host: GitHub
- URL: https://github.com/ml-tooling/best-of-jupyter
- Owner: ml-tooling
- License: cc-by-sa-4.0
- Created: 2021-01-01T22:25:48.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-10-24T16:27:36.000Z (3 months ago)
- Last Synced: 2024-10-25T18:29:05.392Z (3 months ago)
- Topics: 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
- Homepage:
- Size: 4.55 MB
- Stars: 938
- Watchers: 23
- Forks: 78
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: history/2021-01-01_projects.csv
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
- ultimate-awesome - best-of-jupyter - π A ranked list of awesome Jupyter Notebook, Hub and Lab projects (extensions, kernels, tools). Updated weekly. (Other Lists / Monkey C Lists)
- project-awesome - ml-tooling/best-of-jupyter - π A ranked list of awesome Jupyter Notebook, Hub and Lab projects (extensions, kernels, tools). Updated weekly. (Others)
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 410K 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
_Development environments with support for Jupyter Notebooks._
Jupyter (π₯45 Β· β 13K) - Jupyter Interactive Notebook.
BSD-3
- [GitHub](https://github.com/jupyter/notebook) (π¨βπ» 650 Β· π 5.1K Β· π₯ 23K Β· π¦ 330K Β· π 5K - 39% open Β· β±οΈ 07.01.2025):
```
git clone https://github.com/jupyter/notebook
```
- [PyPi](https://pypi.org/project/notebook) (π₯ 28M / month Β· π¦ 2.3K Β· β±οΈ 07.01.2025):
```
pip install notebook
```
- [Conda](https://anaconda.org/conda-forge/jupyter) (π₯ 4.9M Β· β±οΈ 10.12.2024):
```
conda install -c conda-forge jupyter
```
- [Docker Hub](https://hub.docker.com/r/jupyter/datascience-notebook) (π₯ 34M Β· β 1.1K Β· β±οΈ 20.10.2023):
```
docker pull jupyter/datascience-notebook
```JupyterHub (π₯39 Β· β 8.2K) - Multi-user server for Jupyter notebooks.
BSD-3
- [GitHub](https://github.com/jupyterhub/jupyterhub) (π¨βπ» 370 Β· π 2K Β· π¦ 3.2K Β· π 2.5K - 7% open Β· β±οΈ 09.01.2025):
```
git clone https://github.com/jupyterhub/jupyterhub
```
- [PyPi](https://pypi.org/project/jupyterhub) (π₯ 160K / month Β· π¦ 220 Β· β±οΈ 21.10.2024):
```
pip install jupyterhub
```
- [Conda](https://anaconda.org/conda-forge/jupyterhub) (π₯ 1.3M Β· β±οΈ 21.10.2024):
```
conda install -c conda-forge jupyterhub
```
- [Docker Hub](https://hub.docker.com/r/jupyterhub/jupyterhub) (π₯ 5.5M Β· β 340 Β· β±οΈ 09.01.2025):
```
docker pull jupyterhub/jupyterhub
```Docker Stacks (π₯33 Β· β 8.5K) - Ready-to-run Docker images containing Jupyter applications.
BSD-3
- [GitHub](https://github.com/jupyter/docker-stacks) (π¨βπ» 250 Β· π 3K Β· π¦ 21 Β· π 910 - 1% open Β· β±οΈ 15.01.2025):
```
git clone https://github.com/jupyter/docker-stacks
```
- [Docker Hub](https://hub.docker.com/r/jupyter/scipy-notebook) (π₯ 92M Β· β 460 Β· β±οΈ 20.10.2023):
```
docker pull jupyter/scipy-notebook
```JupyterLab (π₯32 Β· β 14K) - JupyterLab computational environment.
BSD-3
- [GitHub](https://github.com/jupyterlab/jupyterlab) (π¨βπ» 510 Β· π 3.5K):
```
git clone https://github.com/jupyterlab/jupyterlab
```
- [PyPi](https://pypi.org/project/jupyterlab) (π₯ 28M / month Β· π¦ 2.9K Β· β±οΈ 08.01.2025):
```
pip install jupyterlab
```
- [Conda](https://anaconda.org/conda-forge/jupyterlab) (π₯ 12M Β· β±οΈ 08.01.2025):
```
conda install -c conda-forge jupyterlab
```
- [npm](https://www.npmjs.com/package/@jupyterlab/ui-components) (π₯ 160K / month Β· π¦ 420 Β· β±οΈ 08.01.2025):
```
npm install @jupyterlab/ui-components
```VSCode Jupyter (π₯32 Β· β 1.3K) - VS Code Jupyter extension.
MIT
- [GitHub](https://github.com/microsoft/vscode-jupyter) (π¨βπ» 270 Β· π 290 Β· π₯ 1K Β· π¦ 3 Β· π 10K - 4% open Β· β±οΈ 06.01.2025):
```
git clone https://github.com/microsoft/vscode-jupyter
```
- [Conda](https://anaconda.org/conda-forge/vscode-jupyter) (π₯ 110K Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge vscode-jupyter
```sos (π₯29 Β· β 280 Β· π) - SoS workflow system for daily data analysis.
BSD-3
- [GitHub](https://github.com/vatlab/sos) (π¨βπ» 36 Β· π 45 Β· π¦ 6.9K Β· π 1.5K - 4% open Β· β±οΈ 17.10.2024):
```
git clone https://github.com/vatlab/SOS
```
- [PyPi](https://pypi.org/project/sos-notebook) (π₯ 6.4K / month Β· π¦ 22 Β· β±οΈ 25.09.2023):
```
pip install sos-notebook
```
- [Conda](https://anaconda.org/conda-forge/sos) (π₯ 200K Β· β±οΈ 20.12.2024):
```
conda install -c conda-forge sos
```docker-python (π₯26 Β· β 2.7K) - Kaggle Python docker image.
Apache-2
- [GitHub](https://github.com/Kaggle/docker-python) (π¨βπ» 170 Β· π 940 Β· π 370 - 5% open Β· β±οΈ 14.01.2025):
```
git clone https://github.com/kaggle/docker-python
```
- [Docker Hub](https://hub.docker.com/r/kaggle/python) (π₯ 200K Β· β 190 Β· β±οΈ 10.01.2025):
```
docker pull kaggle/python
```gpu-jupyter (π₯16 Β· β 720) - GPU-Jupyter: Leverage the flexibility of Jupyterlab through the..
Apache-2
- [GitHub](https://github.com/iot-salzburg/gpu-jupyter) (π¨βπ» 15 Β· π 230 Β· π 98 - 5% open Β· β±οΈ 12.12.2024):
```
git clone https://github.com/iot-salzburg/gpu-jupyter
```jupyterlite (π₯12 Β· β 110) - Wasm powered Jupyter running in the browser.
BSD-3
- [GitHub](https://github.com/jtpio/jupyterlite) (π¨βπ» 68 Β· π 7 Β· β±οΈ 16.01.2025):
```
git clone https://github.com/jtpio/jupyterlite
```Show 7 hidden projects...
- nteract (π₯30 Β· β 6.2K Β· π) - The interactive computing suite for you!.
BSD-3
- DataLab (π₯23 Β· β 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
- ML Workspace (π₯21 Β· β 3.5K Β· π) - All-in-one web-based IDE specialized for machine learning..Apache-2
- retrolab (π₯20 Β· β 280 Β· π) - JupyterLab distribution with a retro look and feel.BSD-3
- jupyverse (π₯18 Β· β 250 Β· π) - A Jupyter server based on FastAPI.βοΈBSD-1-Clause
- ML Hub (π₯15 Β· β 320 Β· π) - Multi-user development platform for machine learning teams. Simple..Apache-2
## Interactive Widgets & Visualization
_Extensions that provide interactive UI-widgets and visualization tools._
πΒ best-of-ml-python - Data Visualization - Python-based data visualization libraries.
bokeh (π₯45 Β· β 20K) - Interactive Data Visualization in the browser, from Python.
BSD-3
- [GitHub](https://github.com/bokeh/bokeh) (π¨βπ» 710 Β· π 4.2K Β· π¦ 97K Β· π 7.8K - 10% open Β· β±οΈ 14.01.2025):
```
git clone https://github.com/bokeh/bokeh
```
- [PyPi](https://pypi.org/project/bokeh) (π₯ 3.4M / month Β· π¦ 1.8K Β· β±οΈ 09.01.2025):
```
pip install bokeh
```
- [Conda](https://anaconda.org/conda-forge/bokeh) (π₯ 16M Β· β±οΈ 09.12.2024):
```
conda install -c conda-forge bokeh
```
- [npm](https://www.npmjs.com/package/@bokeh/bokehjs) (π₯ 14K / month Β· π¦ 21 Β· β±οΈ 09.01.2025):
```
npm install @bokeh/bokehjs
```panel (π₯38 Β· β 4.9K) - Panel: The powerful data exploration & web app framework for Python.
BSD-3
- [GitHub](https://github.com/holoviz/panel) (π¨βπ» 180 Β· π 520 Β· π¦ 15K Β· π 3.8K - 30% open Β· β±οΈ 15.01.2025):
```
git clone https://github.com/holoviz/panel
```
- [PyPi](https://pypi.org/project/panel) (π₯ 570K / month Β· π¦ 440 Β· β±οΈ 18.12.2024):
```
pip install panel
```
- [Conda](https://anaconda.org/conda-forge/panel) (π₯ 1.9M Β· β±οΈ 19.12.2024):
```
conda install -c conda-forge panel
```
- [npm](https://www.npmjs.com/package/@holoviz/panel) (π₯ 18K / month Β· π¦ 5 Β· β±οΈ 18.12.2024):
```
npm install @holoviz/panel
```pandas-profiling (π₯37 Β· β 13K) - 1 Line of code data quality profiling & exploratory data..
MIT
- [GitHub](https://github.com/ydataai/ydata-profiling) (π¨βπ» 130 Β· π 1.7K Β· π₯ 230 Β· π¦ 5.1K Β· π 820 - 29% open Β· β±οΈ 19.12.2024):
```
git clone https://github.com/pandas-profiling/pandas-profiling
```
- [PyPi](https://pypi.org/project/pandas-profiling) (π₯ 410K / month Β· π¦ 180 Β· β±οΈ 03.02.2023):
```
pip install pandas-profiling
```
- [Conda](https://anaconda.org/conda-forge/pandas-profiling) (π₯ 480K Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge pandas-profiling
```ipywidgets (π₯36 Β· β 3.2K) - Interactive Widgets for the Jupyter Notebook.
BSD-3
- [GitHub](https://github.com/jupyter-widgets/ipywidgets) (π¨βπ» 220 Β· π 950 Β· π¦ 3 Β· π 2.1K - 36% open Β· β±οΈ 22.10.2024):
```
git clone https://github.com/jupyter-widgets/ipywidgets
```
- [PyPi](https://pypi.org/project/ipywidgets) (π₯ 19M / month Β· π¦ 4.4K Β· β±οΈ 22.10.2024):
```
pip install ipywidgets
```
- [Conda](https://anaconda.org/conda-forge/ipywidgets) (π₯ 17M Β· β±οΈ 06.12.2024):
```
conda install -c conda-forge ipywidgets
```
- [npm](https://www.npmjs.com/package/@jupyter-widgets/jupyterlab-manager) (π₯ 68K / month Β· π¦ 120 Β· β±οΈ 22.10.2024):
```
npm install @jupyter-widgets/jupyterlab-manager
```evidently (π₯35 Β· β 5.6K) - Evidently is an open-source ML and LLM observability framework...
Apache-2
- [GitHub](https://github.com/evidentlyai/evidently) (π¨βπ» 80 Β· π 620 Β· π₯ 300 Β· π¦ 5.2K Β· π 410 - 44% open Β· β±οΈ 16.01.2025):
```
git clone https://github.com/evidentlyai/evidently
```
- [PyPi](https://pypi.org/project/evidently) (π₯ 370K / month Β· π¦ 16 Β· β±οΈ 13.12.2024):
```
pip install evidently
```
- [Conda](https://anaconda.org/conda-forge/evidently) (π₯ 58K Β· β±οΈ 16.12.2024):
```
conda install -c conda-forge evidently
```papermill (π₯32 Β· β 6K) - Parameterize, execute, and analyze notebooks.
BSD-3
- [GitHub](https://github.com/nteract/papermill) (π¨βπ» 120 Β· π 430 Β· π¦ 6.7K Β· π 410 - 36% open Β· β±οΈ 05.10.2024):
```
git clone https://github.com/nteract/papermill
```
- [PyPi](https://pypi.org/project/papermill) (π₯ 3.1M / month Β· π¦ 340 Β· β±οΈ 26.04.2024):
```
pip install papermill
```
- [Conda](https://anaconda.org/conda-forge/papermill) (π₯ 740K Β· β±οΈ 17.12.2024):
```
conda install -c conda-forge papermill
```jupyter-matplotlib (π₯32 Β· β 1.6K) - Matplotlib Jupyter Integration.
BSD-3
- [GitHub](https://github.com/matplotlib/ipympl) (π¨βπ» 35 Β· π 220 Β· π¦ 14K Β· π 320 - 47% open Β· β±οΈ 02.01.2025):
```
git clone https://github.com/matplotlib/ipympl
```
- [PyPi](https://pypi.org/project/ipympl) (π₯ 340K / month Β· π¦ 420 Β· β±οΈ 02.01.2025):
```
pip install ipympl
```
- [Conda](https://anaconda.org/conda-forge/ipympl) (π₯ 1.8M Β· β±οΈ 07.01.2025):
```
conda install -c conda-forge ipympl
```
- [npm](https://www.npmjs.com/package/jupyter-matplotlib) (π₯ 8.9K / month Β· π¦ 7 Β· β±οΈ 02.01.2025):
```
npm install jupyter-matplotlib
```ipyleaflet (π₯32 Β· β 1.5K) - A Jupyter - Leaflet.js bridge.
MIT
- [GitHub](https://github.com/jupyter-widgets/ipyleaflet) (π¨βπ» 91 Β· π 360 Β· π¦ 14K Β· π 660 - 45% open Β· β±οΈ 05.12.2024):
```
git clone https://github.com/jupyter-widgets/ipyleaflet
```
- [PyPi](https://pypi.org/project/ipyleaflet) (π₯ 150K / month Β· π¦ 280 Β· β±οΈ 22.07.2024):
```
pip install ipyleaflet
```
- [Conda](https://anaconda.org/conda-forge/ipyleaflet) (π₯ 1.3M Β· β±οΈ 16.12.2024):
```
conda install -c conda-forge ipyleaflet
```
- [npm](https://www.npmjs.com/package/jupyter-leaflet) (π₯ 4.8K / month Β· π¦ 9 Β· β±οΈ 22.07.2024):
```
npm install jupyter-leaflet
```bqplot (π₯30 Β· β 3.6K) - Plotting library for IPython/Jupyter notebooks.
Apache-2
- [GitHub](https://github.com/bqplot/bqplot) (π¨βπ» 65 Β· π 470 Β· π¦ 61 Β· π 640 - 42% open Β· β±οΈ 22.10.2024):
```
git clone https://github.com/bqplot/bqplot
```
- [PyPi](https://pypi.org/project/bqplot) (π₯ 140K / month Β· π¦ 110 Β· β±οΈ 24.12.2024):
```
pip install bqplot
```
- [Conda](https://anaconda.org/conda-forge/bqplot) (π₯ 1.5M Β· β±οΈ 16.12.2024):
```
conda install -c conda-forge bqplot
```
- [npm](https://www.npmjs.com/package/bqplot) (π₯ 3K / month Β· π¦ 21 Β· β±οΈ 24.12.2024):
```
npm install bqplot
```nglview (π₯28 Β· β 840) - Jupyter widget to interactively view molecular structures and trajectories.
MIT
- [GitHub](https://github.com/nglviewer/nglview) (π¨βπ» 39 Β· π 130 Β· π₯ 310 Β· π¦ 4 Β· π 500 - 6% open Β· β±οΈ 08.12.2024):
```
git clone https://github.com/nglviewer/nglview
```
- [PyPi](https://pypi.org/project/nglview) (π₯ 32K / month Β· π¦ 91 Β· β±οΈ 25.11.2024):
```
pip install nglview
```
- [Conda](https://anaconda.org/conda-forge/nglview) (π₯ 850K Β· β±οΈ 25.11.2024):
```
conda install -c conda-forge nglview
```
- [npm](https://www.npmjs.com/package/nglview-js-widgets) (π₯ 2.4K / month Β· π¦ 7 Β· β±οΈ 28.11.2024):
```
npm install nglview-js-widgets
```itables (π₯27 Β· β 820) - Pandas DataFrames as Interactive DataTables.
MIT
- [GitHub](https://github.com/mwouts/itables) (π¨βπ» 9 Β· π 58 Β· π¦ 850 Β· π 180 - 17% open Β· β±οΈ 15.12.2024):
```
git clone https://github.com/mwouts/itables
```
- [PyPi](https://pypi.org/project/itables) (π₯ 430K / month Β· π¦ 57 Β· β±οΈ 07.12.2024):
```
pip install itables
```
- [Conda](https://anaconda.org/conda-forge/itables) (π₯ 98K Β· β±οΈ 29.12.2024):
```
conda install -c conda-forge itables
```ipydatagrid (π₯26 Β· β 590) - Fast Datagrid widget for the Jupyter Notebook and JupyterLab.
BSD-3
- [GitHub](https://github.com/jupyter-widgets/ipydatagrid) (π¨βπ» 26 Β· π 53 Β· π¦ 190 Β· π 170 - 44% open Β· β±οΈ 16.12.2024):
```
git clone https://github.com/bloomberg/ipydatagrid
```
- [PyPi](https://pypi.org/project/ipydatagrid) (π₯ 23K / month Β· π¦ 31 Β· β±οΈ 17.12.2024):
```
pip install ipydatagrid
```
- [Conda](https://anaconda.org/conda-forge/ipydatagrid) (π₯ 110K Β· β±οΈ 29.12.2024):
```
conda install -c conda-forge ipydatagrid
```
- [npm](https://www.npmjs.com/package/ipydatagrid) (π₯ 1.5K / month Β· π¦ 5 Β· β±οΈ 17.12.2024):
```
npm install ipydatagrid
```itkwidgets (π₯26 Β· β 590) - An elegant Python interface for visualization on the web platform..
Apache-2
- [GitHub](https://github.com/InsightSoftwareConsortium/itkwidgets) (π¨βπ» 27 Β· π 84 Β· π₯ 130 Β· π¦ 360 Β· π 290 - 42% open Β· β±οΈ 08.01.2025):
```
git clone https://github.com/InsightSoftwareConsortium/itkwidgets
```
- [PyPi](https://pypi.org/project/itkwidgets) (π₯ 12K / month Β· π¦ 32 Β· β±οΈ 08.01.2025):
```
pip install itkwidgets
```
- [Conda](https://anaconda.org/conda-forge/itkwidgets) (π₯ 450K Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge itkwidgets
```
- [npm](https://www.npmjs.com/package/itkwidgets) (π₯ 300 / month Β· π¦ 5 Β· β±οΈ 02.03.2023):
```
npm install itkwidgets
```jdaviz (π₯26 Β· β 150) - Interactive data visualization and analysis tools for astronomical..
BSD-3
- [GitHub](https://github.com/spacetelescope/jdaviz) (π¨βπ» 35 Β· π 72 Β· π¦ 54 Β· π 1K - 31% open Β· β±οΈ 14.01.2025):
```
git clone https://github.com/spacetelescope/jdaviz
```
- [PyPi](https://pypi.org/project/jdaviz) (π₯ 3K / month Β· π¦ 6 Β· β±οΈ 23.12.2024):
```
pip install jdaviz
```responsible-ai-widgets (π₯25 Β· β 1.4K) - Responsible AI Toolbox is a suite of tools providing..
MIT
- [GitHub](https://github.com/microsoft/responsible-ai-toolbox) (π¨βπ» 43 Β· π 370 Β· π 320 - 26% open Β· β±οΈ 07.01.2025):
```
git clone https://github.com/microsoft/responsible-ai-toolbox
```
- [PyPi](https://pypi.org/project/raiwidgets) (π₯ 8.6K / month Β· π¦ 6 Β· β±οΈ 08.07.2024):
```
pip install raiwidgets
```ipyregulartable (π₯24 Β· β 3.2K) - High performance, editable, stylable datagrids in jupyter..
Apache-2
- [GitHub](https://github.com/finos/ipyregulartable) (π¨βπ» 5 Β· π 950 Β· π¦ 15 Β· π 27 - 37% open Β· β±οΈ 18.11.2024):
```
git clone https://github.com/jpmorganchase/ipyregulartable
```
- [PyPi](https://pypi.org/project/ipyregulartable) (π₯ 340 / month Β· π¦ 2 Β· β±οΈ 08.01.2021):
```
pip install ipyregulartable
```
- [Conda](https://anaconda.org/conda-forge/ipyregulartable) (π₯ 7.5K Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge ipyregulartable
```
- [npm](https://www.npmjs.com/package/@jupyter-widgets/jupyterlab-manager) (π₯ 68K / month Β· π¦ 120 Β· β±οΈ 22.10.2024):
```
npm install @jupyter-widgets/jupyterlab-manager
```ipydagred3 (π₯24 Β· β 3.2K) - ipywidgets library for drawing directed acyclic graphs in..
Apache-2
- [GitHub](https://github.com/timkpaine/ipydagred3) (π¨βπ» 4 Β· π 950 Β· π¦ 3 Β· π 24 - 20% open Β· β±οΈ 18.11.2024):
```
git clone https://github.com/timkpaine/ipydagred3
```
- [PyPi](https://pypi.org/project/ipydagred3) (π₯ 130K / month Β· π¦ 6 Β· β±οΈ 31.10.2023):
```
pip install ipydagred3
```
- [Conda](https://anaconda.org/conda-forge/ipydagred3) (π₯ 42K Β· β±οΈ 31.12.2024):
```
conda install -c conda-forge ipydagred3
```
- [npm](https://www.npmjs.com/package/@jupyter-widgets/jupyterlab-manager) (π₯ 68K / month Β· π¦ 120 Β· β±οΈ 22.10.2024):
```
npm install @jupyter-widgets/jupyterlab-manager
```vega (π₯24 Β· β 380) - IPython/Jupyter notebook module for Vega and Vega-Lite.
BSD-3
- [GitHub](https://github.com/vega/ipyvega) (π¨βπ» 15 Β· π 65 Β· π¦ 4 Β· π 110 - 14% open Β· β±οΈ 01.01.2025):
```
git clone https://github.com/vega/ipyvega
```
- [PyPi](https://pypi.org/project/vega) (π₯ 14K / month Β· π¦ 17 Β· β±οΈ 25.09.2024):
```
pip install vega
```
- [Conda](https://anaconda.org/conda-forge/vega) (π₯ 690K Β· β±οΈ 25.09.2024):
```
conda install -c conda-forge vega
```ipyvuetify (π₯24 Β· β 350) - Jupyter widgets based on vuetify UI components.
MIT
- [GitHub](https://github.com/widgetti/ipyvuetify) (π¨βπ» 14 Β· π 59 Β· π¦ 1.6K Β· π 220 - 36% open Β· β±οΈ 31.07.2024):
```
git clone https://github.com/mariobuikhuizen/ipyvuetify
```
- [PyPi](https://pypi.org/project/ipyvuetify) (π₯ 150K / month Β· π¦ 82 Β· β±οΈ 31.07.2024):
```
pip install ipyvuetify
```
- [Conda](https://anaconda.org/conda-forge/ipyvuetify) (π₯ 240K Β· β±οΈ 02.08.2024):
```
conda install -c conda-forge ipyvuetify
```
- [npm](https://www.npmjs.com/package/jupyter-vuetify) (π₯ 5.8K / month Β· π¦ 6 Β· β±οΈ 31.07.2024):
```
npm install jupyter-vuetify
```ipywebrtc (π₯23 Β· β 250 Β· π€) - WebRTC for Jupyter notebook/lab.
MIT
- [GitHub](https://github.com/maartenbreddels/ipywebrtc) (π¨βπ» 10 Β· π 42 Β· π¦ 1.2K Β· π 70 - 60% open Β· β±οΈ 06.02.2024):
```
git clone https://github.com/maartenbreddels/ipywebrtc
```
- [PyPi](https://pypi.org/project/ipywebrtc) (π₯ 36K / month Β· π¦ 12 Β· β±οΈ 29.03.2021):
```
pip install ipywebrtc
```
- [Conda](https://anaconda.org/conda-forge/ipywebrtc) (π₯ 390K Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge ipywebrtc
```
- [npm](https://www.npmjs.com/package/jupyter-webrtc) (π₯ 150 / month Β· π¦ 6 Β· β±οΈ 29.03.2021):
```
npm install jupyter-webrtc
```ipysigma (π₯23 Β· β 230) - A Jupyter widget using sigma.js to render interactive networks.
MIT
- [GitHub](https://github.com/medialab/ipysigma) (π¨βπ» 6 Β· π 19 Β· π¦ 54 Β· π 220 - 29% open Β· β±οΈ 20.12.2024):
```
git clone https://github.com/Yomguithereal/ipysigma
```
- [PyPi](https://pypi.org/project/ipysigma) (π₯ 10K / month Β· π¦ 2 Β· β±οΈ 20.12.2024):
```
pip install ipysigma
```
- [npm](https://www.npmjs.com/package/ipysigma) (π₯ 430 / month Β· π¦ 5 Β· β±οΈ 20.12.2024):
```
npm install ipysigma
```ipyvizzu (π₯22 Β· β 960 Β· π€) - Build animated charts in Jupyter Notebook and similar..
Apache-2
- [GitHub](https://github.com/vizzuhq/ipyvizzu) (π¨βπ» 21 Β· π 87 Β· π₯ 330 Β· π¦ 170 Β· π 91 - 15% open Β· β±οΈ 29.04.2024):
```
git clone https://github.com/vizzuhq/ipyvizzu
```
- [PyPi](https://pypi.org/project/ipyvizzu) (π₯ 2K / month Β· π¦ 3 Β· β±οΈ 21.12.2023):
```
pip install ipyvizzu
```What-If Tool (π₯22 Β· β 930 Β· π€) - Source code/webpage/demos for the What-If Tool.
Apache-2
- [GitHub](https://github.com/PAIR-code/what-if-tool) (π¨βπ» 20 Β· π 170 Β· π¦ 2 Β· π 150 - 61% open Β· β±οΈ 01.02.2024):
```
git clone https://github.com/PAIR-code/what-if-tool
```
- [PyPi](https://pypi.org/project/witwidget) (π₯ 7.3K / month Β· π¦ 6 Β· β±οΈ 12.10.2021):
```
pip install witwidget
```
- [Conda](https://anaconda.org/conda-forge/tensorboard-plugin-wit) (π₯ 2.3M Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge tensorboard-plugin-wit
```
- [npm](https://www.npmjs.com/package/wit-widget) (π₯ 220 / month Β· π¦ 3 Β· β±οΈ 12.10.2021):
```
npm install wit-widget
```ipyvue (π₯22 Β· β 70) - Jupyter widgets base for Vue libraries.
MIT
- [GitHub](https://github.com/widgetti/ipyvue) (π¨βπ» 6 Β· π 18 Β· π¦ 1.2K Β· π 15 - 40% open Β· β±οΈ 14.11.2024):
```
git clone https://github.com/mariobuikhuizen/ipyvue
```
- [PyPi](https://pypi.org/project/ipyvue) (π₯ 150K / month Β· π¦ 36 Β· β±οΈ 14.11.2024):
```
pip install ipyvue
```
- [Conda](https://anaconda.org/conda-forge/ipyvue) (π₯ 190K Β· β±οΈ 14.11.2024):
```
conda install -c conda-forge ipyvue
```
- [npm](https://www.npmjs.com/package/jupyter-vue) (π₯ 3K / month Β· π¦ 16 Β· β±οΈ 14.11.2024):
```
npm install jupyter-vue
```ipysheet (π₯21 Β· β 540 Β· π€) - Jupyter handsontable integration.
MIT
- [GitHub](https://github.com/jupyter-widgets-contrib/ipysheet) (π¨βπ» 14 Β· π 67 Β· π¦ 7 Β· π 120 - 52% open Β· β±οΈ 04.01.2024):
```
git clone https://github.com/QuantStack/ipysheet
```
- [PyPi](https://pypi.org/project/ipysheet) (π₯ 12K / month Β· π¦ 38 Β· β±οΈ 28.11.2022):
```
pip install ipysheet
```
- [Conda](https://anaconda.org/conda-forge/ipysheet) (π₯ 140K Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge ipysheet
```
- [npm](https://www.npmjs.com/package/ipysheet) (π₯ 400 / month Β· π¦ 5 Β· β±οΈ 28.11.2022):
```
npm install ipysheet
```tributary (π₯21 Β· β 440 Β· π€) - Streaming reactive and dataflow graphs in Python.
Apache-2
- [GitHub](https://github.com/streamlet-dev/tributary) (π¨βπ» 7 Β· π 37 Β· π¦ 68 Β· π 83 - 12% open Β· β±οΈ 10.02.2024):
```
git clone https://github.com/timkpaine/tributary
```
- [PyPi](https://pypi.org/project/tributary) (π₯ 760 / month Β· β±οΈ 10.05.2023):
```
pip install tributary
```
- [Conda](https://anaconda.org/conda-forge/tributary) (π₯ 59K Β· β±οΈ 08.01.2025):
```
conda install -c conda-forge tributary
```Altair Viewer (π₯17 Β· β 81 Β· π€) - Viewer for Altair and Vega-Lite visualizations.
BSD-3
- [GitHub](https://github.com/altair-viz/altair_viewer) (π¨βπ» 4 Β· π 11 Β· β±οΈ 30.03.2024):
```
git clone https://github.com/altair-viz/altair_viewer
```
- [PyPi](https://pypi.org/project/altair_viewer) (π₯ 23K / month Β· π¦ 27 Β· β±οΈ 06.11.2021):
```
pip install altair_viewer
```
- [Conda](https://anaconda.org/conda-forge/altair_viewer) (π₯ 98K Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge altair_viewer
```perfume (π₯14 Β· β 33 Β· π€) - Interactive performance benchmarking in Jupyter.
BSD-3
- [GitHub](https://github.com/leifwalsh/perfume) (π¨βπ» 3 Β· π 3 Β· π¦ 2 Β· π 7 - 42% open Β· β±οΈ 16.03.2024):
```
git clone https://github.com/leifwalsh/perfume
```
- [PyPi](https://pypi.org/project/perfume-bench) (π₯ 330 / month Β· β±οΈ 20.05.2018):
```
pip install perfume-bench
```Show 27 hidden projects...
- D-Tale (π₯31 Β· β 4.8K) - Visualizer for Pandas Data Structures.
βοΈLGPL-2.1
- facets-overview (π₯27 Β· β 7.4K Β· π) - Visualizations for machine learning datasets.Apache-2
- jupyter-dash (π₯27 Β· β 960 Β· π) - OBSOLETE - Dash v2.11+ has Jupyter support built in!.MIT
- pythreejs (π₯27 Β· β 960 Β· π) - A Jupyter - Three.js bridge.BSD-3
- qgrid (π₯26 Β· β 3.1K Β· π) - An interactive grid for sorting, filtering, and editing DataFrames..Apache-2
- ipyvolume (π₯26 Β· β 2K Β· π) - 3d plotting for Python in the Jupyter notebook based on IPython..MIT
- ipycytoscape (π₯25 Β· β 270 Β· π) - A Cytoscape Jupyter widget.BSD-3
- Mapbox GL (π₯24 Β· β 670 Β· π) - Use Mapbox GL JS to visualize data in a Python Jupyter notebook.MIT
- lux (π₯23 Β· β 5.2K Β· π) - Automatically visualize your pandas dataframe via a single print!.Apache-2
- pivottablejs (π₯23 Β· β 690 Β· π) - Dragndrop Pivot Tables and Charts for Jupyter/IPython Notebook,..MIT
- ipycanvas (π₯23 Β· β 690 Β· π) - Interactive Canvas in Jupyter.BSD-3
- gmaps (π₯22 Β· β 760 Β· π) - Google maps for Jupyter notebooks.BSD-3
- nbtutor (π₯21 Β· β 460 Β· π) - Visualize Python code execution (line-by-line) in Jupyter Notebook..BSD-3
- ipydatawidgets (π₯21 Β· β 44 Β· π) - A set of widgets to help facilitate reuse of large datasets..BSD-3
- ipytree (π₯20 Β· β 130 Β· π) - A Tree Widget using Jupyter-widgets protocol and jsTree.MIT
- ipyscales (π₯17 Β· β 13 Β· π) - A widget library for scales.BSD-3
- 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
- niwidgets (π₯16 Β· β 84 Β· π) - Neuroimaging widgets for jupyter notebooks.Apache-2
- Jupyter DataTables (π₯15 Β· β 240 Β· π) - Jupyter Notebook extension leveraging pandas DataFrames..MIT
- ipymaterialui (π₯14 Β· β 87 Β· π) - Jupyter Widgets based on React Material UI components.MIT
- ipyaggrid (π₯14 Β· β 57 Β· π) - Jupyter widget - ag-grid in the notebook.MIT
- pigeon (π₯12 Β· β 780 Β· π) - Quickly annotate data from the comfort of your Jupyter notebook.Apache-2
- ipyp5 (π₯11 Β· β 42 Β· π) - p5.js Jupyter Widget.BSD-3
- easyexplore (π₯11 Β· β 5 Β· π) - Toolbox for easy and effective data exploration in Python.βοΈGPL-3.0
- ipyannotate (π₯10 Β· β 140 Β· π) - Jupyter Widget for data annotation.βUnlicensed
- Vision UI (π₯7 Β· β 250 Β· π) - UI visual interface for fastai - now compatible with Google..βUnlicensed
## Jupyter Extensions
_Application plugins that extend the functionality of Jupyter itself._
nbgrader (π₯28 Β· β 1.3K) - A system for assigning and grading notebooks.
BSD-3
- [GitHub](https://github.com/jupyter/nbgrader) (π¨βπ» 110 Β· π 320 Β· π₯ 630 Β· π¦ 3 Β· π 950 - 29% open Β· β±οΈ 20.11.2024):
```
git clone https://github.com/jupyter/nbgrader
```
- [PyPi](https://pypi.org/project/nbgrader) (π₯ 6.7K / month Β· π¦ 21 Β· β±οΈ 18.11.2024):
```
pip install nbgrader
```
- [Conda](https://anaconda.org/conda-forge/nbgrader) (π₯ 200K Β· β±οΈ 19.11.2024):
```
conda install -c conda-forge nbgrader
```jupyter-server-proxy (π₯28 Β· β 350) - Jupyter notebook server extension to proxy web services.
BSD-3
- [GitHub](https://github.com/jupyterhub/jupyter-server-proxy) (π¨βπ» 78 Β· π 150 Β· π¦ 5 Β· π 220 - 37% open Β· β±οΈ 04.12.2024):
```
git clone https://github.com/jupyterhub/jupyter-server-proxy
```
- [PyPi](https://pypi.org/project/jupyter-server-proxy) (π₯ 200K / month Β· π¦ 180 Β· β±οΈ 29.08.2024):
```
pip install jupyter-server-proxy
```
- [Conda](https://anaconda.org/conda-forge/jupyter-server-proxy) (π₯ 1.7M Β· β±οΈ 16.12.2024):
```
conda install -c conda-forge jupyter-server-proxy
```
- [npm](https://www.npmjs.com/package/@jupyterlab/server-proxy) (π₯ 1.3K / month Β· π¦ 7 Β· β±οΈ 11.06.2024):
```
npm install @jupyterlab/server-proxy
```NBextensions Configurator (π₯25 Β· β 980 Β· π€) - A jupyter notebook serverextension providing config..
BSD-3
- [GitHub](https://github.com/Jupyter-contrib/jupyter_nbextensions_configurator) (π¨βπ» 24 Β· π 120 Β· π¦ 930 Β· π 110 - 66% open Β· β±οΈ 05.06.2024):
```
git clone https://github.com/jupyter-contrib/jupyter_nbextensions_configurator
```
- [PyPi](https://pypi.org/project/jupyter_nbextensions_configurator) (π₯ 330K / month Β· π¦ 35 Β· β±οΈ 05.06.2024):
```
pip install jupyter_nbextensions_configurator
```
- [Conda](https://anaconda.org/conda-forge/jupyter_nbextensions_configurator) (π₯ 1.8M Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge jupyter_nbextensions_configurator
```nbgitpuller (π₯25 Β· β 210) - Jupyter server extension to sync a git repository one-way to a..
BSD-3
- [GitHub](https://github.com/jupyterhub/nbgitpuller) (π¨βπ» 34 Β· π 86 Β· π¦ 910 Β· π 180 - 47% open Β· β±οΈ 18.11.2024):
```
git clone https://github.com/jupyterhub/nbgitpuller
```
- [PyPi](https://pypi.org/project/nbgitpuller) (π₯ 21K / month Β· π¦ 10 Β· β±οΈ 29.03.2024):
```
pip install nbgitpuller
```
- [Conda](https://anaconda.org/conda-forge/nbgitpuller) (π₯ 110K Β· β±οΈ 07.01.2025):
```
conda install -c conda-forge nbgitpuller
```Resource Usage (π₯24 Β· β 500) - Jupyter Notebook Extension for monitoring your own Resource..
BSD-2
- [GitHub](https://github.com/jupyter-server/jupyter-resource-usage) (π¨βπ» 35 Β· π 100 Β· π₯ 470 Β· π¦ 830 Β· π 94 - 48% open Β· β±οΈ 28.08.2024):
```
git clone https://github.com/jupyter-server/jupyter-resource-usage
```
- [PyPi](https://pypi.org/project/jupyter-resource-usage) (π₯ 50K / month Β· π¦ 15 Β· β±οΈ 31.07.2024):
```
pip install jupyter-resource-usage
```
- [Conda](https://anaconda.org/conda-forge/nbresuse) (π₯ 570K Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge nbresuse
```
- [npm](https://www.npmjs.com/package/@jupyter-server/resource-usage) (π₯ 2.5K / month Β· π¦ 6 Β· β±οΈ 31.07.2024):
```
npm install @jupyter-server/resource-usage
```Rsession Proxy (π₯23 Β· β 120) - Jupyter extensions for running an RStudio rsession proxy.
BSD-3
- [GitHub](https://github.com/jupyterhub/jupyter-rsession-proxy) (π¨βπ» 27 Β· π 87 Β· π¦ 62 Β· π 91 - 45% open Β· β±οΈ 14.01.2025):
```
git clone https://github.com/jupyterhub/jupyter-rsession-proxy
```
- [PyPi](https://pypi.org/project/jupyter-rsession-proxy) (π₯ 6.1K / month Β· π¦ 2 Β· β±οΈ 14.01.2025):
```
pip install jupyter-rsession-proxy
```
- [Conda](https://anaconda.org/conda-forge/jupyter-rsession-proxy) (π₯ 32K Β· β±οΈ 15.01.2025):
```
conda install -c conda-forge jupyter-rsession-proxy
```pyforest (π₯22 Β· β 1.1K Β· π€) - pyforest - feel the bliss of automated imports.
MIT
- [GitHub](https://github.com/8080labs/pyforest) (π¨βπ» 15 Β· π 200 Β· π 34 - 32% open Β· β±οΈ 14.06.2024):
```
git clone https://github.com/8080labs/pyforest
```
- [PyPi](https://pypi.org/project/pyforest) (π₯ 2.9K / month Β· π¦ 15 Β· β±οΈ 14.06.2024):
```
pip install pyforest
```Appmode (π₯21 Β· β 460 Β· π€) - A Jupyter extensions that turns notebooks into web applications.
MIT
- [GitHub](https://github.com/oschuett/appmode) (π¨βπ» 10 Β· π 70 Β· π¦ 390 Β· π 59 - 5% open Β· β±οΈ 12.05.2024):
```
git clone https://github.com/oschuett/appmode
```
- [PyPi](https://pypi.org/project/appmode) (π₯ 1.4K / month Β· π¦ 8 Β· β±οΈ 12.05.2024):
```
pip install appmode
```
- [Conda](https://anaconda.org/conda-forge/appmode) (π₯ 280K Β· β±οΈ 12.05.2024):
```
conda install -c conda-forge appmode
```jupyter-archive (π₯21 Β· β 79) - A Jupyter/Jupyterlab extension to make, download and extract..
BSD-3
- [GitHub](https://github.com/jupyterlab-contrib/jupyter-archive) (π¨βπ» 11 Β· π 15 Β· π₯ 3.3K Β· π¦ 270 Β· π 44 - 18% open Β· β±οΈ 06.01.2025):
```
git clone https://github.com/jupyterlab-contrib/jupyter-archive
```
- [PyPi](https://pypi.org/project/jupyter-archive) (π₯ 31K / month Β· π¦ 7 Β· β±οΈ 15.08.2023):
```
pip install jupyter-archive
```
- [Conda](https://anaconda.org/conda-forge/jupyter-archive) (π₯ 83K Β· β±οΈ 06.01.2025):
```
conda install -c conda-forge jupyter-archive
```
- [npm](https://www.npmjs.com/package/@hadim/jupyter-archive) (π₯ 110 / month Β· π¦ 5 Β· β±οΈ 15.08.2023):
```
npm install @hadim/jupyter-archive
```gator (π₯19 Β· β 270) - Conda environment and package management extension from within Jupyter.
BSD-3
- [GitHub](https://github.com/mamba-org/gator) (π¨βπ» 26 Β· π 29 Β· π₯ 8 Β· π¦ 5 Β· π 64 - 32% open Β· β±οΈ 06.01.2025):
```
git clone https://github.com/mamba-org/gator
```
- [PyPi](https://pypi.org/project/mamba-gator) (π₯ 440 / month Β· β±οΈ 03.09.2021):
```
pip install mamba-gator
```
- [Conda](https://anaconda.org/conda-forge/mamba_gator) (π₯ 50K Β· β±οΈ 12.01.2025):
```
conda install -c conda-forge mamba_gator
```
- [npm](https://www.npmjs.com/package/@mamba-org/gator-lab) (π₯ 37 / 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 (π₯29 Β· β 5.3K Β· π) - A collection of various notebook extensions for..
BSD-3
- Jupyter Themes (π₯28 Β· β 9.8K Β· π) - Custom Jupyter Notebook Themes.MIT
- HTTP-over-WebSocket (π₯19 Β· β 270 Β· π) - Jupyter support for HTTP-over-ws.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
- jupyter-tabnine (π₯16 Β· β 800 Β· π) - Autocompletion with Deep Learning on Jupyter Notebook.MIT
- jupyter-tensorboard (π₯16 Β· β 460 Β· π) - Start Tensorboard in Jupyter Notebook.MIT
- nbzip (π₯15 Β· β 90 Β· π) - Zips and downloads all the contents of a jupyter notebook.Apache-2
- Content Management (π₯15 Β· β 78 Β· π) - Jupyter Content Management Extensions.BSD-3
- PPExtensions (π₯15 Β· β 50 Β· π) - Set of iPython and Jupyter extensions to improve user..BSD-3
- jupyter-nbrequirements (π₯15 Β· β 21 Β· π) - Dependency management and optimization in Jupyter..MIT
- jupyterterminals (π₯9 Β· β 12 Β· π) - Jupyter plugin to support inline terminal shells along with..MIT
## Jupyter Magic
_Extensions that provide magic commands to access convenient functionality within a notebook._
sparkmagic (π₯32 Β· β 1.3K) - Jupyter magics and kernels for working with remote Spark clusters.
BSD-3
- [GitHub](https://github.com/jupyter-incubator/sparkmagic) (π¨βπ» 69 Β· π 450 Β· π¦ 380 Β· π 460 - 34% open Β· β±οΈ 22.11.2024):
```
git clone https://github.com/jupyter-incubator/sparkmagic
```
- [PyPi](https://pypi.org/project/sparkmagic) (π₯ 26K / month Β· π¦ 7 Β· β±οΈ 13.11.2024):
```
pip install sparkmagic
```
- [Conda](https://anaconda.org/conda-forge/sparkmagic) (π₯ 150K Β· β±οΈ 14.11.2024):
```
conda install -c conda-forge sparkmagic
```watermark (π₯24 Β· β 910) - An IPython magic extension for printing date and time stamps, version..
BSD-3
- [GitHub](https://github.com/rasbt/watermark) (π¨βπ» 21 Β· π 92 Β· π¦ 2.6K Β· π 48 - 29% open Β· β±οΈ 22.09.2024):
```
git clone https://github.com/rasbt/watermark
```
- [PyPi](https://pypi.org/project/watermark) (π₯ 39K / month Β· π¦ 82 Β· β±οΈ 21.09.2024):
```
pip install watermark
```
- [Conda](https://anaconda.org/conda-forge/watermark) (π₯ 320K Β· β±οΈ 21.09.2024):
```
conda install -c conda-forge watermark
```ipycache (π₯17 Β· β 140) - Defines a %%cache cell magic in the IPython notebook to cache results..
BSD-3
- [GitHub](https://github.com/rossant/ipycache) (π¨βπ» 11 Β· π 25 Β· π¦ 35 Β· π 39 - 43% open Β· β±οΈ 21.11.2024):
```
git clone https://github.com/rossant/ipycache
```
- [PyPi](https://pypi.org/project/ipycache) (π₯ 190 / month Β· π¦ 2 Β· β±οΈ 13.10.2013):
```
pip install ipycache
```
- [Conda](https://anaconda.org/conda-forge/ipycache) (π₯ 96K Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge ipycache
```Show 9 hidden projects...
- ipython-sql (π₯29 Β· β 1.8K Β· π) - %%sql magic for IPython, hopefully evolving into full SQL client.
MIT
- pick (π₯22 Β· β 720 Β· π) - 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
- nb_black (π₯17 Β· β 360 Β· π) - A simple extension for Jupyter Notebook and Jupyter Lab to beautify..MIT
- blackcellmagic (π₯17 Β· β 310 Β· π) - IPython magic command to format python code in cell using..MIT
- py_d3 (π₯16 Β· β 450 Β· π) - D3 block magic for Jupyter notebook.MIT
- SQLCell (π₯16 Β· β 150 Β· π) - SQLCell is a magic function for the Jupyter Notebook that executes..MIT
- jupyter-notify (π₯15 Β· β 580 Β· π) - A Jupyter Notebook magic for browser notifications of cell..BSD-3
- jupyter-manim (π₯12 Β· β 200 Β· π) - manim cell magic for IPython/Jupyter to show the output video.MIT
## Jupyter Kernels
_Jupyter kernels that run and introspect the user's code in a given language._
IPython Kernel (π₯40 Β· β 660) - IPython Kernel for Jupyter.
BSD-3
- [GitHub](https://github.com/ipython/ipykernel) (π¨βπ» 180 Β· π 370 Β· π₯ 3.2K Β· π¦ 450K Β· π 540 - 52% open Β· β±οΈ 20.12.2024):
```
git clone https://github.com/ipython/ipykernel
```
- [PyPi](https://pypi.org/project/ipykernel) (π₯ 31M / month Β· π¦ 4K Β· β±οΈ 22.10.2024):
```
pip install ipykernel
```
- [Conda](https://anaconda.org/anaconda/ipykernel) (π₯ 980K Β· π¦ 73 Β· β±οΈ 11.10.2024):
```
conda install -c anaconda ipykernel
```LFortran (π₯30 Β· β 1K) - Official main repository for LFortran.
MIT
- [GitHub](https://github.com/lfortran/lfortran) (π¨βπ» 100 Β· π 160 Β· π₯ 2.2K Β· π 2.9K - 53% open Β· β±οΈ 16.01.2025):
```
git clone https://github.com/lfortran/lfortran
```
- [PyPi](https://pypi.org/project/lfortran) (π₯ 170 / month Β· β±οΈ 31.07.2020):
```
pip install lfortran
```
- [Conda](https://anaconda.org/conda-forge/lfortran) (π₯ 180K Β· β±οΈ 16.01.2025):
```
conda install -c conda-forge lfortran
```Bash Kernel (π₯26 Β· β 710) - A bash kernel for IPython.
BSD-3
- [GitHub](https://github.com/takluyver/bash_kernel) (π¨βπ» 21 Β· π 140 Β· π¦ 360 Β· π 110 - 11% open Β· β±οΈ 05.01.2025):
```
git clone https://github.com/takluyver/bash_kernel
```
- [PyPi](https://pypi.org/project/bash_kernel) (π₯ 70K / month Β· π¦ 23 Β· β±οΈ 05.01.2025):
```
pip install bash_kernel
```
- [Conda](https://anaconda.org/conda-forge/bash_kernel) (π₯ 220K Β· β±οΈ 06.01.2025):
```
conda install -c conda-forge bash_kernel
```Metakernel (π₯26 Β· β 350 Β· π€) - Jupyter/IPython Kernel Tools.
BSD-3
- [GitHub](https://github.com/Calysto/metakernel) (π¨βπ» 34 Β· π 85 Β· π₯ 360 Β· π¦ 960 Β· π 150 - 22% open Β· β±οΈ 04.04.2024):
```
git clone https://github.com/Calysto/metakernel
```
- [PyPi](https://pypi.org/project/metakernel) (π₯ 33K / month Β· π¦ 58 Β· β±οΈ 26.03.2024):
```
pip install metakernel
```
- [Conda](https://anaconda.org/conda-forge/metakernel) (π₯ 900K Β· β±οΈ 15.12.2024):
```
conda install -c conda-forge metakernel
```Evcxr (π₯24 Β· β 5.7K) - An evaluation context for Rust, including a Jupyter Kernel.
MIT
- [GitHub](https://github.com/evcxr/evcxr) (π¨βπ» 49 Β· π 220 Β· π₯ 5.8K Β· π¦ 170 Β· π 260 - 42% open Β· β±οΈ 11.10.2024):
```
git clone https://github.com/evcxr/evcxr
```.NET Interactive (π₯24 Β· β 3K) - .NET Interactive combines the power of .NET with many other..
MIT
- [GitHub](https://github.com/dotnet/interactive) (π¨βπ» 120 Β· π 390 Β· π₯ 520 Β· π 1.6K - 33% open Β· β±οΈ 15.01.2025):
```
git clone https://github.com/dotnet/interactive
```almond (π₯24 Β· β 1.6K) - A Scala kernel for Jupyter.
BSD-3
- [GitHub](https://github.com/almond-sh/almond) (π¨βπ» 42 Β· π 240 Β· π₯ 2.9K Β· π 350 - 40% open Β· β±οΈ 06.11.2024):
```
git clone https://github.com/almond-sh/almond
```
- [Docker Hub](https://hub.docker.com/r/almondsh/almond) (π₯ 20K Β· β 6 Β· β±οΈ 03.06.2024):
```
docker pull almondsh/almond
```Octave Kernel (π₯24 Β· β 450 Β· π€) - An Octave kernel for IPython.
BSD-3
- [GitHub](https://github.com/Calysto/octave_kernel) (π¨βπ» 20 Β· π 67 Β· π₯ 310 Β· π¦ 93 Β· π 180 - 18% open Β· β±οΈ 15.04.2024):
```
git clone https://github.com/calysto/octave_kernel
```
- [PyPi](https://pypi.org/project/octave_kernel) (π₯ 15K / month Β· π¦ 7 Β· β±οΈ 15.04.2024):
```
pip install octave_kernel
```
- [Conda](https://anaconda.org/conda-forge/octave_kernel) (π₯ 600K Β· β±οΈ 28.12.2024):
```
conda install -c conda-forge octave_kernel
```IHaskell (π₯23 Β· β 2.6K) - A Haskell kernel for the Jupyter project.
MIT
- [GitHub](https://github.com/IHaskell/IHaskell) (π¨βπ» 120 Β· π 260 Β· π 790 - 5% open Β· β±οΈ 12.01.2025):
```
git clone https://github.com/gibiansky/IHaskell
```
- [npm](https://www.npmjs.com/package/ihaskell_jupyterlab) (π₯ 17 / 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 Β· π 600 - 11% open Β· β±οΈ 29.04.2024):
```
git clone https://github.com/IRkernel/IRkernel
```
- [Conda](https://anaconda.org/r/r-irkernel) (π₯ 170K Β· β±οΈ 16.01.2024):
```
conda install -c r r-irkernel
```
- [Docker Hub](https://hub.docker.com/r/jupyter/r-notebook) (π₯ 2.4M Β· β 60 Β· β±οΈ 20.10.2023):
```
docker pull jupyter/r-notebook
```IRuby (π₯22 Β· β 910) - Official gem repository: Ruby kernel for Jupyter/IPython Notebook.
MIT
- [GitHub](https://github.com/SciRuby/iruby) (π¨βπ» 52 Β· π 31 Β· π₯ 22 Β· π¦ 250 Β· π 200 - 25% open Β· β±οΈ 29.12.2024):
```
git clone https://github.com/SciRuby/iruby
```
- [Docker Hub](https://hub.docker.com/r/rubydata/datascience-notebook) (π₯ 2.5K Β· β 5 Β· β±οΈ 03.02.2023):
```
docker pull rubydata/datascience-notebook
```xeus-python (π₯22 Β· β 440) - Jupyter kernel for the Python programming language.
BSD-3
- [GitHub](https://github.com/jupyter-xeus/xeus-python) (π¨βπ» 25 Β· π 75 Β· π 200 - 33% open Β· β±οΈ 13.01.2025):
```
git clone https://github.com/jupyter-xeus/xeus-python
```
- [PyPi](https://pypi.org/project/xeus-python) (π₯ 16K / month Β· π¦ 3 Β· β±οΈ 22.12.2023):
```
pip install xeus-python
```
- [Conda](https://anaconda.org/conda-forge/xeus-python) (π₯ 1.8M Β· β±οΈ 23.10.2024):
```
conda install -c conda-forge xeus-python
```IJulia.jl (π₯21 Β· β 2.8K) - Julia kernel for Jupyter.
MIT
- [GitHub](https://github.com/JuliaLang/IJulia.jl) (π¨βπ» 110 Β· π 420 Β· π 860 - 16% open Β· β±οΈ 11.12.2024):
```
git clone https://github.com/JuliaLang/IJulia.jl
```xeus-cling (π₯20 Β· β 3.1K Β· π€) - Jupyter kernel for the C++ programming language.
BSD-3
- [GitHub](https://github.com/jupyter-xeus/xeus-cling) (π¨βπ» 27 Β· π 300 Β· π 300 - 55% open Β· β±οΈ 16.04.2024):
```
git clone https://github.com/jupyter-xeus/xeus-cling
```
- [Conda](https://anaconda.org/conda-forge/xeus-cling) (π₯ 290K Β· β±οΈ 11.11.2023):
```
conda install -c conda-forge xeus-cling
```Apache Toree (π₯20 Β· β 740) - Jupyter kernel for Apache Spark.
Apache-2
- [GitHub](https://github.com/apache/incubator-toree) (π¨βπ» 110 Β· π 220 Β· β±οΈ 08.11.2024):
```
git clone https://github.com/apache/incubator-toree
```
- [PyPi](https://pypi.org/project/toree) (π₯ 6.8K / month Β· β±οΈ 21.04.2022):
```
pip install toree
```nb_conda_kernels (π₯20 Β· β 600) - Package for managing conda environment-based kernels inside..
BSD-3
- [GitHub](https://github.com/anaconda/nb_conda_kernels) (π¨βπ» 20 Β· π 69 Β· π 160 - 6% open Β· β±οΈ 04.11.2024):
```
git clone https://github.com/Anaconda-Platform/nb_conda_kernels
```
- [Conda](https://anaconda.org/conda-forge/nb_conda_kernels) (π₯ 1.5M Β· β±οΈ 26.04.2024):
```
conda install -c conda-forge nb_conda_kernels
```clojupyter (π₯19 Β· β 840) - a Jupyter kernel for Clojure.
MIT
- [GitHub](https://github.com/clojupyter/clojupyter) (π¨βπ» 29 Β· π 90 Β· π₯ 9 Β· π 110 - 8% open Β· β±οΈ 07.01.2025):
```
git clone https://github.com/clojupyter/clojupyter
```
- [Conda](https://anaconda.org/simplect/clojupyter) (π₯ 3.8K Β· β±οΈ 20.07.2023):
```
conda install -c simplect clojupyter
```
- [Docker Hub](https://hub.docker.com/r/simplect/clojupyter) (π₯ 430 Β· β±οΈ 25.04.2019):
```
docker pull simplect/clojupyter
```SAS Kernel (π₯18 Β· β 200) - A Jupyter kernel for SAS. This opens up all the data manipulation..
Apache-2
- [GitHub](https://github.com/sassoftware/sas_kernel) (π¨βπ» 11 Β· π 83 Β· π 60 - 1% open Β· β±οΈ 17.07.2024):
```
git clone https://github.com/sassoftware/sas_kernel
```
- [PyPi](https://pypi.org/project/sas_kernel) (π₯ 3.8K / month Β· π¦ 2 Β· β±οΈ 01.12.2022):
```
pip install sas_kernel
```
- [Conda](https://anaconda.org/anaconda/sas_kernel) (π₯ 2.9K Β· β±οΈ 16.06.2023):
```
conda install -c anaconda sas_kernel
```xeus-sqlite (π₯16 Β· β 170) - Jupyter kernel for SQLite.
BSD-3
- [GitHub](https://github.com/jupyter-xeus/xeus-sqlite) (π¨βπ» 14 Β· π 24 Β· π 48 - 35% open Β· β±οΈ 16.12.2024):
```
git clone https://github.com/jupyter-xeus/xeus-sqlite
```
- [Conda](https://anaconda.org/conda-forge/xeus-sqlite) (π₯ 55K Β· β±οΈ 16.12.2024):
```
conda install -c conda-forge xeus-sqlite
```nbstata (π₯16 Β· β 31) - A Jupyter kernel for Stata built on pystata.
βοΈGPL-3.0
- [GitHub](https://github.com/hugetim/nbstata) (π¨βπ» 1 Β· π 3 Β· π 41 - 24% open Β· β±οΈ 05.11.2024):
```
git clone https://github.com/hugetim/nbstata
```
- [PyPi](https://pypi.org/project/nbstata) (π₯ 1.8K / month Β· β±οΈ 29.10.2024):
```
pip install nbstata
```IElixir (π₯14 Β· β 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) (π₯ 3 / month Β· π¦ 5 Β· β±οΈ 11.05.2021):
```
npm install jupyterlab-ielixir
```
- [Docker Hub](https://hub.docker.com/r/pprzetacznik/ielixir) (π₯ 400 Β· β 1 Β· β±οΈ 26.05.2024):
```
docker pull pprzetacznik/ielixir
```Show 23 hidden projects...
- xonsh (π₯35 Β· β 8.5K) - Python-powered shell. Full-featured and cross-platform.
βοΈCustom
- Kernel Gateway (π₯25 Β· β 510 Β· π€) - Jupyter Kernel Gateway.βUnlicensed
- IJavascript (π₯24 Β· β 2.2K Β· π) - IJavascript is a javascript kernel for the Jupyter notebook.BSD-3
- gophernotes (π₯22 Β· β 3.9K Β· π) - The Go kernel for Jupyter notebooks and nteract.MIT
- Enterprise Gateway (π₯20 Β· β 630) - A lightweight, multi-tenant, scalable and secure..βUnlicensed
- Spylon Kernel (π₯20 Β· β 190 Β· π) - Jupyter kernel for scala and spark.BSD-3
- IJava (π₯19 Β· β 1.1K Β· π) - A Jupyter kernel for executing Java code.MIT
- Ansible Kernel (π₯19 Β· β 540 Β· π) - Jupyter Notebook Kernel for running Ansible Tasks and..Apache-2
- Matlab Kernel (π₯19 Β· β 470 Β· π) - Jupyter Kernel for Matlab.BSD-3
- OCaml Kernel (π₯18 Β· β 290 Β· π) - An OCaml kernel for Jupyter (IPython) notebook.MIT
- SciJava Kernel (π₯18 Β· β 180 Β· π) - [RETIRED] Try IJava or BeakerX.Apache-2
- F# Kernel (π₯17 Β· β 440 Β· π) - F# for Jupyter Notebooks.BSD-3
- notebookJS (π₯17 Β· β 270 Β· π) - notebookJS: seamless JavaScript integration in Python Notebooks.MIT
- Kernel Detection (π₯16 Β· β 150 Β· π) - An Jupyter plugin to enable the automatic detection of..BSD-2
- Wolfram Kernel (π₯15 Β· β 1.1K Β· π) - Wolfram Language kernel for Jupyter notebooks.MIT
- lgo (π₯14 Β· β 2.4K Β· π) - Interactive Go programming with Jupyter.BSD-3
- allthekernels (π₯14 Β· β 77 Β· π) - A multiplexer kernel for Jupyter.MIT
- SSH Kernel (π₯14 Β· β 73 Β· π) - SSH Kernel for Jupyter.BSD-3
- pidgy (π₯14 Β· β 44 Β· π) - Interactive computing in Markdown.BSD-3
- ssh_ipykernel (π₯12 Β· β 16 Β· π) - A remote jupyter kernel via ssh.MIT
- remote_ikernel (π₯11 Β· β 18 Β· π) - All your Jupyter kernels, on all your machines, in one place.BSD-2
- 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
_Tools to share, convert and simplify collaboration (e.g., via git) with notebook files._
nbconvert (π₯39 Β· β 1.8K) - Jupyter Notebook Conversion.
BSD-3
- [GitHub](https://github.com/jupyter/nbconvert) (π¨βπ» 280 Β· π 570 Β· π₯ 1.7K Β· π¦ 330K Β· π 1.2K - 46% open Β· β±οΈ 02.01.2025):
```
git clone https://github.com/jupyter/nbconvert
```
- [PyPi](https://pypi.org/project/nbconvert) (π₯ 27M / month Β· π¦ 2.1K Β· β±οΈ 02.01.2025):
```
pip install nbconvert
```
- [Conda](https://anaconda.org/conda-forge/nbconvert) (π₯ 20M Β· β±οΈ 07.01.2025):
```
conda install -c conda-forge nbconvert
```Jupytext (π₯35 Β· β 6.7K) - Jupyter Notebooks as Markdown Documents, Julia, Python or R scripts.
MIT
- [GitHub](https://github.com/mwouts/jupytext) (π¨βπ» 91 Β· π 390 Β· π¦ 9.1K Β· π 700 - 20% open Β· β±οΈ 17.12.2024):
```
git clone https://github.com/mwouts/jupytext
```
- [PyPi](https://pypi.org/project/jupytext) (π₯ 900K / month Β· π¦ 590 Β· β±οΈ 17.12.2024):
```
pip install jupytext
```
- [Conda](https://anaconda.org/conda-forge/jupytext) (π₯ 990K Β· β±οΈ 19.12.2024):
```
conda install -c conda-forge jupytext
```
- [npm](https://www.npmjs.com/package/jupyterlab-jupytext) (π₯ 2.7K / month Β· π¦ 5 Β· β±οΈ 05.05.2024):
```
npm install jupyterlab-jupytext
```Jupyter Book (π₯34 Β· β 3.9K Β· π) - Create beautiful, publication-quality books and documents..
BSD-3
- [GitHub](https://github.com/jupyter-book/jupyter-book) (π¨βπ» 140 Β· π 670 Β· π₯ 22 Β· π¦ 16K Β· π 1.4K - 44% open Β· β±οΈ 09.01.2025):
```
git clone https://github.com/executablebooks/jupyter-book
```
- [PyPi](https://pypi.org/project/jupyter-book) (π₯ 130K / month Β· π¦ 370 Β· β±οΈ 14.01.2025):
```
pip install jupyter-book
```
- [Conda](https://anaconda.org/conda-forge/jupyter-book) (π₯ 190K Β· β±οΈ 30.12.2024):
```
conda install -c conda-forge jupyter-book
```nbdime (π₯33 Β· β 2.7K) - Tools for diffing and merging of Jupyter notebooks.
BSD-3
- [GitHub](https://github.com/jupyter/nbdime) (π¨βπ» 51 Β· π 160 Β· π₯ 270 Β· π¦ 11K Β· π 360 - 26% open Β· β±οΈ 05.09.2024):
```
git clone https://github.com/jupyter/nbdime
```
- [PyPi](https://pypi.org/project/nbdime) (π₯ 160K / month Β· π¦ 99 Β· β±οΈ 05.09.2024):
```
pip install nbdime
```
- [Conda](https://anaconda.org/conda-forge/nbdime) (π₯ 1.1M Β· β±οΈ 18.12.2024):
```
conda install -c conda-forge nbdime
```
- [npm](https://www.npmjs.com/package/nbdime-jupyterlab) (π₯ 11K / month Β· π¦ 8 Β· β±οΈ 05.09.2024):
```
npm install nbdime-jupyterlab
```Voila (π₯32 Β· β 5.5K Β· π) - Voil turns Jupyter notebooks into standalone web applications.
BSD-3
- [GitHub](https://github.com/voila-dashboards/voila) (π¨βπ» 73 Β· π 500 Β· π₯ 1.8K Β· π¦ 12K Β· π 760 - 41% open Β· β±οΈ 22.10.2024):
```
git clone https://github.com/voila-dashboards/voila
```
- [PyPi](https://pypi.org/project/voila) (π₯ 110K / month Β· π¦ 150 Β· β±οΈ 18.10.2024):
```
pip install voila
```
- [Conda](https://anaconda.org/conda-forge/voila) (π₯ 440K Β· β±οΈ 29.12.2024):
```
conda install -c conda-forge voila
```
- [npm](https://www.npmjs.com/package/@jupyter-voila/jupyterlab-preview) (π₯ 150 / month Β· π¦ 5 Β· β±οΈ 19.05.2020):
```
npm install @jupyter-voila/jupyterlab-preview
```nikola (π₯31 Β· β 2.6K) - A static website and blog generator.
MIT
- [GitHub](https://github.com/getnikola/nikola) (π¨βπ» 240 Β· π 440 Β· π₯ 170 Β· π¦ 530 Β· π 2.2K - 3% open Β· β±οΈ 11.01.2025):
```
git clone https://github.com/getnikola/nikola
```
- [PyPi](https://pypi.org/project/nikola) (π₯ 4.1K / month Β· π¦ 2 Β· β±οΈ 29.04.2024):
```
pip install nikola
```Stencila (π₯29 Β· β 810) - Documents with Scientific Intelligence.
Apache-2
- [GitHub](https://github.com/stencila/stencila) (π¨βπ» 48 Β· π 47 Β· π₯ 5.7K Β· π¦ 20 Β· π 840 - 12% open Β· β±οΈ 16.01.2025):
```
git clone https://github.com/stencila/stencila
```
- [npm](https://www.npmjs.com/package/stencila) (π₯ 180 / 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
```mkdocs-jupyter (π₯27 Β· β 420) - Use Jupyter Notebook in mkdocs.
Apache-2
- [GitHub](https://github.com/danielfrg/mkdocs-jupyter) (π¨βπ» 32 Β· π 53 Β· π¦ 3.3K Β· π 140 - 23% open Β· β±οΈ 15.10.2024):
```
git clone https://github.com/danielfrg/mkdocs-jupyter
```
- [PyPi](https://pypi.org/project/mkdocs-jupyter) (π₯ 120K / month Β· π¦ 450 Β· β±οΈ 15.10.2024):
```
pip install mkdocs-jupyter
```
- [Conda](https://anaconda.org/conda-forge/mkdocs-jupyter) (π₯ 92K Β· β±οΈ 13.01.2025):
```
conda install -c conda-forge mkdocs-jupyter
```BinderHub (π₯25 Β· β 2.6K) - Run your code in the cloud, with technology so advanced, it feels..
BSD-3
- [GitHub](https://github.com/jupyterhub/binderhub) (π¨βπ» 98 Β· π 390 Β· π¦ 12 Β· π 730 - 31% open Β· β±οΈ 15.01.2025):
```
git clone https://github.com/jupyterhub/binderhub
```
- [PyPi](https://pypi.org/project/binderhub) (π₯ 97 / month Β· β±οΈ 07.11.2018):
```
pip install binderhub
```jupyter-flex (π₯21 Β· β 320 Β· π€) - Build dashboards using Jupyter Notebooks.
Apache-2
- [GitHub](https://github.com/danielfrg/jupyter-flex) (π¨βπ» 4 Β· π 54 Β· π¦ 55 Β· π 64 - 20% open Β· β±οΈ 07.05.2024):
```
git clone https://github.com/danielfrg/jupyter-flex
```
- [PyPi](https://pypi.org/project/jupyter-flex) (π₯ 2.8K / month Β· β±οΈ 28.03.2023):
```
pip install jupyter-flex
```
- [Conda](https://anaconda.org/conda-forge/jupyter-flex) (π₯ 22K Β· β±οΈ 13.01.2025):
```
conda install -c conda-forge jupyter-flex
```
- [npm](https://www.npmjs.com/package/@danielfrg/jupyter-flex) (π₯ 25 / month Β· π¦ 5 Β· β±οΈ 02.10.2021):
```
npm install @danielfrg/jupyter-flex
```ThebeLab (π₯20 Β· β 400 Β· π) - Turn static HTML pages into live documents with Jupyter kernels.
BSD-3
- [GitHub](https://github.com/jupyter-book/thebe) (π¨βπ» 32 Β· π 68 Β· π¦ 14 Β· π 240 - 43% open Β· β±οΈ 07.01.2025):
```
git clone https://github.com/executablebooks/thebe
```
- [npm](https://www.npmjs.com/package/thebe) (π₯ 6.1K / month Β· π¦ 3 Β· β±οΈ 06.09.2024):
```
npm install thebe
```nbgallery (π₯20 Β· β 150) - Enterprise Jupyter notebook sharing and collaboration app.
MIT
- [GitHub](https://github.com/nbgallery/nbgallery) (π¨βπ» 28 Β· π 36 Β· π 510 - 9% open Β· β±οΈ 06.12.2024):
```
git clone https://github.com/nbgallery/nbgallery
```
- [Docker Hub](https://hub.docker.com/r/nbgallery/nbgallery) (π₯ 170K Β· β 5 Β· β±οΈ 06.12.2024):
```
docker pull nbgallery/nbgallery
```nbinteract (π₯19 Β· β 240 Β· π€) - Create interactive webpages from Jupyter Notebooks.
BSD-3
- [GitHub](https://github.com/SamLau95/nbinteract) (π¨βπ» 8 Β· π 22 Β· π¦ 4 Β· π 110 - 61% open Β· β±οΈ 13.02.2024):
```
git clone https://github.com/SamLau95/nbinteract
```
- [PyPi](https://pypi.org/project/nbinteract) (π₯ 1.3K / month Β· π¦ 3 Β· β±οΈ 05.01.2021):
```
pip install nbinteract
```
- [npm](https://www.npmjs.com/package/nbinteract) (π₯ 35 / 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 Β· π 37 Β· π 95 - 37% open Β· β±οΈ 15.08.2024):
```
git clone https://github.com/ideonate/cdsdashboards
```
- [PyPi](https://pypi.org/project/cdsdashboards) (π₯ 1.9K / month Β· β±οΈ 19.09.2022):
```
pip install cdsdashboards
```
- [Conda](https://anaconda.org/conda-forge/cdsdashboards) (π₯ 72K Β· β±οΈ 09.01.2025):
```
conda install -c conda-forge cdsdashboards
```Show 10 hidden projects...
- RISE (π₯28 Β· β 3.7K Β· π) - RISE: Live Reveal.js Jupyter/IPython Slideshow Extension.
BSD-3
- Knowledge Repo (π₯26 Β· β 5.5K Β· π) - A next-generation curated knowledge sharing platform..Apache-2
- nbviewer (π₯25 Β· β 2.3K Β· π) - 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 (π₯21 Β· β 6.2K Β· π) - Notebook sharing hub.BSD-3
- mknotebooks (π₯21 Β· β 140 Β· π) - A plugin for mkdocs to help you include Jupyter notebooks in your..MIT
- bookstore (π₯18 Β· β 200 Β· π) - Notebook storage and publishing workflows for the masses.BSD-3
- pynb (π₯16 Β· β 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
_Libraries and tools that work with or can be used within notebook files._
Jupyter Client (π₯34 Β· β 400) - Jupyter protocol client APIs.
BSD-3
- [GitHub](https://github.com/jupyter/jupyter_client) (π¨βπ» 140 Β· π 280 Β· π₯ 2.2K Β· π 400 - 49% open Β· β±οΈ 08.01.2025):
```
git clone https://github.com/jupyter/jupyter_client
```
- [PyPi](https://pypi.org/project/jupyter-client) (π₯ 31M / month Β· π¦ 1.2K Β· β±οΈ 17.09.2024):
```
pip install jupyter-client
```
- [Conda](https://anaconda.org/conda-forge/jupyter_client) (π₯ 27M Β· β±οΈ 05.12.2024):
```
conda install -c conda-forge jupyter_client
```nbformat (π₯34 Β· β 280 Β· π€) - Reference implementation of the Jupyter Notebook format.
BSD-3
- [GitHub](https://github.com/jupyter/nbformat) (π¨βπ» 80 Β· π 150 Β· π₯ 550 Β· π¦ 330K Β· π 150 - 45% open Β· β±οΈ 10.06.2024):
```
git clone https://github.com/jupyter/nbformat
```
- [PyPi](https://pypi.org/project/nbformat) (π₯ 28M / month Β· π¦ 1.9K Β· β±οΈ 04.04.2024):
```
pip install nbformat
```
- [Conda](https://anaconda.org/conda-forge/nbformat) (π₯ 27M Β· β±οΈ 05.12.2024):
```
conda install -c conda-forge nbformat
```
- [npm](https://www.npmjs.com/package/nbformat-schema) (π₯ 49 / month Β· π¦ 5 Β· β±οΈ 04.04.2024):
```
npm install nbformat-schema
```nbdev (π₯33 Β· β 5K) - Create delightful software with Jupyter Notebooks.
Apache-2
- [GitHub](https://github.com/AnswerDotAI/nbdev) (π¨βπ» 58 Β· π 490 Β· π 900 - 18% open Β· β±οΈ 28.12.2024):
```
git clone https://github.com/fastai/nbdev
```
- [PyPi](https://pypi.org/project/nbdev) (π₯ 74K / month Β· π¦ 350 Β· β±οΈ 03.12.2024):
```
pip install nbdev
```nbclient (π₯33 Β· β 160) - A client library for executing notebooks. Formally nbconverts..
BSD-3
- [GitHub](https://github.com/jupyter/nbclient) (π¨βπ» 40 Β· π 57 Β· π₯ 720 Β· π¦ 210K Β· π 120 - 41% open Β· β±οΈ 19.12.2024):
```
git clone https://github.com/jupyter/nbclient
```
- [PyPi](https://pypi.org/project/nbclient) (π₯ 27M / month Β· π¦ 470 Β· β±οΈ 19.12.2024):
```
pip install nbclient
```
- [Conda](https://anaconda.org/conda-forge/nbclient) (π₯ 18M Β· β±οΈ 19.12.2024):
```
conda install -c conda-forge nbclient
```repo2docker (π₯27 Β· β 1.6K) - Turn repositories into Jupyter-enabled Docker images.
BSD-3
- [GitHub](https://github.com/jupyterhub/repo2docker) (π¨βπ» 130 Β· π 360 Β· π 550 - 32% open Β· β±οΈ 03.01.2025):
```
git clone https://github.com/jupyterhub/repo2docker
```
- [PyPi](https://pypi.org/project/jupyter-repo2docker) (π₯ 3.6K / month Β· π¦ 29 Β· β±οΈ 01.07.2024):
```
pip install jupyter-repo2docker
```nbQA (π₯27 Β· β 1.1K) - Run ruff, isort, pyupgrade, mypy, pylint, flake8, and more on Jupyter..
MIT
- [GitHub](https://github.com/nbQA-dev/nbQA) (π¨βπ» 36 Β· π 42 Β· π₯ 130 Β· π 300 - 4% open Β· β±οΈ 06.01.2025):
```
git clone https://github.com/nbQA-dev/nbQA
```
- [PyPi](https://pypi.org/project/nbqa) (π₯ 270K / month Β· π¦ 110 Β· β±οΈ 10.11.2024):
```
pip install nbqa
```
- [Conda](https://anaconda.org/conda-forge/nbqa) (π₯ 190K Β· β±οΈ 27.08.2024):
```
conda install -c conda-forge nbqa
```nbval (π₯27 Β· β 450) - A py.test plugin to validate Jupyter notebooks.
BSD-3
- [GitHub](https://github.com/computationalmodelling/nbval) (π¨βπ» 34 Β· π 51 Β· π¦ 3.5K Β· π 120 - 41% open Β· β±οΈ 11.10.2024):
```
git clone https://github.com/computationalmodelling/nbval
```
- [PyPi](https://pypi.org/project/nbval) (π₯ 170K / month Β· π¦ 540 Β· β±οΈ 04.03.2024):
```
pip install nbval
```
- [Conda](https://anaconda.org/conda-forge/nbval) (π₯ 510K Β· β±οΈ 20.12.2024):
```
conda install -c conda-forge nbval
```Jupyter Sphinx (π₯27 Β· β 190 Β· π€) - Sphinx extension for rendering of Jupyter interactive..
BSD-3
- [GitHub](https://github.com/jupyter/jupyter-sphinx) (π¨βπ» 28 Β· π 65 Β· π¦ 2.8K Β· π 160 - 32% open Β· β±οΈ 17.06.2024):
```
git clone https://github.com/jupyter/jupyter-sphinx
```
- [PyPi](https://pypi.org/project/jupyter_sphinx) (π₯ 87K / month Β· π¦ 530 Β· β±οΈ 28.12.2023):
```
pip install jupyter_sphinx
```
- [Conda](https://anaconda.org/conda-forge/jupyter_sphinx) (π₯ 310K Β· β±οΈ 17.12.2024):
```
conda install -c conda-forge jupyter_sphinx
```testbook (π₯21 Β· β 420) - Unit test your Jupyter Notebooks the right way.
BSD-3
- [GitHub](https://github.com/nteract/testbook) (π¨βπ» 16 Β· π 38 Β· π¦ 460 Β· π 95 - 48% open Β· β±οΈ 25.08.2024):
```
git clone https://github.com/nteract/testbook
```
- [PyPi](https://pypi.org/project/nteract-testbook) (π₯ 100 / month Β· β±οΈ 11.08.2020):
```
pip install nteract-testbook
```
- [Conda](https://anaconda.org/conda-forge/testbook) (π₯ 81K Β· β±οΈ 06.01.2025):
```
conda install -c conda-forge testbook
```ipytest (π₯21 Β· β 320 Β· π€) - Pytest in IPython notebooks.
MIT
- [GitHub](https://github.com/chmp/ipytest) (π¨βπ» 5 Β· π 17 Β· π¦ 540 Β· π 65 - 1% open Β· β±οΈ 21.04.2024):
```
git clone https://github.com/chmp/ipytest
```
- [PyPi](https://pypi.org/project/ipytest) (π₯ 33K / month Β· π¦ 22 Β· β±οΈ 21.04.2024):
```
pip install ipytest
```naas (π₯21 Β· β 280) - Low-code Python library to safely use notebooks in production: schedule..
βοΈAGPL-3.0
- [GitHub](https://github.com/jupyter-naas/naas) (π¨βπ» 21 Β· π 24 Β· π¦ 6 Β· π 190 - 18% open Β· β±οΈ 23.07.2024):
```
git clone https://github.com/jupyter-naas/naas
```
- [PyPi](https://pypi.org/project/naas) (π₯ 12K / month Β· β±οΈ 23.07.2024):
```
pip install naas
```mercury (π₯20 Β· β 4.1K) - Convert Jupyter Notebooks to Web Apps.
βοΈAGPL-3.0
- [GitHub](https://github.com/mljar/mercury) (π¨βπ» 16 Β· π 260 Β· π¦ 150 Β· π 430 - 18% open Β· β±οΈ 06.12.2024):
```
git clone https://github.com/mljar/mercury
```
- [PyPi](https://pypi.org/project/mljar-mercury) (π₯ 8 / month Β· β±οΈ 02.09.2022):
```
pip install mljar-mercury
```JupyterWith (π₯18 Β· β 680) - Declarative and reproducible Jupyter environments - powered by Nix.
MIT
- [GitHub](https://github.com/tweag/jupyenv) (π¨βπ» 39 Β· π 130 Β· π 210 - 17% open Β· β±οΈ 03.12.2024):
```
git clone https://github.com/tweag/jupyterWith
```Show 13 hidden projects...
- ipyparallel (π₯30 Β· β 2.6K Β· π) - IPython Parallel: Interactive Parallel Computing in..
βUnlicensed
- BeakerX (π₯27 Β· β 2.8K Β· π) - Beaker Extensions for Jupyter Notebook.Apache-2
- PixieDust (π₯26 Β· β 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
- treon (π₯19 Β· β 310 Β· π) - Easy to use test framework for Jupyter Notebooks.MIT
- sphinxcontrib.jupyter (π₯19 Β· β 77 Β· π) - A Sphinx Extension for Generating Jupyter Notebooks.BSD-3
- nbopen (π₯18 Β· β 300 Β· π) - Open a Jupyter notebook in the best available server.BSD-3
- ipyexperiments (π₯16 Β· β 210 Β· π) - Automatic GPU+CPU memory profiling, re-use and memory..Apache-2
- Kernel Management (π₯15 Β· β 15 Β· π) - Experimental new kernel management framework for Jupyter.BSD-3
- nbmake-action (π₯11 Β· β 150 Β· π) - GitHub Action for testing notebooks.Apache-2
- jupyter2slides (π₯10 Β· β 800 Β· π) - Cloud Native Presentation Slides with Jupyter Notebook +..MIT
- Jupyter Helpers (π₯10 Β· β 47 Β· π) - A collection of helpers for Jupyter/IPython.MIT
- Jupter-Notebook-REST-API (π₯5 Β· β 80 Β· π) - Run your jupyter notebooks as a REST API endpoint...MIT
## JupyterLab Renderer
_Extensions that can render and display files of specific MIME types._
JupyterLab Renderers (π₯23 Β· β 500) - Renderers and renderer extensions for JupyterLab.
BSD-3
- [GitHub](https://github.com/jupyterlab/jupyter-renderers) (π¨βπ» 32 Β· π 77 Β· π¦ 39 Β· π 120 - 37% open Β· β±οΈ 16.12.2024):
```
git clone https://github.com/jupyterlab/jupyter-renderers
```
- [PyPi](https://pypi.org/project/jupyterlab-katex) (π₯ 880 / month Β· π¦ 2 Β· β±οΈ 23.05.2023):
```
pip install jupyterlab-katex
```
- [Conda](https://anaconda.org/conda-forge/jupyterlab-vega3) (π₯ 5.4K Β· β±οΈ 08.01.2025):
```
conda install -c conda-forge jupyterlab-vega3
```
- [npm](https://www.npmjs.com/package/@jupyterlab/geojson-extension) (π₯ 270 / month Β· π¦ 11 Β· β±οΈ 01.08.2023):
```
npm install @jupyterlab/geojson-extension
```JupyterLab Latex (π₯22 Β· β 640) - JupyterLab extension for live editing of LaTeX documents.
BSD-3
- [GitHub](https://github.com/jupyterlab/jupyterlab-latex) (π¨βπ» 26 Β· π 69 Β· π₯ 170 Β· π¦ 7 Β· π 94 - 27% open Β· β±οΈ 27.09.2024):
```
git clone https://github.com/jupyterlab/jupyterlab-latex
```
- [PyPi](https://pypi.org/project/jupyterlab_latex) (π₯ 2.5K / month Β· π¦ 1 Β· β±οΈ 27.09.2024):
```
pip install jupyterlab_latex
```
- [Conda](https://anaconda.org/conda-forge/jupyterlab-latex) (π₯ 21K Β· β±οΈ 02.01.2025):
```
conda install -c conda-forge jupyterlab-latex
```
- [npm](https://www.npmjs.com/package/@jupyterlab/latex) (π₯ 320 / month Β· π¦ 5 Β· β±οΈ 27.09.2024):
```
npm install @jupyterlab/latex
```Show 6 hidden projects...
- JupyterLab Drawio (π₯22 Β· β 600 Β· π) - A standalone embedding of the FOSS drawio / mxgraph..
BSD-3
- JupyterLab Dash (π₯21 Β· β 960 Β· π) - An Extension for the Interactive development of Dash apps in..MIT
- JupyterLab Spreadsheet (π₯15 Β· β 200 Β· π) - JupyterLab plugin for viewing spreadsheets, such as..BSD-3
- jupyterlab-tabular-data-editor (π₯15 Β· β 140 Β· π) - Manipulate your tabular data responsively and..BSD-3
- JupyterLab Voyager (π₯14 Β· β 300 Β· π) - JupyterLab extension visualize data with Voyager.BSD-3
- JupyterLab Chart Editor (π₯13 Β· β 220 Β· π) - JupyterLab extension for Plotlys react-chart-editor.BSD-3
## JupyterLab Themes
_Extensions that can customize the appearance of JupyterLab._
jupyterlab-theme-solarized-dark (π₯12 Β· β 110) - JupyterLab Theme Solarized Dark.
BSD-3
- [GitHub](https://github.com/AllanChain/jupyterlab-theme-solarized-dark) (π¨βπ» 2 Β· π 12 Β· π₯ 77 Β· π¦ 3 Β· π 4 - 50% open Β· β±οΈ 13.12.2024):
```
git clone https://github.com/AllanChain/jupyterlab-theme-solarized-dark
```
- [PyPi](https://pypi.org/project/jupyterlab_theme_solarized_dark) (π₯ 4.6K / month Β· β±οΈ 18.01.2024):
```
pip install jupyterlab_theme_solarized_dark
```
- [npm](https://www.npmjs.com/package/jupyterlab-theme-solarized-dark) (π₯ 570 / month Β· π¦ 3 Β· β±οΈ 18.01.2024):
```
npm install jupyterlab-theme-solarized-dark
```Show 8 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 (π₯13 Β· β 160 Β· π) - A flat, 80s neon inspired theme for JupyterLab.BSD-3
- jupyterlab_darkside_ui (π₯12 Β· β 120 Β· π) - Darkside ui and syntax theme for jupyterlab.BSD-3
- Horizon Theme (π₯12 Β· β 96 Β· π) - VSCode Horizon Theme port for JupyterLab.BSD-3
- Gruvbox Theme (π₯11 Β· β 52 Β· π) - Gruvbox dark theme for Jupyter Lab. Modeled on classic..BSD-3
- Theme Toggle (π₯10 Β· β 11 Β· π€) - JupyterLab extension to toggle the theme in the Top Bar area.BSD-3
- Nord Theme (π₯8 Β· β 25 Β· π) - JupyterLab - Nord Theme.BSD-3
## JupyterLab Extensions
_Application plugins that extend the functionality of JupyterLab itself._
Perspective (π₯34 Β· β 8.7K) - A data visualization and analytics component, especially well-..
Apache-2
- [GitHub](https://github.com/finos/perspective) (π¨βπ» 98 Β· π 1.2K Β· π₯ 7.9K Β· π¦ 160 Β· π 850 - 13% open Β· β±οΈ 14.01.2025):
```
git clone https://github.com/finos/perspective
```
- [PyPi](https://pypi.org/project/perspective-python) (π₯ 20K / month Β· π¦ 28 Β· β±οΈ 14.01.2025):
```
pip install perspective-python
```
- [Conda](https://anaconda.org/conda-forge/perspective) (π₯ 1.5M Β· β±οΈ 16.01.2025):
```
conda install -c conda-forge perspective
```
- [npm](https://www.npmjs.com/package/@finos/perspective-jupyterlab) (π₯ 340 / month Β· π¦ 6 Β· β±οΈ 14.01.2025):
```
npm install @finos/perspective-jupyterlab
```JupyterLab Git (π₯33 Β· β 1.5K) - A Git extension for JupyterLab.
BSD-3
- [GitHub](https://github.com/jupyterlab/jupyterlab-git) (π¨βπ» 98 Β· π 320 Β· π₯ 440 Β· π¦ 3K Β· π 620 - 18% open Β· β±οΈ 06.01.2025):
```
git clone https://github.com/jupyterlab/jupyterlab-git
```
- [PyPi](https://pypi.org/project/jupyterlab-git) (π₯ 120K / month Β· π¦ 40 Β· β±οΈ 29.10.2024):
```
pip install jupyterlab-git
```
- [Conda](https://anaconda.org/conda-forge/jupyterlab-git) (π₯ 650K Β· β±οΈ 21.12.2024):
```
conda install -c conda-forge jupyterlab-git
```
- [npm](https://www.npmjs.com/package/@jupyterlab/git) (π₯ 48K / month Β· π¦ 9 Β· β±οΈ 29.10.2024):
```
npm install @jupyterlab/git
```elyra (π₯29 Β· β 1.9K Β· π) - Elyra extends JupyterLab with an AI centric approach.
Apache-2
- [GitHub](https://github.com/elyra-ai/elyra) (π¨βπ» 67 Β· π 340 Β· π¦ 68 Β· π 1.6K - 16% open Β· β±οΈ 15.01.2025):
```
git clone https://github.com/elyra-ai/elyra
```
- [PyPi](https://pypi.org/project/elyra) (π₯ 6.1K / month Β· π¦ 4 Β· β±οΈ 03.01.2025):
```
pip install elyra
```
- [Conda](https://anaconda.org/conda-forge/elyra) (π₯ 61K Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge elyra
```
- [npm](https://www.npmjs.com/package/@elyra/services) (π₯ 56 / month Β· π¦ 10 Β· β±οΈ 29.03.2023):
```
npm install @elyra/services
```JupyterLab LSP (π₯28 Β· β 1.8K) - Coding assistance for JupyterLab (code navigation + hover..
BSD-3
- [GitHub](https://github.com/jupyter-lsp/jupyterlab-lsp) (π¨βπ» 52 Β· π 150 Β· π¦ 2.3K Β· π 590 - 34% open Β· β±οΈ 14.01.2025):
```
git clone https://github.com/jupyter-lsp/jupyterlab-lsp
```
- [PyPi](https://pypi.org/project/jupyterlab-lsp) (π₯ 65K / month Β· π¦ 46 Β· β±οΈ 26.02.2024):
```
pip install jupyterlab-lsp
```
- [Conda](https://anaconda.org/conda-forge/jupyter-lsp) (π₯ 3.2M Β· β±οΈ 06.12.2024):
```
conda install -c conda-forge jupyter-lsp
```
- [npm](https://www.npmjs.com/package/@krassowski/jupyterlab-lsp) (π₯ 310 / month Β· π¦ 7 Β· β±οΈ 26.08.2022):
```
npm install @krassowski/jupyterlab-lsp
```Variable Inspector (π₯26 Β· β 1.1K) - Variable Inspector extension for Jupyterlab.
BSD-3
- [GitHub](https://github.com/jupyterlab-contrib/jupyterlab-variableInspector) (π¨βπ» 24 Β· π 97 Β· π₯ 320 Β· π¦ 6 Β· π 180 - 27% open Β· β±οΈ 22.12.2024):
```
git clone https://github.com/lckr/jupyterlab-variableInspector
```
- [PyPi](https://pypi.org/project/lckr-jupyterlab-variableinspector) (π₯ 17K / month Β· π¦ 4 Β· β±οΈ 05.09.2024):
```
pip install lckr-jupyterlab-variableinspector
```
- [Conda](https://anaconda.org/conda-forge/jupyterlab-variableinspector) (π₯ 67K Β· β±οΈ 06.09.2024):
```
conda install -c conda-forge jupyterlab-variableinspector
```
- [npm](https://www.npmjs.com/package/@lckr/jupyterlab_variableinspector) (π₯ 44K / month Β· π¦ 5 Β· β±οΈ 05.09.2024):
```
npm install @lckr/jupyterlab_variableinspector
```Code Formatter (π₯26 Β· β 860) - A JupyterLab plugin to facilitate invocation of code formatters.
MIT
- [GitHub](https://github.com/jupyterlab-contrib/jupyterlab_code_formatter) (π¨βπ» 45 Β· π 55 Β· π₯ 56 Β· π¦ 2 Β· π 210 - 16% open Β· β±οΈ 14.08.2024):
```
git clone https://github.com/ryantam626/jupyterlab_code_formatter
```
- [PyPi](https://pypi.org/project/jupyterlab_code_formatter) (π₯ 72K / month Β· π¦ 52 Β· β±οΈ 14.08.2024):
```
pip install jupyterlab_code_formatter
```
- [Conda](https://anaconda.org/conda-forge/jupyterlab_code_formatter) (π₯ 770K Β· β±οΈ 12.01.2025):
```
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
```GPU Dashboards (π₯24 Β· β 620) - A JupyterLab extension for displaying dashboards of GPU usage.
BSD-3
- [GitHub](https://github.com/rapidsai/jupyterlab-nvdashboard) (π¨βπ» 24 Β· π 77 Β· π¦ 3 Β· π 88 - 39% open Β· β±οΈ 06.01.2025):
```
git clone https://github.com/rapidsai/jupyterlab-nvdashboard
```
- [PyPi](https://pypi.org/project/jupyterlab-nvdashboard) (π₯ 7.8K / month Β· π¦ 3 Β· β±οΈ 06.01.2025):
```
pip install jupyterlab-nvdashboard
```
- [Conda](https://anaconda.org/conda-forge/jupyterlab-nvdashboard) (π₯ 50K Β· β±οΈ 29.11.2024):
```
conda install -c conda-forge jupyterlab-nvdashboard
```
- [npm](https://www.npmjs.com/package/jupyterlab-nvdashboard) (π₯ 65 / month Β· π¦ 5 Β· β±οΈ 27.04.2021):
```
npm install jupyterlab-nvdashboard
```JupyterLab Templates (π₯23 Β· β 400) - Support for jupyter notebook templates in jupyterlab.
Apache-2
- [GitHub](https://github.com/finos/jupyterlab_templates) (π¨βπ» 21 Β· π 69 Β· π¦ 8 Β· π 96 - 11% open Β· β±οΈ 01.01.2025):
```
git clone https://github.com/jpmorganchase/jupyterlab_templates
```
- [PyPi](https://pypi.org/project/jupyterlab_templates) (π₯ 11K / month Β· π¦ 12 Β· β±οΈ 27.03.2024):
```
pip install jupyterlab_templates
```
- [Conda](https://anaconda.org/conda-forge/jupyterlab_templates) (π₯ 32K Β· β±οΈ 06.01.2025):
```
conda install -c conda-forge jupyterlab_templates
```
- [npm](https://www.npmjs.com/package/jupyterlab_templates) (π₯ 1.7K / month Β· π¦ 5 Β· β±οΈ 12.02.2024):
```
npm install jupyterlab_templates
```Jupyter Bokeh (π₯23 Β· β 260 Β· π€) - An extension for rendering Bokeh content in JupyterLab..
BSD-3
- [GitHub](https://github.com/bokeh/jupyter_bokeh) (π¨βπ» 20 Β· π 47 Β· π¦ 5 Β· π 110 - 21% open Β· β±οΈ 03.06.2024):
```
git clone https://github.com/bokeh/jupyter_bokeh
```
- [PyPi](https://pypi.org/project/jupyter-bokeh) (π₯ 58K / month Β· π¦ 57 Β· β±οΈ 14.03.2023):
```
pip install jupyter-bokeh
```
- [Conda](https://anaconda.org/conda-forge/jupyter_bokeh) (π₯ 130K Β· β±οΈ 19.12.2024):
```
conda install -c conda-forge jupyter_bokeh
```
- [npm](https://www.npmjs.com/package/@bokeh/jupyter_bokeh) (π₯ 4.4K / month Β· π¦ 5 Β· β±οΈ 03.06.2024):
```
npm install @bokeh/jupyter_bokeh
```ipylab (π₯22 Β· β 200) - Control JupyterLab from Python Notebooks with Jupyter Widgets.
BSD-3
- [GitHub](https://github.com/jtpio/ipylab) (π¨βπ» 7 Β· π 13 Β· π₯ 240 Β· π¦ 310 Β· π 51 - 56% open Β· β±οΈ 19.11.2024):
```
git clone https://github.com/jtpio/ipylab
```
- [PyPi](https://pypi.org/project/ipylab) (π₯ 120K / month Β· π¦ 40 Β· β±οΈ 11.08.2023):
```
pip install ipylab
```
- [Conda](https://anaconda.org/conda-forge/ipylab) (π₯ 44K Β· β±οΈ 21.12.2024):
```
conda install -c conda-forge ipylab
```
- [npm](https://www.npmjs.com/package/ipylab) (π₯ 1K / month Β· π¦ 5 Β· β±οΈ 11.08.2023):
```
npm install ipylab
```jupyterlab-execute-time (π₯21 Β· β 380) - A JupyterLab extension for displaying cell timings.
BSD-3
- [GitHub](https://github.com/deshaw/jupyterlab-execute-time) (π¨βπ» 19 Β· π 48 Β· π¦ 4 Β· π 76 - 18% open Β· β±οΈ 19.12.2024):
```
git clone https://github.com/deshaw/jupyterlab-execute-time
```
- [PyPi](https://pypi.org/project/jupyterlab-execute-time) (π₯ 38K / month Β· π¦ 11 Β· β±οΈ 12.09.2024):
```
pip install jupyterlab-execute-time
```
- [Conda](https://anaconda.org/conda-forge/jupyterlab_execute_time) (π₯ 93K Β· β±οΈ 21.12.2024):
```
conda install -c conda-forge jupyterlab_execute_time
```
- [npm](https://www.npmjs.com/package/jupyterlab-execute-time) (π₯ 44K / month Β· π¦ 5 Β· β±οΈ 18.01.2021):
```
npm install jupyterlab-execute-time
```JupyterLab GitHub (π₯20 Β· β 420 Β· π€) - GitHub integration for JupyterLab.
BSD-3
- [GitHub](https://github.com/jupyterlab/jupyterlab-github) (π¨βπ» 18 Β· π 100 Β· π₯ 68 Β· π¦ 6 Β· π 70 - 41% open Β· β±οΈ 25.03.2024):
```
git clone https://github.com/jupyterlab/jupyterlab-github
```
- [PyPi](https://pypi.org/project/jupyterlab-github) (π₯ 2.4K / month Β· π¦ 2 Β· β±οΈ 03.08.2023):
```
pip install jupyterlab-github
```
- [npm](https://www.npmjs.com/package/@jupyterlab/github) (π₯ 230 / month Β· π¦ 2 Β· β±οΈ 02.08.2023):
```
npm install @jupyterlab/github
```jupyter-fs (π₯20 Β· β 210) - A filesystem-like contents manager for multiple backends in..
Apache-2
- [GitHub](https://github.com/jpmorganchase/jupyter-fs) (π¨βπ» 17 Β· π 36 Β· π¦ 11 Β· π 84 - 20% open Β· β±οΈ 15.12.2024):
```
git clone https://github.com/jpmorganchase/jupyter-fs
```
- [PyPi](https://pypi.org/project/jupyter-fs) (π₯ 950 / month Β· π¦ 3 Β· β±οΈ 12.07.2024):
```
pip install jupyter-fs
```
- [Conda](https://anaconda.org/conda-forge/jupyter-fs) (π₯ 14K Β· β±οΈ 04.06.2024):
```
conda install -c conda-forge jupyter-fs
```Lantern (π₯19 Β· β 350) - Data exploration glue.
Apache-2
- [GitHub](https://github.com/timkpaine/lantern) (π¨βπ» 3 Β· π 21 Β· π¦ 22 Β· π 200 - 3% open Β· β±οΈ 18.11.2024):
```
git clone https://github.com/timkpaine/lantern
```
- [PyPi](https://pypi.org/project/pylantern) (π₯ 480 / month Β· π¦ 2 Β· β±οΈ 02.02.2020):
```
pip install pylantern
```JupyterLab IFrame (π₯19 Β· β 110) - View html as an embedded iframe in JupyterLab.
Apache-2
- [GitHub](https://github.com/timkpaine/jupyterlab_iframe) (π¨βπ» 5 Β· π 21 Β· π¦ 10 Β· π 70 - 8% open Β· β±οΈ 13.12.2024):
```
git clone https://github.com/timkpaine/jupyterlab_iframe
```
- [PyPi](https://pypi.org/project/jupyterlab_iframe) (π₯ 1.6K / month Β· β±οΈ 16.07.2023):
```
pip install jupyterlab_iframe
```
- [Conda](https://anaconda.org/conda-forge/jupyterlab_iframe) (π₯ 38K Β· β±οΈ 21.12.2024):
```
conda install -c conda-forge jupyterlab_iframe
```
- [npm](https://www.npmjs.com/package/jupyterlab_iframe) (π₯ 57 / month Β· π¦ 2 Β· β±οΈ 16.07.2023):
```
npm install jupyterlab_iframe
```JupyterLab Autoversion (π₯19 Β· β 83) - Automatically version jupyter notebooks in JupyterLab.
Apache-2
- [GitHub](https://github.com/timkpaine/jupyterlab_autoversion) (π¨βπ» 5 Β· π 10 Β· π 37 - 13% open Β· β±οΈ 01.01.2025):
```
git clone https://github.com/timkpaine/jupyterlab_autoversion
```
- [PyPi](https://pypi.org/project/jupyterlab_autoversion) (π₯ 710 / month Β· β±οΈ 19.06.2024):
```
pip install jupyterlab_autoversion
```
- [Conda](https://anaconda.org/conda-forge/jupyterlab_autoversion) (π₯ 26K Β· β±οΈ 07.01.2025):
```
conda install -c conda-forge jupyterlab_autoversion
```
- [npm](https://www.npmjs.com/package/jupyterlab_autoversion) (π₯ 41 / month Β· π¦ 5 Β· β±οΈ 19.06.2024):
```
npm install jupyterlab_autoversion
```nbcelltests (π₯18 Β· β 91) - Cell-by-cell testing for production Jupyter notebooks in..
Apache-2
- [GitHub](https://github.com/jpmorganchase/nbcelltests) (π¨βπ» 8 Β· π 21 Β· π¦ 5 Β· π 120 - 26% open Β· β±οΈ 15.12.2024):
```
git clone https://github.com/jpmorganchase/nbcelltests
```
- [PyPi](https://pypi.org/project/nbcelltests) (π₯ 490 / month Β· β±οΈ 05.06.2024):
```
pip install nbcelltests
```
- [Conda](https://anaconda.org/conda-forge/nbcelltests) (π₯ 12K Β· β±οΈ 03.01.2025):
```
conda install -c conda-forge nbcelltests
```
- [npm](https://www.npmjs.com/package/jupyterlab_celltests) (π₯ 24 / month Β· π¦ 2 Β· β±οΈ 05.10.2020):
```
npm install jupyterlab_celltests
```JupyterLab Kernelspy (π₯17 Β· β 83) - A Jupyter Lab extension for inspecting messages to/from..
BSD-3
- [GitHub](https://github.com/jupyterlab-contrib/jupyterlab-kernelspy) (π¨βπ» 6 Β· π 12 Β· π₯ 53 Β· π¦ 7 Β· π 16 - 31% open Β· β±οΈ 16.12.2024):
```
git clone https://github.com/jupyterlab-contrib/jupyterlab-kernelspy
```
- [PyPi](https://pypi.org/project/jupyterlab-kernelspy) (π₯ 1.3K / month Β· β±οΈ 30.08.2023):
```
pip install jupyterlab-kernelspy
```
- [Conda](https://anaconda.org/conda-forge/jupyterlab-kernelspy) (π₯ 17K Β· β±οΈ 12.01.2025):
```
conda install -c conda-forge jupyterlab-kernelspy
```
- [npm](https://www.npmjs.com/package/jupyterlab-kernelspy) (π₯ 86 / month Β· π¦ 5 Β· β±οΈ 30.08.2023):
```
npm install jupyterlab-kernelspy
```jupyterlab-sos (π₯17 Β· β 73) - Jupyterlab extension for SoS Polyglot Notebook and Workflow..
BSD-3
- [GitHub](https://github.com/vatlab/jupyterlab-sos) (π¨βπ» 4 Β· π 6 Β· π¦ 3 Β· π 68 - 19% open Β· β±οΈ 18.10.2024):
```
git clone https://github.com/vatlab/jupyterlab-sos
```
- [PyPi](https://pypi.org/project/jupyterlab-sos) (π₯ 980 / month Β· β±οΈ 17.10.2024):
```
pip install jupyterlab-sos
```
- [Conda](https://anaconda.org/conda-forge/jupyterlab-sos) (π₯ 45K Β· β±οΈ 17.10.2024):
```
conda install -c conda-forge jupyterlab-sos
```
- [npm](https://www.npmjs.com/package/jupyterlab-sos) (π₯ 58 / month Β· π¦ 5 Β· β±οΈ 14.01.2021):
```
npm install jupyterlab-sos
```JupyterLab Quickopen (π₯16 Β· β 81) - Quickly open a file in JupyterLab by typing part of its..
BSD-3
- [GitHub](https://github.com/jupyterlab-contrib/jupyterlab-quickopen) (π¨βπ» 8 Β· π 15 Β· π₯ 42 Β· π¦ 24 Β· π 13 - 46% open Β· β±οΈ 08.12.2024):
```
git clone https://github.com/parente/jupyterlab-quickopen
```
- [PyPi](https://pypi.org/project/jupyterlab-quickopen) (π₯ 680 / month Β· β±οΈ 21.10.2024):
```
pip install jupyterlab-quickopen
```
- [npm](https://www.npmjs.com/package/@parente/jupyterlab-quickopen) (π₯ 16 / month Β· π¦ 5 Β· β±οΈ 20.03.2020):
```
npm install @parente/jupyterlab-quickopen
```JupyterLab Flake8 (π₯15 Β· β 110) - A jupyterlab extension to email notebooks directly from..
Apache-2
- [GitHub](https://github.com/timkpaine/jupyterlab_email) (π¨βπ» 2 Β· π 10 Β· π¦ 2 Β· π 38 - 5% open Β· β±οΈ 13.12.2024):
```
git clone https://github.com/timkpaine/jupyterlab_email
```
- [PyPi](https://pypi.org/project/jupyterlab-email) (π₯ 460 / month Β· β±οΈ 17.08.2023):
```
pip install jupyterlab-email
```
- [npm](https://www.npmjs.com/package/jupyterlab-flake8) (π₯ 47 / month Β· π¦ 2 Β· β±οΈ 16.09.2021):
```
npm install jupyterlab-flake8
```JupyterLab Email (π₯14 Β· β 60) - A jupyterlab extension to email notebooks directly from..
Apache-2
- [GitHub](https://github.com/timkpaine/jupyterlab_email) (π¨βπ» 2 Β· π 2 Β· π¦ 2 Β· π 38 - 5% open Β· β±οΈ 13.12.2024):
```
git clone https://github.com/timkpaine/jupyterlab_email
```
- [PyPi](https://pypi.org/project/jupyterlab_email) (π₯ 460 / month Β· β±οΈ 17.08.2023):
```
pip install jupyterlab_email
```
- [npm](https://www.npmjs.com/package/jupyterlab_email) (π₯ 9 / month Β· π¦ 5 Β· β±οΈ 17.08.2023):
```
npm install jupyterlab_email
```jupyterlab_commands (π₯14 Β· β 58) - Add arbitrary python commands to the jupyterlab..
Apache-2
- [GitHub](https://github.com/timkpaine/jupyterlab_commands) (π¨βπ» 2 Β· π 6 Β· π 24 - 4% open Β· β±οΈ 13.12.2024):
```
git clone https://github.com/timkpaine/jupyterlab_commands
```
- [PyPi](https://pypi.org/project/jupyterlab-commands) (π₯ 540 / month Β· β±οΈ 12.07.2023):
```
pip install jupyterlab-commands
```
- [Conda](https://anaconda.org/conda-forge/jupyterlab_commands) (π₯ 16K Β· β±οΈ 05.01.2025):
```
conda install -c conda-forge jupyterlab_commands
```KnowledgeLab (π₯14 Β· β 48) - KnowledgeRepo + JupyterLab.
Apache-2
- [GitHub](https://github.com/tkp-archive/knowledgelab) (π¨βπ» 3 Β· π 6 Β· π¦ 6 Β· π 29 - 17% open Β· β±οΈ 18.11.2024):
```
git clone https://github.com/timkpaine/knowledgelab
```
- [PyPi](https://pypi.org/project/knowledgelab) (π₯ 33 / month Β· β±οΈ 19.10.2017):
```
pip install knowledgelab
```
- [npm](https://www.npmjs.com/package/knowledgelab) (π₯ 13 / month Β· π¦ 2 Β· β±οΈ 16.10.2018):
```
npm install knowledgelab
```jupyterlab-gitplus (π₯12 Β· β 110 Β· π€) - JupyterLab extension to create GitHub commits & pull..
βοΈAGPL-3.0
- [GitHub](https://github.com/ReviewNB/jupyterlab-gitplus) (π¨βπ» 3 Β· π 14 Β· π¦ 3 Β· π 19 - 52% open Β· β±οΈ 25.06.2024):
```
git clone https://github.com/ReviewNB/jupyterlab-gitplus
```
- [PyPi](https://pypi.org/project/jupyterlab_gitplus) (π₯ 820 / month Β· β±οΈ 25.06.2024):
```
pip install jupyterlab_gitplus
```
- [npm](https://www.npmjs.com/package/@reviewnb/jupyterlab_gitplus) (π₯ 9 / month Β· π¦ 5 Β· β±οΈ 28.02.2023):
```
npm install @reviewnb/jupyterlab_gitplus
```Show 27 hidden projects...
- JupyterLab Debugger (π₯28 Β· β 14K Β· π) - A visual debugger for Jupyter notebooks, consoles,..
BSD-3
- JupyterLab TOC (π₯28 Β· β 14K Β· π) - Table of Contents extension for JupyterLab.BSD-3
- dask-labextension (π₯22 Β· β 310 Β· π) - JupyterLab extension for Dask.BSD-3
- JupyterLab System Monitor (π₯21 Β· β 300 Β· π) - JupyterLab extension to display system metrics.BSD-3
- JupyterLab Spellchecker (π₯21 Β· β 210 Β· π) - Spellchecker for JupyterLab notebook markdown cells..BSD-3
- JupyterLab SideCar (π₯18 Β· β 250 Β· π) - A sidecar output widget for JupyterLab.BSD-3
- JupyterLab Data Explorer (π₯18 Β· β 180 Β· π) - First class datasets in JupyterLab.BSD-3
- JupyterLab Google Drive (π₯17 Β· β 400 Β· π) - Cloud storage for JupyterLab using Google Drive.BSD-3
- JupyterLab Tensorboard (π₯17 Β· β 320 Β· π) - Tensorboard extension for jupyterlab.MIT
- jupyterlab-interactive-dashboard-editor (π₯17 Β· β 220 Β· π) - A drag-and-drop dashboard editor for JupyterLab.BSD-3
- JupyterLab SQL (π₯16 Β· β 420 Β· π) - SQL GUI for JupyterLab.MIT
- JupyterLab HDF5 (π₯16 Β· β 120 Β· π) - Open and explore HDF5 files in JupyterLab. Can handle very..BSD-3
- jupyterlab-flake8 (π₯16 Β· β 110 Β· π) - Jupyterlab python linter for notebooks and text files..BSD-3
- JupyterLab Vim (π₯15 Β· β 980 Β· π) - Vim notebook cell bindings for JupyterLab.MIT
- nbgather (π₯15 Β· β 530 Β· π) - Spit shine for Jupyter notebooks.MIT
- Collapsible Headings (π₯15 Β· β 180 Β· π) - Implements Collapsible Headers for Jupyter Lab..BSD-3
- JupyterLab Commenting (π₯15 Β· β 100 Β· π) - Commenting and annotation for JupyterLab.BSD-3
- jupyterlab-sparkmonitor (π₯15 Β· β 92 Β· π) - JupyterLab extension that enables monitoring launched..Apache-2
- StickyLand (π₯14 Β· β 540 Β· π) - Break the linear presentation of Jupyter Notebooks with sticky..BSD-3
- JupyterLab Go-To-Definition (π₯14 Β· β 230 Β· π) - Navigate to variables definition with a click in..BSD-3
- JupyterLab Top Bar (π₯14 Β· β 6 Β· π€) - JupyterLab Top Bar extension.BSD-3
- JupyterLab Shortcutui (π₯13 Β· β 54 Β· π) - A JupyterLab extension for managing keyboard shortcuts.BSD-3
- JupyterLab Python Files (π₯13 Β· β 51 Β· π) - JupyterLab extension to create Python files.BSD-3
- jupyterlab-celltags (π₯10 Β· β 110 Β· π) - A JupyterLab extension for notebook cell tags.BSD-3
- JupyterLab Bytecode (π₯10 Β· β 62 Β· π) - JupyterLab extension to explore CPython Bytecode.BSD-3
- jupyterlab-executor (π₯10 Β· β 15 Β· π) - JupyterLab extension to execute the scripts from the..BSD-3
- JupyterLab Spark (π₯8 Β· β 10 Β· π) - Spark Application UI extension for JupyterLab.Apache-2
## JupyterHub Authenticators
_Authentication modules that manage and control how users can access the JupyterHub deployment._
OAuthenticator (π₯29 Β· β 420) - OAuth + JupyterHub Authenticator = OAuthenticator.
BSD-3
- [GitHub](https://github.com/jupyterhub/oauthenticator) (π¨βπ» 130 Β· π 370 Β· π¦ 480 Β· π 320 - 16% open Β· β±οΈ 08.01.2025):
```
git clone https://github.com/jupyterhub/oauthenticator
```
- [PyPi](https://pypi.org/project/oauthenticator) (π₯ 36K / month Β· π¦ 31 Β· β±οΈ 11.12.2024):
```
pip install oauthenticator
```
- [Conda](https://anaconda.org/conda-forge/oauthenticator) (π₯ 67K Β· β±οΈ 13.12.2024):
```
conda install -c conda-forge oauthenticator
```LDAP Authenticator (π₯27 Β· β 210) - LDAP Authenticator Plugin for Jupyter.
BSD-3
- [GitHub](https://github.com/jupyterhub/ldapauthenticator) (π¨βπ» 36 Β· π 180 Β· π¦ 150 Β· π 170 - 8% open Β· β±οΈ 06.11.2024):
```
git clone https://github.com/jupyterhub/ldapauthenticator
```
- [PyPi](https://pypi.org/project/jupyterhub-ldapauthenticator) (π₯ 12K / month Β· β±οΈ 06.11.2024):
```
pip install jupyterhub-ldapauthenticator
```
- [Conda](https://anaconda.org/conda-forge/jupyterhub-ldapauthenticator) (π₯ 40K Β· β±οΈ 06.01.2025):
```
conda install -c conda-forge jupyterhub-ldapauthenticator
```Native Authenticator (π₯22 Β· β 74) - JupyterHub-native User Authenticator.
BSD-3
- [GitHub](https://github.com/jupyterhub/nativeauthenticator) (π¨βπ» 24 Β· π 69 Β· π¦ 100 Β· π 110 - 30% open Β· β±οΈ 06.11.2024):
```
git clone https://github.com/jupyterhub/nativeauthenticator
```
- [PyPi](https://pypi.org/project/jupyterhub-nativeauthenticator) (π₯ 9.1K / month Β· β±οΈ 17.09.2024):
```
pip install jupyterhub-nativeauthenticator
```First Use Authenticator (π₯19 Β· β 50) - JupyterHub Authenticator that lets users set..
BSD-3
- [GitHub](https://github.com/jupyterhub/firstuseauthenticator) (π¨βπ» 12 Β· π 33 Β· π¦ 110 Β· π 26 - 34% open Β· β±οΈ 17.09.2024):
```
git clone https://github.com/jupyterhub/firstuseauthenticator
```
- [PyPi](https://pypi.org/project/jupyterhub-firstuseauthenticator) (π₯ 5.7K / month Β· β±οΈ 17.09.2024):
```
pip install jupyterhub-firstuseauthenticator
```LTI Authenticator (π₯17 Β· β 70) - A JupyterHub authenticator for LTI.
BSD-3
- [GitHub](https://github.com/jupyterhub/ltiauthenticator) (π¨βπ» 18 Β· π 54 Β· π 52 - 7% open Β· β±οΈ 04.12.2024):
```
git clone https://github.com/jupyterhub/ltiauthenticator
```
- [PyPi](https://pypi.org/project/jupyterhub-ltiauthenticator) (π₯ 3.4K / month Β· β±οΈ 04.01.2024):
```
pip install jupyterhub-ltiauthenticator
```SAML Authenticator (π₯16 Β· β 37) - jupyterhub-samlauthenticator.
MIT
- [GitHub](https://github.com/HewlettPackard/jupyterhub-samlauthenticator) (π¨βπ» 7 Β· π 23 Β· π₯ 27 Β· π¦ 3 Β· π 32 - 53% open Β· β±οΈ 13.12.2024):
```
git clone https://github.com/HewlettPackard/jupyterhub-samlauthenticator
```
- [PyPi](https://pypi.org/project/jupyterhub-samlauthenticator) (π₯ 1.2K / month Β· β±οΈ 13.07.2020):
```
pip install jupyterhub-samlauthenticator
```Show 9 hidden projects...
- JWT Authenticator (π₯13 Β· β 54 Β· π) - A Token Authenticator for JupyterHub.
Apache-2
- Remote User Auth (π₯13 Β· β 42 Β· π) - REMOTE_USER authenticator for Jupyterhub.βοΈGPL-3.0
- 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
- 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 (π₯10 Β· β 11 Β· π) - A JupyterHub authenticator using Kerberos.BSD-3
- Remote Authenticator (π₯9 Β· β 2 Β· π€) - A collection of JupyterHub Authenticators, including..βοΈGPL-3.0
- SSH Authenticator (π₯4 Β· β 7 Β· π) - A simple SSH authenticator for JupyterHub.BSD-3
## JupyterHub Spawners
_Spawner modules that start, monitor, and stop single-user notebook servers._
KubeSpawner (π₯30 Β· β 550) - Kubernetes spawner for JupyterHub.
BSD-3
- [GitHub](https://github.com/jupyterhub/kubespawner) (π¨βπ» 90 Β· π 300 Β· π¦ 180 Β· π 380 - 23% open Β· β±οΈ 15.11.2024):
```
git clone https://github.com/jupyterhub/kubespawner
```
- [PyPi](https://pypi.org/project/jupyterhub-kubespawner) (π₯ 11K / month Β· π¦ 10 Β· β±οΈ 25.10.2024):
```
pip install jupyterhub-kubespawner
```
- [Conda](https://anaconda.org/conda-forge/jupyterhub-kubespawner) (π₯ 31K Β· β±οΈ 23.11.2023):
```
conda install -c conda-forge jupyterhub-kubespawner
```DockerSpawner (π₯26 Β· β 500) - Spawns JupyterHub single user servers in Docker containers.
BSD-3
- [GitHub](https://github.com/jupyterhub/dockerspawner) (π¨βπ» 69 Β· π 310 Β· π¦ 220 Β· π 280 - 9% open Β· β±οΈ 02.12.2024):
```
git clone https://github.com/jupyterhub/dockerspawner
```
- [PyPi](https://pypi.org/project/dockerspawner) (π₯ 22K / month Β· π¦ 12 Β· β±οΈ 21.11.2023):
```
pip install dockerspawner
```
- [Conda](https://anaconda.org/conda-forge/dockerspawner) (π₯ 25K Β· β±οΈ 21.11.2023):
```
conda install -c conda-forge dockerspawner
```BatchSpawner (π₯22 Β· β 190 Β· π€) - Custom Spawner for Jupyterhub to start servers in batch..
BSD-3
- [GitHub](https://github.com/jupyterhub/batchspawner) (π¨βπ» 49 Β· π 130 Β· π¦ 49 Β· π 150 - 39% open Β· β±οΈ 07.05.2024):
```
git clone https://github.com/jupyterhub/batchspawner
```
- [PyPi](https://pypi.org/project/batchspawner) (π₯ 6.2K / month Β· π¦ 9 Β· β±οΈ 19.03.2024):
```
pip install batchspawner
```SystemdSpawner (π₯22 Β· β 92) - Spawn JupyterHub single-user notebook servers with systemd.
BSD-3
- [GitHub](https://github.com/jupyterhub/systemdspawner) (π¨βπ» 21 Β· π 49 Β· π¦ 49 Β· π 75 - 33% open Β· β±οΈ 20.10.2024):
```
git clone https://github.com/jupyterhub/systemdspawner
```
- [PyPi](https://pypi.org/project/jupyterhub-systemdspawner) (π₯ 4.2K / month Β· π¦ 2 Β· β±οΈ 20.10.2024):
```
pip install jupyterhub-systemdspawner
```
- [Conda](https://anaconda.org/conda-forge/jupyterhub-systemdspawner) (π₯ 58K Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge jupyterhub-systemdspawner
```FargateSpawner (π₯15 Β· β 47) - Spawns JupyterHub single user servers in Docker containers running..
MIT
- [GitHub](https://github.com/uktrade/fargatespawner) (π¨βπ» 4 Β· π 23 Β· π¦ 6 Β· π 13 - 61% open Β· β±οΈ 30.09.2024):
```
git clone https://github.com/uktrade/fargatespawner
```
- [PyPi](https://pypi.org/project/fargatespawner) (π₯ 1.4K / month Β· β±οΈ 28.06.2020):
```
pip install fargatespawner
```WrapSpawner (π₯13 Β· β 60 Β· π€) - Mechanism for runtime configuration of spawners for JupyterHub.
BSD-3
- [GitHub](https://github.com/jupyterhub/wrapspawner) (π¨βπ» 19 Β· π 59 Β· π¦ 22 Β· π 38 - 57% open Β· β±οΈ 08.04.2024):
```
git clone https://github.com/jupyterhub/wrapspawner
```Show 2 hidden projects...
- SudoSpawner (π₯18 Β· β 51 Β· π) - Spawn JupyterHub single-user servers with sudo.
BSD-3
- YarnSpawner (π₯10 Β· β 19 Β· π) - Spawn JupyterHub single user notebook servers in Hadoop/YARN..BSD-3
## Jupyter Components
_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) (π¨βπ» 1K Β· π 4.4K Β· π₯ 320K Β· π¦ 650K Β· π 7.4K - 20% open Β· β±οΈ 15.01.2025):
```
git clone https://github.com/ipython/ipython
```
- [PyPi](https://pypi.org/project/ipython) (π₯ 48M / month Β· π¦ 11K Β· β±οΈ 20.12.2024):
```
pip install ipython
```
- [Conda](https://anaconda.org/conda-forge/ipython) (π₯ 35M Β· β±οΈ 21.12.2024):
```
conda install -c conda-forge ipython
```jupyter_server (π₯37 Β· β 500) - The backendi.e. core services, APIs, and REST endpointsto..
BSD-3
- [GitHub](https://github.com/jupyter-server/jupyter_server) (π¨βπ» 520 Β· π 310 Β· π₯ 4K Β· π 490 - 41% open Β· β±οΈ 20.12.2024):
```
git clone https://github.com/jupyter-server/jupyter_server
```
- [PyPi](https://pypi.org/project/jupyter_server) (π₯ 27M / month Β· π¦ 900 Β· β±οΈ 20.12.2024):
```
pip install jupyter_server
```
- [Conda](https://anaconda.org/conda-forge/jupyter_server) (π₯ 15M Β· β±οΈ 20.12.2024):
```
conda install -c conda-forge jupyter_server
```jupyter-packaging (π₯24 Β· β 63 Β· π€) - Tools to help build and install Jupyter Python packages.
BSD-3
- [GitHub](https://github.com/jupyter/jupyter-packaging) (π¨βπ» 30 Β· π 47 Β· π₯ 120 Β· π 46 - 34% open Β· β±οΈ 05.04.2024):
```
git clone https://github.com/jupyter/jupyter-packaging
```
- [PyPi](https://pypi.org/project/jupyter-packaging) (π₯ 590K / month Β· π¦ 130 Β· β±οΈ 25.08.2022):
```
pip install jupyter-packaging
```
- [Conda](https://anaconda.org/conda-forge/jupyter-packaging) (π₯ 590K Β· β±οΈ 04.12.2024):
```
conda install -c conda-forge jupyter-packaging
```
## Others
qtconsole (π₯36 Β· β 420) - Jupyter Qt Console.
BSD-3
- [GitHub](https://github.com/jupyter/qtconsole) (π¨βπ» 130 Β· π 200 Β· π¦ 190K Β· π 350 - 33% open Β· β±οΈ 03.01.2025):
```
git clone https://github.com/jupyter/qtconsole
```
- [PyPi](https://pypi.org/project/qtconsole) (π₯ 2.2M / month Β· π¦ 370 Β· β±οΈ 28.10.2024):
```
pip install qtconsole
```
- [Conda](https://anaconda.org/conda-forge/qtconsole) (π₯ 5M Β· β±οΈ 09.12.2024):
```
conda install -c conda-forge qtconsole
```colabcode (π₯19 Β· β 2.1K) - Run VSCode (codeserver) on Google Colab or Kaggle Notebooks.
MIT
- [GitHub](https://github.com/abhishekkrthakur/colabcode) (π¨βπ» 8 Β· π 300 Β· π 95 - 65% open Β· β±οΈ 14.09.2024):
```
git clone https://github.com/abhishekkrthakur/colabcode
```
- [PyPi](https://pypi.org/project/colabcode) (π₯ 8.8K / month Β· β±οΈ 11.06.2021):
```
pip install colabcode
```Show 2 hidden projects...
- jupyter-console (π₯28 Β· β 250 Β· π) - Jupyter Terminal Console.
BSD-3
- datapane (π₯21 Β· β 1.4K Β· π) - Build and share data reports in 100% Python.Apache-2
---
## 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/)