Skip to content

OdinMorningstar/best-of-jupyter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 350K 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, submit a pull request, or directly edit the 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

Explanation

  • 🥇🥈🥉  Combined project-quality score
  • ⭐️  Star count from GitHub
  • 🐣  New project (less than 6 months old)
  • 💤  Inactive project (6 months no activity)
  • 💀  Dead project (12 months no activity)
  • 📈📉  Project is trending up or down
  • ➕  Project was recently added
  • ❗️  Warning (e.g. missing/risky license)
  • 👨‍💻  Contributors count from GitHub
  • 🔀  Fork count from GitHub
  • 📋  Issue count from GitHub
  • ⏱️  Last update timestamp on package manager
  • 📥  Download count from package manager
  • 📦  Number of dependent projects

Notebook Environments

Back to top

Development environments with support for Jupyter Notebooks.

Jupyter (🥇43 · ⭐ 11K) - Jupyter Interactive Notebook. BSD-3
  • GitHub (👨‍💻 620 · 🔀 4K · 📥 11K · 📦 19 · 📋 4.6K - 44% open · ⏱️ 20.03.2023):

     git clone https://github.com/jupyter/notebook
    
  • PyPi (📥 12M / month · 📦 8.9K · ⏱️ 06.03.2023):

     pip install notebook
    
  • Conda (📥 3.1M · ⏱️ 05.12.2022):

     conda install -c conda-forge jupyter
    
  • Docker Hub (📥 29M · ⭐ 990 · ⏱️ 20.03.2023):

     docker pull jupyter/datascience-notebook
    
JupyterHub (🥇39 · ⭐ 7.4K) - Multi-user server for Jupyter notebooks. BSD-3
  • GitHub (👨‍💻 330 · 🔀 1.9K · 📦 2.2K · 📋 2.3K - 7% open · ⏱️ 23.03.2023):

     git clone https://github.com/jupyterhub/jupyterhub
    
  • PyPi (📥 200K / month · 📦 380 · ⏱️ 27.01.2023):

     pip install jupyterhub
    
  • Conda (📥 870K · ⏱️ 27.01.2023):

     conda install -c conda-forge jupyterhub
    
  • Docker Hub (📥 3.6M · ⭐ 320 · ⏱️ 23.03.2023):

     docker pull jupyterhub/jupyterhub
    
nteract (🥈33 · ⭐ 6K) - The interactive computing suite for you!. BSD-3
  • GitHub (👨‍💻 180 · 🔀 580 · 📥 1.4M · 📦 2 · 📋 1.7K - 10% open · ⏱️ 02.03.2023):

     git clone https://github.com/nteract/nteract
    
  • PyPi (📥 3K / month · 📦 5 · ⏱️ 16.07.2019):

     pip install nteract_on_jupyter
    
  • npm (📥 77K / month · 📦 35 · ⏱️ 22.10.2021):

     npm install @nteract/messaging
    
JupyterLab (🥈30 · ⭐ 13K) - JupyterLab computational environment. BSD-3
  • GitHub (👨‍💻 430 · 🔀 2.6K):

     git clone https://github.com/jupyterlab/jupyterlab
    
  • PyPi (📥 2M / month · 📦 2.1K · ⏱️ 09.06.2022):

     pip install jupyterlab
    
  • Conda (📥 7.6M · ⏱️ 22.03.2023):

     conda install -c conda-forge jupyterlab
    
  • npm (📥 200K / month · 📦 340 · ⏱️ 20.03.2023):

     npm install @jupyterlab/ui-components
    
Docker Stacks (🥈30 · ⭐ 7.6K) - Ready-to-run Docker images containing Jupyter applications. BSD-3
  • GitHub (👨‍💻 230 · 🔀 2.9K · 📋 820 - 2% open · ⏱️ 13.03.2023):

     git clone https://github.com/jupyter/docker-stacks
    
  • Docker Hub (📥 89M · ⭐ 390 · ⏱️ 20.03.2023):

     docker pull jupyter/scipy-notebook
    
VSCode Jupyter (🥈29 · ⭐ 950) - VS Code Jupyter extension. MIT
  • GitHub (👨‍💻 260 · 🔀 200 · 📋 8.7K - 5% open · ⏱️ 22.03.2023):

     git clone https://github.com/microsoft/vscode-jupyter
    
  • Conda (📥 49K · ⏱️ 06.10.2022):

     conda install -c conda-forge vscode-jupyter
    
sos (🥈28 · ⭐ 240) - SoS workflow system for daily data analysis. BSD-3
  • GitHub (👨‍💻 36 · 🔀 33 · 📦 3.8K · 📋 1.4K - 4% open · ⏱️ 18.02.2023):

     git clone https://github.com/vatlab/SOS
    
  • PyPi (📥 1.1K / month · 📦 36 · ⏱️ 09.08.2022):

     pip install sos-notebook
    
  • Conda (📥 140K · ⏱️ 19.02.2023):

     conda install -c conda-forge sos
    
docker-python (🥉26 · ⭐ 2.3K) - Kaggle Python docker image. Apache-2
  • GitHub (👨‍💻 150 · 🔀 870 · 📋 310 - 8% open · ⏱️ 22.03.2023):

     git clone https://github.com/kaggle/docker-python
    
  • Docker Hub (📥 190K · ⭐ 170 · ⏱️ 23.03.2023):

     docker pull kaggle/python
    
DataLab (🥉26 · ⭐ 980) - Interactive tools and developer experiences for Big Data on Google.. Apache-2
  • GitHub (👨‍💻 53 · 🔀 260 · 📋 900 - 25% open · ⏱️ 02.09.2022):

     git clone https://github.com/googledatalab/datalab
    
  • PyPi (📥 87K / month · 📦 12 · ⏱️ 02.09.2022):

     pip install datalab
    
Hydrogen (🥉23 · ⭐ 3.8K) - Run code interactively, inspect data, and plot. All the power of Jupyter.. MIT
  • GitHub (👨‍💻 90 · 🔀 350 · 📋 1.3K - 13% open · ⏱️ 10.01.2023):

     git clone https://github.com/nteract/hydrogen
    
retrolab (🥉20 · ⭐ 270) - JupyterLab distribution with a retro look and feel. BSD-3
  • GitHub (👨‍💻 17 · 🔀 46 · 📥 930 · 📦 110 · 📋 120 - 3% open · ⏱️ 16.02.2023):

     git clone https://github.com/jupyterlab/retrolab
    
  • PyPi (📥 3.2K / month · 📦 3 · ⏱️ 04.05.2022):

     pip install retrolab
    
  • Conda (📥 35K · ⏱️ 04.05.2022):

     conda install -c conda-forge retrolab
    
  • npm (📥 34 / month · 📦 4 · ⏱️ 19.04.2021):

     npm install @jupyterlab-classic/application
    
gpu-jupyter (🥉16 · ⭐ 480) - Leverage the flexibility of Jupyterlab through the power of your.. Apache-2
  • GitHub (👨‍💻 12 · 🔀 170 · 📋 71 - 5% open · ⏱️ 07.03.2023):

     git clone https://github.com/iot-salzburg/gpu-jupyter
    
jupyterlite (🥉14 · ⭐ 78) - Wasm powered Jupyter running in the browser. BSD-3
  • GitHub (👨‍💻 44 · 🔀 6 · ⏱️ 22.03.2023):

     git clone https://github.com/jtpio/jupyterlite
    
Show 3 hidden projects...
  • ML Workspace (🥉21 · ⭐ 3K · 💀) - All-in-one web-based IDE specialized for machine learning.. Apache-2
  • jupyverse (🥉18 · ⭐ 130) - A Jupyter server based on FastAPI. ❗️BSD-1-Clause
  • ML Hub (🥉15 · ⭐ 270 · 💀) - Multi-user development platform for machine learning teams. Simple.. Apache-2

Interactive Widgets & Visualization

Back to top

Extensions that provide interactive UI-widgets and visualization tools.

🔗 best-of-ml-python - Data Visualization - Python-based data visualization libraries.

bokeh (🥇43 · ⭐ 17K) - Interactive Data Visualization in the browser, from Python. BSD-3
  • GitHub (👨‍💻 640 · 🔀 4.1K · 📦 200 · 📋 7.3K - 9% open · ⏱️ 23.03.2023):

     git clone https://github.com/bokeh/bokeh
    
  • PyPi (📥 3.5M / month · 📦 3.7K · ⏱️ 20.12.2022):

     pip install bokeh
    
  • Conda (📥 10M · ⏱️ 14.03.2023):

     conda install -c conda-forge bokeh
    
  • npm (📥 17K / month · 📦 7 · ⏱️ 10.03.2023):

     npm install @bokeh/bokehjs
    
ipywidgets (🥇38 · ⭐ 2.7K) - Interactive Widgets for the Jupyter Notebook. BSD-3
  • GitHub (👨‍💻 200 · 🔀 900 · 📦 6.3K · 📋 2K - 34% open · ⏱️ 22.03.2023):

     git clone https://github.com/jupyter-widgets/ipywidgets
    
  • PyPi (📥 9.1M / month · 📦 9.1K · ⏱️ 09.02.2023):

     pip install ipywidgets
    
  • Conda (📥 8.4M · ⏱️ 21.03.2023):

     conda install -c conda-forge ipywidgets
    
  • npm (📥 68K / month · 📦 92 · ⏱️ 21.03.2023):

     npm install @jupyter-widgets/jupyterlab-manager
    
panel (🥇38 · ⭐ 2.6K) - A high-level app and dashboarding solution for Python. BSD-3
  • GitHub (👨‍💻 120 · 🔀 330 · 📦 6.1K · 📋 2.3K - 28% open · ⏱️ 22.03.2023):

     git clone https://github.com/holoviz/panel
    
  • PyPi (📥 460K / month · 📦 140 · ⏱️ 31.01.2023):

     pip install panel
    
  • Conda (📥 900K · ⏱️ 04.03.2023):

     conda install -c conda-forge panel
    
  • npm (📥 93K / month · 📦 2 · ⏱️ 21.03.2023):

     npm install @holoviz/panel
    
pandas-profiling (🥇36 · ⭐ 10K · 📉) - Create HTML profiling reports from pandas DataFrame objects. MIT
  • GitHub (👨‍💻 110 · 🔀 1.5K · 📦 160 · 📋 650 - 20% open · ⏱️ 17.03.2023):

     git clone https://github.com/pandas-profiling/pandas-profiling
    
  • PyPi (📥 1.2M / month · 📦 180 · ⏱️ 31.01.2023):

     pip install pandas-profiling
    
  • Conda (📥 350K · ⏱️ 25.01.2023):

     conda install -c conda-forge pandas-profiling
    
evidently (🥇33 · ⭐ 3.3K) - Evaluate and monitor ML models from validation to production... Apache-2
  • GitHub (👨‍💻 37 · 🔀 360 · 📦 1.4K · 📋 190 - 28% open · ⏱️ 22.03.2023):

     git clone https://github.com/evidentlyai/evidently
    
  • PyPi (📥 190K / month · 📦 5 · ⏱️ 07.07.2022):

     pip install evidently
    
  • Conda (📥 3.3K · ⏱️ 11.03.2023):

     conda install -c conda-forge evidently
    
jupyter-matplotlib (🥇33 · ⭐ 1.4K) - Matplotlib Jupyter Integration. BSD-3
  • GitHub (👨‍💻 31 · 🔀 210 · 📦 6.8K · 📋 290 - 48% open · ⏱️ 27.02.2023):

     git clone https://github.com/matplotlib/ipympl
    
  • PyPi (📥 210K / month · 📦 120 · ⏱️ 22.08.2022):

     pip install ipympl
    
  • Conda (📥 1.3M · ⏱️ 16.02.2023):

     conda install -c conda-forge ipympl
    
  • npm (📥 26K / month · 📦 2 · ⏱️ 15.02.2023):

     npm install jupyter-matplotlib
    
papermill (🥈32 · ⭐ 5.2K) - Parameterize, execute, and analyze notebooks. BSD-3
  • GitHub (👨‍💻 110 · 🔀 390 · 📦 4.7K · 📋 370 - 33% open · ⏱️ 18.10.2022):

     git clone https://github.com/nteract/papermill
    
  • PyPi (📥 1.1M / month · 📦 220 · ⏱️ 15.08.2022):

     pip install papermill
    
  • Conda (📥 400K · ⏱️ 23.01.2022):

     conda install -c conda-forge papermill
    
ipyleaflet (🥈32 · ⭐ 1.3K) - A Jupyter - Leaflet.js bridge. MIT
  • GitHub (👨‍💻 82 · 🔀 350 · 📦 3.9K · 📋 560 - 41% open · ⏱️ 10.02.2023):

     git clone https://github.com/jupyter-widgets/ipyleaflet
    
  • PyPi (📥 160K / month · 📦 130 · ⏱️ 19.10.2022):

     pip install ipyleaflet
    
  • Conda (📥 970K · ⏱️ 19.10.2022):

     conda install -c conda-forge ipyleaflet
    
  • npm (📥 62K / month · 📦 5 · ⏱️ 19.10.2022):

     npm install jupyter-leaflet
    
bqplot (🥈31 · ⭐ 3.4K) - Plotting library for IPython/Jupyter notebooks. Apache-2
  • GitHub (👨‍💻 60 · 🔀 470 · 📦 38 · 📋 610 - 40% open · ⏱️ 21.03.2023):

     git clone https://github.com/bqplot/bqplot
    
  • PyPi (📥 150K / month · 📦 100 · ⏱️ 02.09.2022):

     pip install bqplot
    
  • Conda (📥 1.1M · ⏱️ 02.09.2022):

     conda install -c conda-forge bqplot
    
  • npm (📥 3.3K / month · 📦 14 · ⏱️ 02.09.2022):

     npm install bqplot
    
facets-overview (🥈30 · ⭐ 7.1K) - Visualizations for machine learning datasets. Apache-2
  • GitHub (👨‍💻 30 · 🔀 910 · 📦 170 · 📋 160 - 50% open · ⏱️ 18.02.2023):

     git clone https://github.com/pair-code/facets
    
  • PyPi (📥 340K / month · 📦 8 · ⏱️ 30.01.2023):

     pip install facets-overview
    
ipyvolume (🥈29 · ⭐ 1.8K) - 3d plotting for Python in the Jupyter notebook based on IPython.. MIT
  • GitHub (👨‍💻 45 · 🔀 240 · 📦 15 · 📋 310 - 58% open · ⏱️ 25.02.2023):

     git clone https://github.com/maartenbreddels/ipyvolume
    
  • PyPi (📥 68K / month · 📦 51 · ⏱️ 27.01.2023):

     pip install ipyvolume
    
  • Conda (📥 420K · ⏱️ 25.02.2023):

     conda install -c conda-forge ipyvolume
    
  • npm (📥 2.2K / month · 📦 5 · ⏱️ 24.02.2023):

     npm install ipyvolume
    
pythreejs (🥈29 · ⭐ 860) - A Jupyter - Three.js bridge. BSD-3
  • GitHub (👨‍💻 30 · 🔀 180 · 📦 24 · 📋 230 - 25% open · ⏱️ 20.02.2023):

     git clone https://github.com/jupyter-widgets/pythreejs
    
  • PyPi (📥 84K / month · 📦 52 · ⏱️ 20.02.2023):

     pip install pythreejs
    
  • Conda (📥 470K · ⏱️ 16.03.2023):

     conda install -c conda-forge pythreejs
    
  • npm (📥 5.1K / month · 📦 10 · ⏱️ 20.02.2023):

     npm install jupyter-threejs
    
responsible-ai-widgets (🥈29 · ⭐ 740 · 📉) - Responsible AI Toolbox is a suite of tools providing.. MIT
  • GitHub (👨‍💻 34 · 🔀 190 · 📦 48 · 📋 290 - 23% open · ⏱️ 22.03.2023):

     git clone https://github.com/microsoft/responsible-ai-toolbox
    
  • PyPi (📥 9.4K / month · 📦 3 · ⏱️ 18.01.2023):

     pip install raiwidgets
    
itkwidgets (🥈28 · ⭐ 510) - Interactive Jupyter widgets to visualize images, point sets, and.. Apache-2
  • GitHub (👨‍💻 26 · 🔀 74 · 📥 75 · 📦 230 · 📋 240 - 43% open · ⏱️ 17.03.2023):

     git clone https://github.com/InsightSoftwareConsortium/itkwidgets
    
  • PyPi (📥 8.2K / month · 📦 15 · ⏱️ 26.01.2023):

     pip install itkwidgets
    
  • Conda (📥 310K · ⏱️ 10.08.2020):

     conda install -c conda-forge itkwidgets
    
  • npm (📥 1.3K / month · 📦 2 · ⏱️ 02.03.2023):

     npm install itkwidgets
    
jupyter-dash (🥈27 · ⭐ 880) - Develop Dash apps in the Jupyter Notebook and JupyterLab. MIT
  • GitHub (👨‍💻 10 · 🔀 240 · 📥 82 · 📦 2.6K · 📋 75 - 69% open · ⏱️ 21.10.2022):

     git clone https://github.com/plotly/jupyter-dash
    
  • PyPi (📥 260K / month · 📦 69 · ⏱️ 01.04.2022):

     pip install jupyter-dash
    
  • Conda (📥 310K · ⏱️ 02.04.2022):

     conda install -c conda-forge jupyter-dash
    
  • npm (📥 12K / month · 📦 2 · ⏱️ 22.01.2021):

     npm install jupyterlab-dash
    
ipyregulartable (🥈26 · ⭐ 2.7K) - High performance, editable, stylable datagrids in jupyter.. Apache-2
  • GitHub (👨‍💻 5 · 🔀 900 · 📦 11 · 📋 26 - 38% open · ⏱️ 15.03.2023):

     git clone https://github.com/jpmorganchase/ipyregulartable
    
  • PyPi (📥 130 / month · 📦 2 · ⏱️ 24.09.2022):

     pip install ipyregulartable
    
  • Conda (📥 4.1K · ⏱️ 24.09.2022):

     conda install -c conda-forge ipyregulartable
    
  • npm (📥 68K / month · 📦 92 · ⏱️ 21.03.2023):

     npm install @jupyter-widgets/jupyterlab-manager
    
ipydagred3 (🥈26 · ⭐ 2.7K) - ipywidgets library for drawing directed acyclic graphs in.. Apache-2
  • GitHub (👨‍💻 3 · 🔀 900 · 📦 2 · 📋 21 - 19% open · ⏱️ 15.03.2023):

     git clone https://github.com/timkpaine/ipydagred3
    
  • PyPi (📥 440 / month · 📦 2 · ⏱️ 23.09.2022):

     pip install ipydagred3
    
  • Conda (📥 17K · ⏱️ 24.09.2022):

     conda install -c conda-forge ipydagred3
    
  • npm (📥 68K / month · 📦 92 · ⏱️ 21.03.2023):

     npm install @jupyter-widgets/jupyterlab-manager
    
lux (🥈25 · ⭐ 4.5K · 💤) - Automatically visualize your pandas dataframe via a single print!. Apache-2
  • GitHub (👨‍💻 20 · 🔀 340 · 📦 130 · 📋 230 - 31% open · ⏱️ 21.05.2022):

     git clone https://github.com/lux-org/lux
    
  • PyPi (📥 54K / month · ⏱️ 19.02.2022):

     pip install lux-api
    
  • Conda (📥 17K · ⏱️ 22.02.2022):

     conda install -c conda-forge lux-api
    
  • npm (📥 500 / month · ⏱️ 17.02.2022):

     npm install luxwidget
    
nglview (🥈25 · ⭐ 650) - Jupyter widget to interactively view molecular structures and trajectories. MIT
  • GitHub (👨‍💻 34 · 🔀 120 · 📥 260 · 📦 5 · 📋 450 - 7% open · ⏱️ 11.03.2023):

     git clone https://github.com/nglviewer/nglview
    
  • PyPi (📥 9.8K / month · 📦 51 · ⏱️ 11.06.2021):

     pip install nglview
    
  • Conda (📥 570K · ⏱️ 11.06.2021):

     conda install -c conda-forge nglview
    
  • npm (📥 6.7K / month · 📦 4 · ⏱️ 16.04.2021):

     npm install nglview-js-widgets
    
itables (🥈25 · ⭐ 410) - Pandas DataFrames as Interactive DataTables. MIT
  • GitHub (👨‍💻 6 · 🔀 36 · 📦 220 · 📋 83 - 16% open · ⏱️ 12.03.2023):

     git clone https://github.com/mwouts/itables
    
  • PyPi (📥 37K / month · 📦 11 · ⏱️ 31.01.2023):

     pip install itables
    
  • Conda (📥 11K · ⏱️ 12.03.2023):

     conda install -c conda-forge itables
    
ipyvuetify (🥈25 · ⭐ 290) - Jupyter widgets based on vuetify UI components. MIT
  • GitHub (👨‍💻 11 · 🔀 48 · 📦 740 · 📋 180 - 29% open · ⏱️ 21.03.2023):

     git clone https://github.com/mariobuikhuizen/ipyvuetify
    
  • PyPi (📥 140K / month · 📦 36 · ⏱️ 02.09.2022):

     pip install ipyvuetify
    
  • Conda (📥 110K · ⏱️ 02.09.2022):

     conda install -c conda-forge ipyvuetify
    
  • npm (📥 9.3K / month · 📦 3 · ⏱️ 21.03.2023):

     npm install jupyter-vuetify
    
ipyvizzu (🥉24 · ⭐ 780) - Build animated charts in Jupyter Notebook and similar environments.. Apache-2
  • GitHub (👨‍💻 11 · 🔀 61 · 📥 48 · 📦 41 · 📋 80 - 28% open · ⏱️ 22.03.2023):

     git clone https://github.com/vizzuhq/ipyvizzu
    
  • PyPi (📥 860 / month · 📦 3 · ⏱️ 19.10.2022):

     pip install ipyvizzu
    
vega (🥉24 · ⭐ 340) - IPython/Jupyter notebook module for Vega and Vega-Lite. BSD-3
  • GitHub (👨‍💻 13 · 🔀 59 · 📦 2 · 📋 100 - 11% open · ⏱️ 28.02.2023):

     git clone https://github.com/vega/ipyvega
    
  • PyPi (📥 12K / month · 📦 84 · ⏱️ 10.02.2022):

     pip install vega
    
  • Conda (📥 540K · ⏱️ 05.12.2022):

     conda install -c conda-forge vega
    
ipycytoscape (🥉24 · ⭐ 220) - A Cytoscape Jupyter widget. BSD-3
  • GitHub (👨‍💻 32 · 🔀 57 · 📥 3 · 📦 130 · 📋 160 - 38% open · ⏱️ 12.09.2022):

     git clone https://github.com/cytoscape/ipycytoscape
    
  • PyPi (📥 7.9K / month · 📦 11 · ⏱️ 04.04.2022):

     pip install ipycytoscape
    
  • Conda (📥 270K · ⏱️ 12.09.2022):

     conda install -c conda-forge ipycytoscape
    
  • npm (📥 1.3K / month · ⏱️ 04.04.2022):

     npm install jupyter-cytoscape
    
ipywebrtc (🥉24 · ⭐ 220) - WebRTC for Jupyter notebook/lab. MIT
  • GitHub (👨‍💻 9 · 🔀 37 · 📦 720 · 📋 67 - 58% open · ⏱️ 06.03.2023):

     git clone https://github.com/maartenbreddels/ipywebrtc
    
  • PyPi (📥 65K / month · 📦 11 · ⏱️ 04.07.2019):

     pip install ipywebrtc
    
  • Conda (📥 300K · ⏱️ 29.03.2021):

     conda install -c conda-forge ipywebrtc
    
  • npm (📥 480 / month · 📦 1 · ⏱️ 29.03.2021):

     npm install jupyter-webrtc
    
ipycanvas (🥉23 · ⭐ 650) - Interactive Canvas in Jupyter. BSD-3
  • GitHub (👨‍💻 21 · 🔀 57 · 📦 7 · 📋 130 - 40% open · ⏱️ 24.10.2022):

     git clone https://github.com/martinRenou/ipycanvas
    
  • PyPi (📥 13K / month · 📦 24 · ⏱️ 29.08.2022):

     pip install ipycanvas
    
  • Conda (📥 140K · ⏱️ 29.08.2022):

     conda install -c conda-forge ipycanvas
    
  • npm (📥 1.9K / month · 📦 3 · ⏱️ 29.08.2022):

     npm install ipycanvas
    
ipydatagrid (🥉23 · ⭐ 350) - Fast Datagrid widget for the Jupyter Notebook and JupyterLab. BSD-3
  • GitHub (👨‍💻 17 · 🔀 41 · 📦 57 · 📋 110 - 44% open · ⏱️ 24.02.2023):

     git clone https://github.com/bloomberg/ipydatagrid
    
  • PyPi (📥 3.6K / month · 📦 5 · ⏱️ 29.11.2022):

     pip install ipydatagrid
    
  • Conda (📥 37K · ⏱️ 15.02.2023):

     conda install -c conda-forge ipydatagrid
    
  • npm (📥 580 / month · 📦 2 · ⏱️ 15.02.2023):

     npm install ipydatagrid
    
ipysheet (🥉22 · ⭐ 520) - Jupyter handsontable integration. MIT
  • GitHub (👨‍💻 13 · 🔀 66 · 📦 6 · 📋 130 - 53% open · ⏱️ 28.11.2022):

     git clone https://github.com/QuantStack/ipysheet
    
  • PyPi (📥 46K / month · 📦 21 · ⏱️ 28.11.2022):

     pip install ipysheet
    
  • Conda (📥 74K · ⏱️ 28.11.2022):

     conda install -c conda-forge ipysheet
    
  • npm (📥 1.8K / month · 📦 2 · ⏱️ 28.11.2022):

     npm install ipysheet
    
nbtutor (🥉22 · ⭐ 430) - Visualize Python code execution (line-by-line) in Jupyter Notebook cells. BSD-3
  • GitHub (👨‍💻 4 · 🔀 39 · 📦 33 · 📋 43 - 44% open · ⏱️ 23.03.2023):

     git clone https://github.com/lgpage/nbtutor
    
  • PyPi (📥 140 / month · 📦 3 · ⏱️ 19.04.2022):

     pip install nbtutor
    
  • Conda (📥 120K · ⏱️ 19.04.2022):

     conda install -c conda-forge nbtutor
    
jdaviz (🥉22 · ⭐ 87) - JWST astronomical data analysis tools in the Jupyter platform. BSD-3
  • GitHub (👨‍💻 31 · 🔀 45 · 📋 890 - 36% open · ⏱️ 22.03.2023):

     git clone https://github.com/spacetelescope/jdaviz
    
  • PyPi (📥 440 / month · ⏱️ 09.03.2023):

     pip install jdaviz
    
ipyvue (🥉22 · ⭐ 48) - Jupyter widgets base for Vue libraries. MIT
  • GitHub (👨‍💻 3 · 🔀 12 · 📦 420 · 📋 8 - 37% open · ⏱️ 23.02.2023):

     git clone https://github.com/mariobuikhuizen/ipyvue
    
  • PyPi (📥 140K / month · 📦 18 · ⏱️ 22.09.2022):

     pip install ipyvue
    
  • Conda (📥 79K · ⏱️ 26.09.2022):

     conda install -c conda-forge ipyvue
    
  • npm (📥 4.8K / month · 📦 12 · ⏱️ 23.02.2023):

     npm install jupyter-vue
    
ipydatawidgets (🥉22 · ⭐ 36) - A set of widgets to help facilitate reuse of large datasets.. BSD-3
  • GitHub (👨‍💻 5 · 🔀 9 · 📦 730 · 📋 16 - 43% open · ⏱️ 19.02.2023):

     git clone https://github.com/vidartf/ipydatawidgets
    
  • PyPi (📥 88K / month · 📦 26 · ⏱️ 24.08.2022):

     pip install ipydatawidgets
    
  • Conda (📥 220K · ⏱️ 24.08.2022):

     conda install -c conda-forge ipydatawidgets
    
ipysigma (🥉20 · ⭐ 87) - A Jupyter widget using sigma.js to render interactive networks. MIT
  • GitHub (👨‍💻 6 · 🔀 10 · 📦 20 · 📋 190 - 21% open · ⏱️ 04.02.2023):

     git clone https://github.com/Yomguithereal/ipysigma
    
  • PyPi (📥 600 / month · 📦 1 · ⏱️ 18.01.2023):

     pip install ipysigma
    
  • npm (📥 490 / month · 📦 2 · ⏱️ 18.01.2023):

     npm install ipysigma
    
ipytree (🥉19 · ⭐ 110) - A Tree Widget using Jupyter-widgets protocol and jsTree. MIT
  • GitHub (👨‍💻 9 · 🔀 27 · 📦 2 · 📋 36 - 52% open · ⏱️ 23.11.2022):

     git clone https://github.com/QuantStack/ipytree
    
  • PyPi (📥 73K / month · 📦 8 · ⏱️ 23.08.2022):

     pip install ipytree
    
  • Conda (📥 66K · ⏱️ 23.08.2022):

     conda install -c conda-forge ipytree
    
  • npm (📥 510 / month · ⏱️ 23.08.2022):

     npm install ipytree
    
igv.js widget (🥉16 · ⭐ 150) - Extension for Jupyter which integrates igv.js. MIT
  • GitHub (👨‍💻 5 · 🔀 15 · 📦 12 · ⏱️ 03.01.2023):

     git clone https://github.com/igvteam/igv-jupyter
    
  • PyPi (📥 500 / month · 📦 1 · ⏱️ 14.06.2022):

     pip install igv-jupyter
    
Altair Viewer (🥉16 · ⭐ 58) - Viewer for Altair and Vega-Lite visualizations. BSD-3
  • GitHub (👨‍💻 3 · 🔀 8 · 📋 9 - 55% open · ⏱️ 23.02.2023):

     git clone https://github.com/altair-viz/altair_viewer
    
  • PyPi (📥 47K / month · 📦 12 · ⏱️ 06.11.2021):

     pip install altair_viewer
    
  • Conda (📥 59K · ⏱️ 06.11.2021):

     conda install -c conda-forge altair_viewer
    
Show 19 hidden projects...
  • D-Tale (🥈30 · ⭐ 3.9K) - Visualizer for Pandas Data Structures. ❗️LGPL-2.1
  • qgrid (🥈26 · ⭐ 2.9K · 💀) - An interactive grid for sorting, filtering, and editing DataFrames.. Apache-2
  • gmaps (🥉23 · ⭐ 750 · 💀) - Google maps for Jupyter notebooks. BSD-3
  • Mapbox GL (🥉23 · ⭐ 630 · 💀) - Use Mapbox GL JS to visualize data in a Python Jupyter notebook. MIT
  • pivottablejs (🥉23 · ⭐ 540 · 💀) - Dragndrop Pivot Tables and Charts for Jupyter/IPython Notebook,.. MIT
  • What-If Tool (🥉22 · ⭐ 790 · 💀) - Source code/webpage/demos for the What-If Tool. Apache-2
  • geonotebook (🥉16 · ⭐ 1.1K · 💀) - A Jupyter notebook extension for geospatial visualization.. Apache-2
  • ipyscales (🥉16 · ⭐ 13) - A widget library for scales. BSD-3
  • niwidgets (🥉15 · ⭐ 81 · 💀) - Neuroimaging widgets for jupyter notebooks. Apache-2
  • Jupyter DataTables (🥉14 · ⭐ 200 · 💀) - Jupyter Notebook extension leveraging pandas DataFrames.. MIT
  • pigeon (🥉13 · ⭐ 690 · 💀) - Quickly annotate data from the comfort of your Jupyter notebook. Apache-2
  • ipyaggrid (🥉13 · ⭐ 13 · 💀) - Jupyter widget - ag-grid in the notebook. MIT
  • ipymaterialui (🥉12 · ⭐ 84 · 💀) - Jupyter Widgets based on React Material UI components. MIT
  • ipyannotate (🥉11 · ⭐ 130 · 💀) - Jupyter Widget for data annotation. ❗Unlicensed
  • perfume (🥉11 · ⭐ 33 · 💀) - Interactive performance benchmarking in Jupyter. BSD-3
  • tributary (🥉11 · ⭐ 7) - Streaming reactive and dataflow graphs in Python. Apache-2
  • ipyp5 (🥉10 · ⭐ 33 · 💀) - p5.js Jupyter Widget. BSD-3
  • easyexplore (🥉9 · ⭐ 4 · 💤) - Toolbox for easy and effective data exploration in Python. ❗️GPL-3.0
  • Vision UI (🥉7 · ⭐ 250 · 💀) - UI visual interface for fastai - now compatible with Google.. ❗Unlicensed

Jupyter Extensions

Back to top

Application plugins that extend the functionality of Jupyter itself.

Contrib NBextensions (🥇30 · ⭐ 5K) - A collection of various notebook extensions for Jupyter. BSD-3
  • GitHub (👨‍💻 140 · 🔀 800 · 📋 810 - 43% open · ⏱️ 21.12.2022):

     git clone https://github.com/ipython-contrib/jupyter_contrib_nbextensions
    
  • PyPi (📥 360K / month · 📦 230 · ⏱️ 15.11.2022):

     pip install jupyter_contrib_nbextensions
    
  • Conda (📥 1.6M · ⏱️ 03.12.2022):

     conda install -c conda-forge jupyter_contrib_nbextensions
    
nbgrader (🥇30 · ⭐ 1.2K) - A system for assigning and grading notebooks. BSD-3
  • GitHub (👨‍💻 99 · 🔀 320 · 📥 110 · 📦 410 · 📋 870 - 27% open · ⏱️ 21.03.2023):

     git clone https://github.com/jupyter/nbgrader
    
  • PyPi (📥 6.3K / month · 📦 17 · ⏱️ 27.09.2022):

     pip install nbgrader
    
  • Conda (📥 140K · ⏱️ 28.09.2022):

     conda install -c conda-forge nbgrader
    
Resource Usage (🥈26 · ⭐ 360 · 📉) - Jupyter Notebook Extension for monitoring your own Resource.. BSD-2
  • GitHub (👨‍💻 31 · 🔀 87 · 📥 180 · 📦 320 · 📋 71 - 47% open · ⏱️ 21.03.2023):

     git clone https://github.com/jupyter-server/jupyter-resource-usage
    
  • PyPi (📥 24K / month · 📦 5 · ⏱️ 06.01.2023):

     pip install jupyter-resource-usage
    
  • Conda (📥 530K · ⏱️ 23.11.2020):

     conda install -c conda-forge nbresuse
    
  • npm (📥 580 / month · 📦 2 · ⏱️ 20.02.2023):

     npm install @jupyter-server/resource-usage
    
nbgitpuller (🥈26 · ⭐ 170) - Jupyter server extension to sync a git repository one-way to a.. BSD-3
  • GitHub (👨‍💻 27 · 🔀 71 · 📦 610 · 📋 150 - 45% open · ⏱️ 21.03.2023):

     git clone https://github.com/jupyterhub/nbgitpuller
    
  • PyPi (📥 11K / month · 📦 18 · ⏱️ 08.11.2022):

     pip install nbgitpuller
    
  • Conda (📥 58K · ⏱️ 09.11.2022):

     conda install -c conda-forge nbgitpuller
    
NBextensions Configurator (🥈25 · ⭐ 930) - A jupyter notebook serverextension providing config.. BSD-3
  • GitHub (👨‍💻 22 · 🔀 120 · 📋 91 - 64% open · ⏱️ 21.12.2022):

     git clone https://github.com/jupyter-contrib/jupyter_nbextensions_configurator
    
  • PyPi (📥 390K / month · 📦 180 · ⏱️ 29.12.2018):

     pip install jupyter_nbextensions_configurator
    
  • Conda (📥 1.3M · ⏱️ 11.12.2022):

     conda install -c conda-forge jupyter_nbextensions_configurator
    
jupyter-server-proxy (🥈25 · ⭐ 280) - Jupyter notebook server extension to proxy web services. BSD-3
  • GitHub (👨‍💻 66 · 🔀 130 · 📦 2 · 📋 180 - 38% open · ⏱️ 15.03.2023):

     git clone https://github.com/jupyterhub/jupyter-server-proxy
    
  • PyPi (📥 160K / month · 📦 120 · ⏱️ 08.09.2022):

     pip install jupyter-server-proxy
    
  • Conda (📥 1.3M · ⏱️ 08.09.2022):

     conda install -c conda-forge jupyter-server-proxy
    
  • npm (📥 7.9K / month · 📦 3 · ⏱️ 08.09.2022):

     npm install @jupyterlab/server-proxy
    
Rsession Proxy (🥈22 · ⭐ 100) - Jupyter extensions for running an RStudio rsession proxy. BSD-3
  • GitHub (👨‍💻 21 · 🔀 83 · 📦 43 · 📋 79 - 40% open · ⏱️ 24.09.2022):

     git clone https://github.com/jupyterhub/jupyter-rsession-proxy
    
  • PyPi (📥 22K / month · 📦 1 · ⏱️ 07.09.2022):

     pip install jupyter-rsession-proxy
    
  • Conda (📥 16K · ⏱️ 08.09.2022):

     conda install -c conda-forge jupyter-rsession-proxy
    
Appmode (🥈21 · ⭐ 420 · 📈) - A Jupyter extensions that turns notebooks into web applications. MIT
  • GitHub (👨‍💻 9 · 🔀 71 · 📦 340 · 📋 56 - 10% open · ⏱️ 09.03.2023):

     git clone https://github.com/oschuett/appmode
    
  • PyPi (📥 1.7K / month · 📦 22 · ⏱️ 09.06.2020):

     pip install appmode
    
  • Conda (📥 200K · ⏱️ 08.11.2022):

     conda install -c conda-forge appmode
    
gator (🥉18 · ⭐ 240) - Conda environment and package management extension from within Jupyter. BSD-3
  • GitHub (👨‍💻 25 · 🔀 27 · 📥 2 · 📦 4 · 📋 61 - 32% open · ⏱️ 15.03.2023):

     git clone https://github.com/mamba-org/gator
    
  • PyPi (📥 71 / month · ⏱️ 25.07.2022):

     pip install mamba-gator
    
  • Conda (📥 28K · ⏱️ 26.07.2022):

     conda install -c conda-forge mamba_gator
    
  • npm (📥 110 / month · 📦 2 · ⏱️ 03.09.2021):

     npm install @mamba-org/gator-lab
    
jupyter-archive (🥉18 · ⭐ 61) - A Jupyter/Jupyterlab extension to make, download and extract.. BSD-3
  • GitHub (👨‍💻 10 · 🔀 11 · 📥 3.3K · 📦 2 · 📋 37 - 5% open · ⏱️ 15.03.2023):

     git clone https://github.com/jupyterlab-contrib/jupyter-archive
    
  • PyPi (📥 5K / month · 📦 1 · ⏱️ 09.01.2023):

     pip install jupyter-archive
    
  • Conda (📥 38K · ⏱️ 16.03.2023):

     conda install -c conda-forge jupyter-archive
    
  • npm (📥 340 / month · 📦 2 · ⏱️ 08.01.2023):

     npm install @hadim/jupyter-archive
    
Spark Monitor (🥉16 · ⭐ 170 · 💤) - Monitor Apache Spark from Jupyter Notebook. Apache-2
  • GitHub (👨‍💻 3 · 🔀 51 · 📥 2.4K · 📋 37 - 81% open · ⏱️ 16.05.2022):

     git clone https://github.com/krishnan-r/sparkmonitor
    
  • PyPi (📥 1.1K / month · ⏱️ 18.01.2022):

     pip install sparkmonitor
    
  • Docker Hub (📥 940 · ⏱️ 04.10.2019):

     docker pull krishnanr/sparkmonitor
    
Jupyter Black (🥉8 · ⭐ 420 · 💀) - Black formatter for Jupyter Notebook. BSD-3
  • GitHub (👨‍💻 2 · 🔀 23 · 📋 23 - 43% open · ⏱️ 01.02.2020):

     git clone https://github.com/drillan/jupyter-black
    
Show 13 hidden projects...
  • dtale (🥇30 · ⭐ 3.9K) - Visualizer for pandas data structures. ❗️LGPL-2.1
  • Jupyter Themes (🥈28 · ⭐ 9.5K · 💀) - Custom Jupyter Notebook Themes. MIT
  • pyforest (🥉20 · ⭐ 1K · 💀) - pyforest - feel the bliss of automated imports. MIT
  • jupyter-tensorboard (🥉19 · ⭐ 460 · 💀) - Start Tensorboard in Jupyter Notebook. MIT
  • HTTP-over-WebSocket (🥉18 · ⭐ 250 · 💀) - Jupyter support for HTTP-over-ws. Apache-2
  • Jupyter Spark (🥉18 · ⭐ 190 · 💀) - Jupyter Notebook extension for Apache Spark integration. MPL-2.0
  • jupyter-tabnine (🥉17 · ⭐ 770 · 💀) - Autocompletion with Deep Learning on Jupyter Notebook. MIT
  • nbzip (🥉17 · ⭐ 80 · 💀) - Zips and downloads all the contents of a jupyter notebook. Apache-2
  • Content Management (🥉16 · ⭐ 76 · 💀) - Jupyter Content Management Extensions. BSD-3
  • nb_conda (🥉15 · ⭐ 130 · 💀) - Conda environment and package access extension from within Jupyter. BSD-3
  • PPExtensions (🥉14 · ⭐ 48 · 💀) - Set of iPython and Jupyter extensions to improve user.. BSD-3
  • jupyter-nbrequirements (🥉14 · ⭐ 14) - Dependency management and optimization in Jupyter.. MIT
  • jupyterterminals (🥉8 · ⭐ 8) - Jupyter plugin to support inline terminal shells along with.. MIT

Jupyter Magic

Back to top

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

sparkmagic (🥇32 · ⭐ 1.2K) - Jupyter magics and kernels for working with remote Spark clusters. BSD-3
  • GitHub (👨‍💻 59 · 🔀 420 · 📦 300 · 📋 440 - 33% open · ⏱️ 11.02.2023):

     git clone https://github.com/jupyter-incubator/sparkmagic
    
  • PyPi (📥 36K / month · 📦 20 · ⏱️ 30.01.2023):

     pip install sparkmagic
    
  • Conda (📥 68K · ⏱️ 30.01.2023):

     conda install -c conda-forge sparkmagic
    
ipython-sql (🥇31 · ⭐ 1.7K) - %%sql magic for IPython, hopefully evolving into full SQL client. MIT
  • GitHub (👨‍💻 55 · 🔀 300 · 📦 4.2K · 📋 150 - 72% open · ⏱️ 26.02.2023):

     git clone https://github.com/catherinedevlin/ipython-sql
    
  • PyPi (📥 120K / month · 📦 69 · ⏱️ 12.06.2022):

     pip install ipython-sql
    
  • Conda (📥 210K · ⏱️ 13.11.2021):

     conda install -c conda-forge ipython-sql
    
watermark (🥈22 · ⭐ 770) - An IPython magic extension for printing date and time stamps, version.. BSD-3
  • GitHub (👨‍💻 17 · 🔀 81 · 📦 1.8K · 📋 45 - 37% open · ⏱️ 13.09.2022):

     git clone https://github.com/rasbt/watermark
    
  • PyPi (📥 45K / month · 📦 79 · ⏱️ 27.05.2022):

     pip install watermark
    
  • Conda (📥 250K · ⏱️ 30.05.2022):

     conda install -c conda-forge watermark
    
ipycache (🥉16 · ⭐ 130 · 💤) - Defines a %%cache cell magic in the IPython notebook to cache.. BSD-3
  • GitHub (👨‍💻 10 · 🔀 24 · 📦 24 · 📋 39 - 43% open · ⏱️ 22.08.2022):

     git clone https://github.com/rossant/ipycache
    
  • PyPi (📥 110 / month · 📦 6 · ⏱️ 13.10.2013):

     pip install ipycache
    
  • Conda (📥 76K · ⏱️ 07.07.2020):

     conda install -c conda-forge ipycache
    
Show 8 hidden projects...
  • pick (🥈21 · ⭐ 570 · 💀) - Customize your kernels on Launch!. BSD-3
  • heat (🥈17 · ⭐ 1K · 💀) - IPython magic command to profile and view your python code as a heat map. MIT
  • blackcellmagic (🥈17 · ⭐ 300 · 💀) - IPython magic command to format python code in cell using.. MIT
  • jupyter-notify (🥉16 · ⭐ 570 · 💀) - A Jupyter Notebook magic for browser notifications of cell.. BSD-3
  • py_d3 (🥉14 · ⭐ 450 · 💀) - D3 block magic for Jupyter notebook. MIT
  • SQLCell (🥉13 · ⭐ 150 · 💀) - SQLCell is a magic function for the Jupyter Notebook that executes.. MIT
  • nb_black (🥉13 · ⭐ 62 · 💀) - A simple extension for Jupyter Notebook and Jupyter Lab to beautify.. MIT
  • jupyter-manim (🥉12 · ⭐ 190 · 💀) - manim cell magic for IPython/Jupyter to show the output video. MIT

Jupyter Kernels

Back to top

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

IPython Kernel (🥇38 · ⭐ 540) - IPython Kernel for Jupyter. BSD-3
  • GitHub (👨‍💻 170 · 🔀 340 · 📥 1.3K · 📦 240K · 📋 480 - 52% open · ⏱️ 20.03.2023):

     git clone https://github.com/ipython/ipykernel
    
  • PyPi (📥 16M / month · 📦 10K · ⏱️ 06.03.2023):

     pip install ipykernel
    
  • Conda (📥 630K · 📦 36 · ⏱️ 16.03.2023):

     conda install -c anaconda ipykernel
    
.NET Interactive (🥇25 · ⭐ 2.3K) - .NET Interactive combines the power of .NET with many other.. MIT
  • GitHub (👨‍💻 110 · 🔀 310 · 📥 410 · 📋 1.3K - 29% open · ⏱️ 22.03.2023):

     git clone https://github.com/dotnet/interactive
    
IRkernel (🥇25 · ⭐ 1.6K) - R kernel for Jupyter. MIT
  • GitHub (👨‍💻 43 · 🔀 290 · 📋 590 - 11% open · ⏱️ 06.03.2023):

     git clone https://github.com/IRkernel/IRkernel
    
  • Conda (📥 120K · ⏱️ 31.05.2022):

     conda install -c r r-irkernel
    
  • Docker Hub (📥 1.6M · ⭐ 53 · ⏱️ 20.03.2023):

     docker pull jupyter/r-notebook
    
almond (🥇25 · ⭐ 1.5K) - A Scala kernel for Jupyter. BSD-3
  • GitHub (👨‍💻 39 · 🔀 240 · 📥 1.5K · 📋 320 - 37% open · ⏱️ 10.03.2023):

     git clone https://github.com/almond-sh/almond
    
  • Docker Hub (📥 17K · ⭐ 6 · ⏱️ 10.03.2023):

     docker pull almondsh/almond
    
LFortran (🥇25 · ⭐ 560) - Official main repository for LFortran. MIT
  • GitHub (👨‍💻 55 · 🔀 61 · 📋 800 - 77% open · ⏱️ 22.03.2023):

     git clone https://github.com/lfortran/lfortran
    
  • PyPi (📥 120 / month · ⏱️ 31.07.2020):

     pip install lfortran
    
  • Conda (📥 53K · ⏱️ 18.10.2022):

     conda install -c conda-forge lfortran
    
Metakernel (🥇25 · ⭐ 310) - Jupyter/IPython Kernel Tools. BSD-3
  • GitHub (👨‍💻 32 · 🔀 82 · 📥 78 · 📦 710 · 📋 140 - 20% open · ⏱️ 12.12.2022):

     git clone https://github.com/Calysto/metakernel
    
  • PyPi (📥 24K / month · 📦 75 · ⏱️ 12.12.2022):

     pip install metakernel
    
  • Conda (📥 680K · ⏱️ 12.12.2022):

     conda install -c conda-forge metakernel
    
Kernel Gateway (🥈24 · ⭐ 430) - Jupyter Kernel Gateway. BSD-3
  • GitHub (👨‍💻 44 · 🔀 130 · 📥 110 · 📋 180 - 8% open · ⏱️ 02.03.2023):

     git clone https://github.com/jupyter/kernel_gateway
    
  • PyPi (📥 45K / month · 📦 6 · ⏱️ 24.08.2021):

     pip install jupyter-kernel-gateway
    
  • Conda (📥 190K · ⏱️ 07.02.2023):

     conda install -c conda-forge jupyter_kernel_gateway
    
xeus-python (🥈24 · ⭐ 370) - Jupyter kernel for the Python programming language. BSD-3
  • GitHub (👨‍💻 21 · 🔀 65 · 📋 180 - 32% open · ⏱️ 22.03.2023):

     git clone https://github.com/jupyter-xeus/xeus-python
    
  • PyPi (📥 12K / month · 📦 3 · ⏱️ 06.12.2022):

     pip install xeus-python
    
  • Conda (📥 1.2M · ⏱️ 22.03.2023):

     conda install -c conda-forge xeus-python
    
IJavascript (🥈23 · ⭐ 2K) - IJavascript is a javascript kernel for the Jupyter notebook. BSD-3
  • GitHub (👨‍💻 16 · 🔀 180 · 📦 72 · 📋 240 - 22% open · ⏱️ 28.12.2022):

     git clone https://github.com/n-riesco/ijavascript
    
  • npm (📥 3.4K / month · 📦 22 · ⏱️ 15.11.2021):

     npm install ijavascript
    
gophernotes (🥈22 · ⭐ 3.5K · 💤) - The Go kernel for Jupyter notebooks and nteract. MIT
  • GitHub (👨‍💻 29 · 🔀 240 · 📥 41 · 📦 10 · 📋 180 - 29% open · ⏱️ 08.07.2022):

     git clone https://github.com/gopherdata/gophernotes
    
  • Docker Hub (📥 86K · ⭐ 7 · ⏱️ 22.12.2018):

     docker pull gopherdata/gophernotes
    
  • Go (📦 1 · ⏱️ 31.05.2022):

     go install github.com/gopherdata/gophernotes
    
xeus-cling (🥈22 · ⭐ 2.6K) - Jupyter kernel for the C++ programming language. BSD-3
  • GitHub (👨‍💻 24 · 🔀 260 · 📋 260 - 54% open · ⏱️ 03.02.2023):

     git clone https://github.com/jupyter-xeus/xeus-cling
    
  • Conda (📥 190K · ⏱️ 31.01.2023):

     conda install -c conda-forge xeus-cling
    
Apache Toree (🥈22 · ⭐ 710) - Jupyter kernel for Apache Spark. Apache-2
  • GitHub (👨‍💻 110 · 🔀 220 · ⏱️ 08.02.2023):

     git clone https://github.com/apache/incubator-toree
    
  • PyPi (📥 12K / month · 📦 9 · ⏱️ 21.04.2022):

     pip install toree
    
Octave Kernel (🥈22 · ⭐ 420) - An Octave kernel for IPython. BSD-3
  • GitHub (👨‍💻 20 · 🔀 63 · 📥 100 · 📋 180 - 16% open · ⏱️ 18.12.2022):

     git clone https://github.com/calysto/octave_kernel
    
  • PyPi (📥 6.1K / month · 📦 7 · ⏱️ 29.11.2022):

     pip install octave_kernel
    
  • Conda (📥 470K · ⏱️ 29.11.2022):

     conda install -c conda-forge octave_kernel
    
Bash Kernel (🥈21 · ⭐ 630) - A bash kernel for IPython. BSD-3
  • GitHub (👨‍💻 16 · 🔀 130 · 📋 99 - 36% open · ⏱️ 18.12.2022):

     git clone https://github.com/takluyver/bash_kernel
    
  • PyPi (📥 12K / month · 📦 28 · ⏱️ 17.12.2022):

     pip install bash_kernel
    
  • Conda (📥 110K · ⏱️ 19.12.2022):

     conda install -c conda-forge bash_kernel
    
IJulia.jl (🥈20 · ⭐ 2.6K · 📉) - Julia kernel for Jupyter. MIT
  • GitHub (👨‍💻 110 · 🔀 400 · 📋 820 - 15% open · ⏱️ 17.01.2023):

     git clone https://github.com/JuliaLang/IJulia.jl
    
IHaskell (🥈20 · ⭐ 2.5K) - A Haskell kernel for the Jupyter project. MIT
  • GitHub (👨‍💻 110 · 🔀 250 · 📋 770 - 6% open · ⏱️ 03.03.2023):

     git clone https://github.com/gibiansky/IHaskell
    
  • npm (📥 19 / month · ⏱️ 01.08.2018):

     npm install ihaskell_jupyterlab
    
OCaml Kernel (🥈20 · ⭐ 250) - An OCaml kernel for Jupyter (IPython) notebook. MIT
  • GitHub (👨‍💻 22 · 🔀 36 · 📥 84K · 📋 76 - 6% open · ⏱️ 19.02.2023):

     git clone https://github.com/akabe/ocaml-jupyter
    
Matlab Kernel (🥉19 · ⭐ 460 · 💤) - Jupyter Kernel for Matlab. BSD-3
  • GitHub (👨‍💻 18 · 🔀 75 · 📋 130 - 20% open · ⏱️ 09.05.2022):

     git clone https://github.com/calysto/matlab_kernel
    
  • PyPi (📥 880 / month · 📦 5 · ⏱️ 09.05.2022):

     pip install matlab_kernel
    
  • Conda (📥 31K · ⏱️ 07.11.2022):

     conda install -c conda-forge matlab_kernel
    
SAS Kernel (🥉19 · ⭐ 190) - A Jupyter kernel for SAS. This opens up all the data manipulation.. Apache-2
  • GitHub (👨‍💻 11 · 🔀 77 · ⏱️ 13.01.2023):

     git clone https://github.com/sassoftware/sas_kernel
    
  • PyPi (📥 4K / month · 📦 1 · ⏱️ 01.12.2022):

     pip install sas_kernel
    
  • Conda (📥 2K · ⏱️ 16.03.2023):

     conda install -c anaconda sas_kernel
    
IRuby (🥉18 · ⭐ 760) - Official gem repository: Ruby kernel for Jupyter/IPython Notebook. MIT
  • GitHub (👨‍💻 46 · 🔀 19 · 📥 15 · 📦 170 · 📋 190 - 23% open · ⏱️ 11.01.2023):

     git clone https://github.com/SciRuby/iruby
    
  • Docker Hub (📥 1.8K · ⭐ 5 · ⏱️ 03.02.2023):

     docker pull rubydata/datascience-notebook
    
F# Kernel (🥉17 · ⭐ 440 · 💤) - F# for Jupyter Notebooks. BSD-3
  • GitHub (👨‍💻 28 · 🔀 65 · 📥 5.5K · 📋 140 - 9% open · ⏱️ 17.03.2022):

     git clone https://github.com/fsprojects/IfSharp
    
  • Docker Hub (📥 700 · ⏱️ 26.03.2019):

     docker pull fsprojects/ifsharp
    
clojupyter (🥉16 · ⭐ 780) - a Jupyter kernel for Clojure. MIT
  • GitHub (👨‍💻 26 · 🔀 82 · 📋 99 - 15% open · ⏱️ 06.11.2022):

     git clone https://github.com/clojupyter/clojupyter
    
  • Conda (📥 3.3K · ⏱️ 02.03.2020):

     conda install -c simplect clojupyter
    
  • Docker Hub (📥 410 · ⏱️ 25.04.2019):

     docker pull simplect/clojupyter
    
Kernel Detection (🥉16 · ⭐ 150) - An Jupyter plugin to enable the automatic detection of conda.. BSD-2
  • GitHub (👨‍💻 8 · 🔀 19 · 📋 30 - 23% open · ⏱️ 23.11.2022):

     git clone https://github.com/Cadair/jupyter_environment_kernels
    
  • PyPi (📥 4.5K / month · 📦 6 · ⏱️ 12.02.2018):

     pip install environment_kernels
    
notebookJS (🥉15 · ⭐ 220) - notebookJS: seamless JavaScript integration in Python Notebooks. MIT
  • GitHub (👨‍💻 2 · 🔀 43 · 📦 7 · ⏱️ 25.12.2022):

     git clone https://github.com/jorgehpo/notebookJS
    
  • PyPi (📥 300 / month · ⏱️ 17.04.2021):

     pip install notebookjs
    
  • npm (📥 970 / month · 📦 13 · ⏱️ 03.03.2022):

     npm install notebookjs
    
xeus-sqlite (🥉15 · ⭐ 150) - Jupyter kernel for SQLite. BSD-3
  • GitHub (👨‍💻 12 · 🔀 22 · 📋 44 - 29% open · ⏱️ 16.03.2023):

     git clone https://github.com/jupyter-xeus/xeus-sqlite
    
  • Conda (📥 24K · ⏱️ 16.03.2023):

     conda install -c conda-forge xeus-sqlite
    
pidgy (🥉15 · ⭐ 38) - Interactive computing in Markdown. BSD-3
  • GitHub (👨‍💻 3 · 🔀 7 · 📥 1 · 📦 1 · 📋 20 - 40% open · ⏱️ 23.02.2023):

     git clone https://github.com/deathbeds/pidgy
    
  • PyPi (📥 98 / month · ⏱️ 09.01.2023):

     pip install pidgy
    
allthekernels (🥉13 · ⭐ 72 · 💤) - A multiplexer kernel for Jupyter. MIT
  • GitHub (👨‍💻 9 · 🔀 15 · 📦 5 · 📋 11 - 27% open · ⏱️ 22.08.2022):

     git clone https://github.com/minrk/allthekernels
    
  • PyPi (📥 72 / month · ⏱️ 22.08.2022):

     pip install allthekernels
    
  • Conda (📥 5.2K · ⏱️ 22.08.2022):

     conda install -c conda-forge allthekernels
    
Show 15 hidden projects...
  • xonsh (🥇32 · ⭐ 6.9K · ➕) - Python-powered, cross-platform, Unix-gazing shell. ❗️BSD-1-Clause
  • Enterprise Gateway (🥈24 · ⭐ 550) - A lightweight, multi-tenant, scalable and secure.. ❗Unlicensed
  • Ansible Kernel (🥈20 · ⭐ 520 · 💀) - Jupyter Notebook Kernel for running Ansible Tasks and.. Apache-2
  • Spylon Kernel (🥉19 · ⭐ 170 · 💀) - Jupyter kernel for scala and spark. BSD-3
  • IJava (🥉18 · ⭐ 910 · 💀) - A Jupyter kernel for executing Java code. MIT
  • nb_conda_kernels (🥉18 · ⭐ 500 · 💀) - Package for managing conda environment-based kernels.. BSD-3
  • SciJava Kernel (🥉17 · ⭐ 170 · 💀) - [RETIRED] Try IJava or BeakerX. Apache-2
  • Wolfram Kernel (🥉15 · ⭐ 830 · 💀) - Wolfram Language kernel for Jupyter notebooks. MIT
  • lgo (🥉14 · ⭐ 2.3K · 💀) - Interactive Go programming with Jupyter. BSD-3
  • IElixir (🥉14 · ⭐ 340 · 💀) - Jupyters kernel for Elixir programming language. Apache-2
  • SSH Kernel (🥉13 · ⭐ 57 · 💀) - SSH Kernel for Jupyter. BSD-3
  • remote_ikernel (🥉11 · ⭐ 13 · 💀) - All your Jupyter kernels, on all your machines, in one place. BSD-2
  • ICSharp (🥉10 · ⭐ 270 · 💀) - C# kernel for Jupyter. Apache-2
  • ssh_ipykernel (🥉10 · ⭐ 9 · 💀) - A remote jupyter kernel via ssh. MIT
  • kernel-relay (🥉4 · ⭐ 12 · 💀) - kernel-relay is a GraphQL service for interfacing with.. ❗Unlicensed

Notebook Sharing & Conversion

Back to top

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

nbconvert (🥇39 · ⭐ 1.5K) - Jupyter Notebook Conversion. BSD-3
  • GitHub (👨‍💻 260 · 🔀 510 · 📥 310 · 📦 200K · 📋 1.1K - 45% open · ⏱️ 16.03.2023):

     git clone https://github.com/jupyter/nbconvert
    
  • PyPi (📥 17M / month · 📦 8.5K · ⏱️ 24.01.2023):

     pip install nbconvert
    
  • Conda (📥 11M · ⏱️ 24.01.2023):

     conda install -c conda-forge nbconvert
    
Jupytext (🥇35 · ⭐ 5.9K) - Jupyter Notebooks as Markdown Documents, Julia, Python or R scripts. MIT
  • GitHub (👨‍💻 78 · 🔀 380 · 📦 4.7K · 📋 570 - 16% open · ⏱️ 25.02.2023):

     git clone https://github.com/mwouts/jupytext
    
  • PyPi (📥 440K / month · 📦 210 · ⏱️ 11.12.2022):

     pip install jupytext
    
  • Conda (📥 530K · ⏱️ 25.02.2023):

     conda install -c conda-forge jupytext
    
  • npm (📥 8.5K / month · 📦 2 · ⏱️ 04.12.2021):

     npm install jupyterlab-jupytext
    
Voila (🥇34 · ⭐ 4.6K) - Voil turns Jupyter notebooks into standalone web applications. BSD-3
  • GitHub (👨‍💻 64 · 🔀 460 · 📥 550 · 📦 9.5K · 📋 670 - 43% open · ⏱️ 23.03.2023):

     git clone https://github.com/voila-dashboards/voila
    
  • PyPi (📥 180K / month · 📦 74 · ⏱️ 28.10.2022):

     pip install voila
    
  • Conda (📥 250K · ⏱️ 27.10.2022):

     conda install -c conda-forge voila
    
  • npm (📥 820 / month · 📦 2 · ⏱️ 19.05.2020):

     npm install @jupyter-voila/jupyterlab-preview
    
Jupyter Book (🥇34 · ⭐ 3.3K) - Create beautiful, publication-quality books and documents from.. BSD-3
  • GitHub (👨‍💻 120 · 🔀 610 · 📦 9K · 📋 1.2K - 42% open · ⏱️ 14.03.2023):

     git clone https://github.com/executablebooks/jupyter-book
    
  • PyPi (📥 95K / month · 📦 110 · ⏱️ 08.03.2023):

     pip install jupyter-book
    
  • Conda (📥 62K · ⏱️ 14.03.2023):

     conda install -c conda-forge jupyter-book
    
nikola (🥈32 · ⭐ 2.4K) - A static website and blog generator. MIT
  • GitHub (👨‍💻 230 · 🔀 440 · 📦 470 · 📋 2.1K - 2% open · ⏱️ 01.03.2023):

     git clone https://github.com/getnikola/nikola
    
  • PyPi (📥 1.2K / month · 📦 140 · ⏱️ 01.08.2022):

     pip install nikola
    
nbdime (🥈29 · ⭐ 2.4K) - Tools for diffing and merging of Jupyter notebooks. BSD-3
  • GitHub (👨‍💻 43 · 🔀 140 · 📦 110 · 📋 300 - 24% open · ⏱️ 15.01.2023):

     git clone https://github.com/jupyter/nbdime
    
  • PyPi (📥 200K / month · 📦 150 · ⏱️ 26.10.2021):

     pip install nbdime
    
  • Conda (📥 790K · ⏱️ 26.10.2021):

     conda install -c conda-forge nbdime
    
  • npm (📥 42K / month · ⏱️ 26.10.2021):

     npm install nbdime-jupyterlab
    
Knowledge Repo (🥈28 · ⭐ 5.3K) - A next-generation curated knowledge sharing platform for.. Apache-2
  • GitHub (👨‍💻 73 · 🔀 710 · 📋 290 - 42% open · ⏱️ 19.03.2023):

     git clone https://github.com/airbnb/knowledge-repo
    
  • PyPi (📥 590 / month · 📦 1 · ⏱️ 05.01.2023):

     pip install knowledge-repo
    
RISE (🥈28 · ⭐ 3.5K) - RISE: Live Reveal.js Jupyter/IPython Slideshow Extension. BSD-3
  • GitHub (👨‍💻 44 · 🔀 410 · 📦 2.4K · 📋 440 - 34% open · ⏱️ 16.01.2023):

     git clone https://github.com/damianavila/RISE
    
  • PyPi (📥 8.1K / month · 📦 170 · ⏱️ 03.11.2022):

     pip install RISE
    
  • Conda (📥 260K · ⏱️ 03.11.2022):

     conda install -c conda-forge rise
    
  • npm (📥 8 / month · 📦 1 · ⏱️ 03.07.2019):

     npm install rise-reveal
    
nbviewer (🥈26 · ⭐ 2.1K) - nbconvert as a web service: Render Jupyter Notebooks as static web.. BSD-3
  • GitHub (👨‍💻 95 · 🔀 530 · 📦 10 · 📋 580 - 30% open · ⏱️ 27.01.2023):

     git clone https://github.com/jupyter/nbviewer
    
  • Docker Hub (📥 2.8M · ⭐ 32 · ⏱️ 27.01.2023):

     docker pull jupyter/nbviewer
    
mkdocs-jupyter (🥈26 · ⭐ 210) - Use Jupyter Notebook in mkdocs. Apache-2
  • GitHub (👨‍💻 18 · 🔀 35 · 📦 1.1K · 📋 81 - 16% open · ⏱️ 22.03.2023):

     git clone https://github.com/danielfrg/mkdocs-jupyter
    
  • PyPi (📥 38K / month · 📦 53 · ⏱️ 23.09.2022):

     pip install mkdocs-jupyter
    
  • Conda (📥 32K · ⏱️ 24.09.2022):

     conda install -c conda-forge mkdocs-jupyter
    
Stencila (🥉25 · ⭐ 670) - Author, collaborate on, and publish beautiful interactive documents. Apache-2
  • GitHub (👨‍💻 35 · 🔀 39 · 📥 3.4K · 📦 19 · 📋 570 - 13% open · ⏱️ 31.01.2023):

     git clone https://github.com/stencila/stencila
    
  • npm (📥 210 / month · 📦 8 · ⏱️ 06.11.2020):

     npm install stencila
    
  • Docker Hub (📥 16K · ⏱️ 08.04.2019):

     docker pull stencila/cloud
    
BinderHub (🥉24 · ⭐ 2.3K) - Run your code in the cloud, with technology so advanced, it feels.. BSD-3
  • GitHub (👨‍💻 91 · 🔀 370 · 📦 8 · 📋 680 - 31% open · ⏱️ 22.03.2023):

     git clone https://github.com/jupyterhub/binderhub
    
  • PyPi (📥 33 / month · ⏱️ 07.11.2018):

     pip install binderhub
    
ThebeLab (🥉23 · ⭐ 310) - Turn static HTML pages into live documents with Jupyter kernels. BSD-3
  • GitHub (👨‍💻 26 · 🔀 58 · 📦 6 · 📋 170 - 45% open · ⏱️ 14.03.2023):

     git clone https://github.com/executablebooks/thebe
    
  • npm (📥 11K / month · 📦 1 · ⏱️ 14.03.2023):

     npm install thebe
    
commuter (🥉22 · ⭐ 6K · 💤) - Notebook sharing hub. BSD-3
  • GitHub (👨‍💻 27 · 🔀 580 · 📦 5 · 📋 91 - 57% open · ⏱️ 28.04.2022):

     git clone https://github.com/nteract/commuter
    
  • npm (📥 270 / month · 📦 2 · ⏱️ 27.10.2020):

     npm install @nteract/commuter
    
scrapbook (🥉22 · ⭐ 260 · 💤) - A library for recording and reading data in notebooks. BSD-3
  • GitHub (👨‍💻 11 · 🔀 27 · 📦 220 · 📋 49 - 48% open · ⏱️ 13.04.2022):

     git clone https://github.com/nteract/scrapbook
    
  • PyPi (📥 45K / month · 📦 17 · ⏱️ 06.01.2021):

     pip install nteract-scrapbook
    
  • Conda (📥 13K · ⏱️ 27.02.2021):

     conda install -c conda-forge nteract-scrapbook
    
jupyter-flex (🥉21 · ⭐ 280) - Build dashboards using Jupyter Notebooks. Apache-2
  • GitHub (👨‍💻 4 · 🔀 53 · 📦 39 · 📋 58 - 20% open · ⏱️ 15.03.2023):

     git clone https://github.com/danielfrg/jupyter-flex
    
  • PyPi (📥 1.2K / month · ⏱️ 29.09.2021):

     pip install jupyter-flex
    
  • Conda (📥 12K · ⏱️ 01.10.2021):

     conda install -c conda-forge jupyter-flex
    
  • npm (📥 42 / month · ⏱️ 02.10.2021):

     npm install @danielfrg/jupyter-flex
    
mknotebooks (🥉21 · ⭐ 110 · 📈) - A plugin for mkdocs to help you include Jupyter notebooks in your.. MIT
  • GitHub (👨‍💻 13 · 🔀 20 · 📦 360 · 📋 61 - 59% open · ⏱️ 20.12.2022):

     git clone https://github.com/greenape/mknotebooks
    
  • PyPi (📥 22K / month · 📦 26 · ⏱️ 20.12.2022):

     pip install mknotebooks
    
nbgallery (🥉19 · ⭐ 150) - Enterprise Jupyter notebook sharing and collaboration app. MIT
  • GitHub (👨‍💻 20 · 🔀 25 · 📋 430 - 11% open · ⏱️ 20.03.2023):

     git clone https://github.com/nbgallery/nbgallery
    
  • Docker Hub (📥 170K · ⭐ 3 · ⏱️ 14.03.2023):

     docker pull nbgallery/nbgallery
    
cdsdashboards (🥉17 · ⭐ 180) - JupyterHub extension for ContainDS Dashboards. BSD-3
  • GitHub (👨‍💻 14 · 🔀 37 · 📋 92 - 35% open · ⏱️ 12.09.2022):

     git clone https://github.com/ideonate/cdsdashboards
    
  • PyPi (📥 490 / month · ⏱️ 19.09.2022):

     pip install cdsdashboards
    
  • Conda (📥 42K · ⏱️ 12.09.2022):

     conda install -c conda-forge cdsdashboards
    
Show 5 hidden projects...
  • notedown (🥉21 · ⭐ 840 · 💀) - Markdown = IPython Notebook. BSD-2
  • nbinteract (🥉21 · ⭐ 220 · 💀) - Create interactive webpages from Jupyter Notebooks. BSD-3
  • bookstore (🥉20 · ⭐ 190 · 💀) - Notebook storage and publishing workflows for the masses. BSD-3
  • pynb (🥉15 · ⭐ 240 · 💀) - Jupyter Notebooks as plain Python code with embedded Markdown text. MIT
  • jnotebook-reader (🥉9 · ⭐ 100) - An awesome viewer to browse and render Jupyter Notebooks.. Apache-2

Notebook Tools

Back to top

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

Jupyter Client (🥇34 · ⭐ 310) - Jupyter protocol client APIs. BSD-3
  • GitHub (👨‍💻 130 · 🔀 260 · 📥 900 · 📋 350 - 45% open · ⏱️ 20.03.2023):

     git clone https://github.com/jupyter/jupyter_client
    
  • PyPi (📥 20M / month · 📦 2.3K · ⏱️ 16.02.2023):

     pip install jupyter-client
    
  • Conda (📥 14M · ⏱️ 21.03.2023):

     conda install -c conda-forge jupyter_client
    
nbformat (🥇34 · ⭐ 200) - Reference implementation of the Jupyter Notebook format. BSD-3
  • GitHub (👨‍💻 75 · 🔀 150 · 📥 110 · 📦 200K · 📋 140 - 43% open · ⏱️ 20.03.2023):

     git clone https://github.com/jupyter/nbformat
    
  • PyPi (📥 14M / month · 📦 8.7K · ⏱️ 12.01.2023):

     pip install nbformat
    
  • Conda (📥 14M · ⏱️ 20.03.2023):

     conda install -c conda-forge nbformat
    
  • npm (📥 180 / month · 📦 2 · ⏱️ 20.03.2023):

     npm install nbformat-schema
    
nbdev (🥇32 · ⭐ 4.1K · 📈) - Create delightful software with Jupyter Notebooks. Apache-2
  • GitHub (👨‍💻 86 · 🔀 420 · 📋 790 - 12% open · ⏱️ 23.03.2023):

     git clone https://github.com/fastai/nbdev
    
  • PyPi (📥 64K / month · 📦 120 · ⏱️ 17.06.2022):

     pip install nbdev
    
repo2docker (🥈31 · ⭐ 1.4K) - Turn repositories into Jupyter-enabled Docker images. BSD-3
  • GitHub (👨‍💻 120 · 🔀 330 · 📦 180 · 📋 520 - 34% open · ⏱️ 08.03.2023):

     git clone https://github.com/jupyterhub/repo2docker
    
  • PyPi (📥 2.9K / month · 📦 26 · ⏱️ 18.10.2022):

     pip install jupyter-repo2docker
    
nbclient (🥈31 · ⭐ 120) - A client library for executing notebooks. Formally nbconverts.. BSD-3
  • GitHub (👨‍💻 34 · 🔀 48 · 📥 210 · 📦 94K · 📋 110 - 38% open · ⏱️ 11.03.2023):

     git clone https://github.com/jupyter/nbclient
    
  • PyPi (📥 11M / month · 📦 130 · ⏱️ 29.11.2022):

     pip install nbclient
    
  • Conda (📥 8.1M · ⏱️ 30.11.2022):

     conda install -c conda-forge nbclient
    
nbval (🥈27 · ⭐ 400) - A py.test plugin to validate Jupyter notebooks. BSD-3
  • GitHub (👨‍💻 33 · 🔀 51 · 📦 2.2K · 📋 110 - 39% open · ⏱️ 11.01.2023):

     git clone https://github.com/computationalmodelling/nbval
    
  • PyPi (📥 130K / month · 📦 290 · ⏱️ 11.01.2023):

     pip install nbval
    
  • Conda (📥 310K · ⏱️ 31.07.2020):

     conda install -c conda-forge nbval
    
nbQA (🥈26 · ⭐ 720) - Run isort, pyupgrade, mypy, pylint, flake8, and more on Jupyter Notebooks. MIT
  • GitHub (👨‍💻 29 · 🔀 35 · 📋 270 - 1% open · ⏱️ 19.03.2023):

     git clone https://github.com/nbQA-dev/nbQA
    
  • PyPi (📥 93K / month · 📦 23 · ⏱️ 09.01.2023):

     pip install nbqa
    
  • Conda (📥 84K · ⏱️ 19.03.2023):

     conda install -c conda-forge nbqa
    
Jupyter Sphinx (🥉24 · ⭐ 160 · 💤) - Sphinx extension for rendering of Jupyter interactive.. BSD-3
  • GitHub (👨‍💻 25 · 🔀 56 · 📋 140 - 37% open · ⏱️ 25.06.2022):

     git clone https://github.com/jupyter/jupyter-sphinx
    
  • PyPi (📥 110K / month · 📦 140 · ⏱️ 25.06.2022):

     pip install jupyter_sphinx
    
  • Conda (📥 200K · ⏱️ 04.11.2022):

     conda install -c conda-forge jupyter_sphinx
    
fastpages (🥉23 · ⭐ 3.5K) - An easy to use blogging platform, with enhanced support for.. Apache-2
  • GitHub (👨‍💻 55 · 🔀 800 · 📦 140 · ⏱️ 13.11.2022):

     git clone https://github.com/fastai/fastpages
    
ipytest (🥉22 · ⭐ 250) - Pytest in IPython notebooks. MIT
  • GitHub (👨‍💻 5 · 🔀 19 · 📦 260 · 📋 55 - 3% open · ⏱️ 11.01.2023):

     git clone https://github.com/chmp/ipytest
    
  • PyPi (📥 12K / month · 📦 15 · ⏱️ 05.11.2022):

     pip install ipytest
    
testbook (🥉21 · ⭐ 350) - Unit test your Jupyter Notebooks the right way. BSD-3
  • GitHub (👨‍💻 15 · 🔀 36 · 📦 210 · 📋 91 - 48% open · ⏱️ 29.11.2022):

     git clone https://github.com/nteract/testbook
    
  • PyPi (📥 18 / month · ⏱️ 11.08.2020):

     pip install nteract-testbook
    
  • Conda (📥 45K · ⏱️ 02.06.2021):

     conda install -c conda-forge testbook
    
naas (🥉20 · ⭐ 230) - Schedule notebooks, run them like APIs, expose securely your assets:.. ❗️AGPL-3.0
  • GitHub (👨‍💻 18 · 🔀 22 · 📦 3 · 📋 160 - 21% open · ⏱️ 02.03.2023):

     git clone https://github.com/jupyter-naas/naas
    
  • PyPi (📥 2.2K / month · ⏱️ 26.01.2023):

     pip install naas
    
JupyterWith (🥉18 · ⭐ 440) - Declarative and reproducible Jupyter environments - powered by Nix. MIT
  • GitHub (👨‍💻 36 · 🔀 93 · 📋 170 - 13% open · ⏱️ 17.03.2023):

     git clone https://github.com/tweag/jupyterWith
    
treon (🥉18 · ⭐ 280 · 💤) - Easy to use test framework for Jupyter Notebooks. MIT
  • GitHub (👨‍💻 5 · 🔀 26 · 📦 66 · 📋 14 - 28% open · ⏱️ 04.08.2022):

     git clone https://github.com/ReviewNB/treon
    
  • PyPi (📥 2.6K / month · 📦 6 · ⏱️ 04.08.2022):

     pip install treon
    
  • Conda (📥 4.5K · ⏱️ 05.08.2022):

     conda install -c conda-forge treon
    
nbopen (🥉16 · ⭐ 290) - Open a Jupyter notebook in the best available server. BSD-3
  • GitHub (👨‍💻 11 · 🔀 55 · 📋 63 - 58% open · ⏱️ 15.09.2022):

     git clone https://github.com/takluyver/nbopen
    
  • PyPi (📥 840 / month · 📦 9 · ⏱️ 25.04.2018):

     pip install nbopen
    
Show 11 hidden projects...
  • ipyparallel (🥈30 · ⭐ 2.4K · 📈) - IPython Parallel: Interactive Parallel Computing in.. ❗Unlicensed
  • BeakerX (🥈27 · ⭐ 2.7K · 💀) - Beaker Extensions for Jupyter Notebook. Apache-2
  • PixieDust (🥈27 · ⭐ 1K · 💀) - Python Helper library for Jupyter Notebooks. Apache-2
  • mercury (🥈25 · ⭐ 2.5K) - Build Web Apps in Jupyter Notebook with Python only. ❗Unlicensed
  • sphinxcontrib.jupyter (🥉17 · ⭐ 72 · 💀) - A Sphinx Extension for Generating Jupyter Notebooks. BSD-3
  • ipyexperiments (🥉15 · ⭐ 160 · 💀) - jupyter/ipython experiment containers for GPU and.. Apache-2
  • Kernel Management (🥉14 · ⭐ 14 · 💀) - Experimental new kernel management framework for Jupyter. BSD-3
  • nbmake-action (🥉12 · ⭐ 150 · 💀) - GitHub Action for testing notebooks. Apache-2
  • jupyter2slides (🥉10 · ⭐ 780 · 💀) - Cloud Native Presentation Slides with Jupyter Notebook +.. MIT
  • Jupyter Helpers (🥉9 · ⭐ 44 · 💀) - A collection of helpers for Jupyter/IPython. MIT
  • Jupter-Notebook-REST-API (🥉5 · ⭐ 67 · 💀) - Run your jupyter notebooks as a REST API endpoint... MIT

JupyterLab Renderer

Back to top

Extensions that can render and display files of specific MIME types.

JupyterLab Renderers (🥇22 · ⭐ 460) - Renderers and renderer extensions for JupyterLab. BSD-3
  • GitHub (👨‍💻 29 · 🔀 74 · 📦 3 · 📋 110 - 33% open · ⏱️ 16.03.2023):

     git clone https://github.com/jupyterlab/jupyter-renderers
    
  • PyPi (📥 390 / month · 📦 1 · ⏱️ 17.01.2022):

     pip install jupyterlab-katex
    
  • Conda (📥 2.3K · ⏱️ 18.01.2022):

     conda install -c conda-forge jupyterlab-vega3
    
  • npm (📥 1.8K / month · 📦 3 · ⏱️ 15.11.2022):

     npm install @jupyterlab/geojson-extension
    
JupyterLab Latex (🥈20 · ⭐ 540) - JupyterLab extension for live editing of LaTeX documents. BSD-3
  • GitHub (👨‍💻 22 · 🔀 65 · 📦 5 · 📋 91 - 39% open · ⏱️ 18.11.2022):

     git clone https://github.com/jupyterlab/jupyterlab-latex
    
  • PyPi (📥 3.2K / month · 📦 2 · ⏱️ 15.09.2021):

     pip install jupyterlab_latex
    
  • Conda (📥 8.7K · ⏱️ 15.09.2021):

     conda install -c conda-forge jupyterlab-latex
    
  • npm (📥 1K / month · 📦 2 · ⏱️ 06.07.2021):

     npm install @jupyterlab/latex
    
JupyterLab Spreadsheet (🥉16 · ⭐ 180 · 💤) - JupyterLab plugin for viewing spreadsheets, such as.. BSD-3
  • GitHub (👨‍💻 4 · 🔀 14 · 📦 5 · 📋 24 - 25% open · ⏱️ 18.07.2022):

     git clone https://github.com/quigleyj97/jupyterlab-spreadsheet
    
  • npm (📥 2.2K / month · ⏱️ 17.07.2021):

     npm install jupyterlab-spreadsheet
    
Show 5 hidden projects...

JupyterLab Themes

Back to top

Extensions that can customize the appearance of JupyterLab.

Darcula Theme (🥇21 · ⭐ 180 · 💤) - A handsome Darcula theme for Jupyterlab. The first jlab.. BSD-3
  • GitHub (👨‍💻 7 · 🔀 35 · 📦 1.2K · 📋 37 - 56% open · ⏱️ 20.07.2022):

     git clone https://github.com/telamonian/theme-darcula
    
  • PyPi (📥 2.2K / month · ⏱️ 20.07.2022):

     pip install theme-darcula
    
  • Conda (📥 15K · ⏱️ 20.07.2022):

     conda install -c conda-forge theme-darcula
    
  • npm (📥 650 / month · 📦 2 · ⏱️ 20.07.2022):

     npm install @telamonian/theme-darcula
    
Material Darker Theme (🥈15 · ⭐ 140) - The Material Darker theme for JupyterLab. BSD-3
  • GitHub (👨‍💻 2 · 🔀 18 · 📦 7 · 📋 20 - 25% open · ⏱️ 16.12.2022):

     git clone https://github.com/oriolmirosa/jupyterlab_materialdarker
    
  • PyPi (📥 860 / month · ⏱️ 16.12.2022):

     pip install jupyterlab-materialdarker
    
  • npm (📥 440 / month · 📦 2 · ⏱️ 16.12.2022):

     npm install @oriolmirosa/jupyterlab_materialdarker
    
Horizon Theme (🥈15 · ⭐ 64) - VSCode Horizon Theme port for JupyterLab. BSD-3
  • GitHub (👨‍💻 3 · 🔀 5 · 📦 2 · 📋 7 - 14% open · ⏱️ 05.12.2022):

     git clone https://github.com/mohirio/jupyterlab-horizon-theme
    
  • PyPi (📥 520 / month · ⏱️ 30.11.2022):

     pip install jupyterlab-horizon-theme
    
  • npm (📥 2.2K / month · 📦 2 · ⏱️ 30.11.2022):

     npm install @mohirio/jupyterlab-horizon-theme
    
Neon Theme (🥈14 · ⭐ 130 · 💤) - A flat, 80s neon inspired theme for JupyterLab. BSD-3
  • GitHub (👨‍💻 4 · 🔀 8 · 📦 3 · 📋 13 - 15% open · ⏱️ 28.08.2022):

     git clone https://github.com/yeebc/jupyterlab-neon-theme
    
  • npm (📥 960 / month · ⏱️ 07.03.2021):

     npm install @yeebc/jupyterlab_neon_theme
    
jupyterlab_darkside_ui (🥉12 · ⭐ 100) - Darkside ui and syntax theme for jupyterlab. BSD-3
  • GitHub (👨‍💻 5 · 🔀 7 · 📋 5 - 20% open · ⏱️ 04.10.2022):

     git clone https://github.com/dunovank/jupyterlab_darkside_ui
    
  • PyPi (📥 560 / month · ⏱️ 18.03.2022):

     pip install jupyterlab_darkside_ui
    
jupyterlab-theme-solarized-dark (🥉11 · ⭐ 77) - JupyterLab 2/3 Solarized Dark extension. BSD-3
  • GitHub (👨‍💻 2 · 🔀 9 · 📦 2 · 📋 4 - 50% open · ⏱️ 04.02.2023):

     git clone https://github.com/AllanChain/jupyterlab-theme-solarized-dark
    
  • PyPi (📥 9.1K / month · ⏱️ 22.06.2022):

     pip install jupyterlab_theme_solarized_dark
    
  • npm (📥 3.1K / month · ⏱️ 22.06.2022):

     npm install jupyterlab-theme-solarized-dark
    
Show 3 hidden projects...
  • Gruvbox Theme (🥉11 · ⭐ 48 · 💀) - 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 · ⭐ 24 · 💀) - JupyterLab - Nord Theme. BSD-3

JupyterLab Extensions

Back to top

Application plugins that extend the functionality of JupyterLab itself.

elyra (🥇31 · ⭐ 1.6K) - Elyra extends JupyterLab with an AI centric approach. Apache-2
  • GitHub (👨‍💻 57 · 🔀 280 · 📦 45 · 📋 1.6K - 15% open · ⏱️ 15.03.2023):

     git clone https://github.com/elyra-ai/elyra
    
  • PyPi (📥 2.2K / month · 📦 3 · ⏱️ 26.01.2023):

     pip install elyra
    
  • Conda (📥 28K · ⏱️ 21.02.2023):

     conda install -c conda-forge elyra
    
  • npm (📥 890 / month · 📦 6 · ⏱️ 21.02.2023):

     npm install @elyra/services
    
JupyterLab LSP (🥇31 · ⭐ 1.4K) - Coding assistance for JupyterLab (code navigation + hover.. BSD-3
  • GitHub (👨‍💻 46 · 🔀 120 · 📦 1.5K · 📋 470 - 37% open · ⏱️ 21.03.2023):

     git clone https://github.com/jupyter-lsp/jupyterlab-lsp
    
  • PyPi (📥 20K / month · 📦 13 · ⏱️ 26.08.2022):

     pip install jupyterlab-lsp
    
  • Conda (📥 83K · ⏱️ 21.03.2023):

     conda install -c conda-forge jupyter-lsp
    
  • npm (📥 8.8K / month · 📦 4 · ⏱️ 26.08.2022):

     npm install @krassowski/jupyterlab-lsp
    
JupyterLab Git (🥇31 · ⭐ 1.2K) - A Git extension for JupyterLab. BSD-3
  • GitHub (👨‍💻 86 · 🔀 270 · 📦 21 · 📋 560 - 18% open · ⏱️ 15.03.2023):

     git clone https://github.com/jupyterlab/jupyterlab-git
    
  • PyPi (📥 94K / month · 📦 20 · ⏱️ 15.12.2022):

     pip install jupyterlab-git
    
  • Conda (📥 380K · ⏱️ 16.12.2022):

     conda install -c conda-forge jupyterlab-git
    
  • npm (📥 22K / month · 📦 6 · ⏱️ 15.12.2022):

     npm install @jupyterlab/git
    
Perspective (🥇30 · ⭐ 5.3K) - A data visualization and analytics component, especially well-.. Apache-2
  • GitHub (👨‍💻 82 · 🔀 610 · 📦 8 · 📋 620 - 16% open · ⏱️ 21.03.2023):

     git clone https://github.com/finos/perspective
    
  • PyPi (📥 3.3K / month · 📦 10 · ⏱️ 20.01.2023):

     pip install perspective-python
    
  • Conda (📥 280K · ⏱️ 27.02.2023):

     conda install -c conda-forge perspective
    
  • npm (📥 1.3K / month · 📦 2 · ⏱️ 27.02.2023):

     npm install @finos/perspective-jupyterlab
    
dask-labextension (🥈24 · ⭐ 290) - JupyterLab extension for Dask. BSD-3
  • GitHub (👨‍💻 23 · 🔀 55 · 📦 2 · 📋 140 - 30% open · ⏱️ 19.02.2023):

     git clone https://github.com/dask/dask-labextension
    
  • PyPi (📥 8.1K / month · 📦 6 · ⏱️ 02.11.2022):

     pip install dask-labextension
    
  • Conda (📥 850K · ⏱️ 19.02.2023):

     conda install -c conda-forge dask-labextension
    
  • npm (📥 1.5K / month · 📦 2 · ⏱️ 21.06.2022):

     npm install dask-labextension
    
Code Formatter (🥈23 · ⭐ 670) - A JupyterLab plugin to facilitate invocation of code formatters. MIT
  • GitHub (👨‍💻 39 · 🔀 50 · 📦 2 · 📋 170 - 18% open · ⏱️ 22.03.2023):

     git clone https://github.com/ryantam626/jupyterlab_code_formatter
    
  • PyPi (📥 48K / month · 📦 8 · ⏱️ 10.08.2022):

     pip install jupyterlab_code_formatter
    
  • Conda (📥 610K · ⏱️ 11.08.2022):

     conda install -c conda-forge jupyterlab_code_formatter
    
  • npm (📥 2.8K / month · 📦 2 · ⏱️ 10.08.2022):

     npm install @ryantam626/jupyterlab_code_formatter
    
JupyterLab Templates (🥈22 · ⭐ 320) - Support for jupyter notebook templates in jupyterlab. Apache-2
  • GitHub (👨‍💻 17 · 🔀 59 · 📦 7 · 📋 85 - 7% open · ⏱️ 15.03.2023):

     git clone https://github.com/jpmorganchase/jupyterlab_templates
    
  • PyPi (📥 7.8K / month · ⏱️ 30.06.2019):

     pip install jupyterlab_templates
    
  • Conda (📥 10K · ⏱️ 17.11.2022):

     conda install -c conda-forge jupyterlab_templates
    
  • npm (📥 4.1K / month · 📦 2 · ⏱️ 16.11.2022):

     npm install jupyterlab_templates
    
GPU Dashboards (🥈21 · ⭐ 490) - A JupyterLab extension for displaying dashboards of GPU usage. BSD-3
  • GitHub (👨‍💻 18 · 🔀 66 · 📦 2 · 📋 71 - 46% open · ⏱️ 15.02.2023):

     git clone https://github.com/rapidsai/jupyterlab-nvdashboard
    
  • PyPi (📥 70K / month · 📦 1 · ⏱️ 23.11.2022):

     pip install jupyterlab-nvdashboard
    
  • Conda (📥 29K · ⏱️ 11.05.2022):

     conda install -c conda-forge jupyterlab-nvdashboard
    
  • npm (📥 870 / month · 📦 2 · ⏱️ 27.04.2021):

     npm install jupyterlab-nvdashboard
    
Jupyter Bokeh (🥈21 · ⭐ 210) - An extension for rendering Bokeh content in JupyterLab notebooks. BSD-3
  • GitHub (👨‍💻 18 · 🔀 42 · 📦 2 · 📋 99 - 18% open · ⏱️ 14.03.2023):

     git clone https://github.com/bokeh/jupyter_bokeh
    
  • PyPi (📥 39K / month · 📦 14 · ⏱️ 20.09.2022):

     pip install jupyter-bokeh
    
  • Conda (📥 47K · ⏱️ 15.03.2023):

     conda install -c conda-forge jupyter_bokeh
    
  • npm (📥 12K / month · 📦 2 · ⏱️ 14.03.2023):

     npm install @bokeh/jupyter_bokeh
    
Variable Inspector (🥈20 · ⭐ 960) - Variable Inspector extension for Jupyterlab. BSD-3
  • GitHub (👨‍💻 19 · 🔀 83 · 📦 5 · 📋 160 - 24% open · ⏱️ 10.01.2023):

     git clone https://github.com/lckr/jupyterlab-variableInspector
    
  • PyPi (📥 11K / month · ⏱️ 10.04.2021):

     pip install lckr-jupyterlab-variableinspector
    
  • Conda (📥 14K · ⏱️ 10.04.2021):

     conda install -c conda-forge jupyterlab-variableinspector
    
  • npm (📥 4.3K / month · ⏱️ 10.04.2021):

     npm install @lckr/jupyterlab_variableinspector
    
JupyterLab GitHub (🥈20 · ⭐ 350) - GitHub integration for JupyterLab. BSD-3
  • GitHub (👨‍💻 16 · 🔀 98 · 📦 5 · 📋 65 - 43% open · ⏱️ 05.09.2022):

     git clone https://github.com/jupyterlab/jupyterlab-github
    
  • PyPi (📥 1.4K / month · 📦 2 · ⏱️ 27.11.2021):

     pip install jupyterlab-github
    
  • npm (📥 6.3K / month · 📦 2 · ⏱️ 27.11.2021):

     npm install @jupyterlab/github
    
jupyterlab-execute-time (🥈20 · ⭐ 260) - A JupyterLab extension for displaying cell timings. BSD-3
  • GitHub (👨‍💻 12 · 🔀 38 · 📦 2 · 📋 44 - 15% open · ⏱️ 28.12.2022):

     git clone https://github.com/deshaw/jupyterlab-execute-time
    
  • PyPi (📥 310K / month · ⏱️ 28.12.2022):

     pip install jupyterlab-execute-time
    
  • Conda (📥 35K · ⏱️ 28.12.2022):

     conda install -c conda-forge jupyterlab_execute_time
    
  • npm (📥 2.1K / month · 📦 2 · ⏱️ 18.01.2021):

     npm install jupyterlab-execute-time
    
JupyterLab Spellchecker (🥈20 · ⭐ 170) - Spellchecker for JupyterLab notebook markdown cells.. BSD-3
  • GitHub (👨‍💻 6 · 🔀 17 · 📦 3 · 📋 51 - 29% open · ⏱️ 08.02.2023):

     git clone https://github.com/jupyterlab-contrib/spellchecker
    
  • PyPi (📥 2.8K / month · 📦 1 · ⏱️ 08.10.2021):

     pip install jupyterlab-spellchecker
    
  • Conda (📥 67K · ⏱️ 09.03.2023):

     conda install -c conda-forge jupyterlab-spellchecker
    
  • npm (📥 1.6K / month · 📦 2 · ⏱️ 08.10.2021):

     npm install @ijmbarr/jupyterlab_spellchecker
    
JupyterLab HDF5 (🥈20 · ⭐ 100) - Open and explore HDF5 files in JupyterLab. Can handle very.. BSD-3
  • GitHub (👨‍💻 7 · 🔀 21 · 📦 2 · 📋 48 - 25% open · ⏱️ 22.03.2023):

     git clone https://github.com/jupyterlab/jupyterlab-hdf5
    
  • PyPi (📥 930 / month · 📦 1 · ⏱️ 21.02.2022):

     pip install jupyterlab_hdf
    
  • npm (📥 930 / month · 📦 2 · ⏱️ 08.03.2023):

     npm install @jupyterlab/hdf5
    
JupyterLab Google Drive (🥈19 · ⭐ 380 · 💤) - Cloud storage for JupyterLab using Google Drive. BSD-3
  • GitHub (👨‍💻 16 · 🔀 79 · 📦 4 · 📋 120 - 43% open · ⏱️ 28.04.2022):

     git clone https://github.com/jupyterlab/jupyterlab-google-drive
    
  • npm (📥 820 / month · 📦 2 · ⏱️ 27.05.2020):

     npm install @jupyterlab/google-drive
    
JupyterLab SideCar (🥈19 · ⭐ 220) - A sidecar output widget for JupyterLab. BSD-3
  • GitHub (👨‍💻 14 · 🔀 40 · 📦 6 · 📋 48 - 77% open · ⏱️ 10.12.2022):

     git clone https://github.com/jupyter-widgets/jupyterlab-sidecar
    
  • PyPi (📥 3.2K / month · 📦 8 · ⏱️ 10.12.2022):

     pip install sidecar
    
  • Conda (📥 15K · ⏱️ 10.12.2022):

     conda install -c conda-forge sidecar
    
  • npm (📥 310 / month · 📦 2 · ⏱️ 05.07.2021):

     npm install @jupyter-widgets/jupyterlab-sidecar
    
JupyterLab IFrame (🥈19 · ⭐ 91) - View html as an embedded iframe in JupyterLab. Apache-2
  • GitHub (👨‍💻 5 · 🔀 15 · 📦 6 · 📋 68 - 8% open · ⏱️ 15.03.2023):

     git clone https://github.com/timkpaine/jupyterlab_iframe
    
  • PyPi (📥 780 / month · 📦 8 · ⏱️ 29.06.2019):

     pip install jupyterlab_iframe
    
  • Conda (📥 19K · ⏱️ 12.04.2022):

     conda install -c conda-forge jupyterlab_iframe
    
  • npm (📥 550 / month · 📦 2 · ⏱️ 11.04.2022):

     npm install jupyterlab_iframe
    
Lantern (🥉17 · ⭐ 330) - Data exploration glue. Apache-2
  • GitHub (👨‍💻 3 · 🔀 20 · 📦 18 · 📋 200 - 5% open · ⏱️ 22.11.2022):

     git clone https://github.com/timkpaine/lantern
    
  • PyPi (📥 80 / month · 📦 1 · ⏱️ 02.02.2020):

     pip install pylantern
    
ipylab (🥉17 · ⭐ 130) - Control JupyterLab from Python Notebooks with Jupyter Widgets. BSD-3
  • GitHub (👨‍💻 6 · 🔀 10 · 📥 49 · 📦 2 · 📋 36 - 44% open · ⏱️ 15.03.2023):

     git clone https://github.com/jtpio/ipylab
    
  • PyPi (📥 22K / month · 📦 4 · ⏱️ 25.08.2022):

     pip install ipylab
    
  • Conda (📥 18K · ⏱️ 25.08.2022):

     conda install -c conda-forge ipylab
    
  • npm (📥 280 / month · 📦 2 · ⏱️ 25.08.2022):

     npm install ipylab
    
JupyterLab Tensorboard (🥉16 · ⭐ 300 · 💤) - Tensorboard extension for jupyterlab. MIT
  • GitHub (👨‍💻 7 · 🔀 33 · 📦 4 · 📋 28 - 64% open · ⏱️ 18.07.2022):

     git clone https://github.com/chaoleili/jupyterlab_tensorboard
    
  • npm (📥 7.3K / month · ⏱️ 27.06.2020):

     npm install jupyterlab_tensorboard
    
jupyterlab-interactive-dashboard-editor (🥉16 · ⭐ 200 · 💤) - A drag-and-drop dashboard editor for JupyterLab. BSD-3
  • GitHub (👨‍💻 11 · 🔀 27 · 📦 2 · 📋 44 - 72% open · ⏱️ 13.04.2022):

     git clone https://github.com/jupytercalpoly/jupyterlab-interactive-dashboard-editor
    
  • PyPi (📥 75 / month · ⏱️ 01.04.2021):

     pip install jupyterlab-interactive-dashboard-editor
    
  • Conda (📥 1.3K · ⏱️ 13.05.2021):

     conda install -c conda-forge jupyterlab-interactive-dashboard-editor
    
  • npm (📥 47 / month · ⏱️ 27.01.2021):

     npm install jupyterlab-interactive-dashboard-editor
    
JupyterLab Autoversion (🥉16 · ⭐ 62) - Automatically version jupyter notebooks in JupyterLab. Apache-2
  • GitHub (👨‍💻 5 · 🔀 9 · 📋 33 - 12% open · ⏱️ 15.03.2023):

     git clone https://github.com/timkpaine/jupyterlab_autoversion
    
  • PyPi (📥 66 / month · ⏱️ 29.06.2019):

     pip install jupyterlab_autoversion
    
  • Conda (📥 13K · ⏱️ 11.04.2022):

     conda install -c conda-forge jupyterlab_autoversion
    
  • npm (📥 36 / month · 📦 2 · ⏱️ 11.04.2022):

     npm install jupyterlab_autoversion
    
jupyterlab-sos (🥉16 · ⭐ 61) - Jupyterlab extension for SoS Polyglot Notebook and Workflow.. BSD-3
  • GitHub (👨‍💻 4 · 🔀 3 · 📦 2 · 📋 59 - 13% open · ⏱️ 06.12.2022):

     git clone https://github.com/vatlab/jupyterlab-sos
    
  • PyPi (📥 120 / month · ⏱️ 06.12.2022):

     pip install jupyterlab-sos
    
  • Conda (📥 24K · ⏱️ 07.12.2022):

     conda install -c conda-forge jupyterlab-sos
    
  • npm (📥 130 / month · 📦 2 · ⏱️ 14.01.2021):

     npm install jupyterlab-sos
    
nbgather (🥉15 · ⭐ 470) - Spit shine for Jupyter notebooks. MIT
  • GitHub (👨‍💻 13 · 🔀 31 · 📦 2 · 📋 27 - 37% open · ⏱️ 28.11.2022):

     git clone https://github.com/microsoft/gather
    
  • npm (📥 63 / month · ⏱️ 06.02.2020):

     npm install nbgather
    
jupyter-fs (🥉15 · ⭐ 140) - A filesystem-like contents manager for multiple backends in.. Apache-2
  • GitHub (👨‍💻 10 · 🔀 26 · 📦 2 · 📋 60 - 26% open · ⏱️ 08.01.2023):

     git clone https://github.com/jpmorganchase/jupyter-fs
    
  • PyPi (📥 280 / month · ⏱️ 04.06.2021):

     pip install jupyter-fs
    
  • Conda (📥 6.1K · ⏱️ 04.06.2021):

     conda install -c conda-forge jupyter-fs
    
JupyterLab Flake8 (🥉15 · ⭐ 110) - A jupyterlab extension to email notebooks directly from.. Apache-2
  • GitHub (👨‍💻 2 · 🔀 10 · 📋 36 - 11% open · ⏱️ 15.03.2023):

     git clone https://github.com/timkpaine/jupyterlab_email
    
  • PyPi (📥 60 / month · ⏱️ 15.03.2022):

     pip install jupyterlab-email
    
  • npm (📥 190 / month · ⏱️ 16.09.2021):

     npm install jupyterlab-flake8
    
nbcelltests (🥉15 · ⭐ 70) - Cell-by-cell testing for production Jupyter notebooks in.. Apache-2
  • GitHub (👨‍💻 7 · 🔀 15 · 📋 120 - 26% open · ⏱️ 07.12.2022):

     git clone https://github.com/jpmorganchase/nbcelltests
    
  • PyPi (📥 35 / month · ⏱️ 05.10.2020):

     pip install nbcelltests
    
  • Conda (📥 7K · ⏱️ 05.10.2020):

     conda install -c conda-forge nbcelltests
    
  • npm (📥 31 / month · ⏱️ 05.10.2020):

     npm install jupyterlab_celltests
    
jupyterlab_commands (🥉15 · ⭐ 44) - Add arbitrary python commands to the jupyterlab.. Apache-2
  • GitHub (👨‍💻 2 · 🔀 5 · 📦 6 · 📋 24 - 8% open · ⏱️ 15.03.2023):

     git clone https://github.com/timkpaine/jupyterlab_commands
    
  • PyPi (📥 70 / month · ⏱️ 11.04.2022):

     pip install jupyterlab-commands
    
  • Conda (📥 8.9K · ⏱️ 11.04.2022):

     conda install -c conda-forge jupyterlab_commands
    
jupyterlab-sparkmonitor (🥉14 · ⭐ 91 · 💤) - JupyterLab extension that enables monitoring launched.. Apache-2
  • GitHub (👨‍💻 10 · 🔀 20 · 📋 16 - 50% open · ⏱️ 01.04.2022):

     git clone https://github.com/itsjafer/jupyterlab-sparkmonitor
    
  • PyPi (📥 6.4K / month · ⏱️ 04.08.2021):

     pip install jupyterlab-sparkmonitor
    
  • npm (📥 70 / month · ⏱️ 29.07.2020):

     npm install jupyterlab_sparkmonitor
    
  • Docker Hub (📥 320 · ⏱️ 02.06.2021):

     docker pull itsjafer/sparkmonitor
    
JupyterLab Kernelspy (🥉14 · ⭐ 68) - A Jupyter Lab extension for inspecting messages to/from.. BSD-3
  • GitHub (👨‍💻 4 · 🔀 9 · 📦 6 · 📋 13 - 15% open · ⏱️ 15.03.2023):

     git clone https://github.com/jupyterlab-contrib/jupyterlab-kernelspy
    
  • PyPi (📥 150 / month · ⏱️ 19.04.2022):

     pip install jupyterlab-kernelspy
    
  • Conda (📥 8K · ⏱️ 19.04.2022):

     conda install -c conda-forge jupyterlab-kernelspy
    
  • npm (📥 380 / month · ⏱️ 19.04.2022):

     npm install jupyterlab-kernelspy
    
KnowledgeLab (🥉14 · ⭐ 47) - KnowledgeRepo + JupyterLab. Apache-2
  • GitHub (👨‍💻 3 · 🔀 6 · 📦 5 · 📋 29 - 17% open · ⏱️ 04.03.2023):

     git clone https://github.com/timkpaine/knowledgelab
    
  • PyPi (📥 16 / month · ⏱️ 19.10.2017):

     pip install knowledgelab
    
  • npm (📥 8 / month · ⏱️ 16.10.2018):

     npm install knowledgelab
    
StickyLand (🥉13 · ⭐ 280 · 💤) - Break the linear presentation of Jupyter Notebooks with sticky.. BSD-3
  • GitHub (👨‍💻 2 · 🔀 16 · 📥 14 · 📦 3 · 📋 9 - 11% open · ⏱️ 30.05.2022):

     git clone https://github.com/xiaohk/stickyland
    
  • PyPi (📥 200 / month · 📦 1 · ⏱️ 30.05.2022):

     pip install jupyterlab-stickyland
    
  • npm (📥 21 / month · ⏱️ 23.11.2021):

     npm install jupyterlab-stickyland
    
JupyterLab Email (🥉13 · ⭐ 53) - A jupyterlab extension to email notebooks directly from.. Apache-2
  • GitHub (👨‍💻 2 · 🔀 2 · 📋 36 - 11% open · ⏱️ 15.03.2023):

     git clone https://github.com/timkpaine/jupyterlab_email
    
  • PyPi (📥 60 / month · ⏱️ 30.06.2019):

     pip install jupyterlab_email
    
  • npm (📥 24 / month · 📦 2 · ⏱️ 15.03.2022):

     npm install jupyterlab_email
    
jupyterlab-gitplus (🥉12 · ⭐ 100) - JupyterLab extension to create GitHub commits & pull.. ❗️AGPL-3.0
  • GitHub (👨‍💻 2 · 🔀 8 · 📦 2 · 📋 20 - 55% open · ⏱️ 28.02.2023):

     git clone https://github.com/ReviewNB/jupyterlab-gitplus
    
  • PyPi (📥 440 / month · ⏱️ 11.07.2021):

     pip install jupyterlab_gitplus
    
  • npm (📥 140 / month · 📦 2 · ⏱️ 28.02.2023):

     npm install @reviewnb/jupyterlab_gitplus
    
Show 18 hidden projects...

JupyterHub Authenticators

Back to top

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

OAuthenticator (🥇30 · ⭐ 360) - OAuth + JupyterHub Authenticator = OAuthenticator. BSD-3
  • GitHub (👨‍💻 110 · 🔀 350 · 📦 330 · 📋 250 - 18% open · ⏱️ 14.03.2023):

     git clone https://github.com/jupyterhub/oauthenticator
    
  • PyPi (📥 19K / month · 📦 44 · ⏱️ 08.09.2022):

     pip install oauthenticator
    
  • Conda (📥 34K · ⏱️ 08.09.2022):

     conda install -c conda-forge oauthenticator
    
LTI Authenticator (🥈23 · ⭐ 58) - A JupyterHub authenticator for LTI. BSD-3
  • GitHub (👨‍💻 15 · 🔀 46 · 📦 89 · 📋 44 - 15% open · ⏱️ 23.03.2023):

     git clone https://github.com/jupyterhub/ltiauthenticator
    
  • PyPi (📥 2K / month · 📦 9 · ⏱️ 01.03.2023):

     pip install jupyterhub-ltiauthenticator
    
Native Authenticator (🥈21 · ⭐ 61) - JupyterHub-native User Authenticator https://native-.. BSD-3
  • GitHub (👨‍💻 21 · 🔀 61 · 📦 51 · 📋 99 - 29% open · ⏱️ 20.03.2023):

     git clone https://github.com/jupyterhub/nativeauthenticator
    
  • PyPi (📥 5.3K / month · ⏱️ 09.09.2022):

     pip install jupyterhub-nativeauthenticator
    
SAML Authenticator (🥈14 · ⭐ 34 · 💤) - jupyterhub-samlauthenticator. MIT
  • GitHub (👨‍💻 7 · 🔀 21 · 📥 13 · 📋 30 - 53% open · ⏱️ 21.03.2022):

     git clone https://github.com/HewlettPackard/jupyterhub-samlauthenticator
    
  • PyPi (📥 370 / month · ⏱️ 13.07.2020):

     pip install jupyterhub-samlauthenticator
    
Show 11 hidden projects...

JupyterHub Spawners

Back to top

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

KubeSpawner (🥇30 · ⭐ 450) - Kubernetes spawner for JupyterHub. BSD-3
  • GitHub (👨‍💻 78 · 🔀 290 · 📦 130 · 📋 320 - 23% open · ⏱️ 23.03.2023):

     git clone https://github.com/jupyterhub/kubespawner
    
  • PyPi (📥 60K / month · 📦 14 · ⏱️ 03.11.2022):

     pip install jupyterhub-kubespawner
    
  • Conda (📥 12K · ⏱️ 13.09.2022):

     conda install -c conda-forge jupyterhub-kubespawner
    
DockerSpawner (🥈26 · ⭐ 440 · 📉) - Spawns JupyterHub single user servers in Docker containers. BSD-3
  • GitHub (👨‍💻 66 · 🔀 300 · 📦 150 · 📋 260 - 8% open · ⏱️ 15.03.2023):

     git clone https://github.com/jupyterhub/dockerspawner
    
  • PyPi (📥 11K / month · 📦 26 · ⏱️ 22.07.2021):

     pip install dockerspawner
    
  • Conda (📥 16K · ⏱️ 17.08.2021):

     conda install -c conda-forge dockerspawner
    
BatchSpawner (🥈22 · ⭐ 150) - Custom Spawner for Jupyterhub to start servers in batch scheduled.. BSD-3
  • GitHub (👨‍💻 42 · 🔀 120 · 📦 25 · 📋 140 - 46% open · ⏱️ 01.03.2023):

     git clone https://github.com/jupyterhub/batchspawner
    
  • PyPi (📥 3K / month · 📦 4 · ⏱️ 05.10.2022):

     pip install batchspawner
    
SystemdSpawner (🥉20 · ⭐ 87) - Spawn JupyterHub single-user notebook servers with systemd. BSD-3
  • GitHub (👨‍💻 18 · 🔀 44 · 📦 23 · 📋 70 - 54% open · ⏱️ 11.01.2023):

     git clone https://github.com/jupyterhub/systemdspawner
    
  • PyPi (📥 2.6K / month · 📦 1 · ⏱️ 11.01.2023):

     pip install jupyterhub-systemdspawner
    
  • Conda (📥 25K · ⏱️ 10.11.2022):

     conda install -c conda-forge jupyterhub-systemdspawner
    
WrapSpawner (🥉13 · ⭐ 56 · 💤) - Mechanism for runtime configuration of spawners for JupyterHub. BSD-3
  • GitHub (👨‍💻 16 · 🔀 51 · 📦 9 · 📋 32 - 56% open · ⏱️ 04.03.2022):

     git clone https://github.com/jupyterhub/wrapspawner
    
Show 3 hidden projects...
  • SudoSpawner (🥉17 · ⭐ 45 · 💀) - Spawn JupyterHub single-user servers with sudo. BSD-3
  • FargateSpawner (🥉14 · ⭐ 37 · 💀) - Spawns JupyterHub single user servers in Docker containers.. MIT
  • YarnSpawner (🥉10 · ⭐ 19 · 💀) - Spawn JupyterHub single user notebook servers in Hadoop/YARN.. BSD-3

Jupyter Components

Back to top

Core components of the Jupyter architecture.

ipython (🥇47 · ⭐ 16K) - Official repository for IPython itself. Other repos in the IPython.. BSD-3
  • GitHub (👨‍💻 940 · 🔀 4.4K · 📥 320K · 📦 380K · 📋 7.2K - 22% open · ⏱️ 23.03.2023):

     git clone https://github.com/ipython/ipython
    
  • PyPi (📥 22M / month · 📦 36K · ⏱️ 28.02.2023):

     pip install ipython
    
  • Conda (📥 18M · ⏱️ 28.02.2023):

     conda install -c conda-forge ipython
    
jupyter_server (🥉36 · ⭐ 380) - The backendi.e. core services, APIs, and REST endpointsto.. BSD-3
  • GitHub (👨‍💻 500 · 🔀 220 · 📥 1.3K · 📋 390 - 33% open · ⏱️ 22.03.2023):

     git clone https://github.com/jupyter-server/jupyter_server
    
  • PyPi (📥 14M / month · 📦 280 · ⏱️ 06.03.2023):

     pip install jupyter_server
    
  • Conda (📥 4.4M · ⏱️ 17.03.2023):

     conda install -c conda-forge jupyter_server
    
jupyter-packaging (🥉24 · ⭐ 60) - Tools to help build and install Jupyter Python packages. BSD-3
  • GitHub (👨‍💻 30 · 🔀 49 · 📥 50 · 📋 42 - 28% open · ⏱️ 07.03.2023):

     git clone https://github.com/jupyter/jupyter-packaging
    
  • PyPi (📥 370K / month · 📦 59 · ⏱️ 25.08.2022):

     pip install jupyter-packaging
    
  • Conda (📥 450K · ⏱️ 25.08.2022):

     conda install -c conda-forge jupyter-packaging
    

Others

Back to top

qtconsole (🥇37 · ⭐ 360) - Jupyter Qt Console. BSD-3
  • GitHub (👨‍💻 120 · 🔀 190 · 📦 130K · 📋 320 - 31% open · ⏱️ 11.03.2023):

     git clone https://github.com/jupyter/qtconsole
    
  • PyPi (📥 3.5M / month · 📦 6.4K · ⏱️ 02.11.2022):

     pip install qtconsole
    
  • Conda (📥 3.7M · ⏱️ 13.03.2023):

     conda install -c conda-forge qtconsole
    
jupyter-console (🥈30 · ⭐ 220) - Jupyter Terminal Console. BSD-3
  • GitHub (👨‍💻 60 · 🔀 150 · 📥 190 · 📋 150 - 41% open · ⏱️ 06.03.2023):

     git clone https://github.com/jupyter/jupyter_console
    
  • PyPi (📥 4.9M / month · 📦 100 · ⏱️ 06.03.2023):

     pip install jupyter-console
    
  • Conda (📥 3.3M · ⏱️ 06.03.2023):

     conda install -c conda-forge jupyter_console
    
datapane (🥉24 · ⭐ 810) - Build full-stack data analytics apps in Python. Apache-2
  • GitHub (👨‍💻 16 · 🔀 65 · 📋 100 - 8% open · ⏱️ 23.03.2023):

     git clone https://github.com/datapane/datapane
    
  • PyPi (📥 43K / month · 📦 12 · ⏱️ 09.04.2022):

     pip install datapane
    
  • Conda (📥 55K · ⏱️ 22.03.2023):

     conda install -c conda-forge datapane
    
Show 1 hidden projects...
  • colabcode (🥉21 · ⭐ 1.9K · 💀) - Run VSCode (codeserver) on Google Colab or Kaggle Notebooks. MIT

Related Resources

  • Best-of lists: Discover other best-of lists with awesome open-source projects on all kinds of topics.
  • best-of-ml-python: A ranked list of awesome machine learning python libraries.
  • awesome-jupyter: A curated list of awesome Jupyter projects, libraries and resources.
  • 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 and fill in the requested information.
  • Modify the projects.yaml with your additions or changes, and submit a pull request. This can also be done directly via the Github UI.

If you like to contribute to or share suggestions regarding the project metadata collection or markdown generation, please refer to the best-of-generator repository. If you like to create your own best-of list, we recommend to follow this guide.

For more information on how to add or update projects, please read the contribution guidelines. By participating in this project, you agree to abide by its Code of Conduct.

License

CC0

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published