From bbe28f0ad0217340c805dd82c6b40e1bdd62cd16 Mon Sep 17 00:00:00 2001 From: LukasMasuch Date: Thu, 21 Sep 2023 14:25:30 +0000 Subject: [PATCH] Update best-of list for version 2023.09.21 --- README.md | 1563 ++++++++++++++++--------------- history/2023-09-21_changes.md | 20 + history/2023-09-21_projects.csv | 301 ++++++ latest-changes.md | 20 +- 4 files changed, 1158 insertions(+), 746 deletions(-) create mode 100644 history/2023-09-21_changes.md create mode 100644 history/2023-09-21_projects.csv diff --git a/README.md b/README.md index 0c9f3ad..07c9346 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@

-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](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! +This curated list contains 300 awesome open-source projects with a total of 370K 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! --- @@ -70,14 +70,14 @@ This curated list contains 300 awesome open-source projects with a total of 350K _Development environments with support for Jupyter Notebooks._ -
Jupyter (πŸ₯‡43 Β· ⭐ 12K) - Jupyter Interactive Notebook. BSD-3 +
Jupyter (πŸ₯‡42 Β· ⭐ 12K) - Jupyter Interactive Notebook. BSD-3 -- [GitHub](https://github.com/jupyter/notebook) (πŸ‘¨β€πŸ’» 640 Β· πŸ”€ 4.2K Β· πŸ“₯ 14K Β· πŸ“¦ 220 Β· πŸ“‹ 4.7K - 42% open Β· ⏱️ 12.09.2023): +- [GitHub](https://github.com/jupyter/notebook) (πŸ‘¨β€πŸ’» 640 Β· πŸ”€ 4.2K Β· πŸ“₯ 15K Β· πŸ“¦ 260 Β· πŸ“‹ 4.7K - 41% open Β· ⏱️ 20.09.2023): ``` git clone https://github.com/jupyter/notebook ``` -- [PyPi](https://pypi.org/project/notebook) (πŸ“₯ 17M / month Β· πŸ“¦ 9K Β· ⏱️ 30.08.2023): +- [PyPi](https://pypi.org/project/notebook) (πŸ“₯ 18M / month Β· πŸ“¦ 9K Β· ⏱️ 20.09.2023): ``` pip install notebook ``` @@ -85,27 +85,27 @@ _Development environments with support for Jupyter Notebooks._ ``` conda install -c conda-forge jupyter ``` -- [Docker Hub](https://hub.docker.com/r/jupyter/datascience-notebook) (πŸ“₯ 31M Β· ⭐ 1K Β· ⏱️ 11.09.2023): +- [Docker Hub](https://hub.docker.com/r/jupyter/datascience-notebook) (πŸ“₯ 31M Β· ⭐ 1K Β· ⏱️ 18.09.2023): ``` docker pull jupyter/datascience-notebook ```
-
JupyterHub (πŸ₯‡38 Β· ⭐ 7.7K) - Multi-user server for Jupyter notebooks. BSD-3 +
JupyterHub (πŸ₯‡39 Β· ⭐ 7.7K) - Multi-user server for Jupyter notebooks. BSD-3 -- [GitHub](https://github.com/jupyterhub/jupyterhub) (πŸ‘¨β€πŸ’» 340 Β· πŸ”€ 1.9K Β· πŸ“¦ 2.5K Β· πŸ“‹ 2.3K - 8% open Β· ⏱️ 13.09.2023): +- [GitHub](https://github.com/jupyterhub/jupyterhub) (πŸ‘¨β€πŸ’» 350 Β· πŸ”€ 1.9K Β· πŸ“¦ 2.5K Β· πŸ“‹ 2.3K - 8% open Β· ⏱️ 19.09.2023): ``` git clone https://github.com/jupyterhub/jupyterhub ``` -- [PyPi](https://pypi.org/project/jupyterhub) (πŸ“₯ 170K / month Β· πŸ“¦ 380 Β· ⏱️ 10.08.2023): +- [PyPi](https://pypi.org/project/jupyterhub) (πŸ“₯ 180K / month Β· πŸ“¦ 380 Β· ⏱️ 10.08.2023): ``` pip install jupyterhub ``` -- [Conda](https://anaconda.org/conda-forge/jupyterhub) (πŸ“₯ 990K Β· ⏱️ 10.08.2023): +- [Conda](https://anaconda.org/conda-forge/jupyterhub) (πŸ“₯ 1M Β· ⏱️ 10.08.2023): ``` conda install -c conda-forge jupyterhub ``` -- [Docker Hub](https://hub.docker.com/r/jupyterhub/jupyterhub) (πŸ“₯ 4.8M Β· ⭐ 330 Β· ⏱️ 13.09.2023): +- [Docker Hub](https://hub.docker.com/r/jupyterhub/jupyterhub) (πŸ“₯ 4.9M Β· ⭐ 330 Β· ⏱️ 19.09.2023): ``` docker pull jupyterhub/jupyterhub ``` @@ -117,23 +117,23 @@ _Development environments with support for Jupyter Notebooks._ ``` git clone https://github.com/nteract/nteract ``` -- [PyPi](https://pypi.org/project/nteract_on_jupyter) (πŸ“₯ 3.3K / month Β· πŸ“¦ 5 Β· ⏱️ 16.07.2019): +- [PyPi](https://pypi.org/project/nteract_on_jupyter) (πŸ“₯ 3.7K / month Β· πŸ“¦ 5 Β· ⏱️ 16.07.2019): ``` pip install nteract_on_jupyter ``` -- [npm](https://www.npmjs.com/package/@nteract/messaging) (πŸ“₯ 83K / month Β· πŸ“¦ 36 Β· ⏱️ 22.10.2021): +- [npm](https://www.npmjs.com/package/@nteract/messaging) (πŸ“₯ 72K / month Β· πŸ“¦ 36 Β· ⏱️ 22.10.2021): ``` npm install @nteract/messaging ```
Docker Stacks (πŸ₯ˆ32 Β· ⭐ 7.9K) - Ready-to-run Docker images containing Jupyter applications. BSD-3 -- [GitHub](https://github.com/jupyter/docker-stacks) (πŸ‘¨β€πŸ’» 240 Β· πŸ”€ 2.9K Β· πŸ“¦ 13 Β· πŸ“‹ 860 - 2% open Β· ⏱️ 10.09.2023): +- [GitHub](https://github.com/jupyter/docker-stacks) (πŸ‘¨β€πŸ’» 240 Β· πŸ”€ 2.9K Β· πŸ“¦ 13 Β· πŸ“‹ 860 - 2% open Β· ⏱️ 18.09.2023): ``` git clone https://github.com/jupyter/docker-stacks ``` -- [Docker Hub](https://hub.docker.com/r/jupyter/scipy-notebook) (πŸ“₯ 90M Β· ⭐ 420 Β· ⏱️ 11.09.2023): +- [Docker Hub](https://hub.docker.com/r/jupyter/scipy-notebook) (πŸ“₯ 90M Β· ⭐ 420 Β· ⏱️ 18.09.2023): ``` docker pull jupyter/scipy-notebook ``` @@ -145,22 +145,22 @@ _Development environments with support for Jupyter Notebooks._ ``` git clone https://github.com/jupyterlab/jupyterlab ``` -- [PyPi](https://pypi.org/project/jupyterlab) (πŸ“₯ 11M / month Β· πŸ“¦ 2.3K Β· ⏱️ 23.08.2023): +- [PyPi](https://pypi.org/project/jupyterlab) (πŸ“₯ 11M / month Β· πŸ“¦ 2.3K Β· ⏱️ 14.09.2023): ``` pip install jupyterlab ``` -- [Conda](https://anaconda.org/conda-forge/jupyterlab) (πŸ“₯ 8.8M Β· ⏱️ 23.08.2023): +- [Conda](https://anaconda.org/conda-forge/jupyterlab) (πŸ“₯ 8.9M Β· ⏱️ 14.09.2023): ``` conda install -c conda-forge jupyterlab ``` -- [npm](https://www.npmjs.com/package/@jupyterlab/ui-components) (πŸ“₯ 200K / month Β· πŸ“¦ 360 Β· ⏱️ 23.08.2023): +- [npm](https://www.npmjs.com/package/@jupyterlab/ui-components) (πŸ“₯ 160K / month Β· πŸ“¦ 360 Β· ⏱️ 14.09.2023): ``` npm install @jupyterlab/ui-components ```
VSCode Jupyter (πŸ₯ˆ30 Β· ⭐ 1.1K) - VS Code Jupyter extension. MIT -- [GitHub](https://github.com/microsoft/vscode-jupyter) (πŸ‘¨β€πŸ’» 260 Β· πŸ”€ 230 Β· πŸ“¦ 2 Β· πŸ“‹ 9.2K - 6% open Β· ⏱️ 14.09.2023): +- [GitHub](https://github.com/microsoft/vscode-jupyter) (πŸ‘¨β€πŸ’» 260 Β· πŸ”€ 230 Β· πŸ“¦ 2 Β· πŸ“‹ 9.2K - 6% open Β· ⏱️ 21.09.2023): ``` git clone https://github.com/microsoft/vscode-jupyter @@ -172,7 +172,7 @@ _Development environments with support for Jupyter Notebooks._
sos (πŸ₯ˆ28 Β· ⭐ 260) - SoS workflow system for daily data analysis. BSD-3 -- [GitHub](https://github.com/vatlab/sos) (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 38 Β· πŸ“¦ 4.6K Β· πŸ“‹ 1.4K - 4% open Β· ⏱️ 11.09.2023): +- [GitHub](https://github.com/vatlab/sos) (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 38 Β· πŸ“¦ 4.7K Β· πŸ“‹ 1.4K - 4% open Β· ⏱️ 11.09.2023): ``` git clone https://github.com/vatlab/SOS @@ -181,14 +181,14 @@ _Development environments with support for Jupyter Notebooks._ ``` pip install sos-notebook ``` -- [Conda](https://anaconda.org/conda-forge/sos) (πŸ“₯ 160K Β· ⏱️ 20.06.2023): +- [Conda](https://anaconda.org/conda-forge/sos) (πŸ“₯ 160K Β· ⏱️ 17.09.2023): ``` conda install -c conda-forge sos ```
docker-python (πŸ₯‰27 Β· ⭐ 2.4K) - Kaggle Python docker image. Apache-2 -- [GitHub](https://github.com/Kaggle/docker-python) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 860 Β· πŸ“‹ 320 - 4% open Β· ⏱️ 29.08.2023): +- [GitHub](https://github.com/Kaggle/docker-python) (πŸ‘¨β€πŸ’» 150 Β· πŸ”€ 860 Β· πŸ“‹ 320 - 4% open Β· ⏱️ 20.09.2023): ``` git clone https://github.com/kaggle/docker-python @@ -205,7 +205,7 @@ _Development environments with support for Jupyter Notebooks._ ``` git clone https://github.com/googledatalab/datalab ``` -- [PyPi](https://pypi.org/project/datalab) (πŸ“₯ 120K / month Β· πŸ“¦ 12 Β· ⏱️ 02.09.2022): +- [PyPi](https://pypi.org/project/datalab) (πŸ“₯ 130K / month Β· πŸ“¦ 12 Β· ⏱️ 02.09.2022): ``` pip install datalab ``` @@ -220,27 +220,27 @@ _Development environments with support for Jupyter Notebooks._
retrolab (πŸ₯‰19 Β· ⭐ 280 Β· πŸ’€) - JupyterLab distribution with a retro look and feel. BSD-3 -- [GitHub](https://github.com/jupyterlab/retrolab) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 45 Β· πŸ“₯ 1.3K Β· πŸ“¦ 17 Β· ⏱️ 16.02.2023): +- [GitHub](https://github.com/jupyterlab/retrolab) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 46 Β· πŸ“₯ 1.3K Β· πŸ“¦ 17 Β· ⏱️ 16.02.2023): ``` git clone https://github.com/jupyterlab/retrolab ``` -- [PyPi](https://pypi.org/project/retrolab) (πŸ“₯ 890 / month): +- [PyPi](https://pypi.org/project/retrolab) (πŸ“₯ 840 / month Β· πŸ“¦ 3 Β· ⏱️ 04.05.2022): ``` pip install retrolab ``` -- [Conda](https://anaconda.org/conda-forge/retrolab) (πŸ“₯ 47K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/retrolab) (πŸ“₯ 48K Β· ⏱️ 16.06.2023): ``` conda install -c conda-forge retrolab ``` -- [npm](https://www.npmjs.com/package/@jupyterlab-classic/application) (πŸ“₯ 58 / month): +- [npm](https://www.npmjs.com/package/@jupyterlab-classic/application) (πŸ“₯ 26 / month Β· πŸ“¦ 6 Β· ⏱️ 19.04.2021): ``` npm install @jupyterlab-classic/application ```
gpu-jupyter (πŸ₯‰14 Β· ⭐ 570) - Leverage the flexibility of Jupyterlab through the power of your.. Apache-2 -- [GitHub](https://github.com/iot-salzburg/gpu-jupyter) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 200 Β· πŸ“‹ 80 - 8% open Β· ⏱️ 04.04.2023): +- [GitHub](https://github.com/iot-salzburg/gpu-jupyter) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 200 Β· πŸ“‹ 81 - 9% open Β· ⏱️ 04.04.2023): ``` git clone https://github.com/iot-salzburg/gpu-jupyter @@ -248,7 +248,7 @@ _Development environments with support for Jupyter Notebooks._
jupyterlite (πŸ₯‰12 Β· ⭐ 85) - Wasm powered Jupyter running in the browser. BSD-3 -- [GitHub](https://github.com/jtpio/jupyterlite) (πŸ‘¨β€πŸ’» 51 Β· πŸ”€ 6 Β· ⏱️ 14.09.2023): +- [GitHub](https://github.com/jtpio/jupyterlite) (πŸ‘¨β€πŸ’» 51 Β· πŸ”€ 6 Β· ⏱️ 21.09.2023): ``` git clone https://github.com/jtpio/jupyterlite @@ -272,12 +272,12 @@ _Extensions that provide interactive UI-widgets and visualization tools._
bokeh (πŸ₯‡42 Β· ⭐ 18K) - Interactive Data Visualization in the browser, from Python. BSD-3 -- [GitHub](https://github.com/bokeh/bokeh) (πŸ‘¨β€πŸ’» 670 Β· πŸ”€ 4K Β· πŸ“¦ 76K Β· πŸ“‹ 7.4K - 10% open Β· ⏱️ 13.09.2023): +- [GitHub](https://github.com/bokeh/bokeh) (πŸ‘¨β€πŸ’» 670 Β· πŸ”€ 4K Β· πŸ“¦ 76K Β· πŸ“‹ 7.4K - 9% open Β· ⏱️ 21.09.2023): ``` git clone https://github.com/bokeh/bokeh ``` -- [PyPi](https://pypi.org/project/bokeh) (πŸ“₯ 5.5M / month): +- [PyPi](https://pypi.org/project/bokeh) (πŸ“₯ 4.9M / month): ``` pip install bokeh ``` @@ -285,19 +285,39 @@ _Extensions that provide interactive UI-widgets and visualization tools._ ``` conda install -c conda-forge bokeh ``` -- [npm](https://www.npmjs.com/package/@bokeh/bokehjs) (πŸ“₯ 12K / month): +- [npm](https://www.npmjs.com/package/@bokeh/bokehjs) (πŸ“₯ 10K / month): ``` npm install @bokeh/bokehjs ```
+
ipywidgets (πŸ₯‡39 Β· ⭐ 2.9K Β· πŸ“ˆ) - Interactive Widgets for the Jupyter Notebook. BSD-3 + +- [GitHub](https://github.com/jupyter-widgets/ipywidgets) (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 930 Β· πŸ“¦ 2 Β· πŸ“‹ 2K - 34% open Β· ⏱️ 13.09.2023): + + ``` + git clone https://github.com/jupyter-widgets/ipywidgets + ``` +- [PyPi](https://pypi.org/project/ipywidgets) (πŸ“₯ 12M / month Β· πŸ“¦ 9.3K Β· ⏱️ 13.09.2023): + ``` + pip install ipywidgets + ``` +- [Conda](https://anaconda.org/conda-forge/ipywidgets) (πŸ“₯ 11M Β· ⏱️ 13.09.2023): + ``` + conda install -c conda-forge ipywidgets + ``` +- [npm](https://www.npmjs.com/package/@jupyter-widgets/jupyterlab-manager) (πŸ“₯ 41K / month Β· πŸ“¦ 95 Β· ⏱️ 13.09.2023): + ``` + npm install @jupyter-widgets/jupyterlab-manager + ``` +
pandas-profiling (πŸ₯‡37 Β· ⭐ 11K) - 1 Line of code data quality profiling & exploratory data.. MIT -- [GitHub](https://github.com/ydataai/ydata-profiling) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 1.5K Β· πŸ“¦ 1.3K Β· πŸ“‹ 720 - 25% open Β· ⏱️ 12.09.2023): +- [GitHub](https://github.com/ydataai/ydata-profiling) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 1.5K Β· πŸ“¦ 1.4K Β· πŸ“‹ 720 - 24% open Β· ⏱️ 20.09.2023): ``` git clone https://github.com/pandas-profiling/pandas-profiling ``` -- [PyPi](https://pypi.org/project/pandas-profiling) (πŸ“₯ 890K / month): +- [PyPi](https://pypi.org/project/pandas-profiling) (πŸ“₯ 840K / month): ``` pip install pandas-profiling ``` @@ -308,68 +328,48 @@ _Extensions that provide interactive UI-widgets and visualization tools._
panel (πŸ₯‡37 Β· ⭐ 3.1K) - Panel: The powerful data exploration & web app framework for Python. BSD-3 -- [GitHub](https://github.com/holoviz/panel) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 360 Β· πŸ“¦ 8.2K Β· πŸ“‹ 2.8K - 28% open Β· ⏱️ 14.09.2023): +- [GitHub](https://github.com/holoviz/panel) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 360 Β· πŸ“¦ 8.3K Β· πŸ“‹ 2.8K - 28% open Β· ⏱️ 20.09.2023): ``` git clone https://github.com/holoviz/panel ``` -- [PyPi](https://pypi.org/project/panel) (πŸ“₯ 610K / month Β· πŸ“¦ 170 Β· ⏱️ 01.09.2023): +- [PyPi](https://pypi.org/project/panel) (πŸ“₯ 610K / month): ``` pip install panel ``` -- [Conda](https://anaconda.org/conda-forge/panel) (πŸ“₯ 1.1M Β· ⏱️ 06.09.2023): +- [Conda](https://anaconda.org/conda-forge/panel) (πŸ“₯ 1.1M Β· ⏱️ 18.09.2023): ``` conda install -c conda-forge panel ``` -- [npm](https://www.npmjs.com/package/@holoviz/panel) (πŸ“₯ 57K / month Β· πŸ“¦ 2 Β· ⏱️ 01.09.2023): +- [npm](https://www.npmjs.com/package/@holoviz/panel) (πŸ“₯ 50K / month): ``` npm install @holoviz/panel ```
-
evidently (πŸ₯‡34 Β· ⭐ 3.8K) - Evaluate and monitor ML models from validation to production... Apache-2 +
evidently (πŸ₯‡34 Β· ⭐ 3.9K) - Evaluate and monitor ML models from validation to production... Apache-2 -- [GitHub](https://github.com/evidentlyai/evidently) (πŸ‘¨β€πŸ’» 45 Β· πŸ”€ 420 Β· πŸ“¦ 2.4K Β· πŸ“‹ 260 - 39% open Β· ⏱️ 13.09.2023): +- [GitHub](https://github.com/evidentlyai/evidently) (πŸ‘¨β€πŸ’» 45 Β· πŸ”€ 430 Β· πŸ“¦ 2.4K Β· πŸ“‹ 270 - 39% open Β· ⏱️ 20.09.2023): ``` git clone https://github.com/evidentlyai/evidently ``` -- [PyPi](https://pypi.org/project/evidently) (πŸ“₯ 230K / month Β· πŸ“¦ 6 Β· ⏱️ 31.08.2023): +- [PyPi](https://pypi.org/project/evidently) (πŸ“₯ 230K / month Β· πŸ“¦ 6 Β· ⏱️ 15.09.2023): ``` pip install evidently ``` -- [Conda](https://anaconda.org/conda-forge/evidently) (πŸ“₯ 9.6K Β· ⏱️ 01.09.2023): +- [Conda](https://anaconda.org/conda-forge/evidently) (πŸ“₯ 9.8K Β· ⏱️ 18.09.2023): ``` conda install -c conda-forge evidently ```
-
ipywidgets (πŸ₯‡33 Β· ⭐ 2.9K Β· πŸ“‰) - Interactive Widgets for the Jupyter Notebook. BSD-3 - -- [GitHub](https://github.com/jupyter-widgets/ipywidgets) (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 890 Β· πŸ“¦ 2 Β· πŸ“‹ 2K - 32% open Β· ⏱️ 13.09.2023): - - ``` - git clone https://github.com/jupyter-widgets/ipywidgets - ``` -- [PyPi](https://pypi.org/project/ipywidgets) (πŸ“₯ 12M / month): - ``` - pip install ipywidgets - ``` -- [Conda](https://anaconda.org/conda-forge/ipywidgets) (πŸ“₯ 11M Β· ⏱️ 13.09.2023): - ``` - conda install -c conda-forge ipywidgets - ``` -- [npm](https://www.npmjs.com/package/@jupyter-widgets/jupyterlab-manager) (πŸ“₯ 46K / month): - ``` - npm install @jupyter-widgets/jupyterlab-manager - ``` -
ipyleaflet (πŸ₯‡33 Β· ⭐ 1.4K) - A Jupyter - Leaflet.js bridge. MIT -- [GitHub](https://github.com/jupyter-widgets/ipyleaflet) (πŸ‘¨β€πŸ’» 84 Β· πŸ”€ 330 Β· πŸ“¦ 5.2K Β· πŸ“‹ 570 - 39% open Β· ⏱️ 11.09.2023): +- [GitHub](https://github.com/jupyter-widgets/ipyleaflet) (πŸ‘¨β€πŸ’» 84 Β· πŸ”€ 350 Β· πŸ“¦ 5.3K Β· πŸ“‹ 590 - 42% open Β· ⏱️ 11.09.2023): ``` git clone https://github.com/jupyter-widgets/ipyleaflet ``` -- [PyPi](https://pypi.org/project/ipyleaflet) (πŸ“₯ 150K / month): +- [PyPi](https://pypi.org/project/ipyleaflet) (πŸ“₯ 150K / month Β· πŸ“¦ 160 Β· ⏱️ 11.09.2023): ``` pip install ipyleaflet ``` @@ -377,19 +377,19 @@ _Extensions that provide interactive UI-widgets and visualization tools._ ``` conda install -c conda-forge ipyleaflet ``` -- [npm](https://www.npmjs.com/package/jupyter-leaflet) (πŸ“₯ 43K / month): +- [npm](https://www.npmjs.com/package/jupyter-leaflet) (πŸ“₯ 38K / month Β· πŸ“¦ 5 Β· ⏱️ 02.06.2023): ``` npm install jupyter-leaflet ```
-
papermill (πŸ₯ˆ32 Β· ⭐ 5.4K) - Parameterize, execute, and analyze notebooks. BSD-3 +
papermill (πŸ₯ˆ31 Β· ⭐ 5.4K) - Parameterize, execute, and analyze notebooks. BSD-3 -- [GitHub](https://github.com/nteract/papermill) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 400 Β· πŸ“¦ 5.2K Β· πŸ“‹ 380 - 34% open Β· ⏱️ 08.06.2023): +- [GitHub](https://github.com/nteract/papermill) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 380 Β· πŸ“¦ 5.2K Β· πŸ“‹ 380 - 34% open Β· ⏱️ 08.06.2023): ``` git clone https://github.com/nteract/papermill ``` -- [PyPi](https://pypi.org/project/papermill) (πŸ“₯ 1.1M / month Β· πŸ“¦ 220 Β· ⏱️ 15.08.2022): +- [PyPi](https://pypi.org/project/papermill) (πŸ“₯ 1M / month): ``` pip install papermill ``` @@ -405,7 +405,7 @@ _Extensions that provide interactive UI-widgets and visualization tools._ ``` git clone https://github.com/bqplot/bqplot ``` -- [PyPi](https://pypi.org/project/bqplot) (πŸ“₯ 160K / month): +- [PyPi](https://pypi.org/project/bqplot) (πŸ“₯ 150K / month): ``` pip install bqplot ``` @@ -413,19 +413,19 @@ _Extensions that provide interactive UI-widgets and visualization tools._ ``` conda install -c conda-forge bqplot ``` -- [npm](https://www.npmjs.com/package/bqplot) (πŸ“₯ 5.2K / month): +- [npm](https://www.npmjs.com/package/bqplot) (πŸ“₯ 4.9K / month): ``` npm install bqplot ```
jupyter-matplotlib (πŸ₯ˆ31 Β· ⭐ 1.5K) - Matplotlib Jupyter Integration. BSD-3 -- [GitHub](https://github.com/matplotlib/ipympl) (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 210 Β· πŸ“¦ 8.5K Β· πŸ“‹ 290 - 48% open Β· ⏱️ 16.06.2023): +- [GitHub](https://github.com/matplotlib/ipympl) (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 210 Β· πŸ“¦ 8.6K Β· πŸ“‹ 290 - 48% open Β· ⏱️ 16.06.2023): ``` git clone https://github.com/matplotlib/ipympl ``` -- [PyPi](https://pypi.org/project/ipympl) (πŸ“₯ 230K / month Β· πŸ“¦ 150 Β· ⏱️ 15.02.2023): +- [PyPi](https://pypi.org/project/ipympl) (πŸ“₯ 220K / month Β· πŸ“¦ 150 Β· ⏱️ 15.02.2023): ``` pip install ipympl ``` @@ -433,133 +433,133 @@ _Extensions that provide interactive UI-widgets and visualization tools._ ``` conda install -c conda-forge ipympl ``` -- [npm](https://www.npmjs.com/package/jupyter-matplotlib) (πŸ“₯ 13K / month Β· πŸ“¦ 3 Β· ⏱️ 15.02.2023): +- [npm](https://www.npmjs.com/package/jupyter-matplotlib) (πŸ“₯ 12K / month Β· πŸ“¦ 3 Β· ⏱️ 15.02.2023): ``` npm install jupyter-matplotlib ```
-
responsible-ai-widgets (πŸ₯ˆ29 Β· ⭐ 950) - Responsible AI Toolbox is a suite of tools providing.. MIT +
facets-overview (πŸ₯ˆ29 Β· ⭐ 7.2K) - Visualizations for machine learning datasets. Apache-2 -- [GitHub](https://github.com/microsoft/responsible-ai-toolbox) (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 240 Β· πŸ“¦ 65 Β· πŸ“‹ 270 - 16% open Β· ⏱️ 12.09.2023): +- [GitHub](https://github.com/PAIR-code/facets) (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 910 Β· πŸ“¦ 200 Β· πŸ“‹ 160 - 50% open Β· ⏱️ 24.05.2023): ``` - git clone https://github.com/microsoft/responsible-ai-toolbox + git clone https://github.com/pair-code/facets ``` -- [PyPi](https://pypi.org/project/raiwidgets) (πŸ“₯ 6.6K / month): +- [PyPi](https://pypi.org/project/facets-overview) (πŸ“₯ 170K / month Β· πŸ“¦ 8 Β· ⏱️ 24.05.2023): ``` - pip install raiwidgets + pip install facets-overview ```
-
facets-overview (πŸ₯ˆ28 Β· ⭐ 7.2K) - Visualizations for machine learning datasets. Apache-2 +
responsible-ai-widgets (πŸ₯ˆ29 Β· ⭐ 960) - Responsible AI Toolbox is a suite of tools providing.. MIT -- [GitHub](https://github.com/PAIR-code/facets) (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 870 Β· πŸ“¦ 200 Β· πŸ“‹ 160 - 49% open Β· ⏱️ 24.05.2023): +- [GitHub](https://github.com/microsoft/responsible-ai-toolbox) (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 240 Β· πŸ“¦ 66 Β· πŸ“‹ 270 - 16% open Β· ⏱️ 20.09.2023): ``` - git clone https://github.com/pair-code/facets + git clone https://github.com/microsoft/responsible-ai-toolbox ``` -- [PyPi](https://pypi.org/project/facets-overview) (πŸ“₯ 170K / month): +- [PyPi](https://pypi.org/project/raiwidgets) (πŸ“₯ 6.7K / month): ``` - pip install facets-overview + pip install raiwidgets ```
-
ipyvuetify (πŸ₯ˆ27 Β· ⭐ 310) - Jupyter widgets based on vuetify UI components. MIT +
pythreejs (πŸ₯ˆ27 Β· ⭐ 890 Β· πŸ’€) - A Jupyter - Three.js bridge. BSD-3 -- [GitHub](https://github.com/widgetti/ipyvuetify) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 49 Β· πŸ“¦ 900 Β· πŸ“‹ 190 - 30% open Β· ⏱️ 07.09.2023): +- [GitHub](https://github.com/jupyter-widgets/pythreejs) (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 180 Β· πŸ“¦ 26 Β· πŸ“‹ 240 - 25% open Β· ⏱️ 20.02.2023): ``` - git clone https://github.com/mariobuikhuizen/ipyvuetify + git clone https://github.com/jupyter-widgets/pythreejs ``` -- [PyPi](https://pypi.org/project/ipyvuetify) (πŸ“₯ 120K / month Β· πŸ“¦ 36 Β· ⏱️ 18.04.2023): +- [PyPi](https://pypi.org/project/pythreejs) (πŸ“₯ 71K / month Β· πŸ“¦ 54 Β· ⏱️ 20.02.2023): ``` - pip install ipyvuetify + pip install pythreejs ``` -- [Conda](https://anaconda.org/conda-forge/ipyvuetify) (πŸ“₯ 140K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/pythreejs) (πŸ“₯ 510K Β· ⏱️ 16.06.2023): ``` - conda install -c conda-forge ipyvuetify + conda install -c conda-forge pythreejs ``` -- [npm](https://www.npmjs.com/package/jupyter-vuetify) (πŸ“₯ 8.7K / month Β· πŸ“¦ 3 Β· ⏱️ 18.04.2023): +- [npm](https://www.npmjs.com/package/jupyter-threejs) (πŸ“₯ 3.3K / month Β· πŸ“¦ 11 Β· ⏱️ 20.02.2023): ``` - npm install jupyter-vuetify + npm install jupyter-threejs ```
-
jupyter-dash (πŸ₯ˆ26 Β· ⭐ 940) - OBSOLETE - Dash v2.11+ has Jupyter support built in!. MIT +
itkwidgets (πŸ₯ˆ27 Β· ⭐ 540) - Interactive Jupyter widgets to visualize images, point sets, and.. Apache-2 -- [GitHub](https://github.com/plotly/jupyter-dash) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 240 Β· πŸ“₯ 99 Β· πŸ“¦ 3.3K Β· πŸ“‹ 80 - 65% open Β· ⏱️ 11.08.2023): +- [GitHub](https://github.com/InsightSoftwareConsortium/itkwidgets) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 80 Β· πŸ“₯ 86 Β· πŸ“¦ 270 Β· πŸ“‹ 260 - 43% open Β· ⏱️ 11.08.2023): ``` - git clone https://github.com/plotly/jupyter-dash + git clone https://github.com/InsightSoftwareConsortium/itkwidgets ``` -- [PyPi](https://pypi.org/project/jupyter-dash) (πŸ“₯ 110K / month Β· πŸ“¦ 71 Β· ⏱️ 01.04.2022): +- [PyPi](https://pypi.org/project/itkwidgets) (πŸ“₯ 3.5K / month Β· πŸ“¦ 15 Β· ⏱️ 03.08.2023): ``` - pip install jupyter-dash + pip install itkwidgets ``` -- [Conda](https://anaconda.org/conda-forge/jupyter-dash) (πŸ“₯ 340K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/itkwidgets) (πŸ“₯ 340K Β· ⏱️ 16.06.2023): ``` - conda install -c conda-forge jupyter-dash + conda install -c conda-forge itkwidgets ``` -- [npm](https://www.npmjs.com/package/jupyterlab-dash) (πŸ“₯ 3.4K / month Β· πŸ“¦ 2 Β· ⏱️ 22.01.2021): +- [npm](https://www.npmjs.com/package/itkwidgets) (πŸ“₯ 410 / month Β· πŸ“¦ 2 Β· ⏱️ 02.03.2023): ``` - npm install jupyterlab-dash + npm install itkwidgets ```
-
itkwidgets (πŸ₯ˆ26 Β· ⭐ 540) - Interactive Jupyter widgets to visualize images, point sets, and.. Apache-2 +
ipyvuetify (πŸ₯ˆ27 Β· ⭐ 310) - Jupyter widgets based on vuetify UI components. MIT -- [GitHub](https://github.com/InsightSoftwareConsortium/itkwidgets) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 78 Β· πŸ“₯ 86 Β· πŸ“¦ 260 Β· πŸ“‹ 260 - 43% open Β· ⏱️ 11.08.2023): +- [GitHub](https://github.com/widgetti/ipyvuetify) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 49 Β· πŸ“¦ 910 Β· πŸ“‹ 190 - 30% open Β· ⏱️ 07.09.2023): ``` - git clone https://github.com/InsightSoftwareConsortium/itkwidgets + git clone https://github.com/mariobuikhuizen/ipyvuetify ``` -- [PyPi](https://pypi.org/project/itkwidgets) (πŸ“₯ 3.5K / month): +- [PyPi](https://pypi.org/project/ipyvuetify) (πŸ“₯ 120K / month): ``` - pip install itkwidgets + pip install ipyvuetify ``` -- [Conda](https://anaconda.org/conda-forge/itkwidgets) (πŸ“₯ 340K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/ipyvuetify) (πŸ“₯ 140K Β· ⏱️ 16.06.2023): ``` - conda install -c conda-forge itkwidgets + conda install -c conda-forge ipyvuetify ``` -- [npm](https://www.npmjs.com/package/itkwidgets) (πŸ“₯ 450 / month): +- [npm](https://www.npmjs.com/package/jupyter-vuetify) (πŸ“₯ 7.5K / month Β· πŸ“¦ 3 Β· ⏱️ 18.04.2023): ``` - npm install itkwidgets + npm install jupyter-vuetify ```
-
lux (πŸ₯ˆ25 Β· ⭐ 4.7K) - Automatically visualize your pandas dataframe via a single print!. Apache-2 +
jupyter-dash (πŸ₯ˆ26 Β· ⭐ 940) - OBSOLETE - Dash v2.11+ has Jupyter support built in!. MIT -- [GitHub](https://github.com/lux-org/lux) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 350 Β· πŸ“¦ 160 Β· πŸ“‹ 240 - 33% open Β· ⏱️ 04.07.2023): +- [GitHub](https://github.com/plotly/jupyter-dash) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 240 Β· πŸ“₯ 99 Β· πŸ“¦ 3.3K Β· πŸ“‹ 80 - 65% open Β· ⏱️ 11.08.2023): ``` - git clone https://github.com/lux-org/lux + git clone https://github.com/plotly/jupyter-dash ``` -- [PyPi](https://pypi.org/project/lux-api) (πŸ“₯ 4.1K / month Β· πŸ“¦ 2 Β· ⏱️ 19.02.2022): +- [PyPi](https://pypi.org/project/jupyter-dash) (πŸ“₯ 100K / month Β· πŸ“¦ 71 Β· ⏱️ 01.04.2022): ``` - pip install lux-api + pip install jupyter-dash ``` -- [Conda](https://anaconda.org/conda-forge/lux-api) (πŸ“₯ 21K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/jupyter-dash) (πŸ“₯ 340K Β· ⏱️ 16.06.2023): ``` - conda install -c conda-forge lux-api + conda install -c conda-forge jupyter-dash ``` -- [npm](https://www.npmjs.com/package/luxwidget) (πŸ“₯ 330 / month Β· πŸ“¦ 2 Β· ⏱️ 17.02.2022): +- [npm](https://www.npmjs.com/package/jupyterlab-dash) (πŸ“₯ 2.9K / month Β· πŸ“¦ 2 Β· ⏱️ 22.01.2021): ``` - npm install luxwidget + npm install jupyterlab-dash ```
-
ipydagred3 (πŸ₯ˆ25 Β· ⭐ 2.9K) - ipywidgets library for drawing directed acyclic graphs in.. Apache-2 +
lux (πŸ₯ˆ25 Β· ⭐ 4.7K) - Automatically visualize your pandas dataframe via a single print!. Apache-2 -- [GitHub](https://github.com/timkpaine/ipydagred3) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 930 Β· πŸ“¦ 2 Β· πŸ“‹ 22 - 22% open Β· ⏱️ 04.09.2023): +- [GitHub](https://github.com/lux-org/lux) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 350 Β· πŸ“¦ 160 Β· πŸ“‹ 240 - 33% open Β· ⏱️ 04.07.2023): ``` - git clone https://github.com/timkpaine/ipydagred3 + git clone https://github.com/lux-org/lux ``` -- [PyPi](https://pypi.org/project/ipydagred3) (πŸ“₯ 320 / month Β· πŸ“¦ 3 Β· ⏱️ 03.09.2023): +- [PyPi](https://pypi.org/project/lux-api) (πŸ“₯ 3.9K / month Β· πŸ“¦ 2 Β· ⏱️ 19.02.2022): ``` - pip install ipydagred3 + pip install lux-api ``` -- [Conda](https://anaconda.org/conda-forge/ipydagred3) (πŸ“₯ 24K Β· ⏱️ 04.09.2023): +- [Conda](https://anaconda.org/conda-forge/lux-api) (πŸ“₯ 21K Β· ⏱️ 16.06.2023): ``` - conda install -c conda-forge ipydagred3 + conda install -c conda-forge lux-api ``` -- [npm](https://www.npmjs.com/package/@jupyter-widgets/jupyterlab-manager) (πŸ“₯ 46K / month Β· πŸ“¦ 95 Β· ⏱️ 13.09.2023): +- [npm](https://www.npmjs.com/package/luxwidget) (πŸ“₯ 300 / month Β· πŸ“¦ 2 Β· ⏱️ 17.02.2022): ``` - npm install @jupyter-widgets/jupyterlab-manager + npm install luxwidget ```
ipyvolume (πŸ₯ˆ25 Β· ⭐ 1.9K) - 3d plotting for Python in the Jupyter notebook based on IPython.. MIT @@ -569,7 +569,7 @@ _Extensions that provide interactive UI-widgets and visualization tools._ ``` git clone https://github.com/maartenbreddels/ipyvolume ``` -- [PyPi](https://pypi.org/project/ipyvolume) (πŸ“₯ 69K / month): +- [PyPi](https://pypi.org/project/ipyvolume) (πŸ“₯ 68K / month): ``` pip install ipyvolume ``` @@ -577,42 +577,30 @@ _Extensions that provide interactive UI-widgets and visualization tools._ ``` conda install -c conda-forge ipyvolume ``` -- [npm](https://www.npmjs.com/package/ipyvolume) (πŸ“₯ 1.3K / month): +- [npm](https://www.npmjs.com/package/ipyvolume) (πŸ“₯ 1.2K / month): ``` npm install ipyvolume ```
-
ipyvizzu (πŸ₯ˆ25 Β· ⭐ 860) - Build animated charts in Jupyter Notebook and similar environments.. Apache-2 - -- [GitHub](https://github.com/vizzuhq/ipyvizzu) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 85 Β· πŸ“₯ 97 Β· πŸ“¦ 69 Β· πŸ“‹ 87 - 16% open Β· ⏱️ 06.09.2023): - - ``` - git clone https://github.com/vizzuhq/ipyvizzu - ``` -- [PyPi](https://pypi.org/project/ipyvizzu) (πŸ“₯ 1.2K / month Β· πŸ“¦ 3 Β· ⏱️ 22.08.2023): - ``` - pip install ipyvizzu - ``` -
itables (πŸ₯ˆ25 Β· ⭐ 500) - Pandas DataFrames as Interactive DataTables. MIT -- [GitHub](https://github.com/mwouts/itables) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 40 Β· πŸ“¦ 300 Β· πŸ“‹ 93 - 20% open Β· ⏱️ 18.08.2023): +- [GitHub](https://github.com/mwouts/itables) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 40 Β· πŸ“¦ 300 Β· πŸ“‹ 100 - 26% open Β· ⏱️ 18.08.2023): ``` git clone https://github.com/mwouts/itables ``` -- [PyPi](https://pypi.org/project/itables) (πŸ“₯ 300K / month): +- [PyPi](https://pypi.org/project/itables) (πŸ“₯ 120K / month Β· πŸ“¦ 19 Β· ⏱️ 18.08.2023): ``` pip install itables ``` -- [Conda](https://anaconda.org/conda-forge/itables) (πŸ“₯ 29K Β· ⏱️ 18.08.2023): +- [Conda](https://anaconda.org/conda-forge/itables) (πŸ“₯ 30K Β· ⏱️ 18.08.2023): ``` conda install -c conda-forge itables ```
jdaviz (πŸ₯ˆ25 Β· ⭐ 100) - JWST astronomical data analysis tools in the Jupyter platform. BSD-3 -- [GitHub](https://github.com/spacetelescope/jdaviz) (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 50 Β· πŸ“¦ 27 Β· πŸ“‹ 950 - 33% open Β· ⏱️ 14.09.2023): +- [GitHub](https://github.com/spacetelescope/jdaviz) (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 50 Β· πŸ“¦ 29 Β· πŸ“‹ 960 - 33% open Β· ⏱️ 21.09.2023): ``` git clone https://github.com/spacetelescope/jdaviz @@ -622,14 +610,14 @@ _Extensions that provide interactive UI-widgets and visualization tools._ pip install jdaviz ```
-
ipyregulartable (πŸ₯‰24 Β· ⭐ 2.9K Β· πŸ“ˆ) - High performance, editable, stylable datagrids in.. Apache-2 +
ipyregulartable (πŸ₯ˆ24 Β· ⭐ 2.9K) - High performance, editable, stylable datagrids in jupyter.. Apache-2 - [GitHub](https://github.com/finos/ipyregulartable) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 930 Β· πŸ“¦ 13 Β· πŸ“‹ 27 - 37% open Β· ⏱️ 11.09.2023): ``` git clone https://github.com/jpmorganchase/ipyregulartable ``` -- [PyPi](https://pypi.org/project/ipyregulartable) (πŸ“₯ 110 / month Β· πŸ“¦ 2 Β· ⏱️ 08.01.2021): +- [PyPi](https://pypi.org/project/ipyregulartable) (πŸ“₯ 120 / month Β· πŸ“¦ 2 Β· ⏱️ 08.01.2021): ``` pip install ipyregulartable ``` @@ -637,48 +625,44 @@ _Extensions that provide interactive UI-widgets and visualization tools._ ``` conda install -c conda-forge ipyregulartable ``` -- [npm](https://www.npmjs.com/package/@jupyter-widgets/jupyterlab-manager) (πŸ“₯ 46K / month Β· πŸ“¦ 95 Β· ⏱️ 13.09.2023): +- [npm](https://www.npmjs.com/package/@jupyter-widgets/jupyterlab-manager) (πŸ“₯ 41K / month Β· πŸ“¦ 95 Β· ⏱️ 13.09.2023): ``` npm install @jupyter-widgets/jupyterlab-manager ```
-
ipydatagrid (πŸ₯‰24 Β· ⭐ 420) - Fast Datagrid widget for the Jupyter Notebook and JupyterLab. BSD-3 +
ipyvizzu (πŸ₯ˆ24 Β· ⭐ 860) - Build animated charts in Jupyter Notebook and similar environments.. Apache-2 -- [GitHub](https://github.com/bloomberg/ipydatagrid) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 43 Β· πŸ“¦ 93 Β· πŸ“‹ 130 - 46% open Β· ⏱️ 08.09.2023): +- [GitHub](https://github.com/vizzuhq/ipyvizzu) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 86 Β· πŸ“₯ 98 Β· πŸ“¦ 70 Β· πŸ“‹ 87 - 16% open Β· ⏱️ 20.09.2023): ``` - git clone https://github.com/bloomberg/ipydatagrid - ``` -- [PyPi](https://pypi.org/project/ipydatagrid) (πŸ“₯ 9.9K / month Β· πŸ“¦ 9 Β· ⏱️ 08.09.2023): - ``` - pip install ipydatagrid - ``` -- [Conda](https://anaconda.org/conda-forge/ipydatagrid) (πŸ“₯ 50K Β· ⏱️ 08.09.2023): - ``` - conda install -c conda-forge ipydatagrid + git clone https://github.com/vizzuhq/ipyvizzu ``` -- [npm](https://www.npmjs.com/package/ipydatagrid) (πŸ“₯ 320 / month Β· πŸ“¦ 2 Β· ⏱️ 23.05.2023): +- [PyPi](https://pypi.org/project/ipyvizzu) (πŸ“₯ 1K / month Β· πŸ“¦ 3 Β· ⏱️ 22.08.2023): ``` - npm install ipydatagrid + pip install ipyvizzu ```
-
vega (πŸ₯‰24 Β· ⭐ 360) - IPython/Jupyter notebook module for Vega and Vega-Lite. BSD-3 +
ipydatagrid (πŸ₯ˆ24 Β· ⭐ 420) - Fast Datagrid widget for the Jupyter Notebook and JupyterLab. BSD-3 -- [GitHub](https://github.com/vega/ipyvega) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 62 Β· πŸ“¦ 2 Β· πŸ“‹ 100 - 12% open Β· ⏱️ 28.08.2023): +- [GitHub](https://github.com/bloomberg/ipydatagrid) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 43 Β· πŸ“¦ 100 Β· πŸ“‹ 130 - 46% open Β· ⏱️ 08.09.2023): ``` - git clone https://github.com/vega/ipyvega + git clone https://github.com/bloomberg/ipydatagrid ``` -- [PyPi](https://pypi.org/project/vega) (πŸ“₯ 9.4K / month Β· πŸ“¦ 83 Β· ⏱️ 10.02.2022): +- [PyPi](https://pypi.org/project/ipydatagrid) (πŸ“₯ 12K / month Β· πŸ“¦ 9 Β· ⏱️ 08.09.2023): ``` - pip install vega + pip install ipydatagrid ``` -- [Conda](https://anaconda.org/conda-forge/vega) (πŸ“₯ 570K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/ipydatagrid) (πŸ“₯ 50K Β· ⏱️ 08.09.2023): ``` - conda install -c conda-forge vega + conda install -c conda-forge ipydatagrid + ``` +- [npm](https://www.npmjs.com/package/ipydatagrid) (πŸ“₯ 310 / month Β· πŸ“¦ 2 Β· ⏱️ 23.05.2023): + ``` + npm install ipydatagrid ```
-
ipycytoscape (πŸ₯‰24 Β· ⭐ 240) - A Cytoscape Jupyter widget. BSD-3 +
ipycytoscape (πŸ₯ˆ24 Β· ⭐ 240) - A Cytoscape Jupyter widget. BSD-3 - [GitHub](https://github.com/cytoscape/ipycytoscape) (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 58 Β· πŸ“₯ 3 Β· πŸ“¦ 160 Β· πŸ“‹ 160 - 38% open Β· ⏱️ 23.05.2023): @@ -693,49 +677,49 @@ _Extensions that provide interactive UI-widgets and visualization tools._ ``` conda install -c conda-forge ipycytoscape ``` -- [npm](https://www.npmjs.com/package/jupyter-cytoscape) (πŸ“₯ 1K / month Β· πŸ“¦ 2 Β· ⏱️ 04.04.2022): +- [npm](https://www.npmjs.com/package/jupyter-cytoscape) (πŸ“₯ 890 / month Β· πŸ“¦ 2 Β· ⏱️ 04.04.2022): ``` npm install jupyter-cytoscape ```
-
ipywebrtc (πŸ₯‰23 Β· ⭐ 230) - WebRTC for Jupyter notebook/lab. MIT +
What-If Tool (πŸ₯‰22 Β· ⭐ 840) - Source code/webpage/demos for the What-If Tool. Apache-2 -- [GitHub](https://github.com/maartenbreddels/ipywebrtc) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 38 Β· πŸ“¦ 870 Β· πŸ“‹ 62 - 54% open Β· ⏱️ 06.03.2023): +- [GitHub](https://github.com/PAIR-code/what-if-tool) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 150 Β· πŸ“‹ 140 - 58% open Β· ⏱️ 27.04.2023): ``` - git clone https://github.com/maartenbreddels/ipywebrtc + git clone https://github.com/PAIR-code/what-if-tool ``` -- [PyPi](https://pypi.org/project/ipywebrtc) (πŸ“₯ 56K / month): +- [PyPi](https://pypi.org/project/witwidget) (πŸ“₯ 6.8K / month Β· πŸ“¦ 4 Β· ⏱️ 12.10.2021): ``` - pip install ipywebrtc + pip install witwidget ``` -- [Conda](https://anaconda.org/conda-forge/ipywebrtc) (πŸ“₯ 320K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/tensorboard-plugin-wit) (πŸ“₯ 2M Β· ⏱️ 16.06.2023): ``` - conda install -c conda-forge ipywebrtc + conda install -c conda-forge tensorboard-plugin-wit ``` -- [npm](https://www.npmjs.com/package/jupyter-webrtc) (πŸ“₯ 290 / month): +- [npm](https://www.npmjs.com/package/wit-widget) (πŸ“₯ 880 / month Β· πŸ“¦ 1 Β· ⏱️ 12.10.2021): ``` - npm install jupyter-webrtc + npm install wit-widget ```
-
ipyvue (πŸ₯‰22 Β· ⭐ 52) - Jupyter widgets base for Vue libraries. MIT +
ipywebrtc (πŸ₯‰22 Β· ⭐ 230) - WebRTC for Jupyter notebook/lab. MIT -- [GitHub](https://github.com/widgetti/ipyvue) (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 14 Β· πŸ“¦ 560 Β· πŸ“‹ 12 - 41% open Β· ⏱️ 07.09.2023): +- [GitHub](https://github.com/maartenbreddels/ipywebrtc) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 36 Β· πŸ“¦ 880 Β· πŸ“‹ 58 - 51% open Β· ⏱️ 06.03.2023): ``` - git clone https://github.com/mariobuikhuizen/ipyvue + git clone https://github.com/maartenbreddels/ipywebrtc ``` -- [PyPi](https://pypi.org/project/ipyvue) (πŸ“₯ 160K / month Β· πŸ“¦ 18 Β· ⏱️ 07.09.2023): +- [PyPi](https://pypi.org/project/ipywebrtc) (πŸ“₯ 54K / month): ``` - pip install ipyvue + pip install ipywebrtc ``` -- [Conda](https://anaconda.org/conda-forge/ipyvue) (πŸ“₯ 100K Β· ⏱️ 07.09.2023): +- [Conda](https://anaconda.org/conda-forge/ipywebrtc) (πŸ“₯ 320K Β· ⏱️ 16.06.2023): ``` - conda install -c conda-forge ipyvue + conda install -c conda-forge ipywebrtc ``` -- [npm](https://www.npmjs.com/package/jupyter-vue) (πŸ“₯ 4.7K / month Β· πŸ“¦ 12 Β· ⏱️ 07.09.2023): +- [npm](https://www.npmjs.com/package/jupyter-webrtc) (πŸ“₯ 270 / month): ``` - npm install jupyter-vue + npm install jupyter-webrtc ```
ipydatawidgets (πŸ₯‰22 Β· ⭐ 38) - A set of widgets to help facilitate reuse of large datasets.. BSD-3 @@ -745,7 +729,7 @@ _Extensions that provide interactive UI-widgets and visualization tools._ ``` git clone https://github.com/vidartf/ipydatawidgets ``` -- [PyPi](https://pypi.org/project/ipydatawidgets) (πŸ“₯ 110K / month Β· πŸ“¦ 29 Β· ⏱️ 14.06.2023): +- [PyPi](https://pypi.org/project/ipydatawidgets) (πŸ“₯ 100K / month Β· πŸ“¦ 29 Β· ⏱️ 14.06.2023): ``` pip install ipydatawidgets ``` @@ -754,44 +738,40 @@ _Extensions that provide interactive UI-widgets and visualization tools._ conda install -c conda-forge ipydatawidgets ```
-
What-If Tool (πŸ₯‰21 Β· ⭐ 830) - Source code/webpage/demos for the What-If Tool. Apache-2 +
vega (πŸ₯‰21 Β· ⭐ 360) - IPython/Jupyter notebook module for Vega and Vega-Lite. BSD-3 -- [GitHub](https://github.com/PAIR-code/what-if-tool) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 150 Β· πŸ“‹ 120 - 53% open Β· ⏱️ 27.04.2023): +- [GitHub](https://github.com/vega/ipyvega) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 60 Β· πŸ“¦ 2 Β· πŸ“‹ 100 - 10% open Β· ⏱️ 28.08.2023): ``` - git clone https://github.com/PAIR-code/what-if-tool - ``` -- [PyPi](https://pypi.org/project/witwidget) (πŸ“₯ 7.8K / month): - ``` - pip install witwidget + git clone https://github.com/vega/ipyvega ``` -- [Conda](https://anaconda.org/conda-forge/tensorboard-plugin-wit) (πŸ“₯ 2M Β· ⏱️ 16.06.2023): +- [PyPi](https://pypi.org/project/vega) (πŸ“₯ 9.7K / month): ``` - conda install -c conda-forge tensorboard-plugin-wit + pip install vega ``` -- [npm](https://www.npmjs.com/package/wit-widget) (πŸ“₯ 940 / month): +- [Conda](https://anaconda.org/conda-forge/vega) (πŸ“₯ 570K Β· ⏱️ 16.06.2023): ``` - npm install wit-widget + conda install -c conda-forge vega ```
-
ipysheet (πŸ₯‰20 Β· ⭐ 520) - Jupyter handsontable integration. MIT +
ipyvue (πŸ₯‰21 Β· ⭐ 53) - Jupyter widgets base for Vue libraries. MIT -- [GitHub](https://github.com/jupyter-widgets-contrib/ipysheet) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 66 Β· πŸ“¦ 6 Β· πŸ“‹ 130 - 53% open Β· ⏱️ 20.07.2023): +- [GitHub](https://github.com/widgetti/ipyvue) (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 13 Β· πŸ“¦ 560 Β· πŸ“‹ 12 - 41% open Β· ⏱️ 07.09.2023): ``` - git clone https://github.com/QuantStack/ipysheet + git clone https://github.com/mariobuikhuizen/ipyvue ``` -- [PyPi](https://pypi.org/project/ipysheet) (πŸ“₯ 48K / month Β· πŸ“¦ 26 Β· ⏱️ 28.11.2022): +- [PyPi](https://pypi.org/project/ipyvue) (πŸ“₯ 160K / month): ``` - pip install ipysheet + pip install ipyvue ``` -- [Conda](https://anaconda.org/conda-forge/ipysheet) (πŸ“₯ 94K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/ipyvue) (πŸ“₯ 110K Β· ⏱️ 07.09.2023): ``` - conda install -c conda-forge ipysheet + conda install -c conda-forge ipyvue ``` -- [npm](https://www.npmjs.com/package/ipysheet) (πŸ“₯ 1.3K / month Β· πŸ“¦ 2 Β· ⏱️ 28.11.2022): +- [npm](https://www.npmjs.com/package/jupyter-vue) (πŸ“₯ 4.1K / month): ``` - npm install ipysheet + npm install jupyter-vue ```
ipytree (πŸ₯‰19 Β· ⭐ 120 Β· πŸ’€) - A Tree Widget using Jupyter-widgets protocol and jsTree. MIT @@ -801,59 +781,83 @@ _Extensions that provide interactive UI-widgets and visualization tools._ ``` git clone https://github.com/QuantStack/ipytree ``` -- [PyPi](https://pypi.org/project/ipytree) (πŸ“₯ 66K / month Β· πŸ“¦ 19 Β· ⏱️ 23.08.2022): +- [PyPi](https://pypi.org/project/ipytree) (πŸ“₯ 64K / month Β· πŸ“¦ 19 Β· ⏱️ 23.08.2022): ``` pip install ipytree ``` -- [Conda](https://anaconda.org/conda-forge/ipytree) (πŸ“₯ 87K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/ipytree) (πŸ“₯ 89K Β· ⏱️ 16.06.2023): ``` conda install -c conda-forge ipytree ``` -- [npm](https://www.npmjs.com/package/ipytree) (πŸ“₯ 500 / month Β· πŸ“¦ 2 Β· ⏱️ 23.08.2022): +- [npm](https://www.npmjs.com/package/ipytree) (πŸ“₯ 450 / month Β· πŸ“¦ 2 Β· ⏱️ 23.08.2022): ``` npm install ipytree ```
-
ipysigma (πŸ₯‰18 Β· ⭐ 110) - A Jupyter widget using sigma.js to render interactive networks. MIT +
ipydagred3 (πŸ₯‰19 Β· ⭐ 60 Β· πŸ“‰) - ipywidgets library for drawing directed acyclic graphs in.. Apache-2 -- [GitHub](https://github.com/medialab/ipysigma) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 12 Β· πŸ“¦ 23 Β· πŸ“‹ 200 - 22% open Β· ⏱️ 15.06.2023): +- [GitHub](https://github.com/timkpaine/ipydagred3) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 6 Β· πŸ“¦ 2 Β· πŸ“‹ 22 - 22% open Β· ⏱️ 04.09.2023): ``` - git clone https://github.com/Yomguithereal/ipysigma + git clone https://github.com/timkpaine/ipydagred3 ``` -- [PyPi](https://pypi.org/project/ipysigma) (πŸ“₯ 370 / month Β· πŸ“¦ 1 Β· ⏱️ 08.06.2022): +- [PyPi](https://pypi.org/project/ipydagred3) (πŸ“₯ 330 / month Β· πŸ“¦ 3 Β· ⏱️ 03.09.2023): ``` - pip install ipysigma + pip install ipydagred3 ``` -- [npm](https://www.npmjs.com/package/ipysigma) (πŸ“₯ 220 / month Β· πŸ“¦ 2 Β· ⏱️ 15.06.2023): +- [Conda](https://anaconda.org/conda-forge/ipydagred3) (πŸ“₯ 25K Β· ⏱️ 04.09.2023): ``` - npm install ipysigma + conda install -c conda-forge ipydagred3 + ``` +- [npm](https://www.npmjs.com/package/@jupyter-widgets/jupyterlab-manager) (πŸ“₯ 41K / month): + ``` + npm install @jupyter-widgets/jupyterlab-manager ```
-
Altair Viewer (πŸ₯‰17 Β· ⭐ 64) - Viewer for Altair and Vega-Lite visualizations. BSD-3 +
ipysheet (πŸ₯‰18 Β· ⭐ 520) - Jupyter handsontable integration. MIT -- [GitHub](https://github.com/altair-viz/altair_viewer) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 10 Β· πŸ“‹ 11 - 54% open Β· ⏱️ 02.05.2023): +- [GitHub](https://github.com/jupyter-widgets-contrib/ipysheet) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 64 Β· πŸ“¦ 6 Β· πŸ“‹ 120 - 51% open Β· ⏱️ 20.07.2023): ``` - git clone https://github.com/altair-viz/altair_viewer + git clone https://github.com/QuantStack/ipysheet ``` -- [PyPi](https://pypi.org/project/altair_viewer) (πŸ“₯ 44K / month Β· πŸ“¦ 14 Β· ⏱️ 06.11.2021): +- [PyPi](https://pypi.org/project/ipysheet) (πŸ“₯ 43K / month): ``` - pip install altair_viewer + pip install ipysheet ``` -- [Conda](https://anaconda.org/conda-forge/altair_viewer) (πŸ“₯ 72K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/ipysheet) (πŸ“₯ 95K Β· ⏱️ 16.06.2023): ``` - conda install -c conda-forge altair_viewer + conda install -c conda-forge ipysheet + ``` +- [npm](https://www.npmjs.com/package/ipysheet) (πŸ“₯ 1K / month): + ``` + npm install ipysheet + ``` +
+
ipysigma (πŸ₯‰17 Β· ⭐ 110) - A Jupyter widget using sigma.js to render interactive networks. MIT + +- [GitHub](https://github.com/medialab/ipysigma) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 12 Β· πŸ“¦ 23 Β· πŸ“‹ 200 - 22% open Β· ⏱️ 15.06.2023): + + ``` + git clone https://github.com/Yomguithereal/ipysigma + ``` +- [PyPi](https://pypi.org/project/ipysigma) (πŸ“₯ 400 / month): + ``` + pip install ipysigma + ``` +- [npm](https://www.npmjs.com/package/ipysigma) (πŸ“₯ 210 / month): + ``` + npm install ipysigma ```
igv.js widget (πŸ₯‰16 Β· ⭐ 150 Β· πŸ’€) - Extension for Jupyter which integrates igv.js. MIT -- [GitHub](https://github.com/g2nb/igv-jupyter) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 15 Β· πŸ“¦ 13 Β· ⏱️ 03.01.2023): +- [GitHub](https://github.com/g2nb/igv-jupyter) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 14 Β· πŸ“¦ 13 Β· ⏱️ 03.01.2023): ``` git clone https://github.com/igvteam/igv-jupyter ``` -- [PyPi](https://pypi.org/project/igv-jupyter) (πŸ“₯ 320 / month Β· πŸ“¦ 2 Β· ⏱️ 14.06.2022): +- [PyPi](https://pypi.org/project/igv-jupyter) (πŸ“₯ 400 / month): ``` pip install igv-jupyter ``` @@ -873,49 +877,49 @@ _Extensions that provide interactive UI-widgets and visualization tools._ ``` conda install -c conda-forge ipycanvas ``` -- [npm](https://www.npmjs.com/package/ipycanvas) (πŸ“₯ 1.1K / month Β· πŸ“¦ 3 Β· ⏱️ 29.08.2022): +- [npm](https://www.npmjs.com/package/ipycanvas) (πŸ“₯ 980 / month Β· πŸ“¦ 3 Β· ⏱️ 29.08.2022): ``` npm install ipycanvas ```
-
tributary (πŸ₯‰15 Β· ⭐ 410) - Streaming reactive and dataflow graphs in Python. Apache-2 +
Altair Viewer (πŸ₯‰15 Β· ⭐ 64) - Viewer for Altair and Vega-Lite visualizations. BSD-3 -- [GitHub](https://github.com/timkpaine/tributary) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 36 Β· ⏱️ 05.09.2023): +- [GitHub](https://github.com/altair-viz/altair_viewer) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 11 Β· πŸ“‹ 11 - 54% open Β· ⏱️ 02.05.2023): ``` - git clone https://github.com/timkpaine/tributary + git clone https://github.com/altair-viz/altair_viewer ``` -- [PyPi](https://pypi.org/project/tributary) (πŸ“₯ 130 / month Β· ⏱️ 11.05.2022): +- [PyPi](https://pypi.org/project/altair_viewer) (πŸ“₯ 39K / month): ``` - pip install tributary + pip install altair_viewer ``` -- [Conda](https://anaconda.org/conda-forge/tributary) (πŸ“₯ 33K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/altair_viewer) (πŸ“₯ 72K Β· ⏱️ 16.06.2023): ``` - conda install -c conda-forge tributary + conda install -c conda-forge altair_viewer ```
Show 20 hidden projects... -- D-Tale (πŸ₯ˆ31 Β· ⭐ 4.2K) - Visualizer for Pandas Data Structures. ❗️LGPL-2.1 +- D-Tale (πŸ₯ˆ31 Β· ⭐ 4.3K) - Visualizer for Pandas Data Structures. ❗️LGPL-2.1 - qgrid (πŸ₯ˆ25 Β· ⭐ 3K Β· πŸ’€) - An interactive grid for sorting, filtering, and editing DataFrames.. Apache-2 -- pythreejs (πŸ₯‰24 Β· ⭐ 890 Β· πŸ’€) - A Jupyter - Three.js bridge. ❗Unlicensed +- gmaps (πŸ₯‰23 Β· ⭐ 760 Β· πŸ’€) - Google maps for Jupyter notebooks. BSD-3 - nglview (πŸ₯‰23 Β· ⭐ 720) - Jupyter widget to interactively view molecular structures and.. ❗Unlicensed - Mapbox GL (πŸ₯‰23 Β· ⭐ 640 Β· πŸ’€) - Use Mapbox GL JS to visualize data in a Python Jupyter notebook. MIT -- pivottablejs (πŸ₯‰21 Β· ⭐ 600 Β· πŸ’€) - Dragndrop Pivot Tables and Charts for Jupyter/IPython.. ❗Unlicensed -- gmaps (πŸ₯‰20 Β· ⭐ 760 Β· πŸ’€) - Google maps for Jupyter notebooks. BSD-3 +- pivottablejs (πŸ₯‰23 Β· ⭐ 600 Β· πŸ’€) - Dragndrop Pivot Tables and Charts for Jupyter/IPython Notebook,.. MIT - nbtutor (πŸ₯‰17 Β· ⭐ 440) - Visualize Python code execution (line-by-line) in Jupyter.. ❗Unlicensed - geonotebook (πŸ₯‰16 Β· ⭐ 1.1K Β· πŸ’€) - A Jupyter notebook extension for geospatial visualization.. Apache-2 -- niwidgets (πŸ₯‰15 Β· ⭐ 82 Β· πŸ’€) - Neuroimaging widgets for jupyter notebooks. Apache-2 -- ipyaggrid (πŸ₯‰15 Β· ⭐ 13 Β· πŸ’€) - Jupyter widget - ag-grid in the notebook. MIT -- Jupyter DataTables (πŸ₯‰14 Β· ⭐ 220 Β· πŸ’€) - Jupyter Notebook extension leveraging pandas DataFrames.. MIT +- ipyaggrid (πŸ₯‰16 Β· ⭐ 31 Β· πŸ’€) - Jupyter widget - ag-grid in the notebook. MIT - ipyscales (πŸ₯‰14 Β· ⭐ 13 Β· πŸ’€) - A widget library for scales. BSD-3 -- ipymaterialui (πŸ₯‰13 Β· ⭐ 85 Β· πŸ’€) - Jupyter Widgets based on React Material UI components. MIT -- pigeon (πŸ₯‰12 Β· ⭐ 740 Β· πŸ’€) - Quickly annotate data from the comfort of your Jupyter notebook. Apache-2 -- perfume (πŸ₯‰11 Β· ⭐ 33 Β· πŸ’€) - Interactive performance benchmarking in Jupyter. BSD-3 -- ipyannotate (πŸ₯‰10 Β· ⭐ 140 Β· πŸ’€) - Jupyter Widget for data annotation. ❗Unlicensed +- Jupyter DataTables (πŸ₯‰13 Β· ⭐ 220 Β· πŸ’€) - Jupyter Notebook extension leveraging pandas DataFrames.. MIT +- niwidgets (πŸ₯‰13 Β· ⭐ 82 Β· πŸ’€) - Neuroimaging widgets for jupyter notebooks. Apache-2 +- pigeon (πŸ₯‰11 Β· ⭐ 740 Β· πŸ’€) - Quickly annotate data from the comfort of your Jupyter notebook. Apache-2 +- ipymaterialui (πŸ₯‰11 Β· ⭐ 85 Β· πŸ’€) - Jupyter Widgets based on React Material UI components. MIT +- easyexplore (πŸ₯‰11 Β· ⭐ 4) - Toolbox for easy and effective data exploration in Python. ❗️GPL-3.0 - ipyp5 (πŸ₯‰9 Β· ⭐ 34 Β· πŸ’€) - p5.js Jupyter Widget. BSD-3 -- easyexplore (πŸ₯‰8 Β· ⭐ 4) - Toolbox for easy and effective data exploration in Python. ❗️GPL-3.0 +- tributary (πŸ₯‰9 Β· ⭐ 15 Β· πŸ“‰) - Streaming reactive and dataflow graphs in Python. Apache-2 +- perfume (πŸ₯‰8 Β· ⭐ 33 Β· πŸ’€) - Interactive performance benchmarking in Jupyter. ❗Unlicensed - Vision UI (πŸ₯‰7 Β· ⭐ 250 Β· πŸ’€) - UI visual interface for fastai - now compatible with Google.. ❗Unlicensed +- ipyannotate (πŸ₯‰7 Β· ⭐ 140 Β· πŸ’€) - Jupyter Widget for data annotation. ❗Unlicensed

@@ -932,7 +936,7 @@ _Application plugins that extend the functionality of Jupyter itself._ ``` git clone https://github.com/jupyter/nbgrader ``` -- [PyPi](https://pypi.org/project/nbgrader) (πŸ“₯ 8.1K / month): +- [PyPi](https://pypi.org/project/nbgrader) (πŸ“₯ 9.5K / month): ``` pip install nbgrader ``` @@ -941,26 +945,58 @@ _Application plugins that extend the functionality of Jupyter itself._ conda install -c conda-forge nbgrader ```
-
Jupyter Themes (πŸ₯‡26 Β· ⭐ 9.6K) - Custom Jupyter Notebook Themes. MIT +
Contrib NBextensions (πŸ₯‡30 Β· ⭐ 5.1K Β· πŸ’€) - A collection of various notebook extensions for.. BSD-3 -- [GitHub](https://github.com/dunovank/jupyter-themes) (πŸ‘¨β€πŸ’» 43 Β· πŸ”€ 1.1K Β· πŸ“¦ 13 Β· πŸ“‹ 390 - 48% open Β· ⏱️ 30.05.2023): +- [GitHub](https://github.com/ipython-contrib/jupyter_contrib_nbextensions) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 800 Β· πŸ“¦ 13 Β· πŸ“‹ 810 - 43% open Β· ⏱️ 21.12.2022): + + ``` + git clone https://github.com/ipython-contrib/jupyter_contrib_nbextensions + ``` +- [PyPi](https://pypi.org/project/jupyter_contrib_nbextensions) (πŸ“₯ 390K / month Β· πŸ“¦ 240 Β· ⏱️ 15.11.2022): + ``` + pip install jupyter_contrib_nbextensions + ``` +- [Conda](https://anaconda.org/conda-forge/jupyter_contrib_nbextensions) (πŸ“₯ 1.8M Β· ⏱️ 16.06.2023): + ``` + conda install -c conda-forge jupyter_contrib_nbextensions + ``` +
+
Jupyter Themes (πŸ₯ˆ29 Β· ⭐ 9.6K) - Custom Jupyter Notebook Themes. MIT + +- [GitHub](https://github.com/dunovank/jupyter-themes) (πŸ‘¨β€πŸ’» 43 Β· πŸ”€ 1.1K Β· πŸ“¦ 13 Β· πŸ“‹ 400 - 49% open Β· ⏱️ 30.05.2023): ``` git clone https://github.com/dunovank/jupyter-themes ``` -- [PyPi](https://pypi.org/project/jupyterthemes) (πŸ“₯ 42K / month): +- [PyPi](https://pypi.org/project/jupyterthemes) (πŸ“₯ 40K / month Β· πŸ“¦ 120 Β· ⏱️ 22.11.2018): ``` pip install jupyterthemes ```
-
Resource Usage (πŸ₯‡26 Β· ⭐ 400) - Jupyter Notebook Extension for monitoring your own Resource.. BSD-2 +
NBextensions Configurator (πŸ₯ˆ27 Β· ⭐ 950) - A jupyter notebook serverextension providing config.. BSD-3 + +- [GitHub](https://github.com/Jupyter-contrib/jupyter_nbextensions_configurator) (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 120 Β· πŸ“¦ 490 Β· πŸ“‹ 98 - 65% open Β· ⏱️ 10.06.2023): + + ``` + git clone https://github.com/jupyter-contrib/jupyter_nbextensions_configurator + ``` +- [PyPi](https://pypi.org/project/jupyter_nbextensions_configurator) (πŸ“₯ 470K / month Β· πŸ“¦ 15 Β· ⏱️ 15.11.2022): + ``` + pip install jupyter_nbextensions_configurator + ``` +- [Conda](https://anaconda.org/conda-forge/jupyter_nbextensions_configurator) (πŸ“₯ 1.6M Β· ⏱️ 16.06.2023): + ``` + conda install -c conda-forge jupyter_nbextensions_configurator + ``` +
+
Resource Usage (πŸ₯ˆ26 Β· ⭐ 400) - Jupyter Notebook Extension for monitoring your own Resource.. BSD-2 -- [GitHub](https://github.com/jupyter-server/jupyter-resource-usage) (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 95 Β· πŸ“₯ 260 Β· πŸ“¦ 440 Β· πŸ“‹ 80 - 43% open Β· ⏱️ 12.09.2023): +- [GitHub](https://github.com/jupyter-server/jupyter-resource-usage) (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 99 Β· πŸ“₯ 260 Β· πŸ“¦ 440 Β· πŸ“‹ 84 - 46% open Β· ⏱️ 19.09.2023): ``` git clone https://github.com/jupyter-server/jupyter-resource-usage ``` -- [PyPi](https://pypi.org/project/jupyter-resource-usage) (πŸ“₯ 35K / month): +- [PyPi](https://pypi.org/project/jupyter-resource-usage) (πŸ“₯ 35K / month Β· πŸ“¦ 6 Β· ⏱️ 29.08.2023): ``` pip install jupyter-resource-usage ``` @@ -968,23 +1004,43 @@ _Application plugins that extend the functionality of Jupyter itself._ ``` conda install -c conda-forge nbresuse ``` -- [npm](https://www.npmjs.com/package/@jupyter-server/resource-usage) (πŸ“₯ 400 / month): +- [npm](https://www.npmjs.com/package/@jupyter-server/resource-usage) (πŸ“₯ 370 / month Β· πŸ“¦ 2 Β· ⏱️ 29.08.2023): ``` npm install @jupyter-server/resource-usage ```
-
nbgitpuller (πŸ₯ˆ24 Β· ⭐ 180) - Jupyter server extension to sync a git repository one-way to a.. BSD-3 +
jupyter-server-proxy (πŸ₯ˆ26 Β· ⭐ 300 Β· πŸ“ˆ) - Jupyter notebook server extension to proxy web.. BSD-3 -- [GitHub](https://github.com/jupyterhub/nbgitpuller) (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 73 Β· πŸ“¦ 670 Β· πŸ“‹ 150 - 42% open Β· ⏱️ 11.09.2023): +- [GitHub](https://github.com/jupyterhub/jupyter-server-proxy) (πŸ‘¨β€πŸ’» 70 Β· πŸ”€ 130 Β· πŸ“¦ 2 Β· πŸ“‹ 190 - 37% open Β· ⏱️ 19.09.2023): + + ``` + git clone https://github.com/jupyterhub/jupyter-server-proxy + ``` +- [PyPi](https://pypi.org/project/jupyter-server-proxy) (πŸ“₯ 210K / month Β· πŸ“¦ 130 Β· ⏱️ 20.04.2023): + ``` + pip install jupyter-server-proxy + ``` +- [Conda](https://anaconda.org/conda-forge/jupyter-server-proxy) (πŸ“₯ 1.4M Β· ⏱️ 16.06.2023): + ``` + conda install -c conda-forge jupyter-server-proxy + ``` +- [npm](https://www.npmjs.com/package/@jupyterlab/server-proxy) (πŸ“₯ 3.9K / month Β· πŸ“¦ 3 Β· ⏱️ 08.09.2022): + ``` + npm install @jupyterlab/server-proxy + ``` +
+
nbgitpuller (πŸ₯ˆ26 Β· ⭐ 190) - Jupyter server extension to sync a git repository one-way to a.. BSD-3 + +- [GitHub](https://github.com/jupyterhub/nbgitpuller) (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 80 Β· πŸ“¦ 670 Β· πŸ“‹ 160 - 45% open Β· ⏱️ 11.09.2023): ``` git clone https://github.com/jupyterhub/nbgitpuller ``` -- [PyPi](https://pypi.org/project/nbgitpuller) (πŸ“₯ 25K / month): +- [PyPi](https://pypi.org/project/nbgitpuller) (πŸ“₯ 23K / month Β· πŸ“¦ 19 Β· ⏱️ 07.08.2023): ``` pip install nbgitpuller ``` -- [Conda](https://anaconda.org/conda-forge/nbgitpuller) (πŸ“₯ 74K Β· ⏱️ 07.08.2023): +- [Conda](https://anaconda.org/conda-forge/nbgitpuller) (πŸ“₯ 75K Β· ⏱️ 07.08.2023): ``` conda install -c conda-forge nbgitpuller ``` @@ -996,7 +1052,7 @@ _Application plugins that extend the functionality of Jupyter itself._ ``` git clone https://github.com/oschuett/appmode ``` -- [PyPi](https://pypi.org/project/appmode) (πŸ“₯ 1.5K / month): +- [PyPi](https://pypi.org/project/appmode) (πŸ“₯ 1.3K / month): ``` pip install appmode ``` @@ -1005,29 +1061,25 @@ _Application plugins that extend the functionality of Jupyter itself._ conda install -c conda-forge appmode ```
-
jupyter-server-proxy (πŸ₯ˆ21 Β· ⭐ 300) - Jupyter notebook server extension to proxy web services. BSD-3 +
Rsession Proxy (πŸ₯ˆ22 Β· ⭐ 110) - Jupyter extensions for running an RStudio rsession proxy. BSD-3 -- [GitHub](https://github.com/jupyterhub/jupyter-server-proxy) (πŸ‘¨β€πŸ’» 69 Β· πŸ”€ 130 Β· πŸ“¦ 2 Β· πŸ“‹ 180 - 34% open Β· ⏱️ 12.07.2023): +- [GitHub](https://github.com/jupyterhub/jupyter-rsession-proxy) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 84 Β· πŸ“¦ 44 Β· πŸ“‹ 80 - 40% open Β· ⏱️ 23.06.2023): ``` - git clone https://github.com/jupyterhub/jupyter-server-proxy - ``` -- [PyPi](https://pypi.org/project/jupyter-server-proxy) (πŸ“₯ 180K / month): - ``` - pip install jupyter-server-proxy + git clone https://github.com/jupyterhub/jupyter-rsession-proxy ``` -- [Conda](https://anaconda.org/conda-forge/jupyter-server-proxy) (πŸ“₯ 1.4M Β· ⏱️ 16.06.2023): +- [PyPi](https://pypi.org/project/jupyter-rsession-proxy) (πŸ“₯ 7.5K / month Β· πŸ“¦ 1 Β· ⏱️ 07.09.2022): ``` - conda install -c conda-forge jupyter-server-proxy + pip install jupyter-rsession-proxy ``` -- [npm](https://www.npmjs.com/package/@jupyterlab/server-proxy) (πŸ“₯ 4.7K / month): +- [Conda](https://anaconda.org/conda-forge/jupyter-rsession-proxy) (πŸ“₯ 21K Β· ⏱️ 25.06.2023): ``` - npm install @jupyterlab/server-proxy + conda install -c conda-forge jupyter-rsession-proxy ```
-
jupyter-archive (πŸ₯ˆ21 Β· ⭐ 66) - A Jupyter/Jupyterlab extension to make, download and extract.. BSD-3 +
jupyter-archive (πŸ₯‰21 Β· ⭐ 66) - A Jupyter/Jupyterlab extension to make, download and extract.. BSD-3 -- [GitHub](https://github.com/jupyterlab-contrib/jupyter-archive) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 12 Β· πŸ“₯ 3.3K Β· πŸ“¦ 88 Β· πŸ“‹ 37 - 2% open Β· ⏱️ 16.08.2023): +- [GitHub](https://github.com/jupyterlab-contrib/jupyter-archive) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 12 Β· πŸ“₯ 3.3K Β· πŸ“¦ 91 Β· πŸ“‹ 37 - 2% open Β· ⏱️ 16.08.2023): ``` git clone https://github.com/jupyterlab-contrib/jupyter-archive @@ -1036,11 +1088,11 @@ _Application plugins that extend the functionality of Jupyter itself._ ``` pip install jupyter-archive ``` -- [Conda](https://anaconda.org/conda-forge/jupyter-archive) (πŸ“₯ 53K Β· ⏱️ 16.08.2023): +- [Conda](https://anaconda.org/conda-forge/jupyter-archive) (πŸ“₯ 54K Β· ⏱️ 16.08.2023): ``` conda install -c conda-forge jupyter-archive ``` -- [npm](https://www.npmjs.com/package/@hadim/jupyter-archive) (πŸ“₯ 610 / month): +- [npm](https://www.npmjs.com/package/@hadim/jupyter-archive) (πŸ“₯ 510 / month): ``` npm install @hadim/jupyter-archive ``` @@ -1052,7 +1104,7 @@ _Application plugins that extend the functionality of Jupyter itself._ ``` git clone https://github.com/mamba-org/gator ``` -- [PyPi](https://pypi.org/project/mamba-gator) (πŸ“₯ 57 / month): +- [PyPi](https://pypi.org/project/mamba-gator) (πŸ“₯ 52 / month): ``` pip install mamba-gator ``` @@ -1060,27 +1112,11 @@ _Application plugins that extend the functionality of Jupyter itself._ ``` conda install -c conda-forge mamba_gator ``` -- [npm](https://www.npmjs.com/package/@mamba-org/gator-lab) (πŸ“₯ 98 / month): +- [npm](https://www.npmjs.com/package/@mamba-org/gator-lab) (πŸ“₯ 88 / month): ``` npm install @mamba-org/gator-lab ```
-
Rsession Proxy (πŸ₯‰18 Β· ⭐ 110) - Jupyter extensions for running an RStudio rsession proxy. BSD-3 - -- [GitHub](https://github.com/jupyterhub/jupyter-rsession-proxy) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 75 Β· πŸ“¦ 43 Β· πŸ“‹ 77 - 37% open Β· ⏱️ 23.06.2023): - - ``` - git clone https://github.com/jupyterhub/jupyter-rsession-proxy - ``` -- [PyPi](https://pypi.org/project/jupyter-rsession-proxy) (πŸ“₯ 7.1K / month): - ``` - pip install jupyter-rsession-proxy - ``` -- [Conda](https://anaconda.org/conda-forge/jupyter-rsession-proxy) (πŸ“₯ 21K Β· ⏱️ 25.06.2023): - ``` - conda install -c conda-forge jupyter-rsession-proxy - ``` -
Jupyter Black (πŸ₯‰8 Β· ⭐ 430 Β· πŸ’€) - Black formatter for Jupyter Notebook. BSD-3 - [GitHub](https://github.com/drillan/jupyter-black) (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 23 Β· πŸ“‹ 24 - 45% open Β· ⏱️ 01.02.2020): @@ -1089,20 +1125,18 @@ _Application plugins that extend the functionality of Jupyter itself._ git clone https://github.com/drillan/jupyter-black ```
-
Show 15 hidden projects... +
Show 13 hidden projects... -- dtale (πŸ₯‡30 Β· ⭐ 4.2K) - Visualizer for pandas data structures. ❗️LGPL-2.1 -- Contrib NBextensions (πŸ₯‡26 Β· ⭐ 5.1K Β· πŸ’€) - A collection of various notebook extensions for.. ❗Unlicensed -- NBextensions Configurator (πŸ₯ˆ25 Β· ⭐ 950) - A jupyter notebook serverextension providing config.. ❗Unlicensed +- dtale (πŸ₯‡31 Β· ⭐ 4.3K) - Visualizer for pandas data structures. ❗️LGPL-2.1 - pyforest (πŸ₯‰19 Β· ⭐ 1K Β· πŸ’€) - pyforest - feel the bliss of automated imports. MIT +- jupyter-tensorboard (πŸ₯‰18 Β· ⭐ 460 Β· πŸ’€) - Start Tensorboard in Jupyter Notebook. MIT +- Jupyter Spark (πŸ₯‰17 Β· ⭐ 190 Β· πŸ’€) - Jupyter Notebook extension for Apache Spark integration. MPL-2.0 - Content Management (πŸ₯‰17 Β· ⭐ 76 Β· πŸ’€) - Jupyter Content Management Extensions. BSD-3 - jupyter-tabnine (πŸ₯‰16 Β· ⭐ 780 Β· πŸ’€) - Autocompletion with Deep Learning on Jupyter Notebook. MIT - Spark Monitor (πŸ₯‰16 Β· ⭐ 170 Β· πŸ’€) - Monitor Apache Spark from Jupyter Notebook. Apache-2 - nb_conda (πŸ₯‰16 Β· ⭐ 140 Β· πŸ’€) - Conda environment and package access extension from within Jupyter. BSD-3 -- nbzip (πŸ₯‰16 Β· ⭐ 81 Β· πŸ’€) - Zips and downloads all the contents of a jupyter notebook. Apache-2 +- nbzip (πŸ₯‰16 Β· ⭐ 82 Β· πŸ’€) - Zips and downloads all the contents of a jupyter notebook. Apache-2 - HTTP-over-WebSocket (πŸ₯‰15 Β· ⭐ 260 Β· πŸ’€) - Jupyter support for HTTP-over-ws. Apache-2 -- Jupyter Spark (πŸ₯‰15 Β· ⭐ 190 Β· πŸ’€) - Jupyter Notebook extension for Apache Spark integration. MPL-2.0 -- jupyter-tensorboard (πŸ₯‰14 Β· ⭐ 460 Β· πŸ’€) - Start Tensorboard in Jupyter Notebook. MIT - jupyter-nbrequirements (πŸ₯‰14 Β· ⭐ 15) - Dependency management and optimization in Jupyter.. MIT - PPExtensions (πŸ₯‰9 Β· ⭐ 49 Β· πŸ’€) - Set of iPython and Jupyter extensions to improve user.. ❗Unlicensed - jupyterterminals (πŸ₯‰7 Β· ⭐ 8 Β· πŸ’€) - Jupyter plugin to support inline terminal shells along with.. MIT @@ -1122,7 +1156,7 @@ _Extensions that provide magic commands to access convenient functionality withi ``` git clone https://github.com/jupyter-incubator/sparkmagic ``` -- [PyPi](https://pypi.org/project/sparkmagic) (πŸ“₯ 27K / month Β· πŸ“¦ 22 Β· ⏱️ 13.09.2023): +- [PyPi](https://pypi.org/project/sparkmagic) (πŸ“₯ 29K / month Β· πŸ“¦ 22 Β· ⏱️ 13.09.2023): ``` pip install sparkmagic ``` @@ -1138,7 +1172,7 @@ _Extensions that provide magic commands to access convenient functionality withi ``` git clone https://github.com/catherinedevlin/ipython-sql ``` -- [PyPi](https://pypi.org/project/ipython-sql) (πŸ“₯ 96K / month Β· πŸ“¦ 68 Β· ⏱️ 12.06.2022): +- [PyPi](https://pypi.org/project/ipython-sql) (πŸ“₯ 91K / month Β· πŸ“¦ 68 Β· ⏱️ 12.06.2022): ``` pip install ipython-sql ``` @@ -1166,13 +1200,13 @@ _Extensions that provide magic commands to access convenient functionality withi
Show 8 hidden projects... - pick (πŸ₯ˆ20 Β· ⭐ 610 Β· πŸ’€) - Customize your kernels on Launch!. BSD-3 -- blackcellmagic (πŸ₯ˆ17 Β· ⭐ 300 Β· πŸ’€) - IPython magic command to format python code in cell using.. MIT -- heat (πŸ₯‰16 Β· ⭐ 1K Β· πŸ’€) - IPython magic command to profile and view your python code as a heat map. MIT -- jupyter-notify (πŸ₯‰15 Β· ⭐ 570 Β· πŸ’€) - A Jupyter Notebook magic for browser notifications of cell.. BSD-3 -- ipycache (πŸ₯‰15 Β· ⭐ 140 Β· πŸ’€) - Defines a %%cache cell magic in the IPython notebook to cache.. BSD-3 +- ipycache (πŸ₯ˆ16 Β· ⭐ 140 Β· πŸ’€) - Defines a %%cache cell magic in the IPython notebook to cache.. BSD-3 +- jupyter-notify (πŸ₯‰15 Β· ⭐ 580 Β· πŸ’€) - A Jupyter Notebook magic for browser notifications of cell.. BSD-3 +- blackcellmagic (πŸ₯‰15 Β· ⭐ 300 Β· πŸ’€) - IPython magic command to format python code in cell using.. MIT +- heat (πŸ₯‰14 Β· ⭐ 1K Β· πŸ’€) - IPython magic command to profile and view your python code as a heat map. MIT - py_d3 (πŸ₯‰14 Β· ⭐ 450 Β· πŸ’€) - D3 block magic for Jupyter notebook. MIT - jupyter-manim (πŸ₯‰12 Β· ⭐ 190 Β· πŸ’€) - manim cell magic for IPython/Jupyter to show the output video. MIT -- SQLCell (πŸ₯‰12 Β· ⭐ 150 Β· πŸ’€) - SQLCell is a magic function for the Jupyter Notebook that executes.. MIT +- SQLCell (πŸ₯‰10 Β· ⭐ 150 Β· πŸ’€) - SQLCell is a magic function for the Jupyter Notebook that executes.. MIT

@@ -1184,28 +1218,44 @@ _Jupyter kernels that run and introspect the user's code in a given language._
IPython Kernel (πŸ₯‡38 Β· ⭐ 580) - IPython Kernel for Jupyter. BSD-3 -- [GitHub](https://github.com/ipython/ipykernel) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 350 Β· πŸ“₯ 1.8K Β· πŸ“¦ 290K Β· πŸ“‹ 490 - 53% open Β· ⏱️ 14.09.2023): +- [GitHub](https://github.com/ipython/ipykernel) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 340 Β· πŸ“₯ 1.8K Β· πŸ“¦ 290K Β· πŸ“‹ 470 - 50% open Β· ⏱️ 14.09.2023): ``` git clone https://github.com/ipython/ipykernel ``` -- [PyPi](https://pypi.org/project/ipykernel) (πŸ“₯ 17M / month Β· πŸ“¦ 10K Β· ⏱️ 04.09.2023): +- [PyPi](https://pypi.org/project/ipykernel) (πŸ“₯ 18M / month): ``` pip install ipykernel ``` -- [Conda](https://anaconda.org/anaconda/ipykernel) (πŸ“₯ 780K Β· πŸ“¦ 37 Β· ⏱️ 08.08.2023): +- [Conda](https://anaconda.org/anaconda/ipykernel) (πŸ“₯ 780K Β· ⏱️ 08.08.2023): ``` conda install -c anaconda ipykernel ```
+
LFortran (πŸ₯‡27 Β· ⭐ 720) - Official main repository for LFortran. MIT + +- [GitHub](https://github.com/lfortran/lfortran) (πŸ‘¨β€πŸ’» 66 Β· πŸ”€ 83 Β· πŸ“‹ 1.3K - 63% open Β· ⏱️ 21.09.2023): + + ``` + git clone https://github.com/lfortran/lfortran + ``` +- [PyPi](https://pypi.org/project/lfortran) (πŸ“₯ 81 / month Β· ⏱️ 31.07.2020): + ``` + pip install lfortran + ``` +- [Conda](https://anaconda.org/conda-forge/lfortran) (πŸ“₯ 66K Β· ⏱️ 05.09.2023): + ``` + conda install -c conda-forge lfortran + ``` +
Metakernel (πŸ₯‡27 Β· ⭐ 320) - Jupyter/IPython Kernel Tools. BSD-3 -- [GitHub](https://github.com/Calysto/metakernel) (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 84 Β· πŸ“₯ 140 Β· πŸ“¦ 760 Β· πŸ“‹ 140 - 20% open Β· ⏱️ 11.09.2023): +- [GitHub](https://github.com/Calysto/metakernel) (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 85 Β· πŸ“₯ 140 Β· πŸ“¦ 770 Β· πŸ“‹ 150 - 21% open Β· ⏱️ 11.09.2023): ``` git clone https://github.com/Calysto/metakernel ``` -- [PyPi](https://pypi.org/project/metakernel) (πŸ“₯ 24K / month): +- [PyPi](https://pypi.org/project/metakernel) (πŸ“₯ 27K / month Β· πŸ“¦ 76 Β· ⏱️ 11.09.2023): ``` pip install metakernel ``` @@ -1214,9 +1264,9 @@ _Jupyter kernels that run and introspect the user's code in a given language._ conda install -c conda-forge metakernel ```
-
almond (πŸ₯‡26 Β· ⭐ 1.5K) - A Scala kernel for Jupyter. BSD-3 +
almond (πŸ₯‡26 Β· ⭐ 1.6K) - A Scala kernel for Jupyter. BSD-3 -- [GitHub](https://github.com/almond-sh/almond) (πŸ‘¨β€πŸ’» 40 Β· πŸ”€ 220 Β· πŸ“₯ 2.2K Β· πŸ“‹ 320 - 35% open Β· ⏱️ 13.09.2023): +- [GitHub](https://github.com/almond-sh/almond) (πŸ‘¨β€πŸ’» 40 Β· πŸ”€ 240 Β· πŸ“₯ 2.2K Β· πŸ“‹ 340 - 38% open Β· ⏱️ 20.09.2023): ``` git clone https://github.com/almond-sh/almond @@ -1228,27 +1278,15 @@ _Jupyter kernels that run and introspect the user's code in a given language._
.NET Interactive (πŸ₯ˆ24 Β· ⭐ 2.5K) - .NET Interactive combines the power of .NET with many other.. MIT -- [GitHub](https://github.com/dotnet/interactive) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 350 Β· πŸ“₯ 430 Β· πŸ“‹ 1.4K - 30% open Β· ⏱️ 14.09.2023): +- [GitHub](https://github.com/dotnet/interactive) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 350 Β· πŸ“₯ 430 Β· πŸ“‹ 1.4K - 30% open Β· ⏱️ 21.09.2023): ``` git clone https://github.com/dotnet/interactive ```
-
IJavascript (πŸ₯ˆ24 Β· ⭐ 2.1K Β· πŸ’€) - IJavascript is a javascript kernel for the Jupyter notebook. BSD-3 - -- [GitHub](https://github.com/n-riesco/ijavascript) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 180 Β· πŸ“¦ 78 Β· πŸ“‹ 240 - 22% open Β· ⏱️ 28.12.2022): - - ``` - git clone https://github.com/n-riesco/ijavascript - ``` -- [npm](https://www.npmjs.com/package/ijavascript) (πŸ“₯ 1.9K / month Β· πŸ“¦ 24 Β· ⏱️ 15.11.2021): - ``` - npm install ijavascript - ``` -
IRkernel (πŸ₯ˆ24 Β· ⭐ 1.6K) - R kernel for Jupyter. MIT -- [GitHub](https://github.com/IRkernel/IRkernel) (πŸ‘¨β€πŸ’» 43 Β· πŸ”€ 280 Β· πŸ“‹ 580 - 11% open Β· ⏱️ 06.03.2023): +- [GitHub](https://github.com/IRkernel/IRkernel) (πŸ‘¨β€πŸ’» 43 Β· πŸ”€ 290 Β· πŸ“‹ 590 - 11% open Β· ⏱️ 06.03.2023): ``` git clone https://github.com/IRkernel/IRkernel @@ -1257,42 +1295,46 @@ _Jupyter kernels that run and introspect the user's code in a given language._ ``` conda install -c r r-irkernel ``` -- [Docker Hub](https://hub.docker.com/r/jupyter/r-notebook) (πŸ“₯ 1.7M Β· ⭐ 54 Β· ⏱️ 11.09.2023): +- [Docker Hub](https://hub.docker.com/r/jupyter/r-notebook) (πŸ“₯ 1.7M Β· ⭐ 54 Β· ⏱️ 18.09.2023): ``` docker pull jupyter/r-notebook ```
-
Apache Toree (πŸ₯ˆ24 Β· ⭐ 720 Β· πŸ“ˆ) - Jupyter kernel for Apache Spark. Apache-2 +
Bash Kernel (πŸ₯ˆ24 Β· ⭐ 650) - A bash kernel for IPython. BSD-3 -- [GitHub](https://github.com/apache/incubator-toree) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 220 Β· ⏱️ 29.08.2023): +- [GitHub](https://github.com/takluyver/bash_kernel) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 140 Β· πŸ“¦ 170 Β· πŸ“‹ 100 - 35% open Β· ⏱️ 21.09.2023): ``` - git clone https://github.com/apache/incubator-toree + git clone https://github.com/takluyver/bash_kernel ``` -- [PyPi](https://pypi.org/project/toree) (πŸ“₯ 11K / month Β· πŸ“¦ 9 Β· ⏱️ 21.04.2022): +- [PyPi](https://pypi.org/project/bash_kernel) (πŸ“₯ 22K / month Β· πŸ“¦ 29 Β· ⏱️ 17.12.2022): ``` - pip install toree + pip install bash_kernel + ``` +- [Conda](https://anaconda.org/conda-forge/bash_kernel) (πŸ“₯ 140K Β· ⏱️ 16.06.2023): + ``` + conda install -c conda-forge bash_kernel ```
Octave Kernel (πŸ₯ˆ23 Β· ⭐ 430 Β· πŸ’€) - An Octave kernel for IPython. BSD-3 -- [GitHub](https://github.com/Calysto/octave_kernel) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 64 Β· πŸ“₯ 140 Β· πŸ“¦ 52 Β· πŸ“‹ 180 - 17% open Β· ⏱️ 18.12.2022): +- [GitHub](https://github.com/Calysto/octave_kernel) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 64 Β· πŸ“₯ 140 Β· πŸ“¦ 53 Β· πŸ“‹ 180 - 17% open Β· ⏱️ 18.12.2022): ``` git clone https://github.com/calysto/octave_kernel ``` -- [PyPi](https://pypi.org/project/octave_kernel) (πŸ“₯ 5.5K / month): +- [PyPi](https://pypi.org/project/octave_kernel) (πŸ“₯ 6K / month Β· πŸ“¦ 7 Β· ⏱️ 29.11.2022): ``` pip install octave_kernel ``` -- [Conda](https://anaconda.org/conda-forge/octave_kernel) (πŸ“₯ 500K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/octave_kernel) (πŸ“₯ 510K Β· ⏱️ 16.06.2023): ``` conda install -c conda-forge octave_kernel ```
gophernotes (πŸ₯ˆ22 Β· ⭐ 3.7K) - The Go kernel for Jupyter notebooks and nteract. MIT -- [GitHub](https://github.com/gopherdata/gophernotes) (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 240 Β· πŸ“₯ 43 Β· πŸ“¦ 13 Β· πŸ“‹ 180 - 29% open Β· ⏱️ 29.03.2023): +- [GitHub](https://github.com/gopherdata/gophernotes) (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 260 Β· πŸ“₯ 43 Β· πŸ“¦ 13 Β· πŸ“‹ 180 - 29% open Β· ⏱️ 29.03.2023): ``` git clone https://github.com/gopherdata/gophernotes @@ -1301,23 +1343,11 @@ _Jupyter kernels that run and introspect the user's code in a given language._ ``` docker pull gopherdata/gophernotes ``` -- [Go](https://pkg.go.dev/github.com/gopherdata/gophernotes): +- [Go](https://pkg.go.dev/github.com/gopherdata/gophernotes) (πŸ“¦ 1 Β· ⏱️ 31.05.2022): ``` go install github.com/gopherdata/gophernotes ```
-
xeus-cling (πŸ₯ˆ22 Β· ⭐ 2.8K) - Jupyter kernel for the C++ programming language. BSD-3 - -- [GitHub](https://github.com/jupyter-xeus/xeus-cling) (πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 270 Β· πŸ“‹ 270 - 54% open Β· ⏱️ 05.08.2023): - - ``` - git clone https://github.com/jupyter-xeus/xeus-cling - ``` -- [Conda](https://anaconda.org/conda-forge/xeus-cling) (πŸ“₯ 220K Β· ⏱️ 10.09.2023): - ``` - conda install -c conda-forge xeus-cling - ``` -
IHaskell (πŸ₯ˆ22 Β· ⭐ 2.5K) - A Haskell kernel for the Jupyter project. MIT - [GitHub](https://github.com/IHaskell/IHaskell) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 260 Β· πŸ“‹ 770 - 6% open Β· ⏱️ 18.08.2023): @@ -1330,25 +1360,21 @@ _Jupyter kernels that run and introspect the user's code in a given language._ npm install ihaskell_jupyterlab ```
-
Bash Kernel (πŸ₯ˆ22 Β· ⭐ 650) - A bash kernel for IPython. BSD-3 +
xeus-cling (πŸ₯ˆ21 Β· ⭐ 2.8K) - Jupyter kernel for the C++ programming language. BSD-3 -- [GitHub](https://github.com/takluyver/bash_kernel) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 120 Β· πŸ“¦ 170 Β· πŸ“‹ 100 - 35% open Β· ⏱️ 22.07.2023): +- [GitHub](https://github.com/jupyter-xeus/xeus-cling) (πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 260 Β· πŸ“‹ 270 - 54% open Β· ⏱️ 05.08.2023): ``` - git clone https://github.com/takluyver/bash_kernel - ``` -- [PyPi](https://pypi.org/project/bash_kernel) (πŸ“₯ 22K / month): - ``` - pip install bash_kernel + git clone https://github.com/jupyter-xeus/xeus-cling ``` -- [Conda](https://anaconda.org/conda-forge/bash_kernel) (πŸ“₯ 140K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/xeus-cling) (πŸ“₯ 220K Β· ⏱️ 10.09.2023): ``` - conda install -c conda-forge bash_kernel + conda install -c conda-forge xeus-cling ```
IJulia.jl (πŸ₯ˆ21 Β· ⭐ 2.7K) - Julia kernel for Jupyter. MIT -- [GitHub](https://github.com/JuliaLang/IJulia.jl) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 390 Β· πŸ“‹ 820 - 14% open Β· ⏱️ 02.06.2023): +- [GitHub](https://github.com/JuliaLang/IJulia.jl) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 400 Β· πŸ“‹ 830 - 15% open Β· ⏱️ 02.06.2023): ``` git clone https://github.com/JuliaLang/IJulia.jl @@ -1356,7 +1382,7 @@ _Jupyter kernels that run and introspect the user's code in a given language._
IRuby (πŸ₯ˆ21 Β· ⭐ 790 Β· πŸ’€) - Official gem repository: Ruby kernel for Jupyter/IPython Notebook. MIT -- [GitHub](https://github.com/SciRuby/iruby) (πŸ‘¨β€πŸ’» 46 Β· πŸ”€ 22 Β· πŸ“₯ 15 Β· πŸ“¦ 190 Β· πŸ“‹ 190 - 23% open Β· ⏱️ 11.01.2023): +- [GitHub](https://github.com/SciRuby/iruby) (πŸ‘¨β€πŸ’» 46 Β· πŸ”€ 22 Β· πŸ“₯ 15 Β· πŸ“¦ 200 Β· πŸ“‹ 190 - 23% open Β· ⏱️ 11.01.2023): ``` git clone https://github.com/SciRuby/iruby @@ -1366,22 +1392,26 @@ _Jupyter kernels that run and introspect the user's code in a given language._ docker pull rubydata/datascience-notebook ```
-
OCaml Kernel (πŸ₯‰20 Β· ⭐ 260) - An OCaml kernel for Jupyter (IPython) notebook. MIT +
Apache Toree (πŸ₯ˆ21 Β· ⭐ 720) - Jupyter kernel for Apache Spark. Apache-2 -- [GitHub](https://github.com/akabe/ocaml-jupyter) (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 38 Β· πŸ“₯ 99K Β· πŸ“‹ 78 - 7% open Β· ⏱️ 11.08.2023): +- [GitHub](https://github.com/apache/incubator-toree) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 220 Β· ⏱️ 29.08.2023): ``` - git clone https://github.com/akabe/ocaml-jupyter + git clone https://github.com/apache/incubator-toree + ``` +- [PyPi](https://pypi.org/project/toree) (πŸ“₯ 12K / month): + ``` + pip install toree ```
-
xeus-python (πŸ₯‰18 Β· ⭐ 390) - Jupyter kernel for the Python programming language. BSD-3 +
xeus-python (πŸ₯‰20 Β· ⭐ 390) - Jupyter kernel for the Python programming language. BSD-3 -- [GitHub](https://github.com/jupyter-xeus/xeus-python) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 64 Β· πŸ“‹ 180 - 33% open Β· ⏱️ 27.04.2023): +- [GitHub](https://github.com/jupyter-xeus/xeus-python) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 65 Β· πŸ“‹ 190 - 33% open Β· ⏱️ 27.04.2023): ``` git clone https://github.com/jupyter-xeus/xeus-python ``` -- [PyPi](https://pypi.org/project/xeus-python) (πŸ“₯ 9.9K / month): +- [PyPi](https://pypi.org/project/xeus-python) (πŸ“₯ 8.6K / month Β· πŸ“¦ 3 Β· ⏱️ 22.03.2023): ``` pip install xeus-python ``` @@ -1390,6 +1420,14 @@ _Jupyter kernels that run and introspect the user's code in a given language._ conda install -c conda-forge xeus-python ```
+
OCaml Kernel (πŸ₯‰20 Β· ⭐ 260) - An OCaml kernel for Jupyter (IPython) notebook. MIT + +- [GitHub](https://github.com/akabe/ocaml-jupyter) (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 38 Β· πŸ“₯ 100K Β· πŸ“‹ 78 - 7% open Β· ⏱️ 11.08.2023): + + ``` + git clone https://github.com/akabe/ocaml-jupyter + ``` +
SAS Kernel (πŸ₯‰18 Β· ⭐ 190 Β· πŸ’€) - A Jupyter kernel for SAS. This opens up all the data.. Apache-2 - [GitHub](https://github.com/sassoftware/sas_kernel) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 79 Β· ⏱️ 13.01.2023): @@ -1397,7 +1435,7 @@ _Jupyter kernels that run and introspect the user's code in a given language._ ``` git clone https://github.com/sassoftware/sas_kernel ``` -- [PyPi](https://pypi.org/project/sas_kernel) (πŸ“₯ 4K / month Β· πŸ“¦ 1 Β· ⏱️ 01.12.2022): +- [PyPi](https://pypi.org/project/sas_kernel) (πŸ“₯ 4.4K / month Β· πŸ“¦ 1 Β· ⏱️ 01.12.2022): ``` pip install sas_kernel ``` @@ -1408,7 +1446,7 @@ _Jupyter kernels that run and introspect the user's code in a given language._
clojupyter (πŸ₯‰17 Β· ⭐ 790 Β· πŸ’€) - a Jupyter kernel for Clojure. MIT -- [GitHub](https://github.com/clojupyter/clojupyter) (πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 76 Β· πŸ“‹ 100 - 16% open Β· ⏱️ 06.11.2022): +- [GitHub](https://github.com/clojupyter/clojupyter) (πŸ‘¨β€πŸ’» 26 Β· πŸ”€ 82 Β· πŸ“‹ 100 - 16% open Β· ⏱️ 06.11.2022): ``` git clone https://github.com/clojupyter/clojupyter @@ -1441,7 +1479,7 @@ _Jupyter kernels that run and introspect the user's code in a given language._ ``` git clone https://github.com/Cadair/jupyter_environment_kernels ``` -- [PyPi](https://pypi.org/project/environment_kernels) (πŸ“₯ 2.4K / month Β· ⏱️ 23.11.2022): +- [PyPi](https://pypi.org/project/environment_kernels) (πŸ“₯ 2.5K / month Β· ⏱️ 23.11.2022): ``` pip install environment_kernels ``` @@ -1453,23 +1491,23 @@ _Jupyter kernels that run and introspect the user's code in a given language._ ``` git clone https://github.com/jorgehpo/notebookJS ``` -- [PyPi](https://pypi.org/project/notebookjs) (πŸ“₯ 110 / month Β· ⏱️ 17.04.2021): +- [PyPi](https://pypi.org/project/notebookjs) (πŸ“₯ 85 / month Β· ⏱️ 17.04.2021): ``` pip install notebookjs ``` -- [npm](https://www.npmjs.com/package/notebookjs) (πŸ“₯ 540 / month Β· πŸ“¦ 15 Β· ⏱️ 03.03.2022): +- [npm](https://www.npmjs.com/package/notebookjs) (πŸ“₯ 520 / month Β· πŸ“¦ 15 Β· ⏱️ 03.03.2022): ``` npm install notebookjs ```
-
pidgy (πŸ₯‰13 Β· ⭐ 40 Β· πŸ’€) - Interactive computing in Markdown. BSD-3 +
pidgy (πŸ₯‰12 Β· ⭐ 40 Β· πŸ’€) - Interactive computing in Markdown. BSD-3 - [GitHub](https://github.com/deathbeds/pidgy) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 7 Β· πŸ“₯ 1 Β· πŸ“¦ 1 Β· πŸ“‹ 21 - 42% open Β· ⏱️ 23.02.2023): ``` git clone https://github.com/deathbeds/pidgy ``` -- [PyPi](https://pypi.org/project/pidgy) (πŸ“₯ 30 / month Β· ⏱️ 27.11.2021): +- [PyPi](https://pypi.org/project/pidgy) (πŸ“₯ 17 / month Β· ⏱️ 27.11.2021): ``` pip install pidgy ``` @@ -1477,21 +1515,21 @@ _Jupyter kernels that run and introspect the user's code in a given language._
Show 20 hidden projects... - xonsh (πŸ₯‡31 Β· ⭐ 7.3K) - Python-powered, cross-platform, Unix-gazing shell. ❗️BSD-1-Clause -- LFortran (πŸ₯‡25 Β· ⭐ 720) - Official main repository for LFortran. ❗Unlicensed +- IJavascript (πŸ₯ˆ22 Β· ⭐ 2.1K Β· πŸ’€) - IJavascript is a javascript kernel for the Jupyter.. ❗Unlicensed +- Enterprise Gateway (πŸ₯ˆ21 Β· ⭐ 570) - A lightweight, multi-tenant, scalable and secure.. ❗Unlicensed - Kernel Gateway (πŸ₯ˆ21 Β· ⭐ 450) - Jupyter Kernel Gateway. ❗Unlicensed -- Enterprise Gateway (πŸ₯‰20 Β· ⭐ 580) - A lightweight, multi-tenant, scalable and secure.. ❗Unlicensed -- nb_conda_kernels (πŸ₯‰20 Β· ⭐ 530 Β· πŸ’€) - Package for managing conda environment-based kernels.. BSD-3 -- Matlab Kernel (πŸ₯‰19 Β· ⭐ 460 Β· πŸ’€) - Jupyter Kernel for Matlab. BSD-3 +- nb_conda_kernels (πŸ₯‰20 Β· ⭐ 540 Β· πŸ’€) - Package for managing conda environment-based kernels.. BSD-3 - Spylon Kernel (πŸ₯‰19 Β· ⭐ 180 Β· πŸ’€) - Jupyter kernel for scala and spark. BSD-3 - IJava (πŸ₯‰18 Β· ⭐ 980 Β· πŸ’€) - A Jupyter kernel for executing Java code. MIT - Ansible Kernel (πŸ₯‰17 Β· ⭐ 520 Β· πŸ’€) - Jupyter Notebook Kernel for running Ansible Tasks and.. ❗Unlicensed +- F# Kernel (πŸ₯‰17 Β· ⭐ 440 Β· πŸ’€) - F# for Jupyter Notebooks. BSD-3 - SciJava Kernel (πŸ₯‰17 Β· ⭐ 170 Β· πŸ’€) - [RETIRED] Try IJava or BeakerX. Apache-2 +- Matlab Kernel (πŸ₯‰16 Β· ⭐ 460 Β· πŸ’€) - Jupyter Kernel for Matlab. ❗Unlicensed - Wolfram Kernel (πŸ₯‰15 Β· ⭐ 910 Β· πŸ’€) - Wolfram Language kernel for Jupyter notebooks. MIT -- F# Kernel (πŸ₯‰15 Β· ⭐ 440 Β· πŸ’€) - F# for Jupyter Notebooks. ❗Unlicensed - lgo (πŸ₯‰14 Β· ⭐ 2.3K Β· πŸ’€) - Interactive Go programming with Jupyter. BSD-3 -- IElixir (πŸ₯‰13 Β· ⭐ 350 Β· πŸ’€) - Jupyters kernel for Elixir programming language. Apache-2 -- SSH Kernel (πŸ₯‰13 Β· ⭐ 62 Β· πŸ’€) - SSH Kernel for Jupyter. BSD-3 -- allthekernels (πŸ₯‰12 Β· ⭐ 74 Β· πŸ’€) - A multiplexer kernel for Jupyter. MIT +- IElixir (πŸ₯‰14 Β· ⭐ 350 Β· πŸ’€) - Jupyters kernel for Elixir programming language. Apache-2 +- allthekernels (πŸ₯‰13 Β· ⭐ 74 Β· πŸ’€) - A multiplexer kernel for Jupyter. MIT +- SSH Kernel (πŸ₯‰11 Β· ⭐ 62 Β· πŸ’€) - SSH Kernel for Jupyter. BSD-3 - ssh_ipykernel (πŸ₯‰11 Β· ⭐ 11 Β· πŸ’€) - A remote jupyter kernel via ssh. MIT - ICSharp (πŸ₯‰10 Β· ⭐ 280 Β· πŸ’€) - C# kernel for Jupyter. Apache-2 - remote_ikernel (πŸ₯‰7 Β· ⭐ 14 Β· πŸ’€) - All your Jupyter kernels, on all your machines, in one place. BSD-2 @@ -1507,12 +1545,12 @@ _Tools to share, convert and simplify collaboration (e.g., via git) with noteboo
nbconvert (πŸ₯‡39 Β· ⭐ 1.6K) - Jupyter Notebook Conversion. BSD-3 -- [GitHub](https://github.com/jupyter/nbconvert) (πŸ‘¨β€πŸ’» 260 Β· πŸ”€ 520 Β· πŸ“₯ 690 Β· πŸ“¦ 230K Β· πŸ“‹ 1.1K - 43% open Β· ⏱️ 11.09.2023): +- [GitHub](https://github.com/jupyter/nbconvert) (πŸ‘¨β€πŸ’» 260 Β· πŸ”€ 540 Β· πŸ“₯ 690 Β· πŸ“¦ 230K Β· πŸ“‹ 1.1K - 44% open Β· ⏱️ 20.09.2023): ``` git clone https://github.com/jupyter/nbconvert ``` -- [PyPi](https://pypi.org/project/nbconvert) (πŸ“₯ 20M / month): +- [PyPi](https://pypi.org/project/nbconvert) (πŸ“₯ 20M / month Β· πŸ“¦ 8.6K Β· ⏱️ 29.08.2023): ``` pip install nbconvert ``` @@ -1523,47 +1561,47 @@ _Tools to share, convert and simplify collaboration (e.g., via git) with noteboo
Jupytext (πŸ₯‡35 Β· ⭐ 6.1K) - Jupyter Notebooks as Markdown Documents, Julia, Python or R scripts. MIT -- [GitHub](https://github.com/mwouts/jupytext) (πŸ‘¨β€πŸ’» 80 Β· πŸ”€ 380 Β· πŸ“¦ 5.8K Β· πŸ“‹ 620 - 17% open Β· ⏱️ 26.08.2023): +- [GitHub](https://github.com/mwouts/jupytext) (πŸ‘¨β€πŸ’» 81 Β· πŸ”€ 380 Β· πŸ“¦ 5.8K Β· πŸ“‹ 620 - 18% open Β· ⏱️ 17.09.2023): ``` git clone https://github.com/mwouts/jupytext ``` -- [PyPi](https://pypi.org/project/jupytext) (πŸ“₯ 530K / month Β· πŸ“¦ 250 Β· ⏱️ 26.08.2023): +- [PyPi](https://pypi.org/project/jupytext) (πŸ“₯ 520K / month Β· πŸ“¦ 250 Β· ⏱️ 16.09.2023): ``` pip install jupytext ``` -- [Conda](https://anaconda.org/conda-forge/jupytext) (πŸ“₯ 670K Β· ⏱️ 27.08.2023): +- [Conda](https://anaconda.org/conda-forge/jupytext) (πŸ“₯ 680K Β· ⏱️ 17.09.2023): ``` conda install -c conda-forge jupytext ``` -- [npm](https://www.npmjs.com/package/jupyterlab-jupytext) (πŸ“₯ 6.4K / month Β· πŸ“¦ 2 Β· ⏱️ 04.06.2023): +- [npm](https://www.npmjs.com/package/jupyterlab-jupytext) (πŸ“₯ 5.6K / month Β· πŸ“¦ 2 Β· ⏱️ 04.06.2023): ``` npm install jupyterlab-jupytext ```
Voila (πŸ₯‡34 Β· ⭐ 4.9K) - Voil turns Jupyter notebooks into standalone web applications. BSD-3 -- [GitHub](https://github.com/voila-dashboards/voila) (πŸ‘¨β€πŸ’» 65 Β· πŸ”€ 480 Β· πŸ“₯ 900 Β· πŸ“¦ 10K Β· πŸ“‹ 700 - 40% open Β· ⏱️ 13.09.2023): +- [GitHub](https://github.com/voila-dashboards/voila) (πŸ‘¨β€πŸ’» 65 Β· πŸ”€ 480 Β· πŸ“₯ 930 Β· πŸ“¦ 10K Β· πŸ“‹ 700 - 40% open Β· ⏱️ 18.09.2023): ``` git clone https://github.com/voila-dashboards/voila ``` -- [PyPi](https://pypi.org/project/voila) (πŸ“₯ 66K / month Β· πŸ“¦ 84 Β· ⏱️ 13.09.2023): +- [PyPi](https://pypi.org/project/voila) (πŸ“₯ 67K / month Β· πŸ“¦ 84 Β· ⏱️ 18.09.2023): ``` pip install voila ``` -- [Conda](https://anaconda.org/conda-forge/voila) (πŸ“₯ 300K Β· ⏱️ 13.09.2023): +- [Conda](https://anaconda.org/conda-forge/voila) (πŸ“₯ 300K Β· ⏱️ 18.09.2023): ``` conda install -c conda-forge voila ``` -- [npm](https://www.npmjs.com/package/@jupyter-voila/jupyterlab-preview) (πŸ“₯ 300 / month Β· πŸ“¦ 2 Β· ⏱️ 19.05.2020): +- [npm](https://www.npmjs.com/package/@jupyter-voila/jupyterlab-preview) (πŸ“₯ 270 / month Β· πŸ“¦ 2 Β· ⏱️ 19.05.2020): ``` npm install @jupyter-voila/jupyterlab-preview ```
nikola (πŸ₯ˆ33 Β· ⭐ 2.5K) - A static website and blog generator. MIT -- [GitHub](https://github.com/getnikola/nikola) (πŸ‘¨β€πŸ’» 240 Β· πŸ”€ 440 Β· πŸ“₯ 15 Β· πŸ“¦ 490 Β· πŸ“‹ 2.2K - 2% open Β· ⏱️ 05.08.2023): +- [GitHub](https://github.com/getnikola/nikola) (πŸ‘¨β€πŸ’» 240 Β· πŸ”€ 440 Β· πŸ“₯ 17 Β· πŸ“¦ 490 Β· πŸ“‹ 2.2K - 2% open Β· ⏱️ 05.08.2023): ``` git clone https://github.com/getnikola/nikola @@ -1573,14 +1611,34 @@ _Tools to share, convert and simplify collaboration (e.g., via git) with noteboo pip install nikola ```
+
nbdime (πŸ₯ˆ32 Β· ⭐ 2.5K) - Tools for diffing and merging of Jupyter notebooks. BSD-3 + +- [GitHub](https://github.com/jupyter/nbdime) (πŸ‘¨β€πŸ’» 47 Β· πŸ”€ 160 Β· πŸ“¦ 130 Β· πŸ“‹ 320 - 26% open Β· ⏱️ 18.09.2023): + + ``` + git clone https://github.com/jupyter/nbdime + ``` +- [PyPi](https://pypi.org/project/nbdime) (πŸ“₯ 190K / month Β· πŸ“¦ 150 Β· ⏱️ 18.09.2023): + ``` + pip install nbdime + ``` +- [Conda](https://anaconda.org/conda-forge/nbdime) (πŸ“₯ 920K Β· ⏱️ 16.06.2023): + ``` + conda install -c conda-forge nbdime + ``` +- [npm](https://www.npmjs.com/package/nbdime-jupyterlab) (πŸ“₯ 28K / month): + ``` + npm install nbdime-jupyterlab + ``` +
Jupyter Book (πŸ₯ˆ31 Β· ⭐ 3.5K) - Create beautiful, publication-quality books and documents from.. BSD-3 -- [GitHub](https://github.com/executablebooks/jupyter-book) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 630 Β· πŸ“¦ 11K Β· πŸ“‹ 1.3K - 43% open Β· ⏱️ 26.07.2023): +- [GitHub](https://github.com/executablebooks/jupyter-book) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 580 Β· πŸ“¦ 11K Β· πŸ“‹ 1.3K - 43% open Β· ⏱️ 26.07.2023): ``` git clone https://github.com/executablebooks/jupyter-book ``` -- [PyPi](https://pypi.org/project/jupyter-book) (πŸ“₯ 130K / month Β· πŸ“¦ 110 Β· ⏱️ 28.04.2020): +- [PyPi](https://pypi.org/project/jupyter-book) (πŸ“₯ 110K / month): ``` pip install jupyter-book ``` @@ -1589,34 +1647,34 @@ _Tools to share, convert and simplify collaboration (e.g., via git) with noteboo conda install -c conda-forge jupyter-book ```
-
nbdime (πŸ₯ˆ31 Β· ⭐ 2.5K) - Tools for diffing and merging of Jupyter notebooks. BSD-3 +
RISE (πŸ₯ˆ29 Β· ⭐ 3.6K) - RISE: Live Reveal.js Jupyter/IPython Slideshow Extension. BSD-3 -- [GitHub](https://github.com/jupyter/nbdime) (πŸ‘¨β€πŸ’» 46 Β· πŸ”€ 160 Β· πŸ“¦ 130 Β· πŸ“‹ 310 - 24% open Β· ⏱️ 08.09.2023): +- [GitHub](https://github.com/damianavila/RISE) (πŸ‘¨β€πŸ’» 44 Β· πŸ”€ 410 Β· πŸ“¦ 2.6K Β· πŸ“‹ 440 - 34% open Β· ⏱️ 17.09.2023): ``` - git clone https://github.com/jupyter/nbdime + git clone https://github.com/damianavila/RISE ``` -- [PyPi](https://pypi.org/project/nbdime) (πŸ“₯ 200K / month Β· πŸ“¦ 150 Β· ⏱️ 30.04.2023): +- [PyPi](https://pypi.org/project/RISE) (πŸ“₯ 16K / month Β· πŸ“¦ 170 Β· ⏱️ 03.11.2022): ``` - pip install nbdime + pip install RISE ``` -- [Conda](https://anaconda.org/conda-forge/nbdime) (πŸ“₯ 920K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/rise) (πŸ“₯ 280K Β· ⏱️ 16.06.2023): ``` - conda install -c conda-forge nbdime + conda install -c conda-forge rise ``` -- [npm](https://www.npmjs.com/package/nbdime-jupyterlab) (πŸ“₯ 32K / month Β· πŸ“¦ 3 Β· ⏱️ 22.04.2023): +- [npm](https://www.npmjs.com/package/rise-reveal) (πŸ“₯ 4 / month Β· πŸ“¦ 1 Β· ⏱️ 03.07.2019): ``` - npm install nbdime-jupyterlab + npm install rise-reveal ```
-
Stencila (πŸ₯ˆ27 Β· ⭐ 680) - Author, collaborate on, and publish beautiful interactive documents. Apache-2 +
Stencila (πŸ₯ˆ28 Β· ⭐ 680) - Programmable, reproducible, interactive documents. Apache-2 -- [GitHub](https://github.com/stencila/stencila) (πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 39 Β· πŸ“₯ 4.1K Β· πŸ“¦ 19 Β· πŸ“‹ 640 - 12% open Β· ⏱️ 11.09.2023): +- [GitHub](https://github.com/stencila/stencila) (πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 39 Β· πŸ“₯ 4.1K Β· πŸ“¦ 19 Β· πŸ“‹ 570 - 1% open Β· ⏱️ 20.09.2023): ``` git clone https://github.com/stencila/stencila ``` -- [npm](https://www.npmjs.com/package/stencila) (πŸ“₯ 76 / month Β· πŸ“¦ 9 Β· ⏱️ 06.11.2020): +- [npm](https://www.npmjs.com/package/stencila) (πŸ“₯ 76 / month): ``` npm install stencila ``` @@ -1627,17 +1685,33 @@ _Tools to share, convert and simplify collaboration (e.g., via git) with noteboo
Knowledge Repo (πŸ₯ˆ26 Β· ⭐ 5.4K) - A next-generation curated knowledge sharing platform for.. Apache-2 -- [GitHub](https://github.com/airbnb/knowledge-repo) (πŸ‘¨β€πŸ’» 73 Β· πŸ”€ 660 Β· πŸ“¦ 13 Β· πŸ“‹ 290 - 42% open Β· ⏱️ 17.04.2023): +- [GitHub](https://github.com/airbnb/knowledge-repo) (πŸ‘¨β€πŸ’» 73 Β· πŸ”€ 710 Β· πŸ“¦ 13 Β· πŸ“‹ 300 - 44% open Β· ⏱️ 17.04.2023): ``` git clone https://github.com/airbnb/knowledge-repo ``` -- [PyPi](https://pypi.org/project/knowledge-repo) (πŸ“₯ 680 / month): +- [PyPi](https://pypi.org/project/knowledge-repo) (πŸ“₯ 650 / month Β· πŸ“¦ 1 Β· ⏱️ 22.02.2023): ``` pip install knowledge-repo ```
-
nbviewer (πŸ₯ˆ25 Β· ⭐ 2.1K Β· πŸ’€) - nbconvert as a web service: Render Jupyter Notebooks as static web.. BSD-3 +
mkdocs-jupyter (πŸ₯ˆ26 Β· ⭐ 280) - Use Jupyter Notebook in mkdocs. Apache-2 + +- [GitHub](https://github.com/danielfrg/mkdocs-jupyter) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 38 Β· πŸ“¦ 1.5K Β· πŸ“‹ 97 - 25% open Β· ⏱️ 17.09.2023): + + ``` + git clone https://github.com/danielfrg/mkdocs-jupyter + ``` +- [PyPi](https://pypi.org/project/mkdocs-jupyter) (πŸ“₯ 86K / month Β· πŸ“¦ 83 Β· ⏱️ 04.07.2023): + ``` + pip install mkdocs-jupyter + ``` +- [Conda](https://anaconda.org/conda-forge/mkdocs-jupyter) (πŸ“₯ 46K Β· ⏱️ 04.07.2023): + ``` + conda install -c conda-forge mkdocs-jupyter + ``` +
+
nbviewer (πŸ₯‰25 Β· ⭐ 2.2K Β· πŸ’€) - nbconvert as a web service: Render Jupyter Notebooks as static web.. BSD-3 - [GitHub](https://github.com/jupyter/nbviewer) (πŸ‘¨β€πŸ’» 96 Β· πŸ”€ 530 Β· πŸ“¦ 14 Β· πŸ“‹ 580 - 30% open Β· ⏱️ 27.01.2023): @@ -1651,64 +1725,60 @@ _Tools to share, convert and simplify collaboration (e.g., via git) with noteboo
ThebeLab (πŸ₯‰24 Β· ⭐ 340) - Turn static HTML pages into live documents with Jupyter kernels. BSD-3 -- [GitHub](https://github.com/executablebooks/thebe) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 58 Β· πŸ“¦ 7 Β· πŸ“‹ 210 - 43% open Β· ⏱️ 06.09.2023): +- [GitHub](https://github.com/executablebooks/thebe) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 58 Β· πŸ“¦ 7 Β· πŸ“‹ 200 - 42% open Β· ⏱️ 06.09.2023): ``` git clone https://github.com/executablebooks/thebe ``` -- [npm](https://www.npmjs.com/package/thebe) (πŸ“₯ 9.6K / month Β· πŸ“¦ 1 Β· ⏱️ 10.08.2023): +- [npm](https://www.npmjs.com/package/thebe) (πŸ“₯ 8.9K / month): ``` npm install thebe ```
-
mkdocs-jupyter (πŸ₯‰24 Β· ⭐ 280) - Use Jupyter Notebook in mkdocs. Apache-2 +
BinderHub (πŸ₯‰23 Β· ⭐ 2.4K) - Run your code in the cloud, with technology so advanced, it feels.. BSD-3 -- [GitHub](https://github.com/danielfrg/mkdocs-jupyter) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 36 Β· πŸ“¦ 1.5K Β· πŸ“‹ 97 - 25% open Β· ⏱️ 15.08.2023): +- [GitHub](https://github.com/jupyterhub/binderhub) (πŸ‘¨β€πŸ’» 95 Β· πŸ”€ 380 Β· πŸ“¦ 9 Β· πŸ“‹ 700 - 31% open Β· ⏱️ 21.09.2023): ``` - git clone https://github.com/danielfrg/mkdocs-jupyter - ``` -- [PyPi](https://pypi.org/project/mkdocs-jupyter) (πŸ“₯ 93K / month): - ``` - pip install mkdocs-jupyter + git clone https://github.com/jupyterhub/binderhub ``` -- [Conda](https://anaconda.org/conda-forge/mkdocs-jupyter) (πŸ“₯ 45K Β· ⏱️ 04.07.2023): +- [PyPi](https://pypi.org/project/binderhub) (πŸ“₯ 22 / month Β· ⏱️ 07.11.2018): ``` - conda install -c conda-forge mkdocs-jupyter + pip install binderhub ```
mknotebooks (πŸ₯‰23 Β· ⭐ 120) - A plugin for mkdocs to help you include Jupyter notebooks in your.. MIT -- [GitHub](https://github.com/greenape/mknotebooks) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 19 Β· πŸ“¦ 420 Β· πŸ“‹ 38 - 31% open Β· ⏱️ 11.08.2023): +- [GitHub](https://github.com/greenape/mknotebooks) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 20 Β· πŸ“¦ 420 Β· πŸ“‹ 62 - 58% open Β· ⏱️ 11.08.2023): ``` git clone https://github.com/greenape/mknotebooks ``` -- [PyPi](https://pypi.org/project/mknotebooks) (πŸ“₯ 22K / month): +- [PyPi](https://pypi.org/project/mknotebooks) (πŸ“₯ 22K / month Β· πŸ“¦ 33 Β· ⏱️ 11.08.2023): ``` pip install mknotebooks ```
-
BinderHub (πŸ₯‰22 Β· ⭐ 2.4K) - Run your code in the cloud, with technology so advanced, it feels.. BSD-3 +
nbgallery (πŸ₯‰21 Β· ⭐ 150) - Enterprise Jupyter notebook sharing and collaboration app. MIT -- [GitHub](https://github.com/jupyterhub/binderhub) (πŸ‘¨β€πŸ’» 95 Β· πŸ”€ 360 Β· πŸ“¦ 9 Β· πŸ“‹ 680 - 29% open Β· ⏱️ 05.09.2023): +- [GitHub](https://github.com/nbgallery/nbgallery) (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 29 Β· πŸ“‹ 470 - 8% open Β· ⏱️ 21.09.2023): ``` - git clone https://github.com/jupyterhub/binderhub + git clone https://github.com/nbgallery/nbgallery ``` -- [PyPi](https://pypi.org/project/binderhub) (πŸ“₯ 23 / month): +- [Docker Hub](https://hub.docker.com/r/nbgallery/nbgallery) (πŸ“₯ 170K Β· ⭐ 5 Β· ⏱️ 21.09.2023): ``` - pip install binderhub + docker pull nbgallery/nbgallery ```
jupyter-flex (πŸ₯‰20 Β· ⭐ 290) - Build dashboards using Jupyter Notebooks. Apache-2 -- [GitHub](https://github.com/danielfrg/jupyter-flex) (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 52 Β· πŸ“¦ 45 Β· πŸ“‹ 59 - 15% open Β· ⏱️ 15.08.2023): +- [GitHub](https://github.com/danielfrg/jupyter-flex) (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 52 Β· πŸ“¦ 45 Β· πŸ“‹ 59 - 15% open Β· ⏱️ 17.09.2023): ``` git clone https://github.com/danielfrg/jupyter-flex ``` -- [PyPi](https://pypi.org/project/jupyter-flex) (πŸ“₯ 1K / month): +- [PyPi](https://pypi.org/project/jupyter-flex) (πŸ“₯ 920 / month): ``` pip install jupyter-flex ``` @@ -1716,33 +1786,35 @@ _Tools to share, convert and simplify collaboration (e.g., via git) with noteboo ``` conda install -c conda-forge jupyter-flex ``` -- [npm](https://www.npmjs.com/package/@danielfrg/jupyter-flex) (πŸ“₯ 36 / month): +- [npm](https://www.npmjs.com/package/@danielfrg/jupyter-flex) (πŸ“₯ 85 / month): ``` npm install @danielfrg/jupyter-flex ```
-
nbgallery (πŸ₯‰19 Β· ⭐ 150) - Enterprise Jupyter notebook sharing and collaboration app. MIT +
cdsdashboards (πŸ₯‰17 Β· ⭐ 190 Β· πŸ’€) - JupyterHub extension for ContainDS Dashboards. BSD-3 -- [GitHub](https://github.com/nbgallery/nbgallery) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 28 Β· πŸ“‹ 470 - 8% open Β· ⏱️ 08.09.2023): +- [GitHub](https://github.com/ideonate/cdsdashboards) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 38 Β· πŸ“‹ 93 - 36% open Β· ⏱️ 12.09.2022): ``` - git clone https://github.com/nbgallery/nbgallery + git clone https://github.com/ideonate/cdsdashboards ``` -- [Docker Hub](https://hub.docker.com/r/nbgallery/nbgallery) (πŸ“₯ 170K Β· ⭐ 3 Β· ⏱️ 08.09.2023): +- [PyPi](https://pypi.org/project/cdsdashboards) (πŸ“₯ 830 / month Β· ⏱️ 29.04.2022): ``` - docker pull nbgallery/nbgallery + pip install cdsdashboards + ``` +- [Conda](https://anaconda.org/conda-forge/cdsdashboards) (πŸ“₯ 54K Β· ⏱️ 16.06.2023): + ``` + conda install -c conda-forge cdsdashboards ```
-
Show 9 hidden projects... +
Show 7 hidden projects... -- RISE (πŸ₯ˆ25 Β· ⭐ 3.6K) - RISE: Live Reveal.js Jupyter/IPython Slideshow Extension. ❗Unlicensed -- scrapbook (πŸ₯‰22 Β· ⭐ 260 Β· πŸ’€) - A library for recording and reading data in notebooks. BSD-3 +- commuter (πŸ₯‰22 Β· ⭐ 6.1K Β· πŸ’€) - Notebook sharing hub. BSD-3 - notedown (πŸ₯‰21 Β· ⭐ 850 Β· πŸ’€) - Markdown = IPython Notebook. BSD-2 +- scrapbook (πŸ₯‰21 Β· ⭐ 270 Β· πŸ’€) - A library for recording and reading data in notebooks. BSD-3 - bookstore (πŸ₯‰21 Β· ⭐ 200 Β· πŸ’€) - Notebook storage and publishing workflows for the masses. BSD-3 -- commuter (πŸ₯‰17 Β· ⭐ 470 Β· πŸ’€) - Notebook sharing hub. BSD-3 -- nbinteract (πŸ₯‰16 Β· ⭐ 230 Β· πŸ’€) - Create interactive webpages from Jupyter Notebooks. BSD-3 -- cdsdashboards (πŸ₯‰14 Β· ⭐ 190 Β· πŸ’€) - JupyterHub extension for ContainDS Dashboards. ❗Unlicensed -- pynb (πŸ₯‰13 Β· ⭐ 240 Β· πŸ’€) - Jupyter Notebooks as plain Python code with embedded Markdown text. MIT +- nbinteract (πŸ₯‰20 Β· ⭐ 230 Β· πŸ’€) - Create interactive webpages from Jupyter Notebooks. 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.. Apache-2

@@ -1753,14 +1825,14 @@ _Tools to share, convert and simplify collaboration (e.g., via git) with noteboo _Libraries and tools that work with or can be used within notebook files._ -
nbformat (πŸ₯‡34 Β· ⭐ 220) - Reference implementation of the Jupyter Notebook format. BSD-3 +
nbformat (πŸ₯‡35 Β· ⭐ 220) - Reference implementation of the Jupyter Notebook format. BSD-3 -- [GitHub](https://github.com/jupyter/nbformat) (πŸ‘¨β€πŸ’» 78 Β· πŸ”€ 140 Β· πŸ“₯ 210 Β· πŸ“¦ 240K Β· πŸ“‹ 140 - 42% open Β· ⏱️ 14.09.2023): +- [GitHub](https://github.com/jupyter/nbformat) (πŸ‘¨β€πŸ’» 78 Β· πŸ”€ 150 Β· πŸ“₯ 210 Β· πŸ“¦ 240K Β· πŸ“‹ 140 - 44% open Β· ⏱️ 14.09.2023): ``` git clone https://github.com/jupyter/nbformat ``` -- [PyPi](https://pypi.org/project/nbformat) (πŸ“₯ 18M / month): +- [PyPi](https://pypi.org/project/nbformat) (πŸ“₯ 18M / month Β· πŸ“¦ 8.9K Β· ⏱️ 31.07.2023): ``` pip install nbformat ``` @@ -1768,19 +1840,19 @@ _Libraries and tools that work with or can be used within notebook files._ ``` conda install -c conda-forge nbformat ``` -- [npm](https://www.npmjs.com/package/nbformat-schema) (πŸ“₯ 100 / month): +- [npm](https://www.npmjs.com/package/nbformat-schema) (πŸ“₯ 95 / month Β· πŸ“¦ 2 Β· ⏱️ 31.07.2023): ``` npm install nbformat-schema ```
nbclient (πŸ₯‡31 Β· ⭐ 120) - A client library for executing notebooks. Formally nbconverts.. BSD-3 -- [GitHub](https://github.com/jupyter/nbclient) (πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 49 Β· πŸ“₯ 360 Β· πŸ“¦ 120K Β· πŸ“‹ 100 - 33% open Β· ⏱️ 05.09.2023): +- [GitHub](https://github.com/jupyter/nbclient) (πŸ‘¨β€πŸ’» 37 Β· πŸ”€ 52 Β· πŸ“₯ 360 Β· πŸ“¦ 120K Β· πŸ“‹ 110 - 37% open Β· ⏱️ 05.09.2023): ``` git clone https://github.com/jupyter/nbclient ``` -- [PyPi](https://pypi.org/project/nbclient) (πŸ“₯ 13M / month): +- [PyPi](https://pypi.org/project/nbclient) (πŸ“₯ 13M / month Β· πŸ“¦ 150 Β· ⏱️ 22.05.2023): ``` pip install nbclient ``` @@ -1789,54 +1861,54 @@ _Libraries and tools that work with or can be used within notebook files._ conda install -c conda-forge nbclient ```
-
Jupyter Client (πŸ₯‡29 Β· ⭐ 330 Β· πŸ“‰) - Jupyter protocol client APIs. BSD-3 +
nbdev (πŸ₯‡28 Β· ⭐ 4.5K) - Create delightful software with Jupyter Notebooks. Apache-2 -- [GitHub](https://github.com/jupyter/jupyter_client) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 260 Β· πŸ“₯ 1.3K Β· πŸ“‹ 360 - 45% open Β· ⏱️ 14.09.2023): +- [GitHub](https://github.com/fastai/nbdev) (πŸ‘¨β€πŸ’» 88 Β· πŸ”€ 450 Β· πŸ“‹ 840 - 15% open Β· ⏱️ 31.05.2023): ``` - git clone https://github.com/jupyter/jupyter_client - ``` -- [PyPi](https://pypi.org/project/jupyter-client) (πŸ“₯ 21M / month): - ``` - pip install jupyter-client + git clone https://github.com/fastai/nbdev ``` -- [Conda](https://anaconda.org/conda-forge/jupyter_client) (πŸ“₯ 18M Β· ⏱️ 29.08.2023): +- [PyPi](https://pypi.org/project/nbdev) (πŸ“₯ 42K / month Β· πŸ“¦ 120 Β· ⏱️ 15.02.2023): ``` - conda install -c conda-forge jupyter_client + pip install nbdev ```
-
nbdev (πŸ₯ˆ28 Β· ⭐ 4.5K) - Create delightful software with Jupyter Notebooks. Apache-2 +
Jupyter Client (πŸ₯‡28 Β· ⭐ 330) - Jupyter protocol client APIs. BSD-3 -- [GitHub](https://github.com/fastai/nbdev) (πŸ‘¨β€πŸ’» 88 Β· πŸ”€ 450 Β· πŸ“‹ 840 - 15% open Β· ⏱️ 31.05.2023): +- [GitHub](https://github.com/jupyter/jupyter_client) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 260 Β· πŸ“₯ 1.3K Β· πŸ“‹ 360 - 45% open Β· ⏱️ 14.09.2023): ``` - git clone https://github.com/fastai/nbdev + git clone https://github.com/jupyter/jupyter_client ``` -- [PyPi](https://pypi.org/project/nbdev) (πŸ“₯ 45K / month Β· πŸ“¦ 120 Β· ⏱️ 15.02.2023): +- [PyPi](https://pypi.org/project/jupyter-client) (πŸ“₯ 22M / month): ``` - pip install nbdev + pip install jupyter-client + ``` +- [Conda](https://anaconda.org/conda-forge/jupyter_client) (πŸ“₯ 18M Β· ⏱️ 29.08.2023): + ``` + conda install -c conda-forge jupyter_client ```
repo2docker (πŸ₯ˆ27 Β· ⭐ 1.5K) - Turn repositories into Jupyter-enabled Docker images. BSD-3 -- [GitHub](https://github.com/jupyterhub/repo2docker) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 350 Β· πŸ“¦ 190 Β· πŸ“‹ 530 - 32% open Β· ⏱️ 18.07.2023): +- [GitHub](https://github.com/jupyterhub/repo2docker) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 320 Β· πŸ“¦ 190 Β· πŸ“‹ 520 - 30% open Β· ⏱️ 18.09.2023): ``` git clone https://github.com/jupyterhub/repo2docker ``` -- [PyPi](https://pypi.org/project/jupyter-repo2docker) (πŸ“₯ 4K / month): +- [PyPi](https://pypi.org/project/jupyter-repo2docker) (πŸ“₯ 3.7K / month): ``` pip install jupyter-repo2docker ```
-
mercury (πŸ₯ˆ26 Β· ⭐ 3.5K) - Convert Jupyter Notebooks to Web Apps. ❗️AGPL-3.0 +
mercury (πŸ₯ˆ25 Β· ⭐ 3.5K) - Convert Jupyter Notebooks to Web Apps. ❗️AGPL-3.0 -- [GitHub](https://github.com/mljar/mercury) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 200 Β· πŸ“¦ 65 Β· πŸ“‹ 340 - 12% open Β· ⏱️ 30.08.2023): +- [GitHub](https://github.com/mljar/mercury) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 200 Β· πŸ“¦ 67 Β· πŸ“‹ 340 - 12% open Β· ⏱️ 19.09.2023): ``` git clone https://github.com/mljar/mercury ``` -- [PyPi](https://pypi.org/project/mljar-mercury) (πŸ“₯ 570 / month Β· ⏱️ 02.09.2022): +- [PyPi](https://pypi.org/project/mljar-mercury) (πŸ“₯ 500 / month Β· ⏱️ 02.09.2022): ``` pip install mljar-mercury ``` @@ -1849,14 +1921,14 @@ _Libraries and tools that work with or can be used within notebook files._ git clone https://github.com/fastai/fastpages ```
-
nbQA (πŸ₯ˆ23 Β· ⭐ 870) - Run ruff, isort, pyupgrade, mypy, pylint, flake8, and more on Jupyter Notebooks. MIT +
nbQA (πŸ₯ˆ23 Β· ⭐ 880) - Run ruff, isort, pyupgrade, mypy, pylint, flake8, and more on Jupyter Notebooks. MIT - [GitHub](https://github.com/nbQA-dev/nbQA) (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 38 Β· πŸ“‹ 280 - 2% open Β· ⏱️ 15.08.2023): ``` git clone https://github.com/nbQA-dev/nbQA ``` -- [PyPi](https://pypi.org/project/nbqa) (πŸ“₯ 83K / month): +- [PyPi](https://pypi.org/project/nbqa) (πŸ“₯ 84K / month): ``` pip install nbqa ``` @@ -1865,56 +1937,56 @@ _Libraries and tools that work with or can be used within notebook files._ conda install -c conda-forge nbqa ```
-
ipytest (πŸ₯‰22 Β· ⭐ 270) - Pytest in IPython notebooks. MIT +
ipytest (πŸ₯ˆ23 Β· ⭐ 270) - Pytest in IPython notebooks. MIT -- [GitHub](https://github.com/chmp/ipytest) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 19 Β· πŸ“¦ 300 Β· πŸ“‹ 57 - 1% open Β· ⏱️ 19.05.2023): +- [GitHub](https://github.com/chmp/ipytest) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 19 Β· πŸ“¦ 310 Β· πŸ“‹ 58 - 3% open Β· ⏱️ 19.05.2023): ``` git clone https://github.com/chmp/ipytest ``` -- [PyPi](https://pypi.org/project/ipytest) (πŸ“₯ 15K / month): +- [PyPi](https://pypi.org/project/ipytest) (πŸ“₯ 16K / month): ``` pip install ipytest ```
-
testbook (πŸ₯‰19 Β· ⭐ 360 Β· πŸ’€) - Unit test your Jupyter Notebooks the right way. BSD-3 +
testbook (πŸ₯‰20 Β· ⭐ 360 Β· πŸ’€) - Unit test your Jupyter Notebooks the right way. BSD-3 -- [GitHub](https://github.com/nteract/testbook) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 39 Β· πŸ“¦ 270 Β· πŸ“‹ 92 - 48% open Β· ⏱️ 29.11.2022): +- [GitHub](https://github.com/nteract/testbook) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 42 Β· πŸ“¦ 270 Β· πŸ“‹ 97 - 51% open Β· ⏱️ 29.11.2022): ``` git clone https://github.com/nteract/testbook ``` -- [PyPi](https://pypi.org/project/nteract-testbook) (πŸ“₯ 7 / month): +- [PyPi](https://pypi.org/project/nteract-testbook) (πŸ“₯ 7 / month Β· ⏱️ 11.08.2020): ``` pip install nteract-testbook ``` -- [Conda](https://anaconda.org/conda-forge/testbook) (πŸ“₯ 53K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/testbook) (πŸ“₯ 54K Β· ⏱️ 16.06.2023): ``` conda install -c conda-forge testbook ```
-
nbopen (πŸ₯‰18 Β· ⭐ 290) - Open a Jupyter notebook in the best available server. BSD-3 +
naas (πŸ₯‰20 Β· ⭐ 260) - Schedule notebooks, run them like APIs, expose securely your assets:.. ❗️AGPL-3.0 -- [GitHub](https://github.com/takluyver/nbopen) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 56 Β· πŸ“¦ 120 Β· πŸ“‹ 65 - 58% open Β· ⏱️ 08.09.2023): +- [GitHub](https://github.com/jupyter-naas/naas) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 20 Β· πŸ“¦ 4 Β· πŸ“‹ 180 - 20% open Β· ⏱️ 18.09.2023): ``` - git clone https://github.com/takluyver/nbopen + git clone https://github.com/jupyter-naas/naas ``` -- [PyPi](https://pypi.org/project/nbopen) (πŸ“₯ 1.7K / month): +- [PyPi](https://pypi.org/project/naas) (πŸ“₯ 2.2K / month Β· ⏱️ 18.09.2023): ``` - pip install nbopen + pip install naas ```
-
naas (πŸ₯‰17 Β· ⭐ 260) - Schedule notebooks, run them like APIs, expose securely your assets:.. ❗️AGPL-3.0 +
nbopen (πŸ₯‰18 Β· ⭐ 290) - Open a Jupyter notebook in the best available server. BSD-3 -- [GitHub](https://github.com/jupyter-naas/naas) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 20 Β· πŸ“¦ 4 Β· πŸ“‹ 180 - 20% open Β· ⏱️ 02.09.2023): +- [GitHub](https://github.com/takluyver/nbopen) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 56 Β· πŸ“¦ 120 Β· πŸ“‹ 65 - 58% open Β· ⏱️ 08.09.2023): ``` - git clone https://github.com/jupyter-naas/naas + git clone https://github.com/takluyver/nbopen ``` -- [PyPi](https://pypi.org/project/naas) (πŸ“₯ 1.9K / month): +- [PyPi](https://pypi.org/project/nbopen) (πŸ“₯ 1.9K / month): ``` - pip install naas + pip install nbopen ```
JupyterWith (πŸ₯‰15 Β· ⭐ 500) - Declarative and reproducible Jupyter environments - powered by Nix. MIT @@ -1929,11 +2001,11 @@ _Libraries and tools that work with or can be used within notebook files._ - BeakerX (πŸ₯ˆ27 Β· ⭐ 2.8K Β· πŸ’€) - Beaker Extensions for Jupyter Notebook. Apache-2 - PixieDust (πŸ₯ˆ27 Β· ⭐ 1K Β· πŸ’€) - Python Helper library for Jupyter Notebooks. Apache-2 -- Jupyter Sphinx (πŸ₯ˆ26 Β· ⭐ 170 Β· πŸ’€) - Sphinx extension for rendering of Jupyter interactive.. BSD-3 -- ipyparallel (πŸ₯ˆ24 Β· ⭐ 2.5K Β· πŸ“‰) - IPython Parallel: Interactive Parallel Computing in.. ❗Unlicensed +- ipyparallel (πŸ₯ˆ24 Β· ⭐ 2.5K) - IPython Parallel: Interactive Parallel Computing in Python. ❗Unlicensed - nbval (πŸ₯ˆ23 Β· ⭐ 410 Β· πŸ’€) - A py.test plugin to validate Jupyter notebooks. ❗Unlicensed +- Jupyter Sphinx (πŸ₯‰22 Β· ⭐ 170 Β· πŸ’€) - Sphinx extension for rendering of Jupyter interactive.. BSD-3 - treon (πŸ₯‰19 Β· ⭐ 290 Β· πŸ’€) - Easy to use test framework for Jupyter Notebooks. MIT -- sphinxcontrib.jupyter (πŸ₯‰17 Β· ⭐ 72 Β· πŸ’€) - A Sphinx Extension for Generating Jupyter Notebooks. BSD-3 +- sphinxcontrib.jupyter (πŸ₯‰17 Β· ⭐ 73 Β· πŸ’€) - A Sphinx Extension for Generating Jupyter Notebooks. BSD-3 - Kernel Management (πŸ₯‰14 Β· ⭐ 15 Β· πŸ’€) - Experimental new kernel management framework for Jupyter. BSD-3 - nbmake-action (πŸ₯‰12 Β· ⭐ 150 Β· πŸ’€) - GitHub Action for testing notebooks. Apache-2 - jupyter2slides (πŸ₯‰11 Β· ⭐ 790 Β· πŸ’€) - Cloud Native Presentation Slides with Jupyter Notebook +.. MIT @@ -1949,54 +2021,54 @@ _Libraries and tools that work with or can be used within notebook files._ _Extensions that can render and display files of specific MIME types._ -
JupyterLab Renderers (πŸ₯ˆ21 Β· ⭐ 470) - Renderers and renderer extensions for JupyterLab. BSD-3 +
JupyterLab Latex (πŸ₯‡20 Β· ⭐ 570) - JupyterLab extension for live editing of LaTeX documents. BSD-3 -- [GitHub](https://github.com/jupyterlab/jupyter-renderers) (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 74 Β· πŸ“‹ 110 - 35% open Β· ⏱️ 01.08.2023): +- [GitHub](https://github.com/jupyterlab/jupyterlab-latex) (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 63 Β· πŸ“¦ 5 Β· πŸ“‹ 89 - 35% open Β· ⏱️ 09.07.2023): ``` - git clone https://github.com/jupyterlab/jupyter-renderers + git clone https://github.com/jupyterlab/jupyterlab-latex ``` -- [PyPi](https://pypi.org/project/jupyterlab-katex) (πŸ“₯ 720 / month Β· πŸ“¦ 1 Β· ⏱️ 23.05.2023): +- [PyPi](https://pypi.org/project/jupyterlab_latex) (πŸ“₯ 1.1K / month): ``` - pip install jupyterlab-katex + pip install jupyterlab_latex ``` -- [Conda](https://anaconda.org/conda-forge/jupyterlab-vega3) (πŸ“₯ 3.2K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/jupyterlab-latex) (πŸ“₯ 12K Β· ⏱️ 16.06.2023): ``` - conda install -c conda-forge jupyterlab-vega3 + conda install -c conda-forge jupyterlab-latex ``` -- [npm](https://www.npmjs.com/package/@jupyterlab/geojson-extension) (πŸ“₯ 2.8K / month Β· πŸ“¦ 3 Β· ⏱️ 01.08.2023): +- [npm](https://www.npmjs.com/package/@jupyterlab/latex) (πŸ“₯ 500 / month): ``` - npm install @jupyterlab/geojson-extension + npm install @jupyterlab/latex ```
-
JupyterLab Latex (πŸ₯‰20 Β· ⭐ 570) - JupyterLab extension for live editing of LaTeX documents. BSD-3 +
JupyterLab Renderers (πŸ₯‰18 Β· ⭐ 470) - Renderers and renderer extensions for JupyterLab. BSD-3 -- [GitHub](https://github.com/jupyterlab/jupyterlab-latex) (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 67 Β· πŸ“¦ 5 Β· πŸ“‹ 95 - 40% open Β· ⏱️ 09.07.2023): +- [GitHub](https://github.com/jupyterlab/jupyter-renderers) (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 69 Β· πŸ“‹ 110 - 32% open Β· ⏱️ 01.08.2023): ``` - git clone https://github.com/jupyterlab/jupyterlab-latex + git clone https://github.com/jupyterlab/jupyter-renderers ``` -- [PyPi](https://pypi.org/project/jupyterlab_latex) (πŸ“₯ 1.1K / month Β· πŸ“¦ 2 Β· ⏱️ 15.09.2021): +- [PyPi](https://pypi.org/project/jupyterlab-katex) (πŸ“₯ 1.1K / month): ``` - pip install jupyterlab_latex + pip install jupyterlab-katex ``` -- [Conda](https://anaconda.org/conda-forge/jupyterlab-latex) (πŸ“₯ 12K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/jupyterlab-vega3) (πŸ“₯ 3.2K Β· ⏱️ 16.06.2023): ``` - conda install -c conda-forge jupyterlab-latex + conda install -c conda-forge jupyterlab-vega3 ``` -- [npm](https://www.npmjs.com/package/@jupyterlab/latex) (πŸ“₯ 580 / month Β· πŸ“¦ 2 Β· ⏱️ 06.07.2021): +- [npm](https://www.npmjs.com/package/@jupyterlab/geojson-extension) (πŸ“₯ 2.5K / month): ``` - npm install @jupyterlab/latex + npm install @jupyterlab/geojson-extension ```
Show 6 hidden projects... -- JupyterLab Drawio (πŸ₯‡22 Β· ⭐ 570 Β· πŸ’€) - A standalone embedding of the FOSS drawio / mxgraph.. BSD-3 -- JupyterLab Dash (πŸ₯ˆ21 Β· ⭐ 880 Β· πŸ’€) - An Extension for the Interactive development of Dash apps in.. MIT -- JupyterLab Chart Editor (πŸ₯‰16 Β· ⭐ 220 Β· πŸ’€) - JupyterLab extension for Plotlys react-chart-editor. BSD-3 +- JupyterLab Drawio (πŸ₯‡20 Β· ⭐ 570 Β· πŸ’€) - A standalone embedding of the FOSS drawio / mxgraph.. BSD-3 +- JupyterLab Dash (πŸ₯ˆ19 Β· ⭐ 360 Β· πŸ’€) - An Extension for the Interactive development of Dash apps in.. MIT +- jupyterlab-tabular-data-editor (πŸ₯‰16 Β· ⭐ 130 Β· πŸ’€) - Manipulate your tabular data responsively and.. BSD-3 - JupyterLab Spreadsheet (πŸ₯‰15 Β· ⭐ 180 Β· πŸ’€) - JupyterLab plugin for viewing spreadsheets, such as.. BSD-3 -- jupyterlab-tabular-data-editor (πŸ₯‰14 Β· ⭐ 130 Β· πŸ’€) - Manipulate your tabular data responsively and.. BSD-3 -- JupyterLab Voyager (πŸ₯‰12 Β· ⭐ 290 Β· πŸ’€) - JupyterLab extension visualize data with Voyager. BSD-3 +- JupyterLab Chart Editor (πŸ₯‰14 Β· ⭐ 220 Β· πŸ’€) - JupyterLab extension for Plotlys react-chart-editor. ❗Unlicensed +- JupyterLab Voyager (πŸ₯‰11 Β· ⭐ 290 Β· πŸ’€) - JupyterLab extension visualize data with Voyager. BSD-3

@@ -2006,58 +2078,73 @@ _Extensions that can render and display files of specific MIME types._ _Extensions that can customize the appearance of JupyterLab._ -
jupyterlab-theme-solarized-dark (πŸ₯ˆ13 Β· ⭐ 87) - JupyterLab Theme Solarized Dark. BSD-3 +
jupyterlab-theme-solarized-dark (πŸ₯ˆ15 Β· ⭐ 87) - JupyterLab Theme Solarized Dark. BSD-3 - [GitHub](https://github.com/AllanChain/jupyterlab-theme-solarized-dark) (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 7 Β· πŸ“₯ 18 Β· πŸ“¦ 2 Β· πŸ“‹ 4 - 50% open Β· ⏱️ 19.07.2023): ``` git clone https://github.com/AllanChain/jupyterlab-theme-solarized-dark ``` -- [PyPi](https://pypi.org/project/jupyterlab_theme_solarized_dark) (πŸ“₯ 5.7K / month): +- [PyPi](https://pypi.org/project/jupyterlab_theme_solarized_dark) (πŸ“₯ 7.3K / month Β· ⏱️ 13.07.2023): ``` pip install jupyterlab_theme_solarized_dark ``` -- [npm](https://www.npmjs.com/package/jupyterlab-theme-solarized-dark) (πŸ“₯ 2.4K / month): +- [npm](https://www.npmjs.com/package/jupyterlab-theme-solarized-dark) (πŸ“₯ 2K / month Β· πŸ“¦ 2 Β· ⏱️ 13.07.2023): ``` npm install jupyterlab-theme-solarized-dark ```
-
Material Darker Theme (πŸ₯ˆ12 Β· ⭐ 150 Β· πŸ’€) - The Material Darker theme for JupyterLab. BSD-3 +
jupyterlab_darkside_ui (πŸ₯ˆ13 Β· ⭐ 120) - Darkside ui and syntax theme for jupyterlab. BSD-3 -- [GitHub](https://github.com/oriolmirosa/jupyterlab_materialdarker) (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 18 Β· πŸ“¦ 7 Β· πŸ“‹ 20 - 25% open Β· ⏱️ 16.12.2022): +- [GitHub](https://github.com/dunovank/jupyterlab_darkside_ui) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 9 Β· πŸ“‹ 6 - 16% open Β· ⏱️ 18.09.2023): ``` - git clone https://github.com/oriolmirosa/jupyterlab_materialdarker + git clone https://github.com/dunovank/jupyterlab_darkside_ui ``` -- [PyPi](https://pypi.org/project/jupyterlab-materialdarker) (πŸ“₯ 410 / month Β· ⏱️ 16.12.2022): +- [PyPi](https://pypi.org/project/jupyterlab_darkside_ui) (πŸ“₯ 480 / month Β· ⏱️ 18.03.2022): ``` - pip install jupyterlab-materialdarker + pip install jupyterlab_darkside_ui + ``` +
+
Horizon Theme (πŸ₯‰12 Β· ⭐ 74 Β· πŸ’€) - VSCode Horizon Theme port for JupyterLab. BSD-3 + +- [GitHub](https://github.com/mohirio/jupyterlab-horizon-theme) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 6 Β· πŸ“¦ 2 Β· πŸ“‹ 9 - 33% open Β· ⏱️ 05.12.2022): + ``` -- [npm](https://www.npmjs.com/package/@oriolmirosa/jupyterlab_materialdarker) (πŸ“₯ 290 / month Β· πŸ“¦ 2 Β· ⏱️ 16.12.2022): + git clone https://github.com/mohirio/jupyterlab-horizon-theme ``` - npm install @oriolmirosa/jupyterlab_materialdarker +- [PyPi](https://pypi.org/project/jupyterlab-horizon-theme) (πŸ“₯ 310 / month Β· ⏱️ 30.11.2022): + ``` + pip install jupyterlab-horizon-theme + ``` +- [npm](https://www.npmjs.com/package/@mohirio/jupyterlab-horizon-theme) (πŸ“₯ 320 / month Β· πŸ“¦ 2 Β· ⏱️ 30.11.2022): + ``` + npm install @mohirio/jupyterlab-horizon-theme ```
-
jupyterlab_darkside_ui (πŸ₯‰10 Β· ⭐ 120) - Darkside ui and syntax theme for jupyterlab. BSD-3 +
Material Darker Theme (πŸ₯‰10 Β· ⭐ 150 Β· πŸ’€) - The Material Darker theme for JupyterLab. BSD-3 -- [GitHub](https://github.com/dunovank/jupyterlab_darkside_ui) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 9 Β· ⏱️ 12.08.2023): +- [GitHub](https://github.com/oriolmirosa/jupyterlab_materialdarker) (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 16 Β· πŸ“¦ 7 Β· πŸ“‹ 18 - 16% open Β· ⏱️ 16.12.2022): ``` - git clone https://github.com/dunovank/jupyterlab_darkside_ui + git clone https://github.com/oriolmirosa/jupyterlab_materialdarker ``` -- [PyPi](https://pypi.org/project/jupyterlab_darkside_ui) (πŸ“₯ 440 / month): +- [PyPi](https://pypi.org/project/jupyterlab-materialdarker) (πŸ“₯ 430 / month): ``` - pip install jupyterlab_darkside_ui + pip install jupyterlab-materialdarker + ``` +- [npm](https://www.npmjs.com/package/@oriolmirosa/jupyterlab_materialdarker) (πŸ“₯ 180 / month): + ``` + npm install @oriolmirosa/jupyterlab_materialdarker ```
-
Show 6 hidden projects... +
Show 5 hidden projects... - Darcula Theme (πŸ₯‡20 Β· ⭐ 190 Β· πŸ’€) - A handsome Darcula theme for Jupyterlab. The first jlab.. BSD-3 -- Neon Theme (πŸ₯ˆ11 Β· ⭐ 150 Β· πŸ’€) - A flat, 80s neon inspired theme for JupyterLab. BSD-3 -- Horizon Theme (πŸ₯‰9 Β· ⭐ 73 Β· πŸ’€) - VSCode Horizon Theme port for JupyterLab. BSD-3 -- Theme Toggle (πŸ₯‰9 Β· ⭐ 11 Β· πŸ’€) - JupyterLab extension to toggle the theme in the Top Bar area. BSD-3 -- Gruvbox Theme (πŸ₯‰8 Β· ⭐ 50 Β· πŸ’€) - Gruvbox dark theme for Jupyter Lab. Modeled on classic.. ❗Unlicensed -- Nord Theme (πŸ₯‰4 Β· ⭐ 26 Β· πŸ’€) - JupyterLab - Nord Theme. ❗Unlicensed +- Neon Theme (πŸ₯ˆ13 Β· ⭐ 150 Β· πŸ’€) - A flat, 80s neon inspired theme for JupyterLab. BSD-3 +- Gruvbox Theme (πŸ₯‰12 Β· ⭐ 50 Β· πŸ’€) - Gruvbox dark theme for Jupyter Lab. Modeled on classic.. BSD-3 +- Theme Toggle (πŸ₯‰11 Β· ⭐ 11 Β· πŸ’€) - JupyterLab extension to toggle the theme in the Top Bar area. BSD-3 +- Nord Theme (πŸ₯‰8 Β· ⭐ 26 Β· πŸ’€) - JupyterLab - Nord Theme. BSD-3

@@ -2069,52 +2156,72 @@ _Application plugins that extend the functionality of JupyterLab itself._
Perspective (πŸ₯‡32 Β· ⭐ 6.6K) - A data visualization and analytics component, especially well-.. Apache-2 -- [GitHub](https://github.com/finos/perspective) (πŸ‘¨β€πŸ’» 92 Β· πŸ”€ 820 Β· πŸ“₯ 1.2K Β· πŸ“¦ 580 Β· πŸ“‹ 660 - 14% open Β· ⏱️ 31.08.2023): +- [GitHub](https://github.com/finos/perspective) (πŸ‘¨β€πŸ’» 92 Β· πŸ”€ 820 Β· πŸ“₯ 1.3K Β· πŸ“¦ 590 Β· πŸ“‹ 660 - 14% open Β· ⏱️ 31.08.2023): ``` git clone https://github.com/finos/perspective ``` -- [PyPi](https://pypi.org/project/perspective-python) (πŸ“₯ 5.6K / month Β· πŸ“¦ 12 Β· ⏱️ 01.09.2023): +- [PyPi](https://pypi.org/project/perspective-python) (πŸ“₯ 5K / month Β· πŸ“¦ 12 Β· ⏱️ 01.09.2023): ``` pip install perspective-python ``` -- [Conda](https://anaconda.org/conda-forge/perspective) (πŸ“₯ 440K Β· ⏱️ 01.09.2023): +- [Conda](https://anaconda.org/conda-forge/perspective) (πŸ“₯ 450K Β· ⏱️ 01.09.2023): ``` conda install -c conda-forge perspective ``` -- [npm](https://www.npmjs.com/package/@finos/perspective-jupyterlab) (πŸ“₯ 1K / month Β· πŸ“¦ 3 Β· ⏱️ 01.09.2023): +- [npm](https://www.npmjs.com/package/@finos/perspective-jupyterlab) (πŸ“₯ 770 / month Β· πŸ“¦ 3 Β· ⏱️ 01.09.2023): ``` npm install @finos/perspective-jupyterlab ```
JupyterLab LSP (πŸ₯‡31 Β· ⭐ 1.6K) - Coding assistance for JupyterLab (code navigation + hover.. BSD-3 -- [GitHub](https://github.com/jupyter-lsp/jupyterlab-lsp) (πŸ‘¨β€πŸ’» 48 Β· πŸ”€ 120 Β· πŸ“¦ 1.6K Β· πŸ“‹ 500 - 35% open Β· ⏱️ 02.09.2023): +- [GitHub](https://github.com/jupyter-lsp/jupyterlab-lsp) (πŸ‘¨β€πŸ’» 48 Β· πŸ”€ 120 Β· πŸ“¦ 1.6K Β· πŸ“‹ 500 - 33% open Β· ⏱️ 17.09.2023): ``` git clone https://github.com/jupyter-lsp/jupyterlab-lsp ``` -- [PyPi](https://pypi.org/project/jupyterlab-lsp) (πŸ“₯ 29K / month): +- [PyPi](https://pypi.org/project/jupyterlab-lsp) (πŸ“₯ 31K / month): ``` pip install jupyterlab-lsp ``` -- [Conda](https://anaconda.org/conda-forge/jupyter-lsp) (πŸ“₯ 650K Β· ⏱️ 29.08.2023): +- [Conda](https://anaconda.org/conda-forge/jupyter-lsp) (πŸ“₯ 700K Β· ⏱️ 18.09.2023): ``` conda install -c conda-forge jupyter-lsp ``` -- [npm](https://www.npmjs.com/package/@krassowski/jupyterlab-lsp) (πŸ“₯ 1.8K / month): +- [npm](https://www.npmjs.com/package/@krassowski/jupyterlab-lsp) (πŸ“₯ 1.3K / month): ``` npm install @krassowski/jupyterlab-lsp ```
-
JupyterLab Git (πŸ₯‡30 Β· ⭐ 1.3K) - A Git extension for JupyterLab. BSD-3 +
elyra (πŸ₯‡28 Β· ⭐ 1.7K) - Elyra extends JupyterLab with an AI centric approach. Apache-2 + +- [GitHub](https://github.com/elyra-ai/elyra) (πŸ‘¨β€πŸ’» 58 Β· πŸ”€ 300 Β· πŸ“¦ 50 Β· πŸ“‹ 1.6K - 16% open Β· ⏱️ 19.06.2023): + + ``` + git clone https://github.com/elyra-ai/elyra + ``` +- [PyPi](https://pypi.org/project/elyra) (πŸ“₯ 1.8K / month Β· πŸ“¦ 3 Β· ⏱️ 29.03.2023): + ``` + pip install elyra + ``` +- [Conda](https://anaconda.org/conda-forge/elyra) (πŸ“₯ 40K Β· ⏱️ 16.06.2023): + ``` + conda install -c conda-forge elyra + ``` +- [npm](https://www.npmjs.com/package/@elyra/services) (πŸ“₯ 450 / month Β· πŸ“¦ 6 Β· ⏱️ 29.03.2023): + ``` + npm install @elyra/services + ``` +
+
JupyterLab Git (πŸ₯‡28 Β· ⭐ 1.3K) - A Git extension for JupyterLab. BSD-3 -- [GitHub](https://github.com/jupyterlab/jupyterlab-git) (πŸ‘¨β€πŸ’» 91 Β· πŸ”€ 290 Β· πŸ“₯ 42 Β· πŸ“¦ 2 Β· πŸ“‹ 580 - 17% open Β· ⏱️ 10.08.2023): +- [GitHub](https://github.com/jupyterlab/jupyterlab-git) (πŸ‘¨β€πŸ’» 91 Β· πŸ”€ 270 Β· πŸ“₯ 43 Β· πŸ“¦ 2 Β· πŸ“‹ 560 - 15% open Β· ⏱️ 10.08.2023): ``` git clone https://github.com/jupyterlab/jupyterlab-git ``` -- [PyPi](https://pypi.org/project/jupyterlab-git) (πŸ“₯ 120K / month Β· πŸ“¦ 27 Β· ⏱️ 10.08.2023): +- [PyPi](https://pypi.org/project/jupyterlab-git) (πŸ“₯ 120K / month): ``` pip install jupyterlab-git ``` @@ -2122,32 +2229,32 @@ _Application plugins that extend the functionality of JupyterLab itself._ ``` conda install -c conda-forge jupyterlab-git ``` -- [npm](https://www.npmjs.com/package/@jupyterlab/git) (πŸ“₯ 17K / month Β· πŸ“¦ 6 Β· ⏱️ 10.08.2023): +- [npm](https://www.npmjs.com/package/@jupyterlab/git) (πŸ“₯ 14K / month): ``` npm install @jupyterlab/git ```
-
elyra (πŸ₯‡27 Β· ⭐ 1.7K) - Elyra extends JupyterLab with an AI centric approach. Apache-2 +
Code Formatter (πŸ₯ˆ25 Β· ⭐ 750) - A JupyterLab plugin to facilitate invocation of code formatters. MIT -- [GitHub](https://github.com/elyra-ai/elyra) (πŸ‘¨β€πŸ’» 58 Β· πŸ”€ 300 Β· πŸ“¦ 49 Β· πŸ“‹ 1.6K - 16% open Β· ⏱️ 19.06.2023): +- [GitHub](https://github.com/ryantam626/jupyterlab_code_formatter) (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 54 Β· πŸ“‹ 190 - 12% open Β· ⏱️ 18.06.2023): ``` - git clone https://github.com/elyra-ai/elyra + git clone https://github.com/ryantam626/jupyterlab_code_formatter ``` -- [PyPi](https://pypi.org/project/elyra) (πŸ“₯ 1.7K / month Β· πŸ“¦ 3 Β· ⏱️ 29.03.2023): +- [PyPi](https://pypi.org/project/jupyterlab_code_formatter) (πŸ“₯ 86K / month Β· πŸ“¦ 17 Β· ⏱️ 21.05.2023): ``` - pip install elyra + pip install jupyterlab_code_formatter ``` -- [Conda](https://anaconda.org/conda-forge/elyra) (πŸ“₯ 39K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/jupyterlab_code_formatter) (πŸ“₯ 670K Β· ⏱️ 16.06.2023): ``` - conda install -c conda-forge elyra + conda install -c conda-forge jupyterlab_code_formatter ``` -- [npm](https://www.npmjs.com/package/@elyra/services) (πŸ“₯ 480 / month Β· πŸ“¦ 6 Β· ⏱️ 29.03.2023): +- [npm](https://www.npmjs.com/package/@ryantam626/jupyterlab_code_formatter) (πŸ“₯ 1.6K / month Β· πŸ“¦ 2 Β· ⏱️ 16.04.2023): ``` - npm install @elyra/services + npm install @ryantam626/jupyterlab_code_formatter ```
-
dask-labextension (πŸ₯ˆ23 Β· ⭐ 290 Β· πŸ“ˆ) - JupyterLab extension for Dask. BSD-3 +
dask-labextension (πŸ₯ˆ23 Β· ⭐ 290) - JupyterLab extension for Dask. BSD-3 - [GitHub](https://github.com/dask/dask-labextension) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 59 Β· πŸ“¦ 2 Β· πŸ“‹ 150 - 31% open Β· ⏱️ 04.08.2023): @@ -2162,39 +2269,39 @@ _Application plugins that extend the functionality of JupyterLab itself._ ``` conda install -c conda-forge dask-labextension ``` -- [npm](https://www.npmjs.com/package/dask-labextension) (πŸ“₯ 670 / month Β· πŸ“¦ 2 Β· ⏱️ 21.06.2022): +- [npm](https://www.npmjs.com/package/dask-labextension) (πŸ“₯ 620 / month Β· πŸ“¦ 2 Β· ⏱️ 21.06.2022): ``` npm install dask-labextension ```
JupyterLab Spellchecker (πŸ₯ˆ23 Β· ⭐ 190) - Spellchecker for JupyterLab notebook markdown cells.. BSD-3 -- [GitHub](https://github.com/jupyterlab-contrib/spellchecker) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 17 Β· πŸ“¦ 180 Β· πŸ“‹ 55 - 30% open Β· ⏱️ 28.07.2023): +- [GitHub](https://github.com/jupyterlab-contrib/spellchecker) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 18 Β· πŸ“¦ 180 Β· πŸ“‹ 55 - 29% open Β· ⏱️ 28.07.2023): ``` git clone https://github.com/jupyterlab-contrib/spellchecker ``` -- [PyPi](https://pypi.org/project/jupyterlab-spellchecker) (πŸ“₯ 6.1K / month): +- [PyPi](https://pypi.org/project/jupyterlab-spellchecker) (πŸ“₯ 5.8K / month): ``` pip install jupyterlab-spellchecker ``` -- [Conda](https://anaconda.org/conda-forge/jupyterlab-spellchecker) (πŸ“₯ 92K Β· ⏱️ 28.07.2023): +- [Conda](https://anaconda.org/conda-forge/jupyterlab-spellchecker) (πŸ“₯ 93K Β· ⏱️ 28.07.2023): ``` conda install -c conda-forge jupyterlab-spellchecker ``` -- [npm](https://www.npmjs.com/package/@ijmbarr/jupyterlab_spellchecker) (πŸ“₯ 810 / month): +- [npm](https://www.npmjs.com/package/@ijmbarr/jupyterlab_spellchecker) (πŸ“₯ 630 / month): ``` npm install @ijmbarr/jupyterlab_spellchecker ```
ipylab (πŸ₯ˆ23 Β· ⭐ 150) - Control JupyterLab from Python Notebooks with Jupyter Widgets. BSD-3 -- [GitHub](https://github.com/jtpio/ipylab) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 11 Β· πŸ“₯ 130 Β· πŸ“¦ 53 Β· πŸ“‹ 41 - 48% open Β· ⏱️ 11.08.2023): +- [GitHub](https://github.com/jtpio/ipylab) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 11 Β· πŸ“₯ 130 Β· πŸ“¦ 56 Β· πŸ“‹ 41 - 48% open Β· ⏱️ 11.08.2023): ``` git clone https://github.com/jtpio/ipylab ``` -- [PyPi](https://pypi.org/project/ipylab) (πŸ“₯ 70K / month): +- [PyPi](https://pypi.org/project/ipylab) (πŸ“₯ 85K / month Β· πŸ“¦ 9 Β· ⏱️ 11.08.2023): ``` pip install ipylab ``` @@ -2202,31 +2309,11 @@ _Application plugins that extend the functionality of JupyterLab itself._ ``` conda install -c conda-forge ipylab ``` -- [npm](https://www.npmjs.com/package/ipylab) (πŸ“₯ 630 / month): +- [npm](https://www.npmjs.com/package/ipylab) (πŸ“₯ 530 / month Β· πŸ“¦ 2 Β· ⏱️ 11.08.2023): ``` npm install ipylab ```
-
Code Formatter (πŸ₯ˆ22 Β· ⭐ 750) - A JupyterLab plugin to facilitate invocation of code formatters. MIT - -- [GitHub](https://github.com/ryantam626/jupyterlab_code_formatter) (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 53 Β· πŸ“‹ 190 - 12% open Β· ⏱️ 18.06.2023): - - ``` - git clone https://github.com/ryantam626/jupyterlab_code_formatter - ``` -- [PyPi](https://pypi.org/project/jupyterlab_code_formatter) (πŸ“₯ 81K / month): - ``` - pip install jupyterlab_code_formatter - ``` -- [Conda](https://anaconda.org/conda-forge/jupyterlab_code_formatter) (πŸ“₯ 670K Β· ⏱️ 16.06.2023): - ``` - conda install -c conda-forge jupyterlab_code_formatter - ``` -- [npm](https://www.npmjs.com/package/@ryantam626/jupyterlab_code_formatter) (πŸ“₯ 1.9K / month): - ``` - npm install @ryantam626/jupyterlab_code_formatter - ``` -
JupyterLab Templates (πŸ₯ˆ22 Β· ⭐ 350) - Support for jupyter notebook templates in jupyterlab. Apache-2 - [GitHub](https://github.com/finos/jupyterlab_templates) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 60 Β· πŸ“¦ 7 Β· πŸ“‹ 87 - 8% open Β· ⏱️ 11.09.2023): @@ -2234,7 +2321,7 @@ _Application plugins that extend the functionality of JupyterLab itself._ ``` git clone https://github.com/jpmorganchase/jupyterlab_templates ``` -- [PyPi](https://pypi.org/project/jupyterlab_templates) (πŸ“₯ 10K / month): +- [PyPi](https://pypi.org/project/jupyterlab_templates) (πŸ“₯ 11K / month): ``` pip install jupyterlab_templates ``` @@ -2242,19 +2329,19 @@ _Application plugins that extend the functionality of JupyterLab itself._ ``` conda install -c conda-forge jupyterlab_templates ``` -- [npm](https://www.npmjs.com/package/jupyterlab_templates) (πŸ“₯ 2.8K / month): +- [npm](https://www.npmjs.com/package/jupyterlab_templates) (πŸ“₯ 2.4K / month): ``` npm install jupyterlab_templates ```
GPU Dashboards (πŸ₯ˆ21 Β· ⭐ 520) - A JupyterLab extension for displaying dashboards of GPU usage. BSD-3 -- [GitHub](https://github.com/rapidsai/jupyterlab-nvdashboard) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 66 Β· πŸ“¦ 2 Β· πŸ“‹ 67 - 41% open Β· ⏱️ 25.08.2023): +- [GitHub](https://github.com/rapidsai/jupyterlab-nvdashboard) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 66 Β· πŸ“¦ 2 Β· πŸ“‹ 68 - 42% open Β· ⏱️ 25.08.2023): ``` git clone https://github.com/rapidsai/jupyterlab-nvdashboard ``` -- [PyPi](https://pypi.org/project/jupyterlab-nvdashboard) (πŸ“₯ 68K / month): +- [PyPi](https://pypi.org/project/jupyterlab-nvdashboard) (πŸ“₯ 70K / month): ``` pip install jupyterlab-nvdashboard ``` @@ -2262,7 +2349,7 @@ _Application plugins that extend the functionality of JupyterLab itself._ ``` conda install -c conda-forge jupyterlab-nvdashboard ``` -- [npm](https://www.npmjs.com/package/jupyterlab-nvdashboard) (πŸ“₯ 400 / month): +- [npm](https://www.npmjs.com/package/jupyterlab-nvdashboard) (πŸ“₯ 330 / month): ``` npm install jupyterlab-nvdashboard ``` @@ -2274,11 +2361,11 @@ _Application plugins that extend the functionality of JupyterLab itself._ ``` git clone https://github.com/jupyterlab/jupyterlab-github ``` -- [PyPi](https://pypi.org/project/jupyterlab-github) (πŸ“₯ 1.9K / month Β· πŸ“¦ 2 Β· ⏱️ 03.08.2023): +- [PyPi](https://pypi.org/project/jupyterlab-github) (πŸ“₯ 2.1K / month Β· πŸ“¦ 2 Β· ⏱️ 03.08.2023): ``` pip install jupyterlab-github ``` -- [npm](https://www.npmjs.com/package/@jupyterlab/github) (πŸ“₯ 900 / month Β· πŸ“¦ 2 Β· ⏱️ 02.08.2023): +- [npm](https://www.npmjs.com/package/@jupyterlab/github) (πŸ“₯ 880 / month Β· πŸ“¦ 2 Β· ⏱️ 02.08.2023): ``` npm install @jupyterlab/github ``` @@ -2298,7 +2385,7 @@ _Application plugins that extend the functionality of JupyterLab itself._ ``` conda install -c conda-forge jupyterlab-system-monitor ``` -- [npm](https://www.npmjs.com/package/jupyterlab-system-monitor) (πŸ“₯ 2.8K / month): +- [npm](https://www.npmjs.com/package/jupyterlab-system-monitor) (πŸ“₯ 2.4K / month): ``` npm install jupyterlab-system-monitor ``` @@ -2310,7 +2397,7 @@ _Application plugins that extend the functionality of JupyterLab itself._ ``` git clone https://github.com/lckr/jupyterlab-variableInspector ``` -- [PyPi](https://pypi.org/project/lckr-jupyterlab-variableinspector) (πŸ“₯ 7.1K / month Β· ⏱️ 10.04.2021): +- [PyPi](https://pypi.org/project/lckr-jupyterlab-variableinspector) (πŸ“₯ 7.3K / month Β· ⏱️ 10.04.2021): ``` pip install lckr-jupyterlab-variableinspector ``` @@ -2318,31 +2405,11 @@ _Application plugins that extend the functionality of JupyterLab itself._ ``` conda install -c conda-forge jupyterlab-variableinspector ``` -- [npm](https://www.npmjs.com/package/@lckr/jupyterlab_variableinspector) (πŸ“₯ 2.9K / month Β· πŸ“¦ 2 Β· ⏱️ 10.04.2021): +- [npm](https://www.npmjs.com/package/@lckr/jupyterlab_variableinspector) (πŸ“₯ 2.6K / month Β· πŸ“¦ 2 Β· ⏱️ 10.04.2021): ``` npm install @lckr/jupyterlab_variableinspector ```
-
jupyterlab-execute-time (πŸ₯ˆ20 Β· ⭐ 290 Β· πŸ“ˆ) - A JupyterLab extension for displaying cell timings. BSD-3 - -- [GitHub](https://github.com/deshaw/jupyterlab-execute-time) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 39 Β· πŸ“¦ 3 Β· πŸ“‹ 52 - 17% open Β· ⏱️ 13.09.2023): - - ``` - git clone https://github.com/deshaw/jupyterlab-execute-time - ``` -- [PyPi](https://pypi.org/project/jupyterlab-execute-time) (πŸ“₯ 39K / month Β· πŸ“¦ 1 Β· ⏱️ 02.08.2023): - ``` - pip install jupyterlab-execute-time - ``` -- [Conda](https://anaconda.org/conda-forge/jupyterlab_execute_time) (πŸ“₯ 49K Β· ⏱️ 02.08.2023): - ``` - conda install -c conda-forge jupyterlab_execute_time - ``` -- [npm](https://www.npmjs.com/package/jupyterlab-execute-time) (πŸ“₯ 1.2K / month Β· πŸ“¦ 2 Β· ⏱️ 18.01.2021): - ``` - npm install jupyterlab-execute-time - ``` -
JupyterLab SideCar (πŸ₯ˆ19 Β· ⭐ 230) - A sidecar output widget for JupyterLab. BSD-3 - [GitHub](https://github.com/jupyter-widgets/jupyterlab-sidecar) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 40 Β· πŸ“¦ 6 Β· πŸ“‹ 34 - 64% open Β· ⏱️ 30.08.2023): @@ -2350,7 +2417,7 @@ _Application plugins that extend the functionality of JupyterLab itself._ ``` git clone https://github.com/jupyter-widgets/jupyterlab-sidecar ``` -- [PyPi](https://pypi.org/project/sidecar) (πŸ“₯ 6.1K / month): +- [PyPi](https://pypi.org/project/sidecar) (πŸ“₯ 6.9K / month): ``` pip install sidecar ``` @@ -2358,7 +2425,7 @@ _Application plugins that extend the functionality of JupyterLab itself._ ``` conda install -c conda-forge sidecar ``` -- [npm](https://www.npmjs.com/package/@jupyter-widgets/jupyterlab-sidecar) (πŸ“₯ 390 / month): +- [npm](https://www.npmjs.com/package/@jupyter-widgets/jupyterlab-sidecar) (πŸ“₯ 400 / month): ``` npm install @jupyter-widgets/jupyterlab-sidecar ``` @@ -2370,7 +2437,7 @@ _Application plugins that extend the functionality of JupyterLab itself._ ``` git clone https://github.com/timkpaine/jupyterlab_iframe ``` -- [PyPi](https://pypi.org/project/jupyterlab_iframe) (πŸ“₯ 2.4K / month): +- [PyPi](https://pypi.org/project/jupyterlab_iframe) (πŸ“₯ 3K / month): ``` pip install jupyterlab_iframe ``` @@ -2378,23 +2445,43 @@ _Application plugins that extend the functionality of JupyterLab itself._ ``` conda install -c conda-forge jupyterlab_iframe ``` -- [npm](https://www.npmjs.com/package/jupyterlab_iframe) (πŸ“₯ 250 / month): +- [npm](https://www.npmjs.com/package/jupyterlab_iframe) (πŸ“₯ 200 / month): ``` npm install jupyterlab_iframe ```
-
JupyterLab Google Drive (πŸ₯ˆ18 Β· ⭐ 390) - Cloud storage for JupyterLab using Google Drive. BSD-3 +
JupyterLab Google Drive (πŸ₯ˆ18 Β· ⭐ 400) - Cloud storage for JupyterLab using Google Drive. BSD-3 - [GitHub](https://github.com/jupyterlab/jupyterlab-google-drive) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 78 Β· πŸ“¦ 4 Β· πŸ“‹ 150 - 33% open Β· ⏱️ 03.08.2023): ``` git clone https://github.com/jupyterlab/jupyterlab-google-drive ``` -- [npm](https://www.npmjs.com/package/@jupyterlab/google-drive) (πŸ“₯ 480 / month Β· πŸ“¦ 2 Β· ⏱️ 27.05.2020): +- [npm](https://www.npmjs.com/package/@jupyterlab/google-drive) (πŸ“₯ 360 / month Β· πŸ“¦ 2 Β· ⏱️ 27.05.2020): ``` npm install @jupyterlab/google-drive ```
+
jupyterlab-execute-time (πŸ₯ˆ18 Β· ⭐ 300) - A JupyterLab extension for displaying cell timings. BSD-3 + +- [GitHub](https://github.com/deshaw/jupyterlab-execute-time) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 38 Β· πŸ“¦ 3 Β· πŸ“‹ 54 - 20% open Β· ⏱️ 13.09.2023): + + ``` + git clone https://github.com/deshaw/jupyterlab-execute-time + ``` +- [PyPi](https://pypi.org/project/jupyterlab-execute-time) (πŸ“₯ 43K / month): + ``` + pip install jupyterlab-execute-time + ``` +- [Conda](https://anaconda.org/conda-forge/jupyterlab_execute_time) (πŸ“₯ 50K Β· ⏱️ 02.08.2023): + ``` + conda install -c conda-forge jupyterlab_execute_time + ``` +- [npm](https://www.npmjs.com/package/jupyterlab-execute-time) (πŸ“₯ 1K / month): + ``` + npm install jupyterlab-execute-time + ``` +
Jupyter Bokeh (πŸ₯ˆ18 Β· ⭐ 230) - An extension for rendering Bokeh content in JupyterLab notebooks. BSD-3 - [GitHub](https://github.com/bokeh/jupyter_bokeh) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 45 Β· πŸ“¦ 2 Β· πŸ“‹ 100 - 18% open Β· ⏱️ 14.03.2023): @@ -2402,27 +2489,27 @@ _Application plugins that extend the functionality of JupyterLab itself._ ``` git clone https://github.com/bokeh/jupyter_bokeh ``` -- [PyPi](https://pypi.org/project/jupyter-bokeh) (πŸ“₯ 39K / month): +- [PyPi](https://pypi.org/project/jupyter-bokeh) (πŸ“₯ 41K / month): ``` pip install jupyter-bokeh ``` -- [Conda](https://anaconda.org/conda-forge/jupyter_bokeh) (πŸ“₯ 67K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/jupyter_bokeh) (πŸ“₯ 68K Β· ⏱️ 16.06.2023): ``` conda install -c conda-forge jupyter_bokeh ``` -- [npm](https://www.npmjs.com/package/@bokeh/jupyter_bokeh) (πŸ“₯ 5K / month): +- [npm](https://www.npmjs.com/package/@bokeh/jupyter_bokeh) (πŸ“₯ 4.5K / month): ``` npm install @bokeh/jupyter_bokeh ```
jupyter-fs (πŸ₯ˆ18 Β· ⭐ 160) - A filesystem-like contents manager for multiple backends in.. Apache-2 -- [GitHub](https://github.com/jpmorganchase/jupyter-fs) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 30 Β· πŸ“¦ 4 Β· πŸ“‹ 62 - 19% open Β· ⏱️ 06.06.2023): +- [GitHub](https://github.com/jpmorganchase/jupyter-fs) (πŸ‘¨β€πŸ’» 13 Β· πŸ”€ 31 Β· πŸ“¦ 4 Β· πŸ“‹ 62 - 19% open Β· ⏱️ 06.06.2023): ``` git clone https://github.com/jpmorganchase/jupyter-fs ``` -- [PyPi](https://pypi.org/project/jupyter-fs) (πŸ“₯ 450 / month Β· ⏱️ 04.06.2021): +- [PyPi](https://pypi.org/project/jupyter-fs) (πŸ“₯ 420 / month Β· ⏱️ 04.06.2021): ``` pip install jupyter-fs ``` @@ -2438,71 +2525,91 @@ _Application plugins that extend the functionality of JupyterLab itself._ ``` git clone https://github.com/timkpaine/lantern ``` -- [PyPi](https://pypi.org/project/pylantern) (πŸ“₯ 57 / month): +- [PyPi](https://pypi.org/project/pylantern) (πŸ“₯ 56 / month): ``` pip install pylantern ```
-
JupyterLab Data Explorer (πŸ₯‰16 Β· ⭐ 170) - First class datasets in JupyterLab. BSD-3 +
nbcelltests (πŸ₯‰17 Β· ⭐ 80 Β· πŸ’€) - Cell-by-cell testing for production Jupyter notebooks in.. Apache-2 -- [GitHub](https://github.com/jupyterlab/jupyterlab-data-explorer) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 35 Β· πŸ“¦ 13 Β· ⏱️ 08.08.2023): +- [GitHub](https://github.com/jpmorganchase/nbcelltests) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 21 Β· πŸ“¦ 2 Β· πŸ“‹ 120 - 27% open Β· ⏱️ 07.12.2022): ``` - git clone https://github.com/jupyterlab/jupyterlab-data-explorer + git clone https://github.com/jpmorganchase/nbcelltests ``` -- [npm](https://www.npmjs.com/package/@jupyterlab/dataregistry-extension) (πŸ“₯ 83 / month): +- [PyPi](https://pypi.org/project/nbcelltests) (πŸ“₯ 11 / month Β· ⏱️ 05.10.2020): ``` - npm install @jupyterlab/dataregistry-extension + pip install nbcelltests + ``` +- [Conda](https://anaconda.org/conda-forge/nbcelltests) (πŸ“₯ 8.3K Β· ⏱️ 16.06.2023): + ``` + conda install -c conda-forge nbcelltests + ``` +- [npm](https://www.npmjs.com/package/jupyterlab_celltests) (πŸ“₯ 22 / month Β· πŸ“¦ 2 Β· ⏱️ 05.10.2020): + ``` + npm install jupyterlab_celltests ```
-
nbcelltests (πŸ₯‰16 Β· ⭐ 80 Β· πŸ’€) - Cell-by-cell testing for production Jupyter notebooks in.. Apache-2 +
JupyterLab Kernelspy (πŸ₯‰17 Β· ⭐ 72) - A Jupyter Lab extension for inspecting messages to/from.. BSD-3 -- [GitHub](https://github.com/jpmorganchase/nbcelltests) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 21 Β· πŸ“‹ 120 - 26% open Β· ⏱️ 07.12.2022): +- [GitHub](https://github.com/jupyterlab-contrib/jupyterlab-kernelspy) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 11 Β· πŸ“₯ 19 Β· πŸ“¦ 6 Β· πŸ“‹ 13 - 15% open Β· ⏱️ 30.08.2023): ``` - git clone https://github.com/jpmorganchase/nbcelltests + git clone https://github.com/jupyterlab-contrib/jupyterlab-kernelspy ``` -- [PyPi](https://pypi.org/project/nbcelltests) (πŸ“₯ 10 / month): +- [PyPi](https://pypi.org/project/jupyterlab-kernelspy) (πŸ“₯ 310 / month Β· ⏱️ 30.08.2023): ``` - pip install nbcelltests + pip install jupyterlab-kernelspy ``` -- [Conda](https://anaconda.org/conda-forge/nbcelltests) (πŸ“₯ 8.3K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/jupyterlab-kernelspy) (πŸ“₯ 11K Β· ⏱️ 30.08.2023): ``` - conda install -c conda-forge nbcelltests + conda install -c conda-forge jupyterlab-kernelspy ``` -- [npm](https://www.npmjs.com/package/jupyterlab_celltests) (πŸ“₯ 24 / month): +- [npm](https://www.npmjs.com/package/jupyterlab-kernelspy) (πŸ“₯ 170 / month Β· πŸ“¦ 2 Β· ⏱️ 30.08.2023): ``` - npm install jupyterlab_celltests + npm install jupyterlab-kernelspy + ``` +
+
JupyterLab Data Explorer (πŸ₯‰16 Β· ⭐ 180) - First class datasets in JupyterLab. BSD-3 + +- [GitHub](https://github.com/jupyterlab/jupyterlab-data-explorer) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 35 Β· πŸ“¦ 13 Β· ⏱️ 08.08.2023): + + ``` + git clone https://github.com/jupyterlab/jupyterlab-data-explorer + ``` +- [npm](https://www.npmjs.com/package/@jupyterlab/dataregistry-extension) (πŸ“₯ 38 / month): + ``` + npm install @jupyterlab/dataregistry-extension ```
jupyterlab-sos (πŸ₯‰16 Β· ⭐ 64 Β· πŸ’€) - Jupyterlab extension for SoS Polyglot Notebook and Workflow.. BSD-3 -- [GitHub](https://github.com/vatlab/jupyterlab-sos) (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 6 Β· πŸ“¦ 2 Β· πŸ“‹ 61 - 16% open Β· ⏱️ 06.12.2022): +- [GitHub](https://github.com/vatlab/jupyterlab-sos) (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 6 Β· πŸ“¦ 2 Β· πŸ“‹ 61 - 14% open Β· ⏱️ 06.12.2022): ``` git clone https://github.com/vatlab/jupyterlab-sos ``` -- [PyPi](https://pypi.org/project/jupyterlab-sos) (πŸ“₯ 240 / month Β· ⏱️ 06.12.2022): +- [PyPi](https://pypi.org/project/jupyterlab-sos) (πŸ“₯ 490 / month): ``` pip install jupyterlab-sos ``` -- [Conda](https://anaconda.org/conda-forge/jupyterlab-sos) (πŸ“₯ 30K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/jupyterlab-sos) (πŸ“₯ 31K Β· ⏱️ 16.06.2023): ``` conda install -c conda-forge jupyterlab-sos ``` -- [npm](https://www.npmjs.com/package/jupyterlab-sos) (πŸ“₯ 110 / month Β· πŸ“¦ 2 Β· ⏱️ 14.01.2021): +- [npm](https://www.npmjs.com/package/jupyterlab-sos) (πŸ“₯ 110 / month): ``` npm install jupyterlab-sos ```
-
jupyterlab_commands (πŸ₯‰16 Β· ⭐ 46) - Add arbitrary python commands to the jupyterlab.. Apache-2 +
jupyterlab_commands (πŸ₯‰16 Β· ⭐ 47) - Add arbitrary python commands to the jupyterlab.. Apache-2 - [GitHub](https://github.com/timkpaine/jupyterlab_commands) (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 5 Β· πŸ“‹ 24 - 4% open Β· ⏱️ 19.07.2023): ``` git clone https://github.com/timkpaine/jupyterlab_commands ``` -- [PyPi](https://pypi.org/project/jupyterlab-commands) (πŸ“₯ 88 / month): +- [PyPi](https://pypi.org/project/jupyterlab-commands) (πŸ“₯ 130 / month): ``` pip install jupyterlab-commands ``` @@ -2518,23 +2625,23 @@ _Application plugins that extend the functionality of JupyterLab itself._ ``` git clone https://github.com/xiaohk/stickyland ``` -- [PyPi](https://pypi.org/project/jupyterlab-stickyland) (πŸ“₯ 500 / month Β· πŸ“¦ 1 Β· ⏱️ 30.05.2022): +- [PyPi](https://pypi.org/project/jupyterlab-stickyland) (πŸ“₯ 430 / month Β· πŸ“¦ 1 Β· ⏱️ 30.05.2022): ``` pip install jupyterlab-stickyland ``` -- [npm](https://www.npmjs.com/package/jupyterlab-stickyland) (πŸ“₯ 14 / month Β· πŸ“¦ 2 Β· ⏱️ 23.11.2021): +- [npm](https://www.npmjs.com/package/jupyterlab-stickyland) (πŸ“₯ 13 / month Β· πŸ“¦ 2 Β· ⏱️ 23.11.2021): ``` npm install jupyterlab-stickyland ```
-
JupyterLab Autoversion (πŸ₯‰15 Β· ⭐ 64) - Automatically version jupyter notebooks in JupyterLab. Apache-2 +
JupyterLab Autoversion (πŸ₯‰15 Β· ⭐ 65) - Automatically version jupyter notebooks in JupyterLab. Apache-2 -- [GitHub](https://github.com/timkpaine/jupyterlab_autoversion) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 9 Β· πŸ“‹ 34 - 14% open Β· ⏱️ 20.07.2023): +- [GitHub](https://github.com/timkpaine/jupyterlab_autoversion) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 9 Β· πŸ“‹ 34 - 14% open Β· ⏱️ 14.09.2023): ``` git clone https://github.com/timkpaine/jupyterlab_autoversion ``` -- [PyPi](https://pypi.org/project/jupyterlab_autoversion) (πŸ“₯ 150 / month): +- [PyPi](https://pypi.org/project/jupyterlab_autoversion) (πŸ“₯ 190 / month): ``` pip install jupyterlab_autoversion ``` @@ -2542,7 +2649,7 @@ _Application plugins that extend the functionality of JupyterLab itself._ ``` conda install -c conda-forge jupyterlab_autoversion ``` -- [npm](https://www.npmjs.com/package/jupyterlab_autoversion) (πŸ“₯ 32 / month): +- [npm](https://www.npmjs.com/package/jupyterlab_autoversion) (πŸ“₯ 29 / month): ``` npm install jupyterlab_autoversion ``` @@ -2554,11 +2661,11 @@ _Application plugins that extend the functionality of JupyterLab itself._ ``` git clone https://github.com/timkpaine/jupyterlab_email ``` -- [PyPi](https://pypi.org/project/jupyterlab_email) (πŸ“₯ 160 / month): +- [PyPi](https://pypi.org/project/jupyterlab_email) (πŸ“₯ 81 / month): ``` pip install jupyterlab_email ``` -- [npm](https://www.npmjs.com/package/jupyterlab_email) (πŸ“₯ 170 / month): +- [npm](https://www.npmjs.com/package/jupyterlab_email) (πŸ“₯ 120 / month): ``` npm install jupyterlab_email ``` @@ -2570,11 +2677,11 @@ _Application plugins that extend the functionality of JupyterLab itself._ ``` git clone https://github.com/timkpaine/jupyterlab_email ``` -- [PyPi](https://pypi.org/project/jupyterlab-email) (πŸ“₯ 160 / month): +- [PyPi](https://pypi.org/project/jupyterlab-email) (πŸ“₯ 81 / month): ``` pip install jupyterlab-email ``` -- [npm](https://www.npmjs.com/package/jupyterlab-flake8) (πŸ“₯ 86 / month): +- [npm](https://www.npmjs.com/package/jupyterlab-flake8) (πŸ“₯ 88 / month): ``` npm install jupyterlab-flake8 ``` @@ -2586,11 +2693,11 @@ _Application plugins that extend the functionality of JupyterLab itself._ ``` git clone https://github.com/jupyterlab/jupyterlab-hdf5 ``` -- [PyPi](https://pypi.org/project/jupyterlab_hdf) (πŸ“₯ 680 / month): +- [PyPi](https://pypi.org/project/jupyterlab_hdf) (πŸ“₯ 740 / month): ``` pip install jupyterlab_hdf ``` -- [npm](https://www.npmjs.com/package/@jupyterlab/hdf5) (πŸ“₯ 250 / month): +- [npm](https://www.npmjs.com/package/@jupyterlab/hdf5) (πŸ“₯ 210 / month): ``` npm install @jupyterlab/hdf5 ``` @@ -2602,7 +2709,7 @@ _Application plugins that extend the functionality of JupyterLab itself._ ``` git clone https://github.com/microsoft/gather ``` -- [npm](https://www.npmjs.com/package/nbgather) (πŸ“₯ 36 / month): +- [npm](https://www.npmjs.com/package/nbgather) (πŸ“₯ 37 / month): ``` npm install nbgather ``` @@ -2614,7 +2721,7 @@ _Application plugins that extend the functionality of JupyterLab itself._ ``` git clone https://github.com/jupyterlab/jupyterlab-shortcutui ``` -- [npm](https://www.npmjs.com/package/@jupyterlab/shortcutui) (πŸ“₯ 120 / month): +- [npm](https://www.npmjs.com/package/@jupyterlab/shortcutui) (πŸ“₯ 88 / month): ``` npm install @jupyterlab/shortcutui ``` @@ -2630,47 +2737,31 @@ _Application plugins that extend the functionality of JupyterLab itself._ ``` pip install knowledgelab ``` -- [npm](https://www.npmjs.com/package/knowledgelab) (πŸ“₯ 7 / month): +- [npm](https://www.npmjs.com/package/knowledgelab) (πŸ“₯ 8 / month): ``` npm install knowledgelab ```
-
jupyterlab-gitplus (πŸ₯‰10 Β· ⭐ 100 Β· πŸ’€) - JupyterLab extension to create GitHub commits & pull.. ❗️AGPL-3.0 - -- [GitHub](https://github.com/ReviewNB/jupyterlab-gitplus) (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 8 Β· πŸ“¦ 2 Β· πŸ“‹ 20 - 55% open Β· ⏱️ 28.02.2023): - - ``` - git clone https://github.com/ReviewNB/jupyterlab-gitplus - ``` -- [PyPi](https://pypi.org/project/jupyterlab_gitplus) (πŸ“₯ 92 / month Β· ⏱️ 11.07.2021): - ``` - pip install jupyterlab_gitplus - ``` -- [npm](https://www.npmjs.com/package/@reviewnb/jupyterlab_gitplus) (πŸ“₯ 27 / month Β· πŸ“¦ 2 Β· ⏱️ 28.02.2023): - ``` - npm install @reviewnb/jupyterlab_gitplus - ``` -
Show 19 hidden projects... +- JupyterLab Debugger (πŸ₯‡32 Β· ⭐ 13K Β· πŸ’€) - A visual debugger for Jupyter notebooks, consoles,.. BSD-3 - JupyterLab TOC (πŸ₯‡28 Β· ⭐ 13K Β· πŸ’€) - Table of Contents extension for JupyterLab. BSD-3 -- JupyterLab Debugger (πŸ₯‡26 Β· ⭐ 560 Β· πŸ’€) - A visual debugger for Jupyter notebooks, consoles,.. BSD-3 -- JupyterLab Vim (πŸ₯‰16 Β· ⭐ 950 Β· πŸ’€) - Vim notebook cell bindings for JupyterLab. MIT - jupyterlab-interactive-dashboard-editor (πŸ₯‰16 Β· ⭐ 210 Β· πŸ’€) - A drag-and-drop dashboard editor for JupyterLab. BSD-3 -- jupyterlab-flake8 (πŸ₯‰16 Β· ⭐ 110 Β· πŸ’€) - Jupyterlab python linter for notebooks and text files.. BSD-3 -- jupyterlab-sparkmonitor (πŸ₯‰16 Β· ⭐ 91 Β· πŸ’€) - JupyterLab extension that enables monitoring launched.. Apache-2 +- JupyterLab Vim (πŸ₯‰15 Β· ⭐ 950 Β· πŸ’€) - Vim notebook cell bindings for JupyterLab. MIT - JupyterLab SQL (πŸ₯‰15 Β· ⭐ 400 Β· πŸ’€) - SQL GUI for JupyterLab. MIT -- JupyterLab Kernelspy (πŸ₯‰15 Β· ⭐ 72) - A Jupyter Lab extension for inspecting messages.. ❗Unlicensed - JupyterLab Tensorboard (πŸ₯‰14 Β· ⭐ 310 Β· πŸ’€) - Tensorboard extension for jupyterlab. MIT - JupyterLab Go-To-Definition (πŸ₯‰14 Β· ⭐ 220 Β· πŸ’€) - Navigate to variables definition with a click in.. BSD-3 -- Collapsible Headings (πŸ₯‰13 Β· ⭐ 180 Β· πŸ’€) - Implements Collapsible Headers for Jupyter Lab.. BSD-3 -- JupyterLab Commenting (πŸ₯‰12 Β· ⭐ 96 Β· πŸ’€) - Commenting and annotation for JupyterLab. BSD-3 -- JupyterLab Quickopen (πŸ₯‰12 Β· ⭐ 76 Β· πŸ’€) - Quickly open a file in JupyterLab by typing part of.. BSD-3 +- Collapsible Headings (πŸ₯‰13 Β· ⭐ 170 Β· πŸ’€) - Implements Collapsible Headers for Jupyter Lab.. BSD-3 +- jupyterlab-flake8 (πŸ₯‰13 Β· ⭐ 110 Β· πŸ’€) - Jupyterlab python linter for notebooks and text files.. BSD-3 +- jupyterlab-sparkmonitor (πŸ₯‰13 Β· ⭐ 91 Β· πŸ’€) - JupyterLab extension that enables monitoring launched.. Apache-2 +- JupyterLab Commenting (πŸ₯‰12 Β· ⭐ 97 Β· πŸ’€) - Commenting and annotation for JupyterLab. BSD-3 - JupyterLab Python Files (πŸ₯‰12 Β· ⭐ 52 Β· πŸ’€) - JupyterLab extension to create Python files. BSD-3 +- JupyterLab Quickopen (πŸ₯‰11 Β· ⭐ 76 Β· πŸ’€) - Quickly open a file in JupyterLab by typing part of.. BSD-3 - JupyterLab Top Bar (πŸ₯‰11 Β· ⭐ 5) - JupyterLab Top Bar extension. BSD-3 - jupyterlab-celltags (πŸ₯‰10 Β· ⭐ 110 Β· πŸ’€) - A JupyterLab extension for notebook cell tags. BSD-3 -- jupyterlab-executor (πŸ₯‰10 Β· ⭐ 8) - JupyterLab extension to execute the scripts from the file.. BSD-3 +- jupyterlab-executor (πŸ₯‰10 Β· ⭐ 9) - JupyterLab extension to execute the scripts from the file.. BSD-3 - JupyterLab Spark (πŸ₯‰9 Β· ⭐ 9 Β· πŸ’€) - Spark Application UI extension for JupyterLab. Apache-2 +- jupyterlab-gitplus (πŸ₯‰8 Β· ⭐ 100 Β· πŸ’€) - JupyterLab extension to create GitHub commits & pull.. ❗️AGPL-3.0 - JupyterLab Bytecode (πŸ₯‰8 Β· ⭐ 60 Β· πŸ’€) - JupyterLab extension to explore CPython Bytecode. BSD-3

@@ -2688,7 +2779,7 @@ _Authentication modules that manage and control how users can access the Jupyter ``` git clone https://github.com/jupyterhub/oauthenticator ``` -- [PyPi](https://pypi.org/project/oauthenticator) (πŸ“₯ 32K / month Β· πŸ“¦ 45 Β· ⏱️ 21.08.2023): +- [PyPi](https://pypi.org/project/oauthenticator) (πŸ“₯ 25K / month Β· πŸ“¦ 45 Β· ⏱️ 21.08.2023): ``` pip install oauthenticator ``` @@ -2704,7 +2795,7 @@ _Authentication modules that manage and control how users can access the Jupyter ``` git clone https://github.com/jupyterhub/ldapauthenticator ``` -- [PyPi](https://pypi.org/project/jupyterhub-ldapauthenticator) (πŸ“₯ 9.7K / month Β· πŸ“¦ 7 Β· ⏱️ 28.08.2020): +- [PyPi](https://pypi.org/project/jupyterhub-ldapauthenticator) (πŸ“₯ 9.8K / month Β· πŸ“¦ 7 Β· ⏱️ 28.08.2020): ``` pip install jupyterhub-ldapauthenticator ``` @@ -2715,36 +2806,36 @@ _Authentication modules that manage and control how users can access the Jupyter
Native Authenticator (πŸ₯ˆ23 Β· ⭐ 63) - JupyterHub-native User Authenticator. BSD-3 -- [GitHub](https://github.com/jupyterhub/nativeauthenticator) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 63 Β· πŸ“¦ 61 Β· πŸ“‹ 100 - 29% open Β· ⏱️ 05.09.2023): +- [GitHub](https://github.com/jupyterhub/nativeauthenticator) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 63 Β· πŸ“¦ 62 Β· πŸ“‹ 100 - 29% open Β· ⏱️ 05.09.2023): ``` git clone https://github.com/jupyterhub/nativeauthenticator ``` -- [PyPi](https://pypi.org/project/jupyterhub-nativeauthenticator) (πŸ“₯ 8.5K / month Β· ⏱️ 09.09.2022): +- [PyPi](https://pypi.org/project/jupyterhub-nativeauthenticator) (πŸ“₯ 8.8K / month Β· ⏱️ 09.09.2022): ``` pip install jupyterhub-nativeauthenticator ```
LTI Authenticator (πŸ₯ˆ21 Β· ⭐ 60) - A JupyterHub authenticator for LTI. BSD-3 -- [GitHub](https://github.com/jupyterhub/ltiauthenticator) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 49 Β· πŸ“¦ 96 Β· πŸ“‹ 48 - 10% open Β· ⏱️ 06.08.2023): +- [GitHub](https://github.com/jupyterhub/ltiauthenticator) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 49 Β· πŸ“¦ 96 Β· πŸ“‹ 48 - 10% open Β· ⏱️ 21.09.2023): ``` git clone https://github.com/jupyterhub/ltiauthenticator ``` -- [PyPi](https://pypi.org/project/jupyterhub-ltiauthenticator) (πŸ“₯ 2.6K / month Β· πŸ“¦ 9 Β· ⏱️ 16.06.2023): +- [PyPi](https://pypi.org/project/jupyterhub-ltiauthenticator) (πŸ“₯ 2.3K / month Β· πŸ“¦ 9 Β· ⏱️ 16.06.2023): ``` pip install jupyterhub-ltiauthenticator ```
First Use Authenticator (πŸ₯ˆ16 Β· ⭐ 46) - JupyterHub Authenticator that lets users set.. BSD-3 -- [GitHub](https://github.com/jupyterhub/firstuseauthenticator) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 27 Β· πŸ“¦ 83 Β· πŸ“‹ 26 - 34% open Β· ⏱️ 30.06.2023): +- [GitHub](https://github.com/jupyterhub/firstuseauthenticator) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 27 Β· πŸ“¦ 84 Β· πŸ“‹ 26 - 34% open Β· ⏱️ 30.06.2023): ``` git clone https://github.com/jupyterhub/firstuseauthenticator ``` -- [PyPi](https://pypi.org/project/jupyterhub-firstuseauthenticator) (πŸ“₯ 3.8K / month Β· πŸ“¦ 3 Β· ⏱️ 28.10.2021): +- [PyPi](https://pypi.org/project/jupyterhub-firstuseauthenticator) (πŸ“₯ 3.6K / month Β· πŸ“¦ 3 Β· ⏱️ 28.10.2021): ``` pip install jupyterhub-firstuseauthenticator ``` @@ -2753,13 +2844,13 @@ _Authentication modules that manage and control how users can access the Jupyter - SAML Authenticator (πŸ₯ˆ14 Β· ⭐ 34 Β· πŸ’€) - jupyterhub-samlauthenticator. MIT - JWT Authenticator (πŸ₯‰13 Β· ⭐ 51 Β· πŸ’€) - A Token Authenticator for JupyterHub. Apache-2 +- dummyauthenticator (πŸ₯‰13 Β· ⭐ 27 Β· πŸ’€) - A Dummy JupyterHub Authenticator to make testing easy. BSD-3 - Null Authenticator (πŸ₯‰13 Β· ⭐ 8 Β· πŸ’€) - Null Authenticator for JupyterHub instances that should.. BSD-3 -- dummyauthenticator (πŸ₯‰12 Β· ⭐ 27 Β· πŸ’€) - A Dummy JupyterHub Authenticator to make testing easy. BSD-3 -- Remote User Auth (πŸ₯‰10 Β· ⭐ 39 Β· πŸ’€) - REMOTE_USER authenticator for Jupyterhub. ❗️GPL-3.0 +- Remote User Auth (πŸ₯‰12 Β· ⭐ 39 Β· πŸ’€) - REMOTE_USER authenticator for Jupyterhub. ❗️GPL-3.0 - CAS Authenticator (πŸ₯‰10 Β· ⭐ 21) - CAS authenticator for Jupyterhub. ❗️GPL-3.0 -- Keberos Authenticator (πŸ₯‰9 Β· ⭐ 10 Β· πŸ’€) - A JupyterHub authenticator using Kerberos. BSD-3 +- Hash Authenticator (πŸ₯‰10 Β· ⭐ 4 Β· πŸ’€) - Authenticate users with passwords generated from their.. BSD-3 - Remote Authenticator (πŸ₯‰9 Β· ⭐ 1) - A collection of JupyterHub Authenticators, including.. ❗️GPL-3.0 -- Hash Authenticator (πŸ₯‰8 Β· ⭐ 4 Β· πŸ’€) - Authenticate users with passwords generated from their.. BSD-3 +- Keberos Authenticator (πŸ₯‰7 Β· ⭐ 10 Β· πŸ’€) - A JupyterHub authenticator using Kerberos. BSD-3 - SSH Authenticator (πŸ₯‰4 Β· ⭐ 6 Β· πŸ’€) - A simple SSH authenticator for JupyterHub. BSD-3

@@ -2772,12 +2863,12 @@ _Spawner modules that start, monitor, and stop single-user notebook servers._
KubeSpawner (πŸ₯‡31 Β· ⭐ 490) - Kubernetes spawner for JupyterHub. BSD-3 -- [GitHub](https://github.com/jupyterhub/kubespawner) (πŸ‘¨β€πŸ’» 82 Β· πŸ”€ 300 Β· πŸ“¦ 140 Β· πŸ“‹ 350 - 23% open Β· ⏱️ 05.09.2023): +- [GitHub](https://github.com/jupyterhub/kubespawner) (πŸ‘¨β€πŸ’» 82 Β· πŸ”€ 300 Β· πŸ“¦ 140 Β· πŸ“‹ 350 - 22% open Β· ⏱️ 19.09.2023): ``` git clone https://github.com/jupyterhub/kubespawner ``` -- [PyPi](https://pypi.org/project/jupyterhub-kubespawner) (πŸ“₯ 73K / month Β· πŸ“¦ 14 Β· ⏱️ 31.05.2023): +- [PyPi](https://pypi.org/project/jupyterhub-kubespawner) (πŸ“₯ 74K / month Β· πŸ“¦ 14 Β· ⏱️ 31.05.2023): ``` pip install jupyterhub-kubespawner ``` @@ -2788,12 +2879,12 @@ _Spawner modules that start, monitor, and stop single-user notebook servers._
DockerSpawner (πŸ₯ˆ27 Β· ⭐ 460) - Spawns JupyterHub single user servers in Docker containers. BSD-3 -- [GitHub](https://github.com/jupyterhub/dockerspawner) (πŸ‘¨β€πŸ’» 67 Β· πŸ”€ 300 Β· πŸ“¦ 170 Β· πŸ“‹ 270 - 8% open Β· ⏱️ 05.09.2023): +- [GitHub](https://github.com/jupyterhub/dockerspawner) (πŸ‘¨β€πŸ’» 68 Β· πŸ”€ 300 Β· πŸ“¦ 170 Β· πŸ“‹ 270 - 8% open Β· ⏱️ 18.09.2023): ``` git clone https://github.com/jupyterhub/dockerspawner ``` -- [PyPi](https://pypi.org/project/dockerspawner) (πŸ“₯ 19K / month Β· πŸ“¦ 26 Β· ⏱️ 22.07.2021): +- [PyPi](https://pypi.org/project/dockerspawner) (πŸ“₯ 24K / month Β· πŸ“¦ 26 Β· ⏱️ 22.07.2021): ``` pip install dockerspawner ``` @@ -2804,24 +2895,24 @@ _Spawner modules that start, monitor, and stop single-user notebook servers._
BatchSpawner (πŸ₯ˆ20 Β· ⭐ 160) - Custom Spawner for Jupyterhub to start servers in batch scheduled.. BSD-3 -- [GitHub](https://github.com/jupyterhub/batchspawner) (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 120 Β· πŸ“¦ 29 Β· πŸ“‹ 150 - 45% open Β· ⏱️ 19.06.2023): +- [GitHub](https://github.com/jupyterhub/batchspawner) (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 120 Β· πŸ“¦ 29 Β· πŸ“‹ 150 - 45% open Β· ⏱️ 19.09.2023): ``` git clone https://github.com/jupyterhub/batchspawner ``` -- [PyPi](https://pypi.org/project/batchspawner) (πŸ“₯ 4.1K / month Β· πŸ“¦ 4 Β· ⏱️ 05.10.2022): +- [PyPi](https://pypi.org/project/batchspawner) (πŸ“₯ 4.3K / month Β· πŸ“¦ 4 Β· ⏱️ 05.10.2022): ``` pip install batchspawner ```
SystemdSpawner (πŸ₯ˆ20 Β· ⭐ 89) - Spawn JupyterHub single-user notebook servers with systemd. BSD-3 -- [GitHub](https://github.com/jupyterhub/systemdspawner) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 47 Β· πŸ“¦ 29 Β· πŸ“‹ 76 - 35% open Β· ⏱️ 08.06.2023): +- [GitHub](https://github.com/jupyterhub/systemdspawner) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 47 Β· πŸ“¦ 30 Β· πŸ“‹ 76 - 35% open Β· ⏱️ 08.06.2023): ``` git clone https://github.com/jupyterhub/systemdspawner ``` -- [PyPi](https://pypi.org/project/jupyterhub-systemdspawner) (πŸ“₯ 3.6K / month Β· πŸ“¦ 1 Β· ⏱️ 11.01.2023): +- [PyPi](https://pypi.org/project/jupyterhub-systemdspawner) (πŸ“₯ 3.7K / month Β· πŸ“¦ 1 Β· ⏱️ 11.01.2023): ``` pip install jupyterhub-systemdspawner ``` @@ -2852,14 +2943,14 @@ _Spawner modules that start, monitor, and stop single-user notebook servers._ _Core components of the Jupyter architecture._ -
ipython (πŸ₯‡47 Β· ⭐ 16K) - Official repository for IPython itself. Other repos in the IPython.. BSD-3 +
ipython (πŸ₯‡46 Β· ⭐ 16K) - Official repository for IPython itself. Other repos in the IPython.. BSD-3 -- [GitHub](https://github.com/ipython/ipython) (πŸ‘¨β€πŸ’» 960 Β· πŸ”€ 4.5K Β· πŸ“₯ 320K Β· πŸ“¦ 450K Β· πŸ“‹ 7.2K - 22% open Β· ⏱️ 11.09.2023): +- [GitHub](https://github.com/ipython/ipython) (πŸ‘¨β€πŸ’» 960 Β· πŸ”€ 4.3K Β· πŸ“₯ 320K Β· πŸ“¦ 450K Β· πŸ“‹ 7.2K - 21% open Β· ⏱️ 19.09.2023): ``` git clone https://github.com/ipython/ipython ``` -- [PyPi](https://pypi.org/project/ipython) (πŸ“₯ 27M / month Β· πŸ“¦ 36K Β· ⏱️ 01.09.2023): +- [PyPi](https://pypi.org/project/ipython) (πŸ“₯ 28M / month): ``` pip install ipython ``` @@ -2868,30 +2959,30 @@ _Core components of the Jupyter architecture._ conda install -c conda-forge ipython ```
-
jupyter_server (πŸ₯‰35 Β· ⭐ 420) - The backendi.e. core services, APIs, and REST endpointsto.. BSD-3 +
jupyter_server (πŸ₯‰31 Β· ⭐ 420 Β· πŸ“‰) - The backendi.e. core services, APIs, and REST endpointsto.. BSD-3 -- [GitHub](https://github.com/jupyter-server/jupyter_server) (πŸ‘¨β€πŸ’» 510 Β· πŸ”€ 240 Β· πŸ“₯ 2K Β· πŸ“‹ 420 - 36% open Β· ⏱️ 05.09.2023): +- [GitHub](https://github.com/jupyter-server/jupyter_server) (πŸ‘¨β€πŸ’» 510 Β· πŸ”€ 240 Β· πŸ“₯ 2K Β· πŸ“‹ 410 - 33% open Β· ⏱️ 19.09.2023): ``` git clone https://github.com/jupyter-server/jupyter_server ``` -- [PyPi](https://pypi.org/project/jupyter_server) (πŸ“₯ 17M / month Β· πŸ“¦ 370 Β· ⏱️ 31.08.2023): +- [PyPi](https://pypi.org/project/jupyter_server) (πŸ“₯ 17M / month): ``` pip install jupyter_server ``` -- [Conda](https://anaconda.org/conda-forge/jupyter_server) (πŸ“₯ 8.1M Β· ⏱️ 05.09.2023): +- [Conda](https://anaconda.org/conda-forge/jupyter_server) (πŸ“₯ 8.2M Β· ⏱️ 05.09.2023): ``` conda install -c conda-forge jupyter_server ```
-
jupyter-packaging (πŸ₯‰23 Β· ⭐ 62) - Tools to help build and install Jupyter Python packages. BSD-3 +
jupyter-packaging (πŸ₯‰20 Β· ⭐ 62) - Tools to help build and install Jupyter Python packages. BSD-3 -- [GitHub](https://github.com/jupyter/jupyter-packaging) (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 50 Β· πŸ“₯ 61 Β· πŸ“‹ 44 - 31% open Β· ⏱️ 15.04.2023): +- [GitHub](https://github.com/jupyter/jupyter-packaging) (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 46 Β· πŸ“₯ 61 Β· πŸ“‹ 41 - 26% open Β· ⏱️ 15.04.2023): ``` git clone https://github.com/jupyter/jupyter-packaging ``` -- [PyPi](https://pypi.org/project/jupyter-packaging) (πŸ“₯ 300K / month Β· πŸ“¦ 64 Β· ⏱️ 25.08.2022): +- [PyPi](https://pypi.org/project/jupyter-packaging) (πŸ“₯ 290K / month): ``` pip install jupyter-packaging ``` @@ -2906,52 +2997,52 @@ _Core components of the Jupyter architecture._ Back to top -
qtconsole (πŸ₯‡36 Β· ⭐ 370) - Jupyter Qt Console. BSD-3 +
qtconsole (πŸ₯‡34 Β· ⭐ 370) - Jupyter Qt Console. BSD-3 -- [GitHub](https://github.com/jupyter/qtconsole) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 190 Β· πŸ“¦ 150K Β· πŸ“‹ 330 - 32% open Β· ⏱️ 01.09.2023): +- [GitHub](https://github.com/jupyter/qtconsole) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 180 Β· πŸ“¦ 150K Β· πŸ“‹ 330 - 31% open Β· ⏱️ 01.09.2023): ``` git clone https://github.com/jupyter/qtconsole ``` -- [PyPi](https://pypi.org/project/qtconsole) (πŸ“₯ 4.7M / month Β· πŸ“¦ 6.4K Β· ⏱️ 01.09.2023): +- [PyPi](https://pypi.org/project/qtconsole) (πŸ“₯ 4.9M / month): ``` pip install qtconsole ``` -- [Conda](https://anaconda.org/conda-forge/qtconsole) (πŸ“₯ 4.4M Β· ⏱️ 01.09.2023): +- [Conda](https://anaconda.org/conda-forge/qtconsole) (πŸ“₯ 4.5M Β· ⏱️ 01.09.2023): ``` conda install -c conda-forge qtconsole ```
-
jupyter-console (πŸ₯ˆ27 Β· ⭐ 230) - Jupyter Terminal Console. BSD-3 +
datapane (πŸ₯ˆ24 Β· ⭐ 1.3K) - Build and share data reports in 100% Python. Apache-2 -- [GitHub](https://github.com/jupyter/jupyter_console) (πŸ‘¨β€πŸ’» 60 Β· πŸ”€ 150 Β· πŸ“₯ 320 Β· πŸ“‹ 160 - 40% open Β· ⏱️ 06.03.2023): +- [GitHub](https://github.com/datapane/datapane) (πŸ‘¨β€πŸ’» 16 Β· πŸ”€ 80 Β· ⏱️ 07.09.2023): ``` - git clone https://github.com/jupyter/jupyter_console + git clone https://github.com/datapane/datapane ``` -- [PyPi](https://pypi.org/project/jupyter-console) (πŸ“₯ 5M / month Β· πŸ“¦ 110 Β· ⏱️ 06.03.2023): +- [PyPi](https://pypi.org/project/datapane) (πŸ“₯ 23K / month Β· πŸ“¦ 14 Β· ⏱️ 07.09.2023): ``` - pip install jupyter-console + pip install datapane ``` -- [Conda](https://anaconda.org/conda-forge/jupyter_console) (πŸ“₯ 3.9M Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/datapane) (πŸ“₯ 74K Β· ⏱️ 07.09.2023): ``` - conda install -c conda-forge jupyter_console + conda install -c conda-forge datapane ```
-
datapane (πŸ₯‰20 Β· ⭐ 1.3K) - Build and share data reports in 100% Python. Apache-2 +
jupyter-console (πŸ₯ˆ24 Β· ⭐ 230 Β· πŸ“‰) - Jupyter Terminal Console. BSD-3 -- [GitHub](https://github.com/datapane/datapane) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 78 Β· ⏱️ 07.09.2023): +- [GitHub](https://github.com/jupyter/jupyter_console) (πŸ‘¨β€πŸ’» 60 Β· πŸ”€ 140 Β· πŸ“₯ 320 Β· πŸ“‹ 150 - 39% open Β· ⏱️ 06.03.2023): ``` - git clone https://github.com/datapane/datapane + git clone https://github.com/jupyter/jupyter_console ``` -- [PyPi](https://pypi.org/project/datapane) (πŸ“₯ 28K / month): +- [PyPi](https://pypi.org/project/jupyter-console) (πŸ“₯ 5M / month): ``` - pip install datapane + pip install jupyter-console ``` -- [Conda](https://anaconda.org/conda-forge/datapane) (πŸ“₯ 73K Β· ⏱️ 07.09.2023): +- [Conda](https://anaconda.org/conda-forge/jupyter_console) (πŸ“₯ 4M Β· ⏱️ 16.06.2023): ``` - conda install -c conda-forge datapane + conda install -c conda-forge jupyter_console ```
Show 1 hidden projects... diff --git a/history/2023-09-21_changes.md b/history/2023-09-21_changes.md new file mode 100644 index 0000000..2ce643c --- /dev/null +++ b/history/2023-09-21_changes.md @@ -0,0 +1,20 @@ +## πŸ“ˆ Trending Up + +_Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ + +- ipywidgets (πŸ₯‡39 Β· ⭐ 2.9K Β· πŸ“ˆ) - Interactive Widgets for the Jupyter Notebook. BSD-3 +- JupyterLab Debugger (πŸ₯‡32 Β· ⭐ 13K Β· πŸ’€) - A visual debugger for Jupyter notebooks, consoles,.. BSD-3 +- Contrib NBextensions (πŸ₯‡30 Β· ⭐ 5.1K Β· πŸ’€) - A collection of various notebook extensions for.. BSD-3 +- jupyter-server-proxy (πŸ₯ˆ26 Β· ⭐ 300 Β· πŸ“ˆ) - Jupyter notebook server extension to proxy web.. BSD-3 +- commuter (πŸ₯‰22 Β· ⭐ 6.1K Β· πŸ’€) - Notebook sharing hub. BSD-3 + +## πŸ“‰ Trending Down + +_Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ + +- jupyter_server (πŸ₯‰31 Β· ⭐ 420 Β· πŸ“‰) - The backendi.e. core services, APIs, and REST endpointsto.. BSD-3 +- jupyter-console (πŸ₯ˆ24 Β· ⭐ 230 Β· πŸ“‰) - Jupyter Terminal Console. BSD-3 +- Jupyter Sphinx (πŸ₯‰22 Β· ⭐ 170 Β· πŸ’€) - Sphinx extension for rendering of Jupyter interactive.. BSD-3 +- ipydagred3 (πŸ₯‰19 Β· ⭐ 60 Β· πŸ“‰) - ipywidgets library for drawing directed acyclic graphs in.. Apache-2 +- tributary (πŸ₯‰9 Β· ⭐ 15 Β· πŸ“‰) - Streaming reactive and dataflow graphs in Python. Apache-2 + diff --git a/history/2023-09-21_projects.csv b/history/2023-09-21_projects.csv new file mode 100644 index 0000000..ee2b576 --- /dev/null +++ b/history/2023-09-21_projects.csv @@ -0,0 +1,301 @@ +,name,description,homepage,resource,category,projectrank,show,pypi_id,github_id,conda_id,github_url,license,created_at,updated_at,last_commit_pushed_at,commit_count,recent_commit_count,fork_count,watchers_count,pr_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,github_release_downloads,monthly_downloads,release_count,dependent_project_count,github_dependent_project_count,contributor_count,pypi_url,pypi_monthly_downloads,conda_url,conda_latest_release_published_at,conda_total_downloads,projectrank_placing,npm_id,npm_url,npm_monthly_downloads,dockerhub_id,pypi_latest_release_published_at,pypi_dependent_project_count,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,npm_latest_release_published_at,npm_dependent_project_count,trending,updated_github_id,cran_id,pypi,go_id,go_url,go_latest_release_published_at,go_dependent_project_count,gem_id,hex_id,bitbucket_id +0,best-of-ml-python - Data Visualization,Python-based data visualization libraries.,https://github.com/ml-tooling/best-of-ml-python#data-visualization,True,widgets,0,True,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +1,ipython,"Official repository for IPython itself. Other repos in the IPython organization contain things like the website,..",https://github.com/ipython/ipython,,components,46,True,ipython,ipython/ipython,conda-forge/ipython,https://github.com/ipython/ipython,BSD-3-Clause,2010-05-10 04:46:06.000,2023-09-19 09:17:06.000000,2023-09-19 09:15:36,26666.0,76.0,4268.0,757.0,6924.0,1553.0,5625.0,15926.0,2021-01-30 02:36:56.000,7.18.1,320395.0,28968254.0,87.0,448626.0,448626.0,963.0,https://pypi.org/project/ipython,28279979.0,https://anaconda.org/conda-forge/ipython,2023-09-01 15:06:10.851,23311369.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +2,bokeh,"Interactive Data Visualization in the browser, from Python.",https://github.com/bokeh/bokeh,,widgets,42,True,bokeh,bokeh/bokeh,conda-forge/bokeh,https://github.com/bokeh/bokeh,BSD-3-Clause,2012-03-26 15:40:01.000,2023-09-21 10:27:05.000000,2023-09-21 08:26:25,20214.0,59.0,4021.0,448.0,5810.0,740.0,6665.0,17953.0,,,,5219997.0,53.0,76206.0,76206.0,669.0,https://pypi.org/project/bokeh,4885667.0,https://anaconda.org/conda-forge/bokeh,2023-08-14 08:47:36.698,12631481.0,1.0,@bokeh/bokehjs,https://www.npmjs.com/package/@bokeh/bokehjs,10446.0,,,,,,,,,,,,,,,,,,,, +3,Jupyter,Jupyter Interactive Notebook.,https://github.com/jupyter/notebook,,notebook-environments,42,True,notebook,jupyter/notebook,conda-forge/jupyter,https://github.com/jupyter/notebook,BSD-3-Clause,2015-04-09 06:58:03.000,2023-09-20 07:14:43.000000,2023-09-20 07:13:48,13444.0,41.0,4195.0,320.0,2301.0,1980.0,2737.0,11565.0,2023-09-20 07:14:53.000,7.0.4,14638.0,17891267.0,136.0,9228.0,260.0,640.0,https://pypi.org/project/notebook,17537676.0,https://anaconda.org/conda-forge/jupyter,2023-06-16 13:17:46.215,3734656.0,1.0,,,,jupyter/datascience-notebook,2023-09-20 07:14:43.000,8968.0,https://hub.docker.com/r/jupyter/datascience-notebook,2023-09-18 21:46:21.048479,1043.0,30979552.0,,,,,,,,,,,,, +4,JupyterHub,Multi-user server for Jupyter notebooks.,https://github.com/jupyterhub/jupyterhub,,notebook-environments,39,True,jupyterhub,jupyterhub/jupyterhub,conda-forge/jupyterhub,https://github.com/jupyterhub/jupyterhub,BSD-3-Clause,2014-06-12 23:22:10.000,2023-09-19 01:18:38.570438,2023-09-19 01:09:09,7074.0,192.0,1933.0,268.0,2191.0,200.0,2144.0,7662.0,2023-08-10 09:30:00.000,4.0.2,,245441.0,74.0,2855.0,2472.0,346.0,https://pypi.org/project/jupyterhub,175499.0,https://anaconda.org/conda-forge/jupyterhub,2023-08-10 13:04:08.285,995513.0,1.0,,,,jupyterhub/jupyterhub,2023-08-10 09:30:00.000,383.0,https://hub.docker.com/r/jupyterhub/jupyterhub,2023-09-19 01:18:38.570438,328.0,4855720.0,,,,,,,,,,,,, +5,ipywidgets,Interactive Widgets for the Jupyter Notebook.,https://github.com/jupyter-widgets/ipywidgets,,widgets,39,True,ipywidgets,jupyter-widgets/ipywidgets,conda-forge/ipywidgets,https://github.com/jupyter-widgets/ipywidgets,BSD-3-Clause,2015-04-17 20:29:25.000,2023-09-16 18:34:59.000000,2023-09-13 08:20:22,7803.0,49.0,930.0,74.0,1872.0,702.0,1313.0,2895.0,2023-09-13 09:49:35.000,8.1.1,,12434071.0,154.0,9422.0,2.0,212.0,https://pypi.org/project/ipywidgets,12076002.0,https://anaconda.org/conda-forge/ipywidgets,2023-09-13 12:15:46.781,11406784.0,1.0,@jupyter-widgets/jupyterlab-manager,https://www.npmjs.com/package/@jupyter-widgets/jupyterlab-manager,41214.0,,2023-09-13 09:43:29.000,9325.0,,,,,2023-09-13 09:33:59.145,95.0,6.0,,,,,,,,,, +6,nbconvert,Jupyter Notebook Conversion.,https://github.com/jupyter/nbconvert,,notebook-sharing,39,True,nbconvert,jupyter/nbconvert,conda-forge/nbconvert,https://github.com/jupyter/nbconvert,BSD-3-Clause,2015-04-09 06:58:23.000,2023-09-20 03:00:50.000000,2023-09-20 03:00:50,3997.0,26.0,535.0,51.0,925.0,502.0,634.0,1553.0,2023-08-29 13:58:20.000,7.8.0,693.0,20367858.0,84.0,238099.0,229523.0,265.0,https://pypi.org/project/nbconvert,19943286.0,https://anaconda.org/conda-forge/nbconvert,2023-08-29 18:02:57.981,14435024.0,1.0,,,,,2023-08-29 13:58:13.000,8576.0,,,,,,,,,,,,,,,,, +7,IPython Kernel,IPython Kernel for Jupyter.,https://github.com/ipython/ipykernel,,kernels,38,True,ipykernel,ipython/ipykernel,ipykernel,https://github.com/ipython/ipykernel,BSD-3-Clause,2015-04-09 07:44:14.000,2023-09-14 01:52:52.000000,2023-09-14 01:52:52,2861.0,18.0,335.0,35.0,678.0,237.0,230.0,576.0,2023-09-04 16:37:34.000,6.25.2,1790.0,18046251.0,67.0,288672.0,288672.0,173.0,https://pypi.org/project/ipykernel,18037848.0,https://anaconda.org/anaconda/ipykernel,2023-08-08 23:38:38.779,783996.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +8,pandas-profiling,1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.,https://github.com/ydataai/ydata-profiling,,widgets,37,True,pandas-profiling,pandas-profiling/pandas-profiling,conda-forge/pandas-profiling,https://github.com/ydataai/ydata-profiling,MIT,2016-01-09 23:47:55.000,2023-09-21 08:03:48.000000,2023-09-20 10:25:26,1338.0,29.0,1508.0,150.0,711.0,177.0,539.0,11151.0,2023-08-11 15:54:46.000,4.5.1,,849668.0,50.0,1352.0,1352.0,113.0,https://pypi.org/project/pandas-profiling,844991.0,https://anaconda.org/conda-forge/pandas-profiling,2023-06-16 13:22:30.453,397594.0,1.0,,,,,,,,,,,,,,ydataai/ydata-profiling,,,,,,,,, +9,panel,Panel: The powerful data exploration & web app framework for Python.,https://github.com/holoviz/panel,,widgets,37,True,panel,holoviz/panel,conda-forge/panel,https://github.com/holoviz/panel,BSD-3-Clause,2018-08-23 12:14:24.000,2023-09-21 14:02:35.000000,2023-09-20 10:19:07,3201.0,155.0,356.0,54.0,2715.0,797.0,1983.0,3122.0,2023-09-18 09:39:21.000,1.2.3,,690203.0,56.0,8268.0,8268.0,141.0,https://pypi.org/project/panel,611018.0,https://anaconda.org/conda-forge/panel,2023-09-18 13:22:20.670,1148533.0,1.0,@holoviz/panel,https://www.npmjs.com/package/@holoviz/panel,49736.0,,,,,,,,,,,,,,,,,,,, +10,Jupytext,"Jupyter Notebooks as Markdown Documents, Julia, Python or R scripts.",https://github.com/mwouts/jupytext,,notebook-sharing,35,True,jupytext,mwouts/jupytext,conda-forge/jupytext,https://github.com/mwouts/jupytext,MIT,2018-06-15 05:25:36.000,2023-09-17 15:41:19.000000,2023-09-17 15:41:19,2352.0,35.0,381.0,67.0,518.0,115.0,506.0,6148.0,2023-09-16 21:41:00.000,1.15.2,,538202.0,123.0,6060.0,5806.0,81.0,https://pypi.org/project/jupytext,515206.0,https://anaconda.org/conda-forge/jupytext,2023-09-17 11:30:21.079,679313.0,1.0,jupyterlab-jupytext,https://www.npmjs.com/package/jupyterlab-jupytext,5578.0,,2023-09-16 21:41:00.000,252.0,,,,,2023-06-04 20:20:55.075,2.0,,,,,,,,,,, +11,nbformat,Reference implementation of the Jupyter Notebook format.,https://github.com/jupyter/nbformat,,notebook-tools,35,True,nbformat,jupyter/nbformat,conda-forge/nbformat,https://github.com/jupyter/nbformat,BSD-3-Clause,2015-04-09 01:07:29.000,2023-09-14 14:33:15.000000,2023-09-14 02:04:52,1031.0,12.0,152.0,23.0,239.0,63.0,80.0,218.0,2023-07-31 10:35:35.000,5.9.2,210.0,18743017.0,38.0,246986.0,238105.0,78.0,https://pypi.org/project/nbformat,18243494.0,https://anaconda.org/conda-forge/nbformat,2023-07-31 14:51:04.971,18978050.0,1.0,nbformat-schema,https://www.npmjs.com/package/nbformat-schema,95.0,,2023-07-31 10:35:27.000,8879.0,,,,,2023-07-31 10:35:32.446,2.0,,,,,,,,,,, +12,nteract,The interactive computing suite for you!.,https://github.com/nteract/nteract,,notebook-environments,34,True,nteract_on_jupyter,nteract/nteract,,https://github.com/nteract/nteract,BSD-3-Clause,2015-06-15 23:21:49.000,2023-09-01 21:17:09.000000,2023-09-01 21:17:05,11264.0,10.0,579.0,154.0,3987.0,189.0,1522.0,6061.0,2021-10-22 17:46:48.907,7.0.20,1462938.0,92262.0,94.0,43.0,2.0,178.0,https://pypi.org/project/nteract_on_jupyter,3669.0,,,,2.0,@nteract/messaging,https://www.npmjs.com/package/@nteract/messaging,71969.0,,2019-07-16 03:59:16.000,5.0,,,,,2021-10-22 17:46:48.907,36.0,,,,,,,,,,, +13,Voila,Voil turns Jupyter notebooks into standalone web applications.,https://github.com/voila-dashboards/voila,,notebook-sharing,34,True,voila,voila-dashboards/voila,conda-forge/voila,https://github.com/voila-dashboards/voila,BSD-3-Clause,2018-08-21 14:21:42.000,2023-09-18 09:52:45.570000,2023-09-18 07:10:48,1421.0,36.0,477.0,76.0,705.0,281.0,416.0,4928.0,2023-09-18 07:11:18.000,0.5.4,926.0,75867.0,101.0,10266.0,10180.0,65.0,https://pypi.org/project/voila,67316.0,https://anaconda.org/conda-forge/voila,2023-09-18 09:52:45.570,296734.0,1.0,@jupyter-voila/jupyterlab-preview,https://www.npmjs.com/package/@jupyter-voila/jupyterlab-preview,271.0,,2023-09-18 07:11:06.000,84.0,,,,,2020-05-19 10:24:11.555,2.0,,,,,,,,,,, +14,evidently,Evaluate and monitor ML models from validation to production. Join our Discord: https://discord.com/invite/xZjKRaNp8b.,https://github.com/evidentlyai/evidently,,widgets,34,True,evidently,evidentlyai/evidently,conda-forge/evidently,https://github.com/evidentlyai/evidently,Apache-2.0,2020-11-25 15:20:08.000,2023-09-20 19:20:18.000000,2023-09-20 12:55:06,1811.0,83.0,426.0,39.0,512.0,105.0,164.0,3858.0,2023-09-15 20:33:15.000,0.4.5,,228087.0,84.0,2415.0,2409.0,45.0,https://pypi.org/project/evidently,227697.0,https://anaconda.org/conda-forge/evidently,2023-09-18 21:07:31.723,9764.0,1.0,,,,,2023-09-15 20:22:08.000,6.0,,,,,,,,,,,,,,,,, +15,qtconsole,Jupyter Qt Console.,https://github.com/jupyter/qtconsole,,others,34,True,qtconsole,jupyter/qtconsole,conda-forge/qtconsole,https://github.com/jupyter/qtconsole,BSD-3-Clause,2015-04-09 06:59:10.000,2023-09-01 21:42:28.364000,2023-09-01 15:16:27,1944.0,5.0,182.0,23.0,254.0,104.0,225.0,373.0,,,,5055280.0,39.0,148644.0,148644.0,120.0,https://pypi.org/project/qtconsole,4940512.0,https://anaconda.org/conda-forge/qtconsole,2023-09-01 21:42:28.364,4475961.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +16,nikola,A static website and blog generator.,https://github.com/getnikola/nikola,,notebook-sharing,33,True,nikola,getnikola/nikola,,https://github.com/getnikola/nikola,MIT,2012-04-14 13:53:22.000,2023-09-13 12:36:38.000000,2023-08-05 19:24:18,10377.0,15.0,441.0,78.0,1526.0,59.0,2092.0,2473.0,2023-04-30 10:43:00.749,8.2.4,17.0,1545.0,87.0,626.0,490.0,236.0,https://pypi.org/project/nikola,1545.0,,,,2.0,,,,,2022-05-01 17:06:34.000,136.0,,,,,,,,,,,,,,,,, +17,ipyleaflet,A Jupyter - Leaflet.js bridge.,https://github.com/jupyter-widgets/ipyleaflet,,widgets,33,True,ipyleaflet,jupyter-widgets/ipyleaflet,conda-forge/ipyleaflet,https://github.com/jupyter-widgets/ipyleaflet,MIT,2014-05-07 16:32:10.000,2023-09-20 17:24:51.000000,2023-09-11 08:59:57,1149.0,3.0,348.0,63.0,570.0,249.0,341.0,1402.0,2023-09-11 09:06:03.000,0.17.4,,219260.0,78.0,5441.0,5278.0,84.0,https://pypi.org/project/ipyleaflet,154534.0,https://anaconda.org/conda-forge/ipyleaflet,2023-09-11 12:39:04.948,1065844.0,1.0,jupyter-leaflet,https://www.npmjs.com/package/jupyter-leaflet,38080.0,,2023-09-11 09:06:03.000,158.0,,,,,2023-06-02 07:27:55.785,5.0,,,,,,,,,,, +18,JupyterLab Debugger,"A visual debugger for Jupyter notebooks, consoles, and source files.",https://github.com/jupyterlab/debugger,,lab-extensions,32,False,,jupyterlab/debugger,,https://github.com/jupyterlab/debugger,BSD-3-Clause,2019-07-19 18:19:17.000,2023-09-14 21:24:02.679000,2021-03-31 14:20:34,1174.0,,2778.0,20.0,322.0,31.0,245.0,13236.0,2023-09-14 21:24:02.679,4.0.6,,64966.0,226.0,974.0,964.0,11.0,,,,,,1.0,@jupyterlab/debugger,https://www.npmjs.com/package/@jupyterlab/debugger,64966.0,,,,,,,,2023-09-14 21:24:02.679,10.0,6.0,,,,,,,,,, +19,Docker Stacks,Ready-to-run Docker images containing Jupyter applications.,https://github.com/jupyter/docker-stacks,,notebook-environments,32,True,,jupyter/docker-stacks,,https://github.com/jupyter/docker-stacks,BSD-3-Clause,2015-07-15 15:30:00.000,2023-09-18 21:45:01.752724,2023-09-18 18:14:23,3495.0,152.0,2923.0,189.0,1147.0,25.0,832.0,7894.0,,,,915546.0,,13.0,13.0,236.0,,,,,,2.0,,,,jupyter/scipy-notebook,,,https://hub.docker.com/r/jupyter/scipy-notebook,2023-09-18 21:45:01.752724,425.0,89723515.0,,,,,,,,,,,,, +20,Perspective,"A data visualization and analytics component, especially well-suited for large and/or streaming datasets.",https://github.com/finos/perspective,,lab-extensions,32,True,perspective-python,finos/perspective,conda-forge/perspective,https://github.com/finos/perspective,Apache-2.0,2017-11-02 16:27:54.000,2023-09-20 22:15:28.000000,2023-08-31 05:08:04,5732.0,75.0,825.0,112.0,1525.0,98.0,567.0,6647.0,2023-09-01 02:09:54.000,2.5.1,1274.0,17843.0,112.0,601.0,586.0,92.0,https://pypi.org/project/perspective-python,4975.0,https://anaconda.org/conda-forge/perspective,2023-09-01 05:23:40.605,446939.0,1.0,@finos/perspective-jupyterlab,https://www.npmjs.com/package/@finos/perspective-jupyterlab,772.0,,2023-09-01 02:09:54.000,12.0,,,,,2023-09-01 02:07:50.033,3.0,,,,,,,,,,, +21,nbdime,Tools for diffing and merging of Jupyter notebooks.,https://github.com/jupyter/nbdime,,notebook-sharing,32,True,nbdime,jupyter/nbdime,conda-forge/nbdime,https://github.com/jupyter/nbdime,BSD-3-Clause,2015-11-16 09:25:53.000,2023-09-18 10:41:38.000000,2023-09-18 09:52:57,2029.0,27.0,163.0,43.0,368.0,87.0,237.0,2512.0,2023-04-30 16:02:31.000,3.2.1,,225454.0,31.0,275.0,128.0,47.0,https://pypi.org/project/nbdime,185954.0,https://anaconda.org/conda-forge/nbdime,2023-06-16 13:24:46.315,921508.0,2.0,nbdime-jupyterlab,https://www.npmjs.com/package/nbdime-jupyterlab,28124.0,,2023-09-18 10:41:17.000,147.0,,,,,,,,,,,,,,,,, +22,JupyterLab,JupyterLab computational environment.,https://github.com/jupyterlab/jupyterlab,,notebook-environments,31,True,jupyterlab,jupyterlab/jupyterlab,conda-forge/jupyterlab,https://github.com/jupyterlab/jupyterlab,BSD-3-Clause,2016-06-03 20:09:17.000,2023-09-14 21:55:40.763000,,,,2778.0,,,2386.0,,13236.0,2023-09-14 21:29:07.482,4.0.6,,11706202.0,491.0,2669.0,,430.0,https://pypi.org/project/jupyterlab,11320137.0,https://anaconda.org/conda-forge/jupyterlab,2023-09-14 21:55:40.763,8880006.0,2.0,@jupyterlab/ui-components,https://www.npmjs.com/package/@jupyterlab/ui-components,164065.0,,2023-09-14 21:22:16.000,2306.0,,,,,2023-09-14 21:29:07.482,363.0,,,,,,,,,,, +23,xonsh,"Python-powered, cross-platform, Unix-gazing shell.",https://github.com/xonsh/xonsh,,kernels,31,False,xonsh,xonsh/xonsh,,https://github.com/xonsh/xonsh,BSD-1-Clause,2015-01-21 22:05:27.000,2023-09-18 21:00:10.000000,2023-09-18 05:38:08,10465.0,28.0,614.0,106.0,2579.0,269.0,2193.0,7273.0,2023-08-16 07:03:44.000,0.14.1,9136.0,6456.0,123.0,96.0,,317.0,https://pypi.org/project/xonsh,6367.0,,,,1.0,,,,,2023-08-16 07:03:44.000,96.0,,,,,,,,,,,,,,,,, +24,papermill,"Parameterize, execute, and analyze notebooks.",https://github.com/nteract/papermill,,widgets,31,True,papermill,nteract/papermill,conda-forge/papermill,https://github.com/nteract/papermill,BSD-3-Clause,2017-07-06 17:17:53.000,2023-08-30 21:31:47.332000,2023-06-08 14:23:52,939.0,,385.0,91.0,349.0,129.0,246.0,5364.0,,,,1031727.0,18.0,5201.0,5201.0,109.0,https://pypi.org/project/papermill,1018876.0,https://anaconda.org/conda-forge/papermill,2023-08-30 21:31:47.332,501218.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +25,dtale,Visualizer for pandas data structures.,https://github.com/man-group/dtale,,jupyter-extensions,31,False,dtale,man-group/dtale,conda-forge/dtale,https://github.com/man-group/dtale,LGPL-2.1,2019-07-15 09:34:48.000,2023-09-14 19:26:48.309000,2023-09-14 18:16:02,745.0,39.0,350.0,73.0,267.0,52.0,485.0,4255.0,2023-09-14 18:59:21.000,3.5.0,,131848.0,135.0,859.0,859.0,30.0,https://pypi.org/project/dtale,125684.0,https://anaconda.org/conda-forge/dtale,2023-09-14 19:26:48.309,246585.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +26,D-Tale,Visualizer for Pandas Data Structures.,https://github.com/man-group/dtale,,widgets,31,False,dtale,man-group/dtale,conda-forge/dtale,https://github.com/man-group/dtale,LGPL-2.1,2019-07-15 09:34:48.000,2023-09-14 19:26:48.309000,2023-09-14 18:16:02,745.0,39.0,350.0,73.0,267.0,52.0,485.0,4254.0,2023-09-14 18:59:21.000,3.5.0,,131848.0,173.0,878.0,859.0,30.0,https://pypi.org/project/dtale,125684.0,https://anaconda.org/conda-forge/dtale,2023-09-14 19:26:48.309,246585.0,2.0,,,,,2023-09-14 18:46:45.000,19.0,,,,,,,,,,,,,,,,, +27,Jupyter Book,"Create beautiful, publication-quality books and documents from computational content.",https://github.com/executablebooks/jupyter-book,,notebook-sharing,31,True,jupyter-book,executablebooks/jupyter-book,conda-forge/jupyter-book,https://github.com/executablebooks/jupyter-book,BSD-3-Clause,2018-06-14 01:55:51.000,2023-09-19 20:33:52.000000,2023-07-26 09:01:16,1424.0,2.0,582.0,61.0,735.0,563.0,724.0,3503.0,2023-03-14 01:24:58.000,0.15.1,,113132.0,42.0,11180.0,11180.0,126.0,https://pypi.org/project/jupyter-book,109856.0,https://anaconda.org/conda-forge/jupyter-book,2023-06-16 19:24:49.553,101562.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +28,bqplot,Plotting library for IPython/Jupyter notebooks.,https://github.com/bqplot/bqplot,,widgets,31,True,bqplot,bqplot/bqplot,conda-forge/bqplot,https://github.com/bqplot/bqplot,Apache-2.0,2015-09-26 04:02:18.000,2023-08-04 08:27:48.000000,2023-07-27 13:38:57,3654.0,13.0,447.0,102.0,1036.0,220.0,367.0,3473.0,2023-08-04 08:28:46.000,0.12.41,,189458.0,62.0,47.0,47.0,64.0,https://pypi.org/project/bqplot,154195.0,https://anaconda.org/conda-forge/bqplot,2023-07-12 07:26:23.351,1215367.0,2.0,bqplot,https://www.npmjs.com/package/bqplot,4879.0,,,,,,,,,,,,,,,,,,,, +29,JupyterLab LSP,Coding assistance for JupyterLab (code navigation + hover suggestions + linters + autocompletion + rename) using..,https://github.com/jupyter-lsp/jupyterlab-lsp,,lab-extensions,31,True,jupyterlab-lsp,jupyter-lsp/jupyterlab-lsp,conda-forge/jupyter-lsp,https://github.com/jupyter-lsp/jupyterlab-lsp,BSD-3-Clause,2019-08-17 11:34:22.000,2023-09-21 11:07:48.000000,2023-09-17 18:57:09,2806.0,173.0,121.0,20.0,488.0,166.0,333.0,1592.0,2023-09-21 11:07:49.000,4.3.0,,51713.0,51.0,1635.0,1635.0,48.0,https://pypi.org/project/jupyterlab-lsp,30968.0,https://anaconda.org/conda-forge/jupyter-lsp,2023-09-18 22:02:19.126,698574.0,1.0,@krassowski/jupyterlab-lsp,https://www.npmjs.com/package/@krassowski/jupyterlab-lsp,1341.0,,,,,,,,,,,,,,,,,,,, +30,jupyter-matplotlib,Matplotlib Jupyter Integration.,https://github.com/matplotlib/ipympl,,widgets,31,True,ipympl,matplotlib/ipympl,conda-forge/ipympl,https://github.com/matplotlib/ipympl,BSD-3-Clause,2016-07-21 14:38:56.000,2023-07-03 20:07:54.000000,2023-06-16 01:18:19,510.0,,213.0,39.0,246.0,141.0,152.0,1457.0,2023-02-15 19:39:15.846,0.11.3,,249766.0,49.0,8761.0,8610.0,32.0,https://pypi.org/project/ipympl,219946.0,https://anaconda.org/conda-forge/ipympl,2023-06-16 13:22:32.078,1442716.0,2.0,jupyter-matplotlib,https://www.npmjs.com/package/jupyter-matplotlib,11787.0,,2023-02-15 19:26:01.770,148.0,,,,,2023-02-15 19:39:15.846,3.0,,,,,,,,,,, +31,sparkmagic,Jupyter magics and kernels for working with remote Spark clusters.,https://github.com/jupyter-incubator/sparkmagic,,magic,31,True,sparkmagic,jupyter-incubator/sparkmagic,conda-forge/sparkmagic,https://github.com/jupyter-incubator/sparkmagic,BSD-3-Clause,2015-09-21 15:35:25.000,2023-09-20 16:38:29.000000,2023-09-13 15:48:52,1321.0,38.0,435.0,51.0,406.0,145.0,299.0,1253.0,2023-09-13 15:53:21.000,0.21.0,,31527.0,56.0,332.0,310.0,63.0,https://pypi.org/project/sparkmagic,28660.0,https://anaconda.org/conda-forge/sparkmagic,2023-09-13 19:38:48.312,103227.0,1.0,,,,,2023-09-13 15:53:21.000,22.0,,,,,,,,,,,,,,,,, +32,nbgrader,A system for assigning and grading notebooks.,https://github.com/jupyter/nbgrader,,jupyter-extensions,31,True,nbgrader,jupyter/nbgrader,conda-forge/nbgrader,https://github.com/jupyter/nbgrader,BSD-3-Clause,2014-09-13 03:27:36.000,2023-09-13 22:27:45.981000,2023-09-12 14:04:24,3405.0,18.0,295.0,44.0,928.0,239.0,640.0,1223.0,2023-09-05 12:35:02.000,0.9.1,270.0,14499.0,34.0,478.0,478.0,105.0,https://pypi.org/project/nbgrader,9501.0,https://anaconda.org/conda-forge/nbgrader,2023-09-13 22:27:45.981,149903.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +33,KubeSpawner,Kubernetes spawner for JupyterHub.,https://github.com/jupyterhub/kubespawner,,hub-spawners,31,True,jupyterhub-kubespawner,jupyterhub/kubespawner,conda-forge/jupyterhub-kubespawner,https://github.com/jupyterhub/kubespawner,BSD-3-Clause,2015-11-21 07:02:52.000,2023-09-19 09:26:34.000000,2023-09-19 09:26:33,1543.0,101.0,298.0,30.0,438.0,81.0,272.0,490.0,2023-05-31 09:13:00.761,6.0.0,,74540.0,36.0,154.0,140.0,82.0,https://pypi.org/project/jupyterhub-kubespawner,73929.0,https://anaconda.org/conda-forge/jupyterhub-kubespawner,2023-06-16 19:25:10.727,18350.0,1.0,,,,,2023-05-31 09:13:00.761,14.0,,,,,,,,,,,,,,,,, +34,jupyter_server,"The backendi.e. core services, APIs, and REST endpointsto Jupyter web applications.",https://github.com/jupyter-server/jupyter_server,,components,31,True,jupyter_server,jupyter-server/jupyter_server,conda-forge/jupyter_server,https://github.com/jupyter-server/jupyter_server,BSD-3-Clause,2016-09-21 19:18:45.000,2023-09-19 21:29:09.000000,2023-09-19 02:46:25,12651.0,27.0,241.0,38.0,911.0,137.0,270.0,416.0,2023-08-31 08:20:58.000,2.7.3,1996.0,17571395.0,100.0,,,513.0,https://pypi.org/project/jupyter_server,17342255.0,https://anaconda.org/conda-forge/jupyter_server,2023-09-05 14:15:08.629,8247002.0,3.0,,,,,,,,,,,,,-4.0,,,,,,,,,, +35,OAuthenticator,OAuth + JupyterHub Authenticator = OAuthenticator.,https://github.com/jupyterhub/oauthenticator,,hub-auth,31,True,oauthenticator,jupyterhub/oauthenticator,conda-forge/oauthenticator,https://github.com/jupyterhub/oauthenticator,BSD-3-Clause,2014-09-23 21:37:06.000,2023-09-13 18:33:23.000000,2023-09-13 18:33:23,1489.0,136.0,348.0,24.0,401.0,47.0,237.0,376.0,2023-08-21 15:07:37.000,16.0.7,,25809.0,40.0,415.0,370.0,118.0,https://pypi.org/project/oauthenticator,24614.0,https://anaconda.org/conda-forge/oauthenticator,2023-08-21 18:57:24.813,41825.0,1.0,,,,,2023-08-21 15:07:37.000,45.0,,,,,,,,,,,,,,,,, +36,nbclient,A client library for executing notebooks. Formally nbconverts ExecutePreprocessor.,https://github.com/jupyter/nbclient,,notebook-tools,31,True,nbclient,jupyter/nbclient,conda-forge/nbclient,https://github.com/jupyter/nbclient,BSD-3-Clause,2020-01-13 17:29:49.000,2023-09-11 01:29:41.000000,2023-09-05 09:33:39,365.0,4.0,52.0,12.0,192.0,41.0,69.0,123.0,2023-05-22 15:05:33.835,0.8.0,361.0,13560748.0,38.0,125107.0,124955.0,37.0,https://pypi.org/project/nbclient,13286857.0,https://anaconda.org/conda-forge/nbclient,2023-06-16 19:18:04.408,11776731.0,1.0,,,,,2023-05-22 15:05:33.835,152.0,,,,,,,,,,,,,,,,, +37,Contrib NBextensions,A collection of various notebook extensions for Jupyter.,https://github.com/ipython-contrib/jupyter_contrib_nbextensions,,jupyter-extensions,30,True,jupyter_contrib_nbextensions,ipython-contrib/jupyter_contrib_nbextensions,conda-forge/jupyter_contrib_nbextensions,https://github.com/ipython-contrib/jupyter_contrib_nbextensions,BSD-3-Clause,2013-07-13 17:05:16.000,2023-08-30 20:39:23.000000,2022-12-21 19:56:24,2660.0,,803.0,134.0,848.0,352.0,460.0,5086.0,2022-11-15 17:33:00.905,0.7.0,,416238.0,18.0,252.0,13.0,136.0,https://pypi.org/project/jupyter_contrib_nbextensions,394894.0,https://anaconda.org/conda-forge/jupyter_contrib_nbextensions,2023-06-16 13:22:12.750,1814241.0,1.0,,,,,2022-11-15 17:33:00.905,239.0,,,,,,,4.0,,,,,,,,,, +38,ipython-sql,"%%sql magic for IPython, hopefully evolving into full SQL client.",https://github.com/catherinedevlin/ipython-sql,,magic,30,True,ipython-sql,catherinedevlin/ipython-sql,conda-forge/ipython-sql,https://github.com/catherinedevlin/ipython-sql,MIT,2013-03-20 16:41:10.000,2023-09-20 15:34:32.000000,2023-04-21 20:49:35,292.0,,297.0,47.0,96.0,111.0,42.0,1722.0,2023-02-27 00:06:57.430,0.5.0,,93809.0,19.0,5149.0,5081.0,55.0,https://pypi.org/project/ipython-sql,91007.0,https://anaconda.org/conda-forge/ipython-sql,2023-06-16 13:23:09.898,238196.0,1.0,,,,,2022-06-12 04:51:46.000,68.0,,,,,,,,,,,,,,,,, +39,VSCode Jupyter,VS Code Jupyter extension.,https://github.com/microsoft/vscode-jupyter,,notebook-environments,30,True,,microsoft/vscode-jupyter,conda-forge/vscode-jupyter,https://github.com/microsoft/vscode-jupyter,MIT,2020-09-10 23:39:14.000,2023-09-21 07:26:05.000000,2023-09-21 07:26:04,8298.0,208.0,232.0,43.0,3922.0,586.0,8656.0,1109.0,2022-10-12 16:44:26.000,2022.09.120,,2038.0,32.0,2.0,2.0,265.0,,,https://anaconda.org/conda-forge/vscode-jupyter,2023-06-16 19:25:09.142,61141.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +40,Jupyter Themes,Custom Jupyter Notebook Themes.,https://github.com/dunovank/jupyter-themes,,jupyter-extensions,29,True,jupyterthemes,dunovank/jupyter-themes,,https://github.com/dunovank/jupyter-themes,MIT,2014-12-10 23:22:23.000,2023-08-13 18:49:04.000000,2023-05-30 13:48:44,637.0,,1069.0,160.0,79.0,199.0,201.0,9638.0,2018-11-22 17:02:16.000,0.20.0,,40358.0,116.0,137.0,13.0,43.0,https://pypi.org/project/jupyterthemes,40358.0,,,,2.0,,,,,2018-11-22 17:02:16.000,124.0,,,,,,,,,,,,,,,,, +41,facets-overview,Visualizations for machine learning datasets.,https://github.com/PAIR-code/facets,,widgets,29,True,facets-overview,pair-code/facets,,https://github.com/PAIR-code/facets,Apache-2.0,2017-07-07 14:03:03.000,2023-05-24 15:58:01.158000,2023-05-24 15:56:22,277.0,,909.0,270.0,98.0,82.0,81.0,7180.0,2023-05-24 15:58:01.158,1.1.1,,170199.0,9.0,209.0,201.0,31.0,https://pypi.org/project/facets-overview,170199.0,,,,2.0,,,,,2023-05-24 15:58:01.158,8.0,,,,,,,,,,,,,,,,, +42,RISE,RISE: Live Reveal.js Jupyter/IPython Slideshow Extension.,https://github.com/damianavila/RISE,,notebook-sharing,29,True,RISE,damianavila/RISE,conda-forge/rise,https://github.com/damianavila/RISE,BSD-3-Clause,2013-08-26 18:55:36.000,2023-09-17 10:44:45.000000,2023-09-17 10:44:24,767.0,3.0,414.0,83.0,199.0,153.0,292.0,3594.0,2020-10-29 01:31:20.000,5.7.1,,20404.0,31.0,2775.0,2603.0,44.0,https://pypi.org/project/RISE,16216.0,https://anaconda.org/conda-forge/rise,2023-06-16 16:08:42.704,280360.0,2.0,rise-reveal,https://www.npmjs.com/package/rise-reveal,4.0,,2022-11-03 16:45:29.021,171.0,,,,,2019-07-03 12:51:16.722,1.0,,,,,,,,,,, +43,responsible-ai-widgets,Responsible AI Toolbox is a suite of tools providing model and data exploration and assessment user interfaces and..,https://github.com/microsoft/responsible-ai-toolbox,,widgets,29,True,raiwidgets,microsoft/responsible-ai-toolbox,,https://github.com/microsoft/responsible-ai-toolbox,MIT,2020-07-06 20:46:53.000,2023-09-21 14:24:25.000000,2023-09-20 17:12:23,1798.0,154.0,240.0,21.0,2057.0,45.0,223.0,962.0,2023-09-05 14:05:47.000,0.30.0,,6664.0,33.0,66.0,66.0,38.0,https://pypi.org/project/raiwidgets,6664.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +44,JupyterLab TOC,Table of Contents extension for JupyterLab.,https://github.com/jupyterlab/jupyterlab-toc,,lab-extensions,28,False,,jupyterlab/jupyterlab-toc,,https://github.com/jupyterlab/jupyterlab-toc,BSD-3-Clause,2018-03-12 15:55:19.000,2023-09-14 21:28:37.275000,2021-08-10 23:33:21,523.0,,2778.0,30.0,63.0,64.0,51.0,13236.0,2023-08-13 12:28:10.004,6.0.5,,83481.0,217.0,16.0,,14.0,,,,,,1.0,@jupyterlab/toc,https://www.npmjs.com/package/@jupyterlab/toc,83481.0,,,,,,,,2023-09-14 21:28:37.275,16.0,,,,,,,,,,, +45,nbdev,Create delightful software with Jupyter Notebooks.,https://github.com/fastai/nbdev,,notebook-tools,28,True,nbdev,fastai/nbdev,,https://github.com/fastai/nbdev,Apache-2.0,2019-11-18 17:37:35.000,2023-09-17 20:01:08.000000,2023-05-31 20:49:34,1634.0,,453.0,45.0,533.0,133.0,705.0,4506.0,2023-02-15 02:45:01.409,2.3.12,,42326.0,154.0,125.0,,88.0,https://pypi.org/project/nbdev,42326.0,,,,1.0,,,,,2023-02-15 02:45:01.409,125.0,,,,,,,,,,,,,,,,, +46,elyra,Elyra extends JupyterLab with an AI centric approach.,https://github.com/elyra-ai/elyra,,lab-extensions,28,True,elyra,elyra-ai/elyra,conda-forge/elyra,https://github.com/elyra-ai/elyra,Apache-2.0,2019-10-22 21:37:58.000,2023-09-21 11:09:02.000000,2023-06-19 16:00:23,1898.0,,301.0,46.0,1459.0,267.0,1350.0,1669.0,2023-03-29 14:23:28.000,3.15.0,,3305.0,126.0,59.0,50.0,58.0,https://pypi.org/project/elyra,1781.0,https://anaconda.org/conda-forge/elyra,2023-06-16 19:21:23.887,39698.0,1.0,@elyra/services,https://www.npmjs.com/package/@elyra/services,452.0,,2023-03-29 00:28:01.071,3.0,,,,,2023-03-29 00:30:07.768,6.0,,,,,,,,,,, +47,JupyterLab Git,A Git extension for JupyterLab.,https://github.com/jupyterlab/jupyterlab-git,,lab-extensions,28,True,jupyterlab-git,jupyterlab/jupyterlab-git,conda-forge/jupyterlab-git,https://github.com/jupyterlab/jupyterlab-git,BSD-3-Clause,2017-06-20 17:31:00.000,2023-09-21 12:58:33.000000,2023-08-10 12:17:45,1849.0,11.0,270.0,37.0,672.0,87.0,478.0,1309.0,2023-08-10 12:18:21.000,0.42.0,43.0,150555.0,50.0,2.0,2.0,91.0,https://pypi.org/project/jupyterlab-git,123759.0,https://anaconda.org/conda-forge/jupyterlab-git,2023-08-10 16:18:01.964,479803.0,1.0,@jupyterlab/git,https://www.npmjs.com/package/@jupyterlab/git,14493.0,,,,,,,,,,,,,,,,,,,, +48,Stencila,"Programmable, reproducible, interactive documents.",https://github.com/stencila/stencila,,notebook-sharing,28,True,,stencila/stencila,,https://github.com/stencila/stencila,Apache-2.0,2012-05-31 02:43:31.000,2023-09-20 22:57:19.000000,2023-09-20 20:44:10,10802.0,236.0,39.0,25.0,1077.0,9.0,565.0,685.0,2023-09-06 02:23:29.000,2.0.0-alpha.7,4086.0,360.0,100.0,19.0,19.0,37.0,,,,,,2.0,stencila,https://www.npmjs.com/package/stencila,76.0,stencila/cloud,,,https://hub.docker.com/r/stencila/cloud,2019-04-08 04:14:51.284193,,16465.0,,,,,,,,,,,,, +49,Jupyter Client,Jupyter protocol client APIs.,https://github.com/jupyter/jupyter_client,,notebook-tools,28,True,jupyter-client,jupyter/jupyter_client,conda-forge/jupyter_client,https://github.com/jupyter/jupyter_client,BSD-3-Clause,2015-04-09 06:57:29.000,2023-09-14 01:58:04.000000,2023-09-14 01:58:04,2571.0,9.0,258.0,35.0,612.0,165.0,195.0,327.0,2023-08-29 12:39:51.000,8.3.1,1289.0,22380463.0,61.0,,,130.0,https://pypi.org/project/jupyter-client,21898423.0,https://anaconda.org/conda-forge/jupyter_client,2023-08-29 14:05:58.000,18315591.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +50,sos,SoS workflow system for daily data analysis.,https://github.com/vatlab/sos,,notebook-environments,28,True,sos-notebook,vatlab/SOS,conda-forge/sos,https://github.com/vatlab/sos,BSD-3-Clause,2016-02-13 00:46:46.000,2023-09-17 06:17:50.200000,2023-09-11 05:22:52,7590.0,2.0,38.0,8.0,70.0,65.0,1378.0,256.0,2023-09-11 05:13:20.000,0.24.3,,5135.0,167.0,4701.0,4665.0,36.0,https://pypi.org/project/sos-notebook,1151.0,https://anaconda.org/conda-forge/sos,2023-09-17 06:17:50.200,159367.0,2.0,,,,,2023-09-11 05:13:20.000,36.0,,,,,,,,,,,,,,,,, +51,BeakerX,Beaker Extensions for Jupyter Notebook.,https://github.com/twosigma/beakerx,,notebook-tools,27,False,beakerx,twosigma/beakerx,conda-forge/beakerx,https://github.com/twosigma/beakerx,Apache-2.0,2013-12-03 14:16:36.000,2023-06-16 13:23:56.494000,2021-01-21 14:02:57,1689.0,,386.0,124.0,3797.0,350.0,4176.0,2772.0,2022-06-15 11:25:51.000,2.3.13,35.0,16618.0,55.0,25.0,,81.0,https://pypi.org/project/beakerx,5747.0,https://anaconda.org/conda-forge/beakerx,2023-06-16 13:23:56.494,612348.0,2.0,beakerx,https://www.npmjs.com/package/beakerx,237.0,beakerx/beakerx,2022-06-15 11:25:51.000,22.0,https://hub.docker.com/r/beakerx/beakerx,2018-12-02 20:23:21.082606,23.0,249250.0,2019-04-06 03:31:02.776,3.0,,,,,,,,,,, +52,docker-python,Kaggle Python docker image.,https://github.com/Kaggle/docker-python,,notebook-environments,27,True,,kaggle/docker-python,,https://github.com/Kaggle/docker-python,Apache-2.0,2015-04-14 01:45:38.000,2023-09-20 21:36:54.000000,2023-09-20 20:45:24,2264.0,54.0,862.0,93.0,969.0,15.0,308.0,2406.0,2023-09-05 22:54:02.000,85f560cfbe1be66639fc12b29d36aa706790633c7ed069ee5aab233920f0daab,,1929.0,100.0,,,153.0,,,,,,3.0,,,,kaggle/python,,,https://hub.docker.com/r/kaggle/python,2023-09-05 22:53:49.745305,171.0,194841.0,,,,,,,,,,,,, +53,repo2docker,Turn repositories into Jupyter-enabled Docker images.,https://github.com/jupyterhub/repo2docker,,notebook-tools,27,True,jupyter-repo2docker,jupyterhub/repo2docker,,https://github.com/jupyterhub/repo2docker,BSD-3-Clause,2017-05-09 08:36:30.000,2023-09-18 09:53:35.000000,2023-09-18 09:53:35,2684.0,8.0,323.0,48.0,783.0,159.0,357.0,1528.0,2022-10-18 19:01:00.000,2022.10.0,,3717.0,12.0,190.0,190.0,119.0,https://pypi.org/project/jupyter-repo2docker,3717.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +54,PixieDust,Python Helper library for Jupyter Notebooks.,https://github.com/pixiedust/pixiedust,,notebook-tools,27,False,pixiedust,pixiedust/pixiedust,conda-forge/pixiedust,https://github.com/pixiedust/pixiedust,Apache-2.0,2016-07-01 17:34:14.000,2023-06-16 16:19:15.930000,2021-02-16 04:46:41,2157.0,,160.0,42.0,374.0,164.0,261.0,1030.0,2019-12-04 15:06:08.000,1.1.18,,10438.0,19.0,258.0,258.0,33.0,https://pypi.org/project/pixiedust,9398.0,https://anaconda.org/conda-forge/pixiedust,2023-06-16 16:19:15.930,47865.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +55,NBextensions Configurator,A jupyter notebook serverextension providing config interfaces for nbextensions.,https://github.com/Jupyter-contrib/jupyter_nbextensions_configurator,,jupyter-extensions,27,True,jupyter_nbextensions_configurator,jupyter-contrib/jupyter_nbextensions_configurator,conda-forge/jupyter_nbextensions_configurator,https://github.com/Jupyter-contrib/jupyter_nbextensions_configurator,BSD-3-Clause,2016-06-24 22:29:05.000,2023-08-06 23:43:51.000000,2023-06-10 07:46:30,525.0,,118.0,18.0,70.0,64.0,34.0,951.0,2023-05-05 07:10:14.000,0.6.3,,485740.0,17.0,505.0,490.0,23.0,https://pypi.org/project/jupyter_nbextensions_configurator,467653.0,https://anaconda.org/conda-forge/jupyter_nbextensions_configurator,2023-06-16 13:20:40.292,1555540.0,2.0,,,,,2022-11-15 16:25:34.569,15.0,,,,,,,,,,,,,,,,, +56,pythreejs,A Jupyter - Three.js bridge.,https://github.com/jupyter-widgets/pythreejs,,widgets,27,True,pythreejs,jupyter-widgets/pythreejs,conda-forge/pythreejs,https://github.com/jupyter-widgets/pythreejs,BSD-3-Clause,2013-12-23 17:02:11.000,2023-06-16 13:16:30.947000,2023-02-20 00:24:10,1723.0,,185.0,39.0,173.0,61.0,174.0,894.0,2023-02-20 00:24:01.104,2.4.2,,80444.0,46.0,91.0,26.0,30.0,https://pypi.org/project/pythreejs,71435.0,https://anaconda.org/conda-forge/pythreejs,2023-06-16 13:16:30.947,506129.0,2.0,jupyter-threejs,https://www.npmjs.com/package/jupyter-threejs,3258.0,,2023-02-20 00:24:01.104,54.0,,,,,2023-02-20 00:16:17.277,11.0,,,,,,,,,,, +57,LFortran,Official main repository for LFortran.,https://github.com/lfortran/lfortran,,kernels,27,True,lfortran,lfortran/lfortran,conda-forge/lfortran,https://github.com/lfortran/lfortran,MIT,2019-03-24 13:22:20.000,2023-09-21 11:44:50.000000,2023-09-21 11:14:33,13145.0,1066.0,83.0,20.0,1242.0,806.0,458.0,723.0,2023-09-05 20:06:29.000,0.20.3,,1868.0,18.0,,,66.0,https://pypi.org/project/lfortran,81.0,https://anaconda.org/conda-forge/lfortran,2023-09-05 23:53:30.189,66140.0,1.0,,,,,2020-07-31 19:39:55.000,,,,,,,,,,,,,,,,,, +58,itkwidgets,"Interactive Jupyter widgets to visualize images, point sets, and meshes in 2D and 3D.",https://github.com/InsightSoftwareConsortium/itkwidgets,,widgets,27,True,itkwidgets,InsightSoftwareConsortium/itkwidgets,conda-forge/itkwidgets,https://github.com/InsightSoftwareConsortium/itkwidgets,Apache-2.0,2018-02-15 01:43:39.000,2023-08-11 20:01:15.000000,2023-08-11 20:01:15,457.0,49.0,80.0,27.0,423.0,114.0,146.0,541.0,2023-03-02 22:39:43.651,0.32.6,86.0,9746.0,104.0,283.0,266.0,27.0,https://pypi.org/project/itkwidgets,3488.0,https://anaconda.org/conda-forge/itkwidgets,2023-06-16 16:12:17.646,339130.0,2.0,itkwidgets,https://www.npmjs.com/package/itkwidgets,410.0,,2023-08-03 16:32:42.000,15.0,,,,,2023-03-02 22:39:43.651,2.0,,,,,,,,,,, +59,DockerSpawner,Spawns JupyterHub single user servers in Docker containers.,https://github.com/jupyterhub/dockerspawner,,hub-spawners,27,True,dockerspawner,jupyterhub/dockerspawner,conda-forge/dockerspawner,https://github.com/jupyterhub/dockerspawner,BSD-3-Clause,2014-09-26 20:08:26.000,2023-09-18 14:10:51.000000,2023-09-18 13:29:41,694.0,7.0,300.0,27.0,231.0,24.0,244.0,459.0,2021-12-15 16:31:08.730,0.0.1,,24644.0,16.0,192.0,166.0,68.0,https://pypi.org/project/dockerspawner,24313.0,https://anaconda.org/conda-forge/dockerspawner,2023-06-16 16:11:56.911,19248.0,2.0,,,,,2021-07-22 10:16:21.000,26.0,,,,,,,,,,,,,,,,, +60,Metakernel,Jupyter/IPython Kernel Tools.,https://github.com/Calysto/metakernel,,kernels,27,True,metakernel,Calysto/metakernel,conda-forge/metakernel,https://github.com/Calysto/metakernel,BSD-3-Clause,2014-08-24 20:53:45.000,2023-09-11 20:10:34.918000,2023-09-11 18:36:23,1149.0,10.0,85.0,17.0,127.0,31.0,116.0,320.0,2023-09-11 18:36:42.000,0.30.1,140.0,47262.0,99.0,843.0,767.0,33.0,https://pypi.org/project/metakernel,27222.0,https://anaconda.org/conda-forge/metakernel,2023-09-11 20:10:34.918,741260.0,1.0,,,,,2023-09-11 18:36:35.000,76.0,,,,,,,,,,,,,,,,, +61,ipyvuetify,Jupyter widgets based on vuetify UI components.,https://github.com/widgetti/ipyvuetify,,widgets,27,True,ipyvuetify,mariobuikhuizen/ipyvuetify,conda-forge/ipyvuetify,https://github.com/widgetti/ipyvuetify,MIT,2019-05-14 17:35:51.000,2023-09-07 16:17:19.000000,2023-09-07 15:27:49,258.0,12.0,49.0,14.0,84.0,60.0,134.0,314.0,2023-04-18 19:26:36.690,1.8.10,,130553.0,45.0,912.0,909.0,12.0,https://pypi.org/project/ipyvuetify,120128.0,https://anaconda.org/conda-forge/ipyvuetify,2023-06-16 16:15:58.169,143885.0,2.0,jupyter-vuetify,https://www.npmjs.com/package/jupyter-vuetify,7548.0,,,,,,,,2023-04-18 19:26:36.690,3.0,,widgetti/ipyvuetify,,,,,,,,, +62,Knowledge Repo,A next-generation curated knowledge sharing platform for data scientists and other technical professions.,https://github.com/airbnb/knowledge-repo,,notebook-sharing,26,True,knowledge-repo,airbnb/knowledge-repo,,https://github.com/airbnb/knowledge-repo,Apache-2.0,2016-08-17 23:32:50.000,2023-07-20 11:16:46.000000,2023-04-17 04:04:39,1329.0,,710.0,175.0,478.0,134.0,167.0,5371.0,2023-02-22 03:49:00.886,0.9.3,,646.0,33.0,14.0,13.0,73.0,https://pypi.org/project/knowledge-repo,646.0,,,,2.0,,,,,2023-02-22 03:49:00.886,1.0,,,,,,,,,,,,,,,,, +63,almond,A Scala kernel for Jupyter.,https://github.com/almond-sh/almond,,kernels,26,True,,almond-sh/almond,,https://github.com/almond-sh/almond,BSD-3-Clause,2015-03-10 22:48:50.000,2023-09-20 18:18:50.000000,2023-09-20 18:18:50,1445.0,87.0,238.0,60.0,941.0,131.0,205.0,1550.0,2023-05-15 14:58:56.000,0.13.14,2173.0,212.0,65.0,,,40.0,,,,,,1.0,,,,almondsh/almond,,,https://hub.docker.com/r/almondsh/almond,2023-07-17 13:12:50.397725,6.0,18107.0,,,,,,,,,,,,, +64,DataLab,Interactive tools and developer experiences for Big Data on Google Cloud Platform.,https://github.com/googledatalab/datalab,,notebook-environments,26,True,datalab,googledatalab/datalab,,https://github.com/googledatalab/datalab,Apache-2.0,2014-08-06 18:37:34.000,2022-09-02 21:15:20.926000,2022-09-02 20:50:03,2055.0,,261.0,82.0,1293.0,232.0,667.0,977.0,2022-09-02 21:15:20.926,1.2.1,,125324.0,19.0,12.0,,53.0,https://pypi.org/project/datalab,125324.0,,,,3.0,,,,,2022-09-02 21:15:20.926,12.0,,,,,,,,,,,,,,,,, +65,jupyter-dash,OBSOLETE - Dash v2.11+ has Jupyter support built in!.,https://github.com/plotly/jupyter-dash,,widgets,26,True,jupyter-dash,plotly/jupyter-dash,conda-forge/jupyter-dash,https://github.com/plotly/jupyter-dash,MIT,2020-04-26 18:43:59.000,2023-08-29 14:01:15.000000,2023-08-11 17:18:48,162.0,1.0,237.0,42.0,49.0,52.0,28.0,937.0,2022-04-01 20:13:44.000,0.4.2,99.0,116417.0,14.0,3364.0,3291.0,10.0,https://pypi.org/project/jupyter-dash,103462.0,https://anaconda.org/conda-forge/jupyter-dash,2023-06-16 19:23:51.624,342391.0,2.0,jupyterlab-dash,https://www.npmjs.com/package/jupyterlab-dash,2883.0,,2022-04-01 20:05:08.000,71.0,,,,,2021-01-22 17:06:54.671,2.0,,,,,,,,,,, +66,Resource Usage,Jupyter Notebook Extension for monitoring your own Resource Usage.,https://github.com/jupyter-server/jupyter-resource-usage,,jupyter-extensions,26,True,jupyter-resource-usage,jupyter-server/jupyter-resource-usage,conda-forge/nbresuse,https://github.com/jupyter-server/jupyter-resource-usage,BSD-2-Clause,2016-04-22 07:01:34.000,2023-09-19 05:58:58.000000,2023-09-19 05:58:55,372.0,16.0,99.0,8.0,132.0,39.0,45.0,397.0,2023-08-29 14:10:55.000,1.0.1,262.0,47901.0,13.0,452.0,444.0,34.0,https://pypi.org/project/jupyter-resource-usage,34527.0,https://anaconda.org/conda-forge/nbresuse,2023-06-16 19:18:24.900,545856.0,2.0,@jupyter-server/resource-usage,https://www.npmjs.com/package/@jupyter-server/resource-usage,371.0,,2023-08-29 14:10:47.000,6.0,,,,,2023-08-29 14:10:39.529,2.0,,,,,,,,,,, +67,jupyter-server-proxy,Jupyter notebook server extension to proxy web services.,https://github.com/jupyterhub/jupyter-server-proxy,,jupyter-extensions,26,True,jupyter-server-proxy,jupyterhub/jupyter-server-proxy,conda-forge/jupyter-server-proxy,https://github.com/jupyterhub/jupyter-server-proxy,BSD-3-Clause,2016-10-18 22:02:06.000,2023-09-21 03:08:48.000000,2023-09-19 10:55:28,1004.0,14.0,133.0,18.0,241.0,72.0,118.0,305.0,2023-04-20 15:00:02.386,4.0.0,,234744.0,29.0,131.0,2.0,70.0,https://pypi.org/project/jupyter-server-proxy,205697.0,https://anaconda.org/conda-forge/jupyter-server-proxy,2023-06-16 16:14:16.845,1382727.0,2.0,@jupyterlab/server-proxy,https://www.npmjs.com/package/@jupyterlab/server-proxy,3907.0,,2023-04-20 15:00:02.386,126.0,,,,,2022-09-08 00:27:55.674,3.0,5.0,,,,,,,,,, +68,mkdocs-jupyter,Use Jupyter Notebook in mkdocs.,https://github.com/danielfrg/mkdocs-jupyter,,notebook-sharing,26,True,mkdocs-jupyter,danielfrg/mkdocs-jupyter,conda-forge/mkdocs-jupyter,https://github.com/danielfrg/mkdocs-jupyter,Apache-2.0,2019-12-18 02:11:34.000,2023-09-17 18:21:04.000000,2023-09-17 18:21:02,217.0,7.0,38.0,5.0,69.0,25.0,72.0,281.0,2023-07-04 03:52:21.684,0.24.2,,87305.0,31.0,1602.0,1519.0,19.0,https://pypi.org/project/mkdocs-jupyter,85958.0,https://anaconda.org/conda-forge/mkdocs-jupyter,2023-07-04 06:29:02.830,45826.0,2.0,,,,,2023-07-04 03:52:21.684,83.0,,,,,,,,,,,,,,,,, +69,nbgitpuller,Jupyter server extension to sync a git repository one-way to a local path.,https://github.com/jupyterhub/nbgitpuller,,jupyter-extensions,26,True,nbgitpuller,jupyterhub/nbgitpuller,conda-forge/nbgitpuller,https://github.com/jupyterhub/nbgitpuller,BSD-3-Clause,2017-05-24 19:41:10.000,2023-09-11 17:34:51.000000,2023-09-11 17:34:51,581.0,22.0,80.0,16.0,174.0,71.0,86.0,189.0,2023-08-07 09:01:12.000,1.2.0,,24566.0,22.0,693.0,674.0,30.0,https://pypi.org/project/nbgitpuller,22537.0,https://anaconda.org/conda-forge/nbgitpuller,2023-08-07 11:09:29.679,75089.0,2.0,,,,,2023-08-07 09:01:12.000,19.0,,,,,,,,,,,,,,,,, +70,lux,Automatically visualize your pandas dataframe via a single print!.,https://github.com/lux-org/lux,,widgets,25,True,lux-api,lux-org/lux,conda-forge/lux-api,https://github.com/lux-org/lux,Apache-2.0,2020-01-08 04:53:29.000,2023-07-12 17:45:36.000000,2023-07-04 23:34:35,692.0,2.0,354.0,91.0,262.0,81.0,159.0,4732.0,2022-02-19 00:48:20.000,0.5.1,,4867.0,18.0,165.0,161.0,21.0,https://pypi.org/project/lux-api,3893.0,https://anaconda.org/conda-forge/lux-api,2023-06-16 19:24:44.344,20742.0,2.0,luxwidget,https://www.npmjs.com/package/luxwidget,305.0,,2022-02-19 00:46:49.000,2.0,,,,,2022-02-17 19:41:18.102,2.0,,,,,,,,,,, +71,mercury,Convert Jupyter Notebooks to Web Apps.,https://github.com/mljar/mercury,,notebook-tools,25,True,mljar-mercury,mljar/mercury,,https://github.com/mljar/mercury,AGPL-3.0,2021-12-20 13:43:44.000,2023-09-19 13:58:04.000000,2023-09-19 13:58:00,766.0,41.0,201.0,42.0,19.0,42.0,299.0,3464.0,2023-06-05 11:41:41.000,2.3.1,,505.0,50.0,67.0,67.0,8.0,https://pypi.org/project/mljar-mercury,505.0,,,,2.0,,,,,2022-09-02 09:05:19.173,,,,,,,,,,,,,,,,,, +72,qgrid,"An interactive grid for sorting, filtering, and editing DataFrames in Jupyter notebooks.",https://github.com/quantopian/qgrid,,widgets,25,False,qgrid,quantopian/qgrid,conda-forge/qgrid,https://github.com/quantopian/qgrid,Apache-2.0,2014-09-30 04:33:20.000,2023-06-16 16:08:00.950000,2020-04-07 18:56:49,405.0,,424.0,89.0,104.0,178.0,127.0,2981.0,2020-04-07 16:43:54.000,1.3.1,,48201.0,73.0,97.0,8.0,30.0,https://pypi.org/project/qgrid,41904.0,https://anaconda.org/conda-forge/qgrid,2023-06-16 16:08:00.950,394301.0,2.0,qgrid,https://www.npmjs.com/package/qgrid,412.0,,2020-04-07 16:43:54.000,86.0,,,,,2018-07-11 05:36:40.781,3.0,,,,,,,,,,, +73,nbviewer,nbconvert as a web service: Render Jupyter Notebooks as static web pages.,https://github.com/jupyter/nbviewer,,notebook-sharing,25,True,,jupyter/nbviewer,,https://github.com/jupyter/nbviewer,BSD-3-Clause,2012-08-05 11:42:33.000,2023-08-14 23:13:34.000000,2023-01-27 08:04:32,1494.0,,527.0,93.0,462.0,174.0,405.0,2152.0,,,,20953.0,,14.0,14.0,96.0,,,,,,3.0,,,,jupyter/nbviewer,,,https://hub.docker.com/r/jupyter/nbviewer,2023-01-27 08:07:14.487852,33.0,2786756.0,,,,,,,,,,,,, +74,ipyvolume,3d plotting for Python in the Jupyter notebook based on IPython widgets using WebGL.,https://github.com/widgetti/ipyvolume,,widgets,25,True,ipyvolume,maartenbreddels/ipyvolume,conda-forge/ipyvolume,https://github.com/widgetti/ipyvolume,MIT,2016-12-21 15:30:13.000,2023-07-07 18:11:05.000000,2023-07-07 13:05:16,1007.0,5.0,230.0,52.0,123.0,185.0,131.0,1880.0,,,,74767.0,20.0,15.0,15.0,45.0,https://pypi.org/project/ipyvolume,67966.0,https://anaconda.org/conda-forge/ipyvolume,2023-06-05 11:50:27.103,444705.0,2.0,ipyvolume,https://www.npmjs.com/package/ipyvolume,1172.0,,,,,,,,,,,widgetti/ipyvolume,,,,,,,,, +75,Code Formatter,A JupyterLab plugin to facilitate invocation of code formatters.,https://github.com/ryantam626/jupyterlab_code_formatter,,lab-extensions,25,True,jupyterlab_code_formatter,ryantam626/jupyterlab_code_formatter,conda-forge/jupyterlab_code_formatter,https://github.com/ryantam626/jupyterlab_code_formatter,MIT,2018-08-12 20:50:17.000,2023-09-12 11:35:01.000000,2023-06-18 21:06:46,488.0,,54.0,7.0,138.0,24.0,163.0,748.0,2023-05-21 13:17:02.977,2.2.1,,99913.0,62.0,19.0,,42.0,https://pypi.org/project/jupyterlab_code_formatter,85740.0,https://anaconda.org/conda-forge/jupyterlab_code_formatter,2023-06-16 16:15:01.154,668962.0,2.0,@ryantam626/jupyterlab_code_formatter,https://www.npmjs.com/package/@ryantam626/jupyterlab_code_formatter,1552.0,,2023-05-21 13:17:02.977,17.0,,,,,2023-04-16 18:07:15.321,2.0,,,,,,,,,,, +76,itables,Pandas DataFrames as Interactive DataTables.,https://github.com/mwouts/itables,,widgets,25,True,itables,mwouts/itables,conda-forge/itables,https://github.com/mwouts/itables,MIT,2019-04-15 22:09:44.000,2023-08-18 23:09:42.605000,2023-08-18 18:40:53,211.0,7.0,40.0,11.0,100.0,26.0,74.0,505.0,2023-08-18 20:24:52.000,1.5.4,,118932.0,39.0,323.0,304.0,6.0,https://pypi.org/project/itables,117434.0,https://anaconda.org/conda-forge/itables,2023-08-18 23:09:42.605,29971.0,2.0,,,,,2023-08-18 20:24:52.000,19.0,,,,,,,,,,,,,,,,, +77,jdaviz,JWST astronomical data analysis tools in the Jupyter platform.,https://github.com/spacetelescope/jdaviz,,widgets,25,True,jdaviz,spacetelescope/jdaviz,,https://github.com/spacetelescope/jdaviz,BSD-3-Clause,2019-05-07 17:54:06.000,2023-09-21 14:00:48.000000,2023-09-21 13:57:44,4588.0,170.0,50.0,18.0,1516.0,324.0,631.0,104.0,2023-08-25 20:16:43.000,3.6.2,,2040.0,35.0,30.0,29.0,30.0,https://pypi.org/project/jdaviz,2040.0,,,,2.0,,,,,2023-08-25 20:26:42.000,1.0,,,,,,,,,,,,,,,,, +78,ipyregulartable,"High performance, editable, stylable datagrids in jupyter and jupyterlab.",https://github.com/finos/ipyregulartable,,widgets,24,True,ipyregulartable,jpmorganchase/ipyregulartable,conda-forge/ipyregulartable,https://github.com/finos/ipyregulartable,Apache-2.0,2020-06-15 21:45:08.000,2023-09-13 09:33:59.145000,2023-09-11 12:33:29,225.0,9.0,930.0,7.0,86.0,10.0,17.0,2887.0,2023-09-13 09:33:59.145,3.1.7,,41488.0,117.0,110.0,13.0,5.0,https://pypi.org/project/ipyregulartable,117.0,https://anaconda.org/conda-forge/ipyregulartable,2023-06-16 19:23:44.012,5349.0,2.0,@jupyter-widgets/jupyterlab-manager,https://www.npmjs.com/package/@jupyter-widgets/jupyterlab-manager,41214.0,,2021-01-08 04:41:11.000,2.0,,,,,2023-09-13 09:33:59.145,95.0,,finos/ipyregulartable,,,,,,,,, +79,.NET Interactive,".NET Interactive combines the power of .NET with many other languages to create notebooks, REPLs, and embedded coding..",https://github.com/dotnet/interactive,,kernels,24,True,,dotnet/interactive,,https://github.com/dotnet/interactive,MIT,2020-01-22 00:39:04.000,2023-09-21 02:22:04.000000,2023-09-21 02:15:14,4879.0,117.0,348.0,66.0,1715.0,422.0,956.0,2532.0,2023-09-12 21:03:46.000,1.0.4461040,428.0,14.0,24.0,,,113.0,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +80,ipyparallel,IPython Parallel: Interactive Parallel Computing in Python.,https://github.com/ipython/ipyparallel,,notebook-tools,24,False,ipyparallel,ipython/ipyparallel,conda-forge/ipyparallel,https://github.com/ipython/ipyparallel,,2015-04-09 07:43:55.000,2023-09-04 10:02:01.000000,2023-09-04 10:00:46,2843.0,22.0,949.0,122.0,486.0,54.0,290.0,2477.0,,,,310730.0,28.0,,,112.0,https://pypi.org/project/ipyparallel,300593.0,https://anaconda.org/conda-forge/ipyparallel,2023-06-16 13:17:51.662,902264.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +81,IRkernel,R kernel for Jupyter.,https://github.com/IRkernel/IRkernel,,kernels,24,True,,IRkernel/IRkernel,r/r-irkernel,https://github.com/IRkernel/IRkernel,MIT,2014-02-26 02:57:07.000,2023-09-18 21:45:41.922771,2023-03-06 15:57:54,599.0,,293.0,62.0,145.0,70.0,518.0,1643.0,2023-01-20 20:54:32.000,1.3.2,,16076.0,19.0,,,43.0,,,https://anaconda.org/r/r-irkernel,2023-06-16 13:05:29.034,138642.0,2.0,,,,jupyter/r-notebook,,,https://hub.docker.com/r/jupyter/r-notebook,2023-09-18 21:45:41.922771,54.0,1691059.0,,,,,IRkernel,,,,,,,, +82,datapane,Build and share data reports in 100% Python.,https://github.com/datapane/datapane,,others,24,True,datapane,datapane/datapane,conda-forge/datapane,https://github.com/datapane/datapane,Apache-2.0,2020-04-23 20:56:54.000,2023-09-07 16:46:44.103000,2023-09-07 13:44:00,362.0,17.0,80.0,18.0,119.0,,112.0,1296.0,2023-09-07 13:59:32.000,0.17.0,,24795.0,90.0,14.0,,16.0,https://pypi.org/project/datapane,22853.0,https://anaconda.org/conda-forge/datapane,2023-09-07 16:46:44.103,73805.0,2.0,,,,,2023-09-07 13:59:32.000,14.0,,,,,,,,,,,,,,,,, +83,ipyvizzu,Build animated charts in Jupyter Notebook and similar environments with a simple Python syntax.,https://github.com/vizzuhq/ipyvizzu,,widgets,24,True,ipyvizzu,vizzuhq/ipyvizzu,,https://github.com/vizzuhq/ipyvizzu,Apache-2.0,2022-01-05 22:37:39.000,2023-09-20 20:14:50.000000,2023-09-20 20:06:55,1140.0,167.0,86.0,15.0,184.0,14.0,73.0,863.0,2023-08-22 14:31:29.000,0.16.1,98.0,1009.0,22.0,73.0,70.0,20.0,https://pypi.org/project/ipyvizzu,1005.0,,,,2.0,,,,,2023-08-22 14:31:29.000,3.0,,,,,,,,,,,,,,,,, +84,watermark,"An IPython magic extension for printing date and time stamps, version numbers, and hardware information.",https://github.com/rasbt/watermark,,magic,24,True,watermark,rasbt/watermark,conda-forge/watermark,https://github.com/rasbt/watermark,BSD-3-Clause,2014-07-30 03:46:33.000,2023-07-02 15:47:55.854000,2023-07-02 14:29:01,123.0,4.0,88.0,13.0,47.0,19.0,28.0,830.0,2023-07-02 14:38:00.400,2.4.3,,30422.0,27.0,2121.0,2029.0,19.0,https://pypi.org/project/watermark,22480.0,https://anaconda.org/conda-forge/watermark,2023-07-02 15:47:55.854,270032.0,2.0,,,,,2023-07-02 14:38:00.400,92.0,,,,,,,,,,,,,,,,, +85,Bash Kernel,A bash kernel for IPython.,https://github.com/takluyver/bash_kernel,,kernels,24,True,bash_kernel,takluyver/bash_kernel,conda-forge/bash_kernel,https://github.com/takluyver/bash_kernel,BSD-3-Clause,2014-06-27 00:27:25.000,2023-09-21 07:00:26.000000,2023-09-21 07:00:26,109.0,6.0,139.0,27.0,34.0,37.0,66.0,651.0,2023-06-29 13:30:26.682,0.9.1,,25086.0,13.0,199.0,170.0,19.0,https://pypi.org/project/bash_kernel,22138.0,https://anaconda.org/conda-forge/bash_kernel,2023-06-16 16:16:52.485,141538.0,2.0,,,,,2022-12-17 19:23:02.426,29.0,,,,,,,,,,,,,,,,, +86,ipydatagrid,Fast Datagrid widget for the Jupyter Notebook and JupyterLab.,https://github.com/bloomberg/ipydatagrid,,widgets,24,True,ipydatagrid,bloomberg/ipydatagrid,conda-forge/ipydatagrid,https://github.com/bloomberg/ipydatagrid,BSD-3-Clause,2019-07-19 09:06:19.000,2023-09-08 18:11:48.000000,2023-09-08 07:19:56,786.0,27.0,43.0,14.0,324.0,61.0,71.0,425.0,2023-09-08 07:36:21.000,1.2.0,,13495.0,38.0,111.0,100.0,19.0,https://pypi.org/project/ipydatagrid,11563.0,https://anaconda.org/conda-forge/ipydatagrid,2023-09-08 09:15:46.265,50414.0,2.0,ipydatagrid,https://www.npmjs.com/package/ipydatagrid,306.0,,2023-09-08 07:36:21.000,9.0,,,,,2023-05-23 07:47:21.690,2.0,,,,,,,,,,, +87,ThebeLab,Turn static HTML pages into live documents with Jupyter kernels.,https://github.com/executablebooks/thebe,,notebook-sharing,24,True,,executablebooks/thebe,,https://github.com/executablebooks/thebe,BSD-3-Clause,2017-03-14 12:17:22.000,2023-09-06 13:41:39.000000,2023-09-06 13:36:12,788.0,44.0,58.0,23.0,481.0,87.0,117.0,342.0,2021-10-26 10:04:08.000,0.8.2,,8864.0,5.0,7.0,7.0,28.0,,,,,,3.0,thebe,https://www.npmjs.com/package/thebe,8864.0,,,,,,,,,,,,,,,,,,,, +88,ipycytoscape,A Cytoscape Jupyter widget.,https://github.com/cytoscape/ipycytoscape,,widgets,24,True,ipycytoscape,cytoscape/ipycytoscape,conda-forge/ipycytoscape,https://github.com/cytoscape/ipycytoscape,BSD-3-Clause,2020-02-05 13:46:52.000,2023-07-03 21:14:52.000000,2023-05-23 19:06:45,716.0,,58.0,31.0,191.0,62.0,99.0,240.0,2022-04-04 22:26:36.000,1.3.3,3.0,19966.0,22.0,177.0,159.0,32.0,https://pypi.org/project/ipycytoscape,11261.0,https://anaconda.org/conda-forge/ipycytoscape,2023-06-16 19:18:19.577,328205.0,2.0,jupyter-cytoscape,https://www.npmjs.com/package/jupyter-cytoscape,891.0,,2022-04-04 22:26:36.000,16.0,,,,,2022-04-04 22:06:25.396,2.0,,,,,,,,,,, +89,jupyter-console,Jupyter Terminal Console.,https://github.com/jupyter/jupyter_console,,others,24,True,jupyter-console,jupyter/jupyter_console,conda-forge/jupyter_console,https://github.com/jupyter/jupyter_console,BSD-3-Clause,2015-04-09 06:58:55.000,2023-09-13 20:27:19.000000,2023-03-06 14:13:15,629.0,,144.0,27.0,141.0,60.0,93.0,226.0,2023-03-06 14:13:35.000,6.6.3,319.0,5011378.0,18.0,,,60.0,https://pypi.org/project/jupyter-console,4966792.0,https://anaconda.org/conda-forge/jupyter_console,2023-06-16 13:18:03.803,3966688.0,2.0,,,,,,,,,,,,,-3.0,,,,,,,,,, +90,LDAP Authenticator,LDAP Authenticator Plugin for Jupyter.,https://github.com/jupyterhub/ldapauthenticator,,hub-auth,24,True,jupyterhub-ldapauthenticator,jupyterhub/ldapauthenticator,conda-forge/jupyterhub-ldapauthenticator,https://github.com/jupyterhub/ldapauthenticator,BSD-3-Clause,2016-01-17 05:11:49.000,2023-09-05 08:10:10.000000,2023-06-05 08:00:57,186.0,,171.0,20.0,79.0,71.0,83.0,191.0,2020-08-28 12:01:56.000,1.3.2,,10299.0,9.0,127.0,120.0,32.0,https://pypi.org/project/jupyterhub-ldapauthenticator,9781.0,https://anaconda.org/conda-forge/jupyterhub-ldapauthenticator,2023-06-16 16:08:49.184,32668.0,1.0,,,,,2020-08-28 12:01:56.000,7.0,,,,,,,,,,,,,,,,, +91,fastpages,"An easy to use blogging platform, with enhanced support for Jupyter Notebooks.",https://github.com/fastai/fastpages,,notebook-tools,23,True,,fastai/fastpages,,https://github.com/fastai/fastpages,Apache-2.0,2020-02-03 05:19:46.000,2022-11-13 18:05:19.000000,2022-11-13 18:05:19,1208.0,,796.0,44.0,326.0,,328.0,3499.0,2020-09-05 21:53:23.000,2.1.6,,,9.0,143.0,143.0,55.0,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +92,BinderHub,"Run your code in the cloud, with technology so advanced, it feels like magic!.",https://github.com/jupyterhub/binderhub,,notebook-sharing,23,True,binderhub,jupyterhub/binderhub,,https://github.com/jupyterhub/binderhub,BSD-3-Clause,2017-04-26 00:28:26.000,2023-09-21 06:53:46.000000,2023-09-21 06:53:46,3176.0,27.0,377.0,79.0,1043.0,222.0,477.0,2368.0,2018-11-07 17:41:58.000,0.1.0,,22.0,1.0,9.0,9.0,95.0,https://pypi.org/project/binderhub,22.0,,,,3.0,,,,,2018-11-07 17:41:58.000,,,,,,,,,,,binderhub,,,,,,, +93,nbQA,"Run ruff, isort, pyupgrade, mypy, pylint, flake8, and more on Jupyter Notebooks.",https://github.com/nbQA-dev/nbQA,,notebook-tools,23,True,nbqa,nbQA-dev/nbQA,conda-forge/nbqa,https://github.com/nbQA-dev/nbQA,MIT,2020-07-11 15:30:54.000,2023-09-18 23:06:54.000000,2023-08-15 06:29:06,691.0,5.0,38.0,8.0,545.0,7.0,278.0,875.0,2023-04-02 18:18:43.000,1.7.0,,87276.0,46.0,,,25.0,https://pypi.org/project/nbqa,83766.0,https://anaconda.org/conda-forge/nbqa,2023-06-16 19:23:19.382,122855.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +94,gmaps,Google maps for Jupyter notebooks.,https://github.com/pbugnion/gmaps,,widgets,23,False,gmaps,pbugnion/gmaps,conda-forge/gmaps,https://github.com/pbugnion/gmaps,BSD-3-Clause,2014-12-01 09:12:06.000,2023-06-16 13:23:14.332000,2019-07-22 06:22:45,1380.0,,146.0,25.0,154.0,73.0,137.0,756.0,2019-07-21 08:49:48.715,0.9.0,,11011.0,95.0,49.0,3.0,16.0,https://pypi.org/project/gmaps,5924.0,https://anaconda.org/conda-forge/gmaps,2023-06-16 13:23:14.332,307496.0,3.0,jupyter-gmaps,https://www.npmjs.com/package/jupyter-gmaps,1041.0,,2019-07-21 08:49:39.000,44.0,,,,,2019-07-21 08:49:48.715,2.0,,,,,,,,,,, +95,nglview,Jupyter widget to interactively view molecular structures and trajectories.,https://github.com/nglviewer/nglview,,widgets,23,False,nglview,nglviewer/nglview,conda-forge/nglview,https://github.com/nglviewer/nglview,,2015-11-09 16:48:57.000,2023-09-15 17:05:02.000000,2023-09-11 15:52:48,1436.0,5.0,124.0,24.0,608.0,34.0,430.0,720.0,2023-09-11 15:53:18.000,3.0.8,276.0,33147.0,80.0,3.0,3.0,38.0,https://pypi.org/project/nglview,11378.0,https://anaconda.org/conda-forge/nglview,2023-09-15 01:27:48.506,668854.0,3.0,nglview-js-widgets,https://www.npmjs.com/package/nglview-js-widgets,4617.0,,,,,,,,,,,,,,,,,,,, +96,Mapbox GL,Use Mapbox GL JS to visualize data in a Python Jupyter notebook.,https://github.com/mapbox/mapboxgl-jupyter,,widgets,23,False,mapboxgl,mapbox/mapboxgl-jupyter,,https://github.com/mapbox/mapboxgl-jupyter,MIT,2017-08-08 15:10:51.000,2022-01-11 05:18:07.000000,2021-04-19 05:00:36,221.0,,138.0,121.0,91.0,43.0,67.0,638.0,2019-06-03 21:24:10.000,0.10.2,,11039.0,20.0,185.0,170.0,21.0,https://pypi.org/project/mapboxgl,11039.0,,,,3.0,,,,,2019-06-02 16:02:54.380,15.0,,,,,,,,,,,,,,,,, +97,pivottablejs,"Dragndrop Pivot Tables and Charts for Jupyter/IPython Notebook, care of PivotTable.js.",https://github.com/nicolaskruchten/jupyter_pivottablejs,,widgets,23,False,pivottablejs,nicolaskruchten/jupyter_pivottablejs,anaconda/pivottablejs,https://github.com/nicolaskruchten/jupyter_pivottablejs,MIT,2015-09-09 13:39:18.000,2023-08-31 16:23:08.000000,2018-12-04 14:43:25,32.0,,78.0,21.0,8.0,21.0,41.0,601.0,2018-01-15 18:14:37.000,0.9.0,,24367.0,10.0,385.0,364.0,3.0,https://pypi.org/project/pivottablejs,24338.0,https://anaconda.org/anaconda/pivottablejs,2023-06-16 13:18:14.055,2680.0,3.0,,,,,2018-01-15 18:14:37.000,21.0,,,,,,,,,,,,,,,,, +98,Octave Kernel,An Octave kernel for IPython.,https://github.com/Calysto/octave_kernel,,kernels,23,True,octave_kernel,calysto/octave_kernel,conda-forge/octave_kernel,https://github.com/Calysto/octave_kernel,BSD-3-Clause,2014-07-31 01:59:06.000,2023-06-16 13:22:04.819000,2022-12-18 16:07:56,423.0,,64.0,24.0,52.0,32.0,150.0,431.0,2022-11-29 02:05:39.186,0.35.1,139.0,12225.0,114.0,60.0,53.0,20.0,https://pypi.org/project/octave_kernel,5982.0,https://anaconda.org/conda-forge/octave_kernel,2023-06-16 13:22:04.819,505610.0,2.0,,,,,2022-11-29 02:05:39.186,7.0,,,,,,,,,,,,,,,,, +99,nbval,A py.test plugin to validate Jupyter notebooks.,https://github.com/computationalmodelling/nbval,,notebook-tools,23,False,nbval,computationalmodelling/nbval,conda-forge/nbval,https://github.com/computationalmodelling/nbval,,2015-04-09 09:40:33.000,2023-08-08 00:32:38.000000,2023-01-11 11:27:13,465.0,,46.0,11.0,96.0,39.0,65.0,413.0,,,,148862.0,8.0,2541.0,2541.0,33.0,https://pypi.org/project/nbval,143914.0,https://anaconda.org/conda-forge/nbval,2023-06-16 13:18:53.317,381022.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +100,dask-labextension,JupyterLab extension for Dask.,https://github.com/dask/dask-labextension,,lab-extensions,23,True,dask-labextension,dask/dask-labextension,conda-forge/dask-labextension,https://github.com/dask/dask-labextension,BSD-3-Clause,2016-09-26 19:01:37.000,2023-08-04 21:07:12.374000,2023-08-04 14:43:59,410.0,4.0,59.0,17.0,120.0,47.0,101.0,294.0,2023-08-04 14:55:02.000,7.0.0,,32621.0,28.0,10.0,2.0,24.0,https://pypi.org/project/dask-labextension,7300.0,https://anaconda.org/conda-forge/dask-labextension,2023-08-04 21:07:12.374,913785.0,2.0,dask-labextension,https://www.npmjs.com/package/dask-labextension,625.0,,2023-08-04 14:55:02.000,6.0,,,,,2022-06-21 23:23:38.435,2.0,,,,,,,,,,, +101,ipytest,Pytest in IPython notebooks.,https://github.com/chmp/ipytest,,notebook-tools,23,True,ipytest,chmp/ipytest,,https://github.com/chmp/ipytest,MIT,2016-02-07 20:24:41.000,2023-09-20 18:27:28.000000,2023-05-19 07:54:10,322.0,,19.0,5.0,44.0,2.0,56.0,269.0,2023-05-19 07:54:53.000,0.13.3,,15539.0,20.0,306.0,306.0,5.0,https://pypi.org/project/ipytest,15539.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +102,JupyterLab Spellchecker,Spellchecker for JupyterLab notebook markdown cells and file editor.,https://github.com/jupyterlab-contrib/spellchecker,,lab-extensions,23,True,jupyterlab-spellchecker,jupyterlab-contrib/spellchecker,conda-forge/jupyterlab-spellchecker,https://github.com/jupyterlab-contrib/spellchecker,BSD-3-Clause,2018-04-02 07:47:30.000,2023-07-28 22:34:41.159000,2023-07-28 20:05:17,217.0,37.0,18.0,9.0,83.0,16.0,39.0,187.0,2023-07-28 20:17:21.000,0.8.4,,9627.0,13.0,181.0,181.0,6.0,https://pypi.org/project/jupyterlab-spellchecker,5801.0,https://anaconda.org/conda-forge/jupyterlab-spellchecker,2023-07-28 22:34:41.159,92763.0,2.0,@ijmbarr/jupyterlab_spellchecker,https://www.npmjs.com/package/@ijmbarr/jupyterlab_spellchecker,628.0,,,,,,,,,,,,,,,,,,,, +103,ipylab,Control JupyterLab from Python Notebooks with Jupyter Widgets.,https://github.com/jtpio/ipylab,,lab-extensions,23,True,ipylab,jtpio/ipylab,conda-forge/ipylab,https://github.com/jtpio/ipylab,BSD-3-Clause,2019-11-15 19:52:12.000,2023-08-11 12:01:52.980000,2023-08-11 05:47:41,223.0,3.0,11.0,8.0,87.0,20.0,21.0,153.0,2023-08-11 05:48:03.000,1.0.0,133.0,86302.0,16.0,67.0,56.0,7.0,https://pypi.org/project/ipylab,84954.0,https://anaconda.org/conda-forge/ipylab,2023-08-11 12:01:52.980,26044.0,2.0,ipylab,https://www.npmjs.com/package/ipylab,533.0,,2023-08-11 05:47:52.000,9.0,,,,,2023-08-11 05:47:59.304,2.0,,,,,,,,,,, +104,mknotebooks,A plugin for mkdocs to help you include Jupyter notebooks in your projects.,https://github.com/greenape/mknotebooks,,notebook-sharing,23,True,mknotebooks,greenape/mknotebooks,,https://github.com/greenape/mknotebooks,MIT,2018-09-18 08:13:25.000,2023-08-11 12:01:01.000000,2023-08-11 11:59:53,1742.0,41.0,20.0,2.0,1078.0,36.0,26.0,116.0,2023-08-07 10:13:29.000,0.8.0,,22100.0,866.0,456.0,423.0,14.0,https://pypi.org/project/mknotebooks,22100.0,,,,3.0,,,,,2023-08-11 12:01:01.000,33.0,,,,,,,,,,,,,,,,, +105,Native Authenticator,JupyterHub-native User Authenticator.,https://github.com/jupyterhub/nativeauthenticator,,hub-auth,23,True,jupyterhub-nativeauthenticator,jupyterhub/nativeauthenticator,,https://github.com/jupyterhub/nativeauthenticator,BSD-3-Clause,2018-12-03 17:38:18.000,2023-09-05 08:53:48.000000,2023-09-05 08:53:47,568.0,6.0,63.0,11.0,152.0,30.0,73.0,63.0,2023-05-22 08:28:01.738,1.2.0,,8849.0,13.0,62.0,62.0,22.0,https://pypi.org/project/jupyterhub-nativeauthenticator,8849.0,,,,2.0,,,,,2022-09-09 11:33:03.525,,,,,,,,,,,,,,,,,, +106,commuter,Notebook sharing hub.,https://github.com/nteract/commuter,,notebook-sharing,22,False,,nteract/commuter,,https://github.com/nteract/commuter,BSD-3-Clause,2017-01-03 22:23:32.000,2023-09-08 15:20:37.000000,2022-04-28 20:49:58,640.0,,579.0,41.0,255.0,52.0,39.0,6060.0,2020-10-27 19:53:29.453,5.11.0,,155.0,71.0,4.0,2.0,27.0,,,,,,3.0,@nteract/commuter,https://www.npmjs.com/package/@nteract/commuter,155.0,,,,,,,,2020-10-27 19:53:29.453,2.0,5.0,,,,,,,,,, +107,Hydrogen,"Run code interactively, inspect data, and plot. All the power of Jupyter kernels, inside your favorite text editor.",https://github.com/nteract/hydrogen,,notebook-environments,22,True,,nteract/hydrogen,,https://github.com/nteract/hydrogen,MIT,2015-05-11 01:16:55.000,2023-09-20 04:49:12.000000,2023-01-10 01:11:13,2371.0,,352.0,89.0,878.0,169.0,1103.0,3868.0,2023-01-10 01:02:49.000,2.16.5,,,92.0,,,90.0,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +108,gophernotes,The Go kernel for Jupyter notebooks and nteract.,https://github.com/gopherdata/gophernotes,,kernels,22,True,,gopherdata/gophernotes,,https://github.com/gopherdata/gophernotes,MIT,2016-01-22 19:22:16.000,2023-03-29 09:07:02.000000,2023-03-29 09:05:21,401.0,,255.0,82.0,78.0,54.0,128.0,3670.0,2022-05-31 17:34:28.000,0.7.5,43.0,945.0,22.0,14.0,13.0,29.0,,,,,,2.0,,,,gopherdata/gophernotes,,,https://hub.docker.com/r/gopherdata/gophernotes,2018-12-22 19:00:35.934804,7.0,87014.0,,,,,,,github.com/gopherdata/gophernotes,https://pkg.go.dev/github.com/gopherdata/gophernotes,2022-05-31 17:31:46,1.0,,, +109,IHaskell,A Haskell kernel for the Jupyter project.,https://github.com/IHaskell/IHaskell,,kernels,22,True,,gibiansky/IHaskell,,https://github.com/IHaskell/IHaskell,MIT,2013-08-26 07:16:09.000,2023-09-07 10:49:03.000000,2023-08-18 13:32:26,2198.0,37.0,258.0,48.0,644.0,47.0,726.0,2491.0,2018-08-01 13:19:52.714,0.0.6,,14.0,6.0,2.0,,111.0,,,,,,2.0,ihaskell_jupyterlab,https://www.npmjs.com/package/ihaskell_jupyterlab,14.0,,,,,,,,2018-08-01 13:19:52.714,2.0,,IHaskell/IHaskell,,,,,,,,, +110,IJavascript,IJavascript is a javascript kernel for the Jupyter notebook.,https://github.com/n-riesco/ijavascript,,kernels,22,False,,n-riesco/ijavascript,,https://github.com/n-riesco/ijavascript,,2015-02-02 15:46:34.000,2022-12-28 22:18:25.000000,2022-12-28 22:18:25,332.0,,150.0,41.0,43.0,53.0,186.0,2068.0,2021-11-15 23:43:33.000,5.2.1,,1792.0,33.0,78.0,78.0,17.0,,,,,,2.0,ijavascript,https://www.npmjs.com/package/ijavascript,1792.0,,,,,,,,,,,,,,,,,,,, +111,What-If Tool,Source code/webpage/demos for the What-If Tool.,https://github.com/PAIR-code/what-if-tool,,widgets,22,True,witwidget,PAIR-code/what-if-tool,conda-forge/tensorboard-plugin-wit,https://github.com/PAIR-code/what-if-tool,Apache-2.0,2018-09-07 20:26:10.000,2023-09-19 20:58:58.000000,2023-04-27 23:44:02,329.0,,153.0,29.0,106.0,80.0,56.0,835.0,2021-10-12 17:42:50.869,1.8.1,,59688.0,40.0,5.0,,20.0,https://pypi.org/project/witwidget,6803.0,https://anaconda.org/conda-forge/tensorboard-plugin-wit,2023-06-16 19:20:28.498,2028282.0,3.0,wit-widget,https://www.npmjs.com/package/wit-widget,878.0,,2021-10-12 17:42:30.000,4.0,,,,,2021-10-12 17:42:50.869,1.0,,,,,,,,,,, +112,Appmode,A Jupyter extensions that turns notebooks into web applications.,https://github.com/oschuett/appmode,,jupyter-extensions,22,True,appmode,oschuett/appmode,conda-forge/appmode,https://github.com/oschuett/appmode,MIT,2017-03-17 13:33:53.000,2023-06-16 13:23:23.036000,2023-05-18 15:12:24,102.0,,68.0,25.0,16.0,4.0,53.0,427.0,2023-05-18 14:28:00.000,0.9.0,,4402.0,9.0,349.0,349.0,9.0,https://pypi.org/project/appmode,1313.0,https://anaconda.org/conda-forge/appmode,2023-06-16 13:23:23.036,216262.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +113,JupyterLab Templates,Support for jupyter notebook templates in jupyterlab.,https://github.com/finos/jupyterlab_templates,,lab-extensions,22,True,jupyterlab_templates,jpmorganchase/jupyterlab_templates,conda-forge/jupyterlab_templates,https://github.com/finos/jupyterlab_templates,Apache-2.0,2018-03-17 21:38:11.000,2023-09-11 12:26:31.000000,2023-09-11 12:26:30,419.0,23.0,60.0,16.0,139.0,7.0,80.0,348.0,2023-07-14 16:46:17.000,0.5.0,,13883.0,16.0,7.0,7.0,18.0,https://pypi.org/project/jupyterlab_templates,11085.0,https://anaconda.org/conda-forge/jupyterlab_templates,2023-08-17 13:29:47.158,16184.0,2.0,jupyterlab_templates,https://www.npmjs.com/package/jupyterlab_templates,2384.0,,,,,,,,,,,finos/jupyterlab_templates,,,,,,,,, +114,ipywebrtc,WebRTC for Jupyter notebook/lab.,https://github.com/maartenbreddels/ipywebrtc,,widgets,22,True,ipywebrtc,maartenbreddels/ipywebrtc,conda-forge/ipywebrtc,https://github.com/maartenbreddels/ipywebrtc,MIT,2017-08-10 18:07:51.000,2023-06-16 13:24:24.196000,2023-03-06 12:26:30,217.0,,36.0,12.0,74.0,30.0,28.0,229.0,,,,58748.0,8.0,875.0,875.0,9.0,https://pypi.org/project/ipywebrtc,54045.0,https://anaconda.org/conda-forge/ipywebrtc,2023-06-16 13:24:24.196,323426.0,3.0,jupyter-webrtc,https://www.npmjs.com/package/jupyter-webrtc,273.0,,,,,,,,,,,,,,,,,,,, +115,Jupyter Sphinx,Sphinx extension for rendering of Jupyter interactive widgets.,https://github.com/jupyter/jupyter-sphinx,,notebook-tools,22,False,jupyter_sphinx,jupyter/jupyter-sphinx,conda-forge/jupyter_sphinx,https://github.com/jupyter/jupyter-sphinx,BSD-3-Clause,2016-11-15 18:36:37.000,2023-09-14 09:27:48.000000,2022-06-25 19:26:22,372.0,,59.0,23.0,93.0,53.0,87.0,170.0,2022-06-25 19:35:21.000,0.4.0,,87884.0,13.0,,,25.0,https://pypi.org/project/jupyter_sphinx,85012.0,https://anaconda.org/conda-forge/jupyter_sphinx,2023-06-16 13:24:13.395,224038.0,3.0,,,,,,,,,,,,,-4.0,,,,,,,,,, +116,Rsession Proxy,Jupyter extensions for running an RStudio rsession proxy.,https://github.com/jupyterhub/jupyter-rsession-proxy,,jupyter-extensions,22,True,jupyter-rsession-proxy,jupyterhub/jupyter-rsession-proxy,conda-forge/jupyter-rsession-proxy,https://github.com/jupyterhub/jupyter-rsession-proxy,BSD-3-Clause,2016-12-09 06:26:18.000,2023-06-25 05:31:24.530000,2023-06-23 00:48:01,236.0,,84.0,13.0,65.0,32.0,48.0,108.0,2023-06-23 01:00:00.721,2.2.0,,8304.0,14.0,45.0,44.0,21.0,https://pypi.org/project/jupyter-rsession-proxy,7527.0,https://anaconda.org/conda-forge/jupyter-rsession-proxy,2023-06-25 05:31:24.530,20985.0,2.0,,,,,2022-09-07 23:29:00.801,1.0,,,,,,,,,,,,,,,,, +117,ipydatawidgets,A set of widgets to help facilitate reuse of large datasets across widgets.,https://github.com/vidartf/ipydatawidgets,,widgets,22,True,ipydatawidgets,vidartf/ipydatawidgets,conda-forge/ipydatawidgets,https://github.com/vidartf/ipydatawidgets,BSD-3-Clause,2017-07-31 17:37:26.000,2023-06-16 16:11:33.197000,2023-06-14 12:39:14,307.0,,9.0,5.0,47.0,8.0,10.0,38.0,2023-06-14 12:41:06.000,4.3.5,,104255.0,22.0,940.0,911.0,5.0,https://pypi.org/project/ipydatawidgets,100372.0,https://anaconda.org/conda-forge/ipydatawidgets,2023-06-16 16:11:33.197,244632.0,3.0,,,,,2023-06-14 11:16:58.611,29.0,,,,,,,,,,,,,,,,, +118,ML Workspace,All-in-one web-based IDE specialized for machine learning and data science.,https://github.com/ml-tooling/ml-workspace,,notebook-environments,21,False,,ml-tooling/ml-workspace,,https://github.com/ml-tooling/ml-workspace,Apache-2.0,2019-05-27 16:55:15.000,2022-12-25 14:22:01.000000,2021-11-22 20:42:15,846.0,,394.0,75.0,32.0,3.0,91.0,3183.0,2021-07-13 22:12:59.000,0.13.2,,10402.0,4.0,,,11.0,,,,,,3.0,,,,mltooling/ml-workspace,,,https://hub.docker.com/r/mltooling/ml-workspace,2021-07-13 16:32:15.225256,27.0,540906.0,,,,,,,,,,,,, +119,xeus-cling,Jupyter kernel for the C++ programming language.,https://github.com/jupyter-xeus/xeus-cling,,kernels,21,True,,jupyter-xeus/xeus-cling,conda-forge/xeus-cling,https://github.com/jupyter-xeus/xeus-cling,BSD-3-Clause,2017-04-20 15:35:44.000,2023-09-10 19:24:00.969000,2023-08-05 06:50:25,531.0,9.0,264.0,63.0,222.0,149.0,123.0,2759.0,,,,5589.0,20.0,,,26.0,,,https://anaconda.org/conda-forge/xeus-cling,2023-09-10 19:24:00.969,217993.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +120,IJulia.jl,Julia kernel for Jupyter.,https://github.com/JuliaLang/IJulia.jl,,kernels,21,True,,JuliaLang/IJulia.jl,,https://github.com/JuliaLang/IJulia.jl,MIT,2013-03-05 18:20:21.000,2023-08-18 00:03:30.000000,2023-06-02 22:48:38,718.0,,397.0,119.0,269.0,125.0,701.0,2679.0,2023-06-02 17:41:48.000,1.24.2,,,45.0,,,106.0,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +121,notedown,Markdown = IPython Notebook.,https://github.com/aaren/notedown,,notebook-sharing,21,False,notedown,aaren/notedown,conda-forge/notedown,https://github.com/aaren/notedown,BSD-2-Clause,2014-02-17 17:28:59.000,2023-06-16 16:08:46.317000,2017-11-16 19:29:56,264.0,,93.0,21.0,29.0,40.0,29.0,846.0,,,,9472.0,1.0,235.0,235.0,7.0,https://pypi.org/project/notedown,8912.0,https://anaconda.org/conda-forge/notedown,2023-06-16 16:08:46.317,35320.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +122,IRuby,Official gem repository: Ruby kernel for Jupyter/IPython Notebook.,https://github.com/SciRuby/iruby,,kernels,21,True,,SciRuby/iruby,,https://github.com/SciRuby/iruby,MIT,2015-03-03 18:05:50.000,2023-08-16 07:33:28.000000,2023-01-11 06:17:33,718.0,,22.0,31.0,141.0,45.0,144.0,789.0,2021-08-17 16:20:34.000,0.7.4,15.0,19.0,10.0,198.0,198.0,46.0,,,,,,2.0,,,,rubydata/datascience-notebook,,,https://hub.docker.com/r/rubydata/datascience-notebook,2023-02-03 04:21:45.711711,5.0,1976.0,,,,,,,,,,,iruby,, +123,Apache Toree,Jupyter kernel for Apache Spark.,https://github.com/apache/incubator-toree,,kernels,21,True,toree,apache/incubator-toree,,https://github.com/apache/incubator-toree,Apache-2.0,2016-01-07 08:00:06.000,2023-09-08 02:09:06.000000,2023-08-29 12:58:35,1171.0,18.0,220.0,50.0,221.0,,,722.0,,,,11597.0,,,,107.0,https://pypi.org/project/toree,11597.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +124,Enterprise Gateway,"A lightweight, multi-tenant, scalable and secure gateway that enables Jupyter Notebooks to share resources across..",https://github.com/jupyter-server/enterprise_gateway,,kernels,21,False,jupyter_enterprise_gateway,jupyter/enterprise_gateway,conda-forge/jupyter_enterprise_gateway,https://github.com/jupyter-server/enterprise_gateway,,2017-04-21 16:05:14.000,2023-09-18 21:34:24.000000,2023-09-15 14:08:27,1341.0,4.0,195.0,42.0,741.0,65.0,491.0,574.0,2023-03-18 23:02:09.000,3.2.2,30976.0,5922.0,37.0,,,113.0,https://pypi.org/project/jupyter_enterprise_gateway,3613.0,https://anaconda.org/conda-forge/jupyter_enterprise_gateway,2023-06-16 13:24:38.315,131172.0,2.0,,,,,,,,,,,,,,jupyter-server/enterprise_gateway,,,,,,,,, +125,GPU Dashboards,A JupyterLab extension for displaying dashboards of GPU usage.,https://github.com/rapidsai/jupyterlab-nvdashboard,,lab-extensions,21,True,jupyterlab-nvdashboard,rapidsai/jupyterlab-nvdashboard,conda-forge/jupyterlab-nvdashboard,https://github.com/rapidsai/jupyterlab-nvdashboard,BSD-3-Clause,2019-08-12 15:22:10.000,2023-08-25 13:46:46.000000,2023-08-25 13:35:42,232.0,3.0,66.0,16.0,100.0,29.0,39.0,521.0,2023-08-25 13:39:24.000,0.9.0,,71386.0,8.0,2.0,2.0,18.0,https://pypi.org/project/jupyterlab-nvdashboard,70253.0,https://anaconda.org/conda-forge/jupyterlab-nvdashboard,2023-06-16 16:21:24.095,36072.0,2.0,jupyterlab-nvdashboard,https://www.npmjs.com/package/jupyterlab-nvdashboard,332.0,,,,,,,,,,,,,,,,,,,, +126,Kernel Gateway,Jupyter Kernel Gateway.,https://github.com/jupyter-server/kernel_gateway,,kernels,21,False,jupyter-kernel-gateway,jupyter/kernel_gateway,conda-forge/jupyter_kernel_gateway,https://github.com/jupyter-server/kernel_gateway,,2015-09-21 15:34:11.000,2023-06-16 13:21:45.404000,2023-03-02 17:55:59,566.0,,120.0,40.0,201.0,15.0,168.0,453.0,2023-02-06 19:49:08.000,2.5.2,139.0,16110.0,15.0,41.0,41.0,44.0,https://pypi.org/project/jupyter-kernel-gateway,13716.0,https://anaconda.org/conda-forge/jupyter_kernel_gateway,2023-06-16 13:21:45.404,200943.0,2.0,,,,,,,,,,,,,,jupyter-server/kernel_gateway,,,,,,,,, +127,JupyterLab GitHub,GitHub integration for JupyterLab.,https://github.com/jupyterlab/jupyterlab-github,,lab-extensions,21,True,jupyterlab-github,jupyterlab/jupyterlab-github,,https://github.com/jupyterlab/jupyterlab-github,BSD-3-Clause,2017-10-15 17:18:11.000,2023-08-03 14:12:04.000000,2023-08-03 14:11:49,247.0,9.0,104.0,32.0,90.0,29.0,41.0,381.0,2023-08-03 14:12:11.000,4.0.0,24.0,2937.0,24.0,9.0,5.0,17.0,https://pypi.org/project/jupyterlab-github,2062.0,,,,2.0,@jupyterlab/github,https://www.npmjs.com/package/@jupyterlab/github,875.0,,2023-08-03 14:12:04.000,2.0,,,,,2023-08-02 17:40:03.884,2.0,,,,,,,,,,, +128,vega,IPython/Jupyter notebook module for Vega and Vega-Lite.,https://github.com/vega/ipyvega,,widgets,21,True,vega,vega/ipyvega,conda-forge/vega,https://github.com/vega/ipyvega,BSD-3-Clause,2015-08-04 03:22:47.000,2023-09-01 01:44:10.000000,2023-08-28 03:16:59,643.0,7.0,60.0,30.0,409.0,11.0,91.0,361.0,2023-07-18 13:09:18.000,4.0.0,,16273.0,28.0,2.0,2.0,15.0,https://pypi.org/project/vega,9749.0,https://anaconda.org/conda-forge/vega,2023-06-16 13:18:03.216,567663.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +129,JupyterLab System Monitor,JupyterLab extension to display system metrics.,https://github.com/jtpio/jupyterlab-system-monitor,,lab-extensions,21,True,jupyterlab-system-monitor,jtpio/jupyterlab-system-monitor,conda-forge/jupyterlab-system-monitor,https://github.com/jtpio/jupyterlab-system-monitor,BSD-3-Clause,2019-07-13 12:31:51.000,2023-07-28 15:17:36.000000,2023-07-28 15:17:32,177.0,1.0,29.0,6.0,60.0,,44.0,293.0,2021-02-04 22:39:49.000,0.8.0,,11109.0,2.0,141.0,141.0,7.0,https://pypi.org/project/jupyterlab-system-monitor,7714.0,https://anaconda.org/conda-forge/jupyterlab-system-monitor,2023-06-16 19:24:50.049,29323.0,2.0,jupyterlab-system-monitor,https://www.npmjs.com/package/jupyterlab-system-monitor,2450.0,,,,,,,,,,,,,,,,,,,, +130,scrapbook,A library for recording and reading data in notebooks.,https://github.com/nteract/scrapbook,,notebook-sharing,21,False,nteract-scrapbook,nteract/scrapbook,conda-forge/nteract-scrapbook,https://github.com/nteract/scrapbook,BSD-3-Clause,2018-10-22 04:17:04.000,2023-06-16 19:17:54.716000,2022-04-13 16:57:42,184.0,,27.0,19.0,41.0,24.0,25.0,267.0,,,,19366.0,5.0,283.0,283.0,11.0,https://pypi.org/project/nteract-scrapbook,19009.0,https://anaconda.org/conda-forge/nteract-scrapbook,2023-06-16 19:17:54.716,15371.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +131,bookstore,Notebook storage and publishing workflows for the masses.,https://github.com/nteract/bookstore,,notebook-sharing,21,False,bookstore,nteract/bookstore,,https://github.com/nteract/bookstore,BSD-3-Clause,2018-10-16 18:54:00.000,2021-08-26 18:26:16.000000,2019-12-09 16:52:07,619.0,,20.0,21.0,109.0,34.0,39.0,196.0,2019-12-03 17:50:40.000,2.5.0,,66653.0,6.0,15.0,15.0,7.0,https://pypi.org/project/bookstore,66653.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +132,nbgallery,Enterprise Jupyter notebook sharing and collaboration app.,https://github.com/nbgallery/nbgallery,,notebook-sharing,21,True,,nbgallery/nbgallery,,https://github.com/nbgallery/nbgallery,MIT,2017-01-10 19:18:40.000,2023-09-21 13:40:21.739307,2023-09-21 13:39:17,1659.0,56.0,29.0,10.0,459.0,38.0,435.0,151.0,,,,2116.0,,,,23.0,,,,,,3.0,,,,nbgallery/nbgallery,,,https://hub.docker.com/r/nbgallery/nbgallery,2023-09-21 13:40:21.739307,5.0,169310.0,,,,,,,,,,,,, +133,jupyter-archive,"A Jupyter/Jupyterlab extension to make, download and extract archive files.",https://github.com/jupyterlab-contrib/jupyter-archive,,jupyter-extensions,21,True,jupyter-archive,jupyterlab-contrib/jupyter-archive,conda-forge/jupyter-archive,https://github.com/jupyterlab-contrib/jupyter-archive,BSD-3-Clause,2019-07-25 17:15:19.000,2023-08-16 14:54:33.988000,2023-08-16 12:25:37,230.0,6.0,12.0,4.0,84.0,1.0,36.0,66.0,2023-08-15 15:28:38.000,3.4.0,3269.0,16264.0,28.0,91.0,91.0,10.0,https://pypi.org/project/jupyter-archive,14272.0,https://anaconda.org/conda-forge/jupyter-archive,2023-08-16 14:54:33.988,53599.0,3.0,@hadim/jupyter-archive,https://www.npmjs.com/package/@hadim/jupyter-archive,513.0,,,,,,,,,,,,,,,,,,,, +134,LTI Authenticator,A JupyterHub authenticator for LTI.,https://github.com/jupyterhub/ltiauthenticator,,hub-auth,21,True,jupyterhub-ltiauthenticator,jupyterhub/ltiauthenticator,,https://github.com/jupyterhub/ltiauthenticator,BSD-3-Clause,2017-12-15 02:54:15.000,2023-09-21 07:11:42.000000,2023-09-21 07:11:41,438.0,6.0,49.0,7.0,129.0,5.0,43.0,60.0,2023-06-16 08:44:01.377,1.6.1,,2290.0,13.0,105.0,96.0,18.0,https://pypi.org/project/jupyterhub-ltiauthenticator,2290.0,,,,2.0,,,,,2023-06-16 08:44:01.377,9.0,,,,,,,,,,,,,,,,, +135,ipyvue,Jupyter widgets base for Vue libraries.,https://github.com/widgetti/ipyvue,,widgets,21,True,ipyvue,mariobuikhuizen/ipyvue,conda-forge/ipyvue,https://github.com/widgetti/ipyvue,MIT,2019-08-11 10:10:05.000,2023-09-18 14:54:11.000000,2023-09-07 14:55:32,128.0,11.0,13.0,6.0,68.0,5.0,7.0,53.0,2021-11-19 19:10:31.000,1.7.0,,169691.0,21.0,560.0,560.0,4.0,https://pypi.org/project/ipyvue,162833.0,https://anaconda.org/conda-forge/ipyvue,2023-09-07 16:06:30.904,105707.0,3.0,jupyter-vue,https://www.npmjs.com/package/jupyter-vue,4148.0,,,,,,,,,,,widgetti/ipyvue,,,,,,,,, +136,Variable Inspector,Variable Inspector extension for Jupyterlab.,https://github.com/lckr/jupyterlab-variableInspector,,lab-extensions,20,True,lckr-jupyterlab-variableinspector,lckr/jupyterlab-variableInspector,conda-forge/jupyterlab-variableinspector,https://github.com/lckr/jupyterlab-variableInspector,BSD-3-Clause,2018-06-13 18:16:02.000,2023-06-16 19:25:32.000000,2023-01-10 15:02:24,169.0,,84.0,25.0,102.0,42.0,123.0,1005.0,2021-04-10 13:07:39.934,3.0.9,,10616.0,11.0,7.0,5.0,19.0,https://pypi.org/project/lckr-jupyterlab-variableinspector,7314.0,https://anaconda.org/conda-forge/jupyterlab-variableinspector,2023-06-16 19:25:32.000,20273.0,2.0,@lckr/jupyterlab_variableinspector,https://www.npmjs.com/package/@lckr/jupyterlab_variableinspector,2603.0,,2021-04-10 13:07:22.000,,,,,,2021-04-10 13:07:39.934,2.0,,,,,,,,,,, +137,pick,Customize your kernels on Launch!.,https://github.com/nteract/pick,,magic,20,False,pick,nteract/pick,,https://github.com/nteract/pick,BSD-3-Clause,2020-04-08 23:47:09.000,2021-12-06 15:27:43.000000,2020-11-04 01:10:24,87.0,,57.0,6.0,26.0,4.0,5.0,614.0,2022-11-21 06:29:00.831,2.2.0,,92618.0,29.0,156.0,,5.0,https://pypi.org/project/pick,92618.0,,,,2.0,,,,,2021-12-06 15:27:43.000,156.0,,,,,,,,,,,,,,,,, +138,JupyterLab Drawio,A standalone embedding of the FOSS drawio / mxgraph package into jupyterlab.,https://github.com/QuantStack/jupyterlab-drawio,,lab-renderer,20,False,jupyterlab-drawio,QuantStack/jupyterlab-drawio,conda-forge/jupyterlab-drawio,https://github.com/QuantStack/jupyterlab-drawio,BSD-3-Clause,2018-01-31 16:38:30.000,2023-06-16 19:25:47.823000,2021-06-29 12:29:51,101.0,,67.0,29.0,52.0,42.0,25.0,574.0,,,,5019.0,1.0,1333.0,1333.0,15.0,https://pypi.org/project/jupyterlab-drawio,2505.0,https://anaconda.org/conda-forge/jupyterlab-drawio,2023-06-16 19:25:47.823,19352.0,1.0,jupyterlab-drawio,https://www.npmjs.com/package/jupyterlab-drawio,1823.0,,,,,,,,,,,,,,,,,,,, +139,JupyterLab Latex,JupyterLab extension for live editing of LaTeX documents.,https://github.com/jupyterlab/jupyterlab-latex,,lab-renderer,20,True,jupyterlab_latex,jupyterlab/jupyterlab-latex,conda-forge/jupyterlab-latex,https://github.com/jupyterlab/jupyterlab-latex,BSD-3-Clause,2017-10-24 02:12:37.000,2023-07-19 03:12:56.000000,2023-07-09 18:51:29,443.0,1.0,63.0,15.0,130.0,32.0,57.0,573.0,2023-05-31 04:26:11.000,3.2.0,,1878.0,3.0,5.0,5.0,23.0,https://pypi.org/project/jupyterlab_latex,1088.0,https://anaconda.org/conda-forge/jupyterlab-latex,2023-06-16 19:18:37.104,11742.0,1.0,@jupyterlab/latex,https://www.npmjs.com/package/@jupyterlab/latex,504.0,,,,,,,,,,,,,,,,,,,, +140,nb_conda_kernels,Package for managing conda environment-based kernels inside of Jupyter.,https://github.com/Anaconda-Platform/nb_conda_kernels,,kernels,20,False,,Anaconda-Platform/nb_conda_kernels,conda-forge/nb_conda_kernels,https://github.com/Anaconda-Platform/nb_conda_kernels,BSD-3-Clause,2015-12-10 16:11:42.000,2023-07-31 14:11:12.000000,2020-11-30 15:55:07,335.0,,62.0,21.0,87.0,41.0,100.0,535.0,2020-09-05 22:35:32.000,2.3.0,,13684.0,11.0,,,14.0,,,https://anaconda.org/conda-forge/nb_conda_kernels,2023-06-16 13:16:37.337,1190568.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +141,xeus-python,Jupyter kernel for the Python programming language.,https://github.com/jupyter-xeus/xeus-python,,kernels,20,True,xeus-python,jupyter-xeus/xeus-python,conda-forge/xeus-python,https://github.com/jupyter-xeus/xeus-python,BSD-3-Clause,2018-10-12 13:18:30.000,2023-06-16 16:14:17.776000,2023-04-27 13:42:24,900.0,,65.0,16.0,405.0,62.0,124.0,388.0,2023-03-22 11:55:54.747,0.15.8,,31858.0,84.0,3.0,,21.0,https://pypi.org/project/xeus-python,8550.0,https://anaconda.org/conda-forge/xeus-python,2023-06-16 16:14:17.776,1328559.0,3.0,,,,,2023-03-22 11:55:54.747,3.0,,,,,,,,,,,,,,,,, +142,testbook,Unit test your Jupyter Notebooks the right way.,https://github.com/nteract/testbook,,notebook-tools,20,True,nteract-testbook,nteract/testbook,conda-forge/testbook,https://github.com/nteract/testbook,BSD-3-Clause,2020-02-26 19:43:22.000,2023-06-16 19:23:33.373000,2022-11-29 20:28:15,127.0,,42.0,16.0,65.0,50.0,47.0,365.0,2020-08-11 16:50:08.000,0.1.3,,1580.0,7.0,273.0,273.0,15.0,https://pypi.org/project/nteract-testbook,7.0,https://anaconda.org/conda-forge/testbook,2023-06-16 19:23:33.373,53507.0,3.0,,,,,2020-08-11 16:50:08.000,,,,,,,,,,,,,,,,,, +143,jupyter-flex,Build dashboards using Jupyter Notebooks.,https://github.com/danielfrg/jupyter-flex,,notebook-sharing,20,True,jupyter-flex,danielfrg/jupyter-flex,conda-forge/jupyter-flex,https://github.com/danielfrg/jupyter-flex,Apache-2.0,2019-12-13 20:19:40.000,2023-09-17 18:20:30.000000,2023-09-17 18:20:29,379.0,7.0,52.0,7.0,100.0,9.0,50.0,294.0,,,,1436.0,10.0,45.0,45.0,4.0,https://pypi.org/project/jupyter-flex,924.0,https://anaconda.org/conda-forge/jupyter-flex,2023-06-16 19:22:49.073,15397.0,3.0,@danielfrg/jupyter-flex,https://www.npmjs.com/package/@danielfrg/jupyter-flex,85.0,,,,,,,,,,,,,,,,,,,, +144,OCaml Kernel,An OCaml kernel for Jupyter (IPython) notebook.,https://github.com/akabe/ocaml-jupyter,,kernels,20,True,,akabe/ocaml-jupyter,,https://github.com/akabe/ocaml-jupyter,MIT,2017-07-14 14:15:05.000,2023-08-11 05:33:07.000000,2023-08-11 05:18:21,385.0,7.0,38.0,12.0,125.0,6.0,72.0,263.0,2023-08-11 02:56:40.000,2.8.3,100022.0,1351.0,35.0,,,23.0,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +145,naas,"Schedule notebooks, run them like APIs, expose securely your assets: Jupyter as a viable Production environment.",https://github.com/jupyter-naas/naas,,notebook-tools,20,True,naas,jupyter-naas/naas,,https://github.com/jupyter-naas/naas,AGPL-3.0,2020-09-20 17:09:00.000,2023-09-18 17:31:57.000000,2023-09-18 17:24:48,1818.0,26.0,20.0,5.0,238.0,38.0,144.0,256.0,2023-09-02 08:04:38.000,2.12.0,,2224.0,573.0,4.0,4.0,20.0,https://pypi.org/project/naas,2224.0,,,,3.0,,,,,2023-09-18 17:31:57.000,,,,,,,,,,,,,,,,,, +146,gator,Conda environment and package management extension from within Jupyter.,https://github.com/mamba-org/gator,,jupyter-extensions,20,True,mamba-gator,mamba-org/gator,conda-forge/mamba_gator,https://github.com/mamba-org/gator,BSD-3-Clause,2018-08-02 05:15:23.000,2023-08-08 07:03:25.000000,2023-08-08 07:03:24,623.0,2.0,26.0,6.0,149.0,15.0,41.0,248.0,2023-05-05 13:00:11.000,5.2.1,2.0,1195.0,30.0,4.0,4.0,26.0,https://pypi.org/project/mamba-gator,52.0,https://anaconda.org/conda-forge/mamba_gator,2023-06-16 19:23:51.106,35871.0,3.0,@mamba-org/gator-lab,https://www.npmjs.com/package/@mamba-org/gator-lab,88.0,,,,,,,,,,,,,,,,,,,, +147,nbinteract,Create interactive webpages from Jupyter Notebooks.,https://github.com/SamLau95/nbinteract,,notebook-sharing,20,False,nbinteract,SamLau95/nbinteract,,https://github.com/SamLau95/nbinteract,BSD-3-Clause,2017-08-31 00:16:20.000,2023-01-05 09:57:44.000000,2021-04-15 20:39:36,590.0,,22.0,8.0,117.0,67.0,42.0,227.0,2021-01-05 06:49:39.135,0.2.6,,6260.0,46.0,44.0,3.0,8.0,https://pypi.org/project/nbinteract,5932.0,,,,3.0,nbinteract,https://www.npmjs.com/package/nbinteract,328.0,,2021-01-05 06:49:39.135,39.0,,,,,2021-01-05 06:49:22.791,2.0,,,,,,,,,,, +148,Darcula Theme,A handsome Darcula theme for Jupyterlab. The first jlab theme to include dark scrollbars.,https://github.com/telamonian/theme-darcula,,lab-themes,20,False,theme-darcula,telamonian/theme-darcula,conda-forge/theme-darcula,https://github.com/telamonian/theme-darcula,BSD-3-Clause,2019-01-21 04:39:42.000,2023-06-16 19:25:35.462000,2022-07-20 12:02:54,113.0,,35.0,5.0,46.0,21.0,16.0,187.0,2022-07-20 12:04:00.552,4.0.0,,2937.0,13.0,1286.0,1284.0,7.0,https://pypi.org/project/theme-darcula,1947.0,https://anaconda.org/conda-forge/theme-darcula,2023-06-16 19:25:35.462,21444.0,1.0,@telamonian/theme-darcula,https://www.npmjs.com/package/@telamonian/theme-darcula,251.0,,2022-07-20 12:04:00.552,,,,,,2022-07-20 12:02:58.154,2.0,,,,,,,,,,, +149,BatchSpawner,Custom Spawner for Jupyterhub to start servers in batch scheduled systems.,https://github.com/jupyterhub/batchspawner,,hub-spawners,20,True,batchspawner,jupyterhub/batchspawner,,https://github.com/jupyterhub/batchspawner,BSD-3-Clause,2015-10-27 03:53:10.000,2023-09-19 11:12:18.000000,2023-09-19 11:12:17,376.0,2.0,115.0,18.0,142.0,67.0,80.0,157.0,2022-10-05 04:48:28.224,1.2.0,,4271.0,10.0,33.0,29.0,42.0,https://pypi.org/project/batchspawner,4271.0,,,,2.0,,,,,2022-10-05 04:48:28.224,4.0,,,,,,,,,,,,,,,,, +150,SystemdSpawner,Spawn JupyterHub single-user notebook servers with systemd.,https://github.com/jupyterhub/systemdspawner,,hub-spawners,20,True,jupyterhub-systemdspawner,jupyterhub/systemdspawner,conda-forge/jupyterhub-systemdspawner,https://github.com/jupyterhub/systemdspawner,BSD-3-Clause,2016-09-06 07:20:44.000,2023-09-05 08:11:13.000000,2023-06-08 13:13:25,228.0,,47.0,9.0,65.0,27.0,49.0,89.0,2023-06-08 13:14:00.415,1.0.1,,4273.0,20.0,31.0,30.0,20.0,https://pypi.org/project/jupyterhub-systemdspawner,3667.0,https://anaconda.org/conda-forge/jupyterhub-systemdspawner,2023-06-16 16:16:00.682,30334.0,2.0,,,,,2023-01-11 00:33:05.122,1.0,,,,,,,,,,,,,,,,, +151,jupyter-packaging,Tools to help build and install Jupyter Python packages.,https://github.com/jupyter/jupyter-packaging,,components,20,True,jupyter-packaging,jupyter/jupyter-packaging,conda-forge/jupyter-packaging,https://github.com/jupyter/jupyter-packaging,BSD-3-Clause,2017-03-04 19:38:49.000,2023-09-05 09:08:18.000000,2023-04-15 13:12:28,431.0,,46.0,12.0,140.0,11.0,30.0,62.0,2022-08-25 15:31:47.000,0.12.3,61.0,308416.0,32.0,,,30.0,https://pypi.org/project/jupyter-packaging,294986.0,https://anaconda.org/conda-forge/jupyter-packaging,2023-06-16 19:19:02.319,537157.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +152,colabcode,Run VSCode (codeserver) on Google Colab or Kaggle Notebooks.,https://github.com/abhishekkrthakur/colabcode,,others,19,False,colabcode,abhishekkrthakur/colabcode,,https://github.com/abhishekkrthakur/colabcode,MIT,2020-09-09 10:06:26.000,2023-05-31 15:54:53.000000,2021-06-11 15:16:36,44.0,,260.0,19.0,39.0,43.0,33.0,1966.0,,,,3040.0,,138.0,138.0,8.0,https://pypi.org/project/colabcode,3040.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +153,pyforest,pyforest - feel the bliss of automated imports.,https://github.com/8080labs/pyforest,,jupyter-extensions,19,False,pyforest,8080labs/pyforest,,https://github.com/8080labs/pyforest,MIT,2019-08-12 07:35:46.000,2023-06-07 10:33:18.000000,2021-06-14 15:04:41,196.0,,190.0,36.0,33.0,13.0,14.0,1042.0,2021-06-14 15:07:13.000,1.1.0,,6414.0,10.0,9.0,,13.0,https://pypi.org/project/pyforest,6414.0,,,,3.0,,,,,2021-06-14 15:07:13.000,9.0,,,,,,,,,,,,,,,,, +154,JupyterLab Dash,An Extension for the Interactive development of Dash apps in JupyterLab.,https://github.com/plotly/jupyterlab-dash,,lab-renderer,19,False,jupyterlab-dash,plotly/jupyterlab-dash,,https://github.com/plotly/jupyterlab-dash,MIT,2018-11-07 19:47:52.000,2020-05-19 14:20:53.000000,2020-05-19 11:44:34,41.0,,55.0,50.0,12.0,20.0,8.0,359.0,,,,3964.0,2.0,481.0,481.0,7.0,https://pypi.org/project/jupyterlab-dash,1081.0,,,,2.0,jupyterlab-dash,https://www.npmjs.com/package/jupyterlab-dash,2883.0,,,,,,,,,,,,,,,,,,,, +155,treon,Easy to use test framework for Jupyter Notebooks.,https://github.com/ReviewNB/treon,,notebook-tools,19,False,treon,ReviewNB/treon,conda-forge/treon,https://github.com/ReviewNB/treon,MIT,2019-03-29 15:02:35.000,2023-06-16 19:26:36.235000,2022-08-04 11:15:04,66.0,,26.0,13.0,12.0,4.0,10.0,291.0,2022-08-04 11:25:18.993,0.1.4,,17440.0,5.0,90.0,83.0,5.0,https://pypi.org/project/treon,17185.0,https://anaconda.org/conda-forge/treon,2023-06-16 19:26:36.235,6897.0,3.0,,,,,2022-08-04 11:25:18.993,7.0,,,,,,,,,,,,,,,,, +156,retrolab,JupyterLab distribution with a retro look and feel.,https://github.com/jupyterlab/retrolab,,notebook-environments,19,True,retrolab,jupyterlab/retrolab,conda-forge/retrolab,https://github.com/jupyterlab/retrolab,BSD-3-Clause,2020-12-07 16:37:07.000,2023-06-16 19:25:59.201000,2023-02-16 13:40:18,633.0,,46.0,14.0,220.0,,111.0,279.0,2022-05-04 07:37:18.000,0.3.21,1297.0,2601.0,50.0,26.0,17.0,17.0,https://pypi.org/project/retrolab,835.0,https://anaconda.org/conda-forge/retrolab,2023-06-16 19:25:59.201,47640.0,3.0,@jupyterlab-classic/application,https://www.npmjs.com/package/@jupyterlab-classic/application,26.0,,2022-05-04 07:36:52.000,3.0,,,,,2021-04-19 14:22:28.986,6.0,,,,,,,,,,, +157,JupyterLab SideCar,A sidecar output widget for JupyterLab.,https://github.com/jupyter-widgets/jupyterlab-sidecar,,lab-extensions,19,True,sidecar,jupyter-widgets/jupyterlab-sidecar,conda-forge/sidecar,https://github.com/jupyter-widgets/jupyterlab-sidecar,BSD-3-Clause,2018-03-26 09:23:58.000,2023-08-30 18:18:16.177000,2023-08-30 15:29:37,94.0,12.0,40.0,13.0,76.0,22.0,12.0,230.0,2023-08-30 15:30:33.000,0.7.0,,7948.0,5.0,6.0,6.0,16.0,https://pypi.org/project/sidecar,6920.0,https://anaconda.org/conda-forge/sidecar,2023-08-30 18:18:16.177,19949.0,2.0,@jupyter-widgets/jupyterlab-sidecar,https://www.npmjs.com/package/@jupyter-widgets/jupyterlab-sidecar,405.0,,,,,,,,,,,,,,,,,,,, +158,Spylon Kernel,Jupyter kernel for scala and spark.,https://github.com/vericast/spylon-kernel,,kernels,19,False,spylon-kernel,vericast/spylon-kernel,conda-forge/spylon-kernel,https://github.com/vericast/spylon-kernel,BSD-3-Clause,2016-11-21 02:23:14.000,2023-06-16 13:20:41.310000,2018-09-20 15:43:57,188.0,,32.0,12.0,28.0,20.0,20.0,179.0,2018-03-23 20:36:58.000,0.4.1,,3733.0,14.0,129.0,129.0,6.0,https://pypi.org/project/spylon-kernel,2161.0,https://anaconda.org/conda-forge/spylon-kernel,2023-06-16 13:20:41.310,124226.0,3.0,,,,,2018-03-23 20:36:58.000,,,,,,,,,,,,,,,,,, +159,jupyverse,A Jupyter server based on FastAPI.,https://github.com/jupyter-server/jupyverse,,notebook-environments,19,False,jupyverse,jupyter-server/jupyverse,conda-forge/fps-auth,https://github.com/jupyter-server/jupyverse,BSD-1-Clause,2021-07-23 14:20:02.000,2023-09-19 05:26:03.000000,2023-09-19 05:25:59,624.0,33.0,24.0,9.0,288.0,20.0,43.0,166.0,2023-09-06 14:22:38.000,0.2.5,4785.0,2108.0,57.0,,,12.0,https://pypi.org/project/jupyverse,812.0,https://anaconda.org/conda-forge/fps-auth,2023-09-07 07:18:59.761,19594.0,3.0,,,,,2023-09-06 14:22:29.000,,,,,,,,,,,,,,,,,, +160,ipytree,A Tree Widget using Jupyter-widgets protocol and jsTree.,https://github.com/jupyter-widgets-contrib/ipytree,,widgets,19,True,ipytree,QuantStack/ipytree,conda-forge/ipytree,https://github.com/jupyter-widgets-contrib/ipytree,MIT,2018-09-15 13:17:27.000,2023-07-20 07:28:33.000000,2022-11-23 09:34:00,111.0,,28.0,9.0,46.0,21.0,18.0,116.0,2022-08-24 12:33:17.000,0.2.2,,66420.0,12.0,21.0,,9.0,https://pypi.org/project/ipytree,64331.0,https://anaconda.org/conda-forge/ipytree,2023-06-16 16:14:42.506,88557.0,3.0,ipytree,https://www.npmjs.com/package/ipytree,450.0,,2022-08-23 15:13:01.647,19.0,,,,,2022-08-23 15:10:34.820,2.0,,jupyter-widgets-contrib/ipytree,,,,,,,,, +161,JupyterLab IFrame,View html as an embedded iframe in JupyterLab.,https://github.com/timkpaine/jupyterlab_iframe,,lab-extensions,19,True,jupyterlab_iframe,timkpaine/jupyterlab_iframe,conda-forge/jupyterlab_iframe,https://github.com/timkpaine/jupyterlab_iframe,Apache-2.0,2018-03-12 02:34:47.000,2023-09-05 00:11:28.000000,2023-09-05 00:11:26,340.0,13.0,17.0,5.0,85.0,4.0,64.0,99.0,2023-07-16 16:12:50.000,0.5.0,,3928.0,18.0,6.0,6.0,5.0,https://pypi.org/project/jupyterlab_iframe,2995.0,https://anaconda.org/conda-forge/jupyterlab_iframe,2023-07-16 18:49:15.196,25499.0,2.0,jupyterlab_iframe,https://www.npmjs.com/package/jupyterlab_iframe,205.0,,,,,,,,,,,,,,,,,,,, +162,ipydagred3,ipywidgets library for drawing directed acyclic graphs in jupyterlab using dagre-d3.,https://github.com/timkpaine/ipydagred3,,widgets,19,True,ipydagred3,timkpaine/ipydagred3,conda-forge/ipydagred3,https://github.com/timkpaine/ipydagred3,Apache-2.0,2020-02-29 23:01:15.000,2023-09-04 23:27:21.000000,2023-09-04 23:27:20,338.0,12.0,6.0,5.0,101.0,5.0,17.0,60.0,2023-09-03 15:30:13.000,0.4.0,,42153.0,22.0,5.0,2.0,3.0,https://pypi.org/project/ipydagred3,326.0,https://anaconda.org/conda-forge/ipydagred3,2023-09-04 14:25:29.655,24553.0,3.0,@jupyter-widgets/jupyterlab-manager,https://www.npmjs.com/package/@jupyter-widgets/jupyterlab-manager,41214.0,,2023-09-03 15:29:46.000,3.0,,,,,,,-6.0,,,,,,,,,, +163,IJava,A Jupyter kernel for executing Java code.,https://github.com/SpencerPark/IJava,,kernels,18,False,,SpencerPark/IJava,,https://github.com/SpencerPark/IJava,MIT,2017-10-08 04:42:46.000,2023-05-18 06:09:30.000000,2019-12-08 22:22:20,90.0,,209.0,34.0,12.0,80.0,58.0,978.0,2019-05-06 03:28:50.000,1.3.0,135838.0,2156.0,5.0,,,4.0,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +164,ipysheet,Jupyter handsontable integration.,https://github.com/jupyter-widgets-contrib/ipysheet,,widgets,18,True,ipysheet,QuantStack/ipysheet,conda-forge/ipysheet,https://github.com/jupyter-widgets-contrib/ipysheet,MIT,2017-07-10 13:46:31.000,2023-07-20 08:10:20.000000,2023-07-20 08:10:20,309.0,2.0,64.0,20.0,124.0,63.0,60.0,524.0,,,,46133.0,15.0,6.0,6.0,13.0,https://pypi.org/project/ipysheet,43401.0,https://anaconda.org/conda-forge/ipysheet,2023-06-16 16:13:19.853,94978.0,3.0,ipysheet,https://www.npmjs.com/package/ipysheet,1036.0,,,,,,,,,,,jupyter-widgets-contrib/ipysheet,,,,,,,,, +165,JupyterLab Renderers,Renderers and renderer extensions for JupyterLab.,https://github.com/jupyterlab/jupyter-renderers,,lab-renderer,18,True,jupyterlab-katex,jupyterlab/jupyter-renderers,conda-forge/jupyterlab-vega3,https://github.com/jupyterlab/jupyter-renderers,BSD-3-Clause,2017-06-08 16:59:07.000,2023-08-03 13:34:28.000000,2023-08-01 13:48:57,620.0,2.0,69.0,33.0,198.0,35.0,74.0,474.0,,,,3711.0,3.0,,,29.0,https://pypi.org/project/jupyterlab-katex,1064.0,https://anaconda.org/conda-forge/jupyterlab-vega3,2023-06-16 19:25:17.752,3247.0,3.0,@jupyterlab/geojson-extension,https://www.npmjs.com/package/@jupyterlab/geojson-extension,2539.0,,,,,,,,,,,,,,,,,,,, +166,jupyter-tensorboard,Start Tensorboard in Jupyter Notebook.,https://github.com/lspvic/jupyter_tensorboard,,jupyter-extensions,18,False,jupyter-tensorboard,lspvic/jupyter_tensorboard,,https://github.com/lspvic/jupyter_tensorboard,MIT,2017-08-22 08:05:13.000,2022-06-14 12:29:55.000000,2020-02-16 06:42:48,69.0,,70.0,16.0,10.0,41.0,29.0,465.0,2020-02-16 07:15:03.000,0.2.0,,1458.0,19.0,32.0,,4.0,https://pypi.org/project/jupyter-tensorboard,1458.0,,,,3.0,,,,,2020-02-16 07:15:03.000,32.0,,,,,,,,,,,,,,,,, +167,JupyterLab Google Drive,Cloud storage for JupyterLab using Google Drive.,https://github.com/jupyterlab/jupyterlab-google-drive,,lab-extensions,18,True,,jupyterlab/jupyterlab-google-drive,,https://github.com/jupyterlab/jupyterlab-google-drive,BSD-3-Clause,2016-12-17 01:40:45.000,2023-08-03 16:55:22.000000,2023-08-03 16:55:22,516.0,1.0,78.0,33.0,118.0,50.0,99.0,395.0,2020-05-27 00:10:19.202,2.0.0,,364.0,32.0,6.0,4.0,17.0,,,,,,2.0,@jupyterlab/google-drive,https://www.npmjs.com/package/@jupyterlab/google-drive,364.0,,,,,,,,2020-05-27 00:10:19.202,2.0,,,,,,,,,,, +168,jupyterlab-execute-time,A JupyterLab extension for displaying cell timings.,https://github.com/deshaw/jupyterlab-execute-time,,lab-extensions,18,True,jupyterlab-execute-time,deshaw/jupyterlab-execute-time,conda-forge/jupyterlab_execute_time,https://github.com/deshaw/jupyterlab-execute-time,BSD-3-Clause,2020-04-07 22:27:30.000,2023-09-13 20:21:53.000000,2023-09-13 20:02:32,48.0,3.0,38.0,6.0,42.0,11.0,43.0,296.0,,,,45391.0,10.0,3.0,3.0,15.0,https://pypi.org/project/jupyterlab-execute-time,42837.0,https://anaconda.org/conda-forge/jupyterlab_execute_time,2023-08-02 19:55:44.393,49751.0,2.0,jupyterlab-execute-time,https://www.npmjs.com/package/jupyterlab-execute-time,1000.0,,,,,,,,,,,,,,,,,,,, +169,nbopen,Open a Jupyter notebook in the best available server.,https://github.com/takluyver/nbopen,,notebook-tools,18,True,nbopen,takluyver/nbopen,,https://github.com/takluyver/nbopen,BSD-3-Clause,2014-07-09 03:24:47.000,2023-09-08 12:57:22.000000,2023-09-08 12:54:36,64.0,5.0,56.0,15.0,18.0,38.0,27.0,293.0,,,,1898.0,,119.0,119.0,11.0,https://pypi.org/project/nbopen,1898.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +170,Jupyter Bokeh,An extension for rendering Bokeh content in JupyterLab notebooks.,https://github.com/bokeh/jupyter_bokeh,,lab-extensions,18,True,jupyter-bokeh,bokeh/jupyter_bokeh,conda-forge/jupyter_bokeh,https://github.com/bokeh/jupyter_bokeh,BSD-3-Clause,2017-08-14 23:01:29.000,2023-07-19 08:30:24.000000,2023-03-14 10:04:23,136.0,,45.0,21.0,94.0,18.0,82.0,227.0,,,,47061.0,8.0,2.0,2.0,18.0,https://pypi.org/project/jupyter-bokeh,40833.0,https://anaconda.org/conda-forge/jupyter_bokeh,2023-06-16 19:19:30.692,67683.0,2.0,@bokeh/jupyter_bokeh,https://www.npmjs.com/package/@bokeh/jupyter_bokeh,4493.0,,,,,,,,,,,,,,,,,,,, +171,SAS Kernel,A Jupyter kernel for SAS. This opens up all the data manipulation and analytics capabilities of your SAS system within..,https://github.com/sassoftware/sas_kernel,,kernels,18,True,sas_kernel,sassoftware/sas_kernel,anaconda/sas_kernel,https://github.com/sassoftware/sas_kernel,Apache-2.0,2016-04-01 16:19:50.000,2023-06-16 13:24:59.052000,2023-01-13 14:14:25,262.0,,79.0,37.0,29.0,,58.0,194.0,2022-12-01 21:51:02.000,2.4.13,,4445.0,20.0,1.0,,11.0,https://pypi.org/project/sas_kernel,4411.0,https://anaconda.org/anaconda/sas_kernel,2023-06-16 13:24:59.052,2478.0,3.0,,,,,2022-12-01 21:49:02.222,1.0,,,,,,,,,,,,,,,,, +172,jupyter-fs,A filesystem-like contents manager for multiple backends in Jupyter.,https://github.com/jpmorganchase/jupyter-fs,,lab-extensions,18,True,jupyter-fs,jpmorganchase/jupyter-fs,conda-forge/jupyter-fs,https://github.com/jpmorganchase/jupyter-fs,Apache-2.0,2019-09-24 17:44:10.000,2023-08-13 20:38:16.000000,2023-06-06 09:31:44,407.0,,31.0,14.0,112.0,12.0,50.0,162.0,2021-06-04 01:03:11.000,0.3.1,,652.0,7.0,4.0,4.0,13.0,https://pypi.org/project/jupyter-fs,424.0,https://anaconda.org/conda-forge/jupyter-fs,2023-06-16 19:22:50.491,8228.0,2.0,,,,,2021-06-04 01:03:11.000,,,,,,,,,,,,,,,,,, +173,clojupyter,a Jupyter kernel for Clojure.,https://github.com/clojupyter/clojupyter,,kernels,17,True,,clojupyter/clojupyter,simplect/clojupyter,https://github.com/clojupyter/clojupyter,MIT,2014-05-09 07:09:06.000,2023-07-20 06:35:35.164000,2022-11-06 15:47:40,299.0,,82.0,38.0,59.0,17.0,86.0,792.0,,,,71.0,8.0,,,26.0,,,https://anaconda.org/simplect/clojupyter,2023-07-20 06:35:35.164,3419.0,3.0,,,,simplect/clojupyter,,,https://hub.docker.com/r/simplect/clojupyter,2019-04-25 08:25:07.304303,,414.0,,,,,,,,,,,,, +174,Ansible Kernel,Jupyter Notebook Kernel for running Ansible Tasks and Playbooks.,https://github.com/ansible/ansible-jupyter-kernel,,kernels,17,False,ansible-kernel,ansible/ansible-jupyter-kernel,conda-forge/ansible-kernel,https://github.com/ansible/ansible-jupyter-kernel,,2018-06-26 14:28:02.000,2023-06-16 16:15:33.557000,2022-02-11 15:18:23,212.0,,56.0,21.0,51.0,16.0,29.0,521.0,,,,1441.0,2.0,11.0,11.0,10.0,https://pypi.org/project/ansible-kernel,105.0,https://anaconda.org/conda-forge/ansible-kernel,2023-06-16 16:15:33.557,14349.0,3.0,,,,benthomasson/ansible-jupyter-kernel,,,https://hub.docker.com/r/benthomasson/ansible-jupyter-kernel,2018-12-12 18:42:31.528778,2.0,66527.0,,,,,,,,,,,,, +175,nbtutor,Visualize Python code execution (line-by-line) in Jupyter Notebook cells.,https://github.com/lgpage/nbtutor,,widgets,17,False,nbtutor,lgpage/nbtutor,conda-forge/nbtutor,https://github.com/lgpage/nbtutor,,2016-11-07 14:08:25.000,2023-09-18 10:45:42.000000,2023-04-14 07:14:04,272.0,,39.0,20.0,112.0,13.0,24.0,443.0,,,,1826.0,4.0,38.0,38.0,4.0,https://pypi.org/project/nbtutor,110.0,https://anaconda.org/conda-forge/nbtutor,2023-06-16 13:17:46.107,139033.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +176,F# Kernel,F# for Jupyter Notebooks.,https://github.com/fsprojects/IfSharp,,kernels,17,False,,fsprojects/IfSharp,,https://github.com/fsprojects/IfSharp,BSD-3-Clause,2013-12-03 21:25:01.000,2022-03-17 09:11:27.000000,2022-03-17 09:11:22,339.0,,65.0,36.0,123.0,13.0,127.0,438.0,2020-03-08 20:03:38.000,3.0.4,5515.0,53.0,15.0,,,28.0,,,,,,3.0,,,,fsprojects/ifsharp,,,https://hub.docker.com/r/fsprojects/ifsharp,2019-03-26 17:01:42.996172,,708.0,,,,,,,,,,,,, +177,Lantern,Data exploration glue.,https://github.com/timkpaine/lantern,,lab-extensions,17,True,pylantern,timkpaine/lantern,,https://github.com/timkpaine/lantern,Apache-2.0,2017-07-15 03:49:10.000,2023-09-04 14:11:31.000000,2023-09-04 14:11:30,536.0,2.0,20.0,14.0,26.0,11.0,188.0,339.0,2020-02-02 22:32:28.000,0.1.6,,56.0,26.0,19.0,19.0,3.0,https://pypi.org/project/pylantern,56.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +178,Jupyter Spark,Jupyter Notebook extension for Apache Spark integration.,https://github.com/mozilla/jupyter-spark,,jupyter-extensions,17,False,jupyter-spark,mozilla/jupyter-spark,,https://github.com/mozilla/jupyter-spark,MPL-2.0,2016-01-27 15:38:50.000,2020-12-01 19:43:11.000000,2020-12-01 19:43:11,106.0,,40.0,37.0,28.0,16.0,14.0,193.0,2018-03-08 14:28:54.000,0.4.0,,527.0,4.0,23.0,18.0,12.0,https://pypi.org/project/jupyter-spark,527.0,,,,3.0,,,,,2018-03-08 14:28:54.000,5.0,,,,,,,,,,,,,,,,, +179,cdsdashboards,JupyterHub extension for ContainDS Dashboards.,https://github.com/ideonate/cdsdashboards,,notebook-sharing,17,True,cdsdashboards,ideonate/cdsdashboards,conda-forge/cdsdashboards,https://github.com/ideonate/cdsdashboards,BSD-3-Clause,2020-04-28 13:51:31.000,2023-06-16 19:20:47.542000,2022-09-12 07:55:08,464.0,,38.0,7.0,19.0,34.0,59.0,193.0,2022-09-19 18:15:56.375,0.6.3,,2241.0,44.0,,,14.0,https://pypi.org/project/cdsdashboards,832.0,https://anaconda.org/conda-forge/cdsdashboards,2023-06-16 19:20:47.542,53570.0,3.0,,,,,2022-04-29 11:08:28.000,,,,,,,,,,,,,,,,,, +180,SciJava Kernel,[RETIRED] Try IJava or BeakerX.,https://github.com/scijava/scijava-jupyter-kernel,,kernels,17,False,,scijava/scijava-jupyter-kernel,conda-forge/scijava-jupyter-kernel,https://github.com/scijava/scijava-jupyter-kernel,Apache-2.0,2017-01-31 01:16:24.000,2023-06-16 13:18:35.621000,2022-02-03 17:25:03,404.0,,41.0,20.0,22.0,14.0,80.0,174.0,2017-06-02 21:19:27.000,0.5.0,106.0,1267.0,15.0,,,9.0,,,https://anaconda.org/conda-forge/scijava-jupyter-kernel,2023-06-16 13:18:35.621,97491.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +181,ipysigma,A Jupyter widget using sigma.js to render interactive networks.,https://github.com/medialab/ipysigma,,widgets,17,True,ipysigma,Yomguithereal/ipysigma,,https://github.com/medialab/ipysigma,MIT,2018-06-25 20:03:21.000,2023-06-15 13:49:54.000000,2023-06-15 13:49:38,354.0,,12.0,5.0,17.0,44.0,153.0,113.0,2023-01-10 16:02:53.000,0.24.0,,603.0,2.0,23.0,23.0,6.0,https://pypi.org/project/ipysigma,396.0,,,,3.0,ipysigma,https://www.npmjs.com/package/ipysigma,207.0,,,,,,,,,,,medialab/ipysigma,,,,,,,,, +182,nbcelltests,Cell-by-cell testing for production Jupyter notebooks in JupyterLab.,https://github.com/jpmorganchase/nbcelltests,,lab-extensions,17,True,nbcelltests,jpmorganchase/nbcelltests,conda-forge/nbcelltests,https://github.com/jpmorganchase/nbcelltests,Apache-2.0,2018-08-23 23:51:41.000,2023-07-19 00:59:43.000000,2022-12-07 17:04:39,570.0,,21.0,11.0,149.0,33.0,85.0,80.0,2020-10-05 14:26:51.696,0.2.3,,241.0,17.0,4.0,2.0,7.0,https://pypi.org/project/nbcelltests,11.0,https://anaconda.org/conda-forge/nbcelltests,2023-06-16 19:19:22.434,8334.0,3.0,jupyterlab_celltests,https://www.npmjs.com/package/jupyterlab_celltests,22.0,,2020-10-05 14:26:38.000,,,,,,2020-10-05 14:26:51.696,2.0,,,,,,,,,,, +183,Content Management,Jupyter Content Management Extensions.,https://github.com/jupyter-incubator/contentmanagement,,jupyter-extensions,17,False,jupyter_cms,jupyter-incubator/contentmanagement,conda-forge/jupyter_cms,https://github.com/jupyter-incubator/contentmanagement,BSD-3-Clause,2015-09-21 15:41:02.000,2023-06-16 13:18:19.143000,2018-06-11 01:51:34,136.0,,27.0,22.0,32.0,7.0,20.0,76.0,2017-04-05 01:49:01.000,0.7.0,,1309.0,12.0,20.0,14.0,8.0,https://pypi.org/project/jupyter_cms,209.0,https://anaconda.org/conda-forge/jupyter_cms,2023-06-16 13:18:19.143,92454.0,3.0,,,,,2017-04-05 01:49:01.000,6.0,,,,,,,,,,,,,,,,, +184,sphinxcontrib.jupyter,A Sphinx Extension for Generating Jupyter Notebooks.,https://github.com/QuantEcon/sphinxcontrib-jupyter,,notebook-tools,17,False,sphinxcontrib-jupyter,QuantEcon/sphinxcontrib-jupyter,,https://github.com/QuantEcon/sphinxcontrib-jupyter,BSD-3-Clause,2017-10-12 04:04:05.000,2022-02-09 08:46:28.000000,2020-06-18 03:28:01,269.0,,23.0,10.0,159.0,88.0,93.0,73.0,2020-06-18 03:30:24.000,0.5.10,,333.0,17.0,33.0,33.0,13.0,https://pypi.org/project/sphinxcontrib-jupyter,333.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +185,JupyterLab Kernelspy,A Jupyter Lab extension for inspecting messages to/from a kernel.,https://github.com/jupyterlab-contrib/jupyterlab-kernelspy,,lab-extensions,17,True,jupyterlab-kernelspy,jupyterlab-contrib/jupyterlab-kernelspy,conda-forge/jupyterlab-kernelspy,https://github.com/jupyterlab-contrib/jupyterlab-kernelspy,BSD-3-Clause,2018-04-20 16:11:58.000,2023-08-30 16:54:25.412000,2023-08-30 15:44:43,157.0,15.0,11.0,7.0,77.0,2.0,11.0,72.0,2023-08-30 15:49:27.000,4.0.0,19.0,901.0,23.0,8.0,6.0,6.0,https://pypi.org/project/jupyterlab-kernelspy,308.0,https://anaconda.org/conda-forge/jupyterlab-kernelspy,2023-08-30 16:54:25.412,11013.0,3.0,jupyterlab-kernelspy,https://www.npmjs.com/package/jupyterlab-kernelspy,170.0,,2023-08-30 15:49:23.000,,,,,,2023-08-30 15:49:13.452,2.0,,,,,,,,,,, +186,SudoSpawner,Spawn JupyterHub single-user servers with sudo.,https://github.com/jupyterhub/sudospawner,,hub-spawners,17,False,sudospawner,jupyterhub/sudospawner,,https://github.com/jupyterhub/sudospawner,BSD-3-Clause,2014-11-24 23:21:36.000,2022-12-07 12:46:17.000000,2021-09-10 08:58:36,115.0,,38.0,11.0,36.0,18.0,21.0,45.0,2018-06-19 13:50:35.000,0.5.2,,814.0,8.0,58.0,54.0,14.0,https://pypi.org/project/sudospawner,814.0,,,,3.0,,,,,2018-06-19 13:50:35.000,4.0,,,,,,,,,,,,,,,,, +187,geonotebook,A Jupyter notebook extension for geospatial visualization and analysis.,https://github.com/OpenGeoscience/geonotebook,,widgets,16,False,,OpenGeoscience/geonotebook,,https://github.com/OpenGeoscience/geonotebook,Apache-2.0,2016-07-26 19:48:45.000,2019-01-21 18:59:02.250643,2019-01-21 15:53:00,647.0,,136.0,68.0,90.0,37.0,46.0,1081.0,,,,1526.0,,,,9.0,,,,,,3.0,,,,geonotebook/geonotebook,,,https://hub.docker.com/r/geonotebook/geonotebook,2019-01-21 18:59:02.250643,9.0,131299.0,,,,,,,,,,,,, +188,jupyter-tabnine,Autocompletion with Deep Learning on Jupyter Notebook.,https://github.com/codota/jupyter-tabnine,,jupyter-extensions,16,False,jupyter-tabnine,codota/jupyter-tabnine,,https://github.com/codota/jupyter-tabnine,MIT,2019-09-07 00:30:49.000,2023-02-05 13:08:34.000000,2021-08-23 11:44:08,105.0,,117.0,18.0,16.0,42.0,28.0,782.0,2021-08-23 11:45:07.000,1.2.3,,5151.0,8.0,,,10.0,https://pypi.org/project/jupyter-tabnine,5151.0,,,,3.0,,,,,2021-08-23 11:45:07.000,,,,,,,,,,,,,,,,,, +189,Matlab Kernel,Jupyter Kernel for Matlab.,https://github.com/Calysto/matlab_kernel,,kernels,16,False,matlab_kernel,calysto/matlab_kernel,conda-forge/matlab_kernel,https://github.com/Calysto/matlab_kernel,,2015-01-31 12:51:06.000,2023-06-16 19:23:43.370000,2022-05-09 10:21:01,216.0,,76.0,24.0,33.0,26.0,106.0,463.0,2022-05-09 10:21:42.000,0.17.1,,1932.0,3.0,,,18.0,https://pypi.org/project/matlab_kernel,744.0,https://anaconda.org/conda-forge/matlab_kernel,2023-06-16 19:23:43.370,40410.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +190,jupyterlab-interactive-dashboard-editor,A drag-and-drop dashboard editor for JupyterLab.,https://github.com/jupytercalpoly/jupyterlab-interactive-dashboard-editor,,lab-extensions,16,False,jupyterlab-interactive-dashboard-editor,jupytercalpoly/jupyterlab-interactive-dashboard-editor,conda-forge/jupyterlab-interactive-dashboard-editor,https://github.com/jupytercalpoly/jupyterlab-interactive-dashboard-editor,BSD-3-Clause,2020-06-17 20:39:00.000,2023-06-16 19:25:52.504000,2022-04-13 05:12:13,318.0,,26.0,9.0,113.0,32.0,12.0,208.0,2021-04-01 19:36:39.000,0.4.0,,191.0,5.0,4.0,2.0,11.0,https://pypi.org/project/jupyterlab-interactive-dashboard-editor,95.0,https://anaconda.org/conda-forge/jupyterlab-interactive-dashboard-editor,2023-06-16 19:25:52.504,1647.0,3.0,jupyterlab-interactive-dashboard-editor,https://www.npmjs.com/package/jupyterlab-interactive-dashboard-editor,38.0,,2021-04-01 19:36:39.000,,,,,,2021-01-27 19:15:26.231,2.0,,,,,,,,,,, +191,JupyterLab Data Explorer,First class datasets in JupyterLab.,https://github.com/jupyterlab/jupyterlab-data-explorer,,lab-extensions,16,True,,jupyterlab/jupyterlab-data-explorer,,https://github.com/jupyterlab/jupyterlab-data-explorer,BSD-3-Clause,2019-01-03 21:57:42.000,2023-08-08 06:45:57.000000,2023-08-08 06:45:57,427.0,1.0,35.0,26.0,58.0,,93.0,175.0,,,,38.0,,13.0,13.0,10.0,,,,,,3.0,@jupyterlab/dataregistry-extension,https://www.npmjs.com/package/@jupyterlab/dataregistry-extension,38.0,,,,,,,,,,,,,,,,,,,, +192,Spark Monitor,Monitor Apache Spark from Jupyter Notebook.,https://github.com/krishnan-r/sparkmonitor,,jupyter-extensions,16,False,sparkmonitor,krishnan-r/sparkmonitor,,https://github.com/krishnan-r/sparkmonitor,Apache-2.0,2017-05-31 09:13:01.000,2022-05-16 18:45:37.000000,2022-05-16 18:45:37,215.0,,49.0,8.0,23.0,15.0,7.0,172.0,2018-05-29 18:46:14.000,0.0.9,2463.0,1683.0,9.0,,,3.0,https://pypi.org/project/sparkmonitor,1638.0,,,,3.0,,,,krishnanr/sparkmonitor,,,https://hub.docker.com/r/krishnanr/sparkmonitor,2019-10-04 06:28:22.959295,,948.0,,,,,,,,,,,,, +193,xeus-sqlite,Jupyter kernel for SQLite.,https://github.com/jupyter-xeus/xeus-sqlite,,kernels,16,True,,jupyter-xeus/xeus-sqlite,conda-forge/xeus-sqlite,https://github.com/jupyter-xeus/xeus-sqlite,BSD-3-Clause,2020-03-11 11:24:36.000,2023-08-29 16:38:41.000000,2023-03-16 20:36:26,286.0,,23.0,6.0,86.0,15.0,31.0,157.0,,,,770.0,9.0,,,12.0,,,https://anaconda.org/conda-forge/xeus-sqlite,2023-06-16 19:19:11.464,30808.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +194,igv.js widget,Extension for Jupyter which integrates igv.js.,https://github.com/g2nb/igv-jupyter,,widgets,16,True,igv-jupyter,igvteam/igv-jupyter,,https://github.com/g2nb/igv-jupyter,MIT,2016-07-21 18:44:38.000,2023-01-03 21:53:51.000000,2023-01-03 21:53:51,140.0,,14.0,14.0,8.0,,41.0,153.0,2022-02-07 18:33:52.000,1.0.0,,404.0,9.0,13.0,13.0,5.0,https://pypi.org/project/igv-jupyter,404.0,,,,3.0,,,,,,,,,,,,,,g2nb/igv-jupyter,,,,,,,,, +195,Kernel Detection,An Jupyter plugin to enable the automatic detection of conda and virtualenv environments as kernels.,https://github.com/Cadair/jupyter_environment_kernels,,kernels,16,True,environment_kernels,Cadair/jupyter_environment_kernels,,https://github.com/Cadair/jupyter_environment_kernels,BSD-2-Clause,2015-01-06 14:50:00.000,2022-11-23 11:45:34.886000,2022-11-23 11:42:26,83.0,,19.0,6.0,12.0,7.0,23.0,149.0,2022-11-23 11:45:34.886,1.2.0,,2472.0,4.0,5.0,5.0,8.0,https://pypi.org/project/environment_kernels,2472.0,,,,3.0,,,,,2022-11-23 11:45:34.886,,,,,,,,,,,,,,,,,, +196,ipycache,Defines a %%cache cell magic in the IPython notebook to cache results of long-lasting computations in a persistent..,https://github.com/rossant/ipycache,,magic,16,False,ipycache,rossant/ipycache,conda-forge/ipycache,https://github.com/rossant/ipycache,BSD-3-Clause,2013-10-08 13:16:17.000,2023-06-16 13:16:28.691000,2022-08-22 19:50:43,113.0,,24.0,10.0,35.0,17.0,22.0,138.0,2013-10-13 16:56:18.000,0.1.4,,976.0,5.0,34.0,28.0,10.0,https://pypi.org/project/ipycache,73.0,https://anaconda.org/conda-forge/ipycache,2023-06-16 13:16:28.691,79522.0,2.0,,,,,2013-10-13 16:56:18.000,6.0,,,,,,,,,,,,,,,,, +197,nb_conda,Conda environment and package access extension from within Jupyter.,https://github.com/Anaconda-Platform/nb_conda,,jupyter-extensions,16,False,,Anaconda-Platform/nb_conda,conda-forge/nb_conda,https://github.com/Anaconda-Platform/nb_conda,BSD-3-Clause,2015-12-09 23:12:58.000,2023-07-31 14:10:59.000000,2020-09-11 21:06:00,158.0,,30.0,12.0,37.0,35.0,28.0,137.0,,,,6773.0,4.0,,,14.0,,,https://anaconda.org/conda-forge/nb_conda,2023-06-16 13:21:18.593,582496.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +198,jupyterlab-tabular-data-editor,Manipulate your tabular data responsively and effectively within JupyterLab.,https://github.com/jupytercalpoly/jupyterlab-tabular-data-editor,,lab-renderer,16,False,jupyterlab-tabular-data-editor,jupytercalpoly/jupyterlab-tabular-data-editor,,https://github.com/jupytercalpoly/jupyterlab-tabular-data-editor,BSD-3-Clause,2020-06-17 20:38:15.000,2021-03-24 19:57:48.307000,2021-03-24 19:48:15,225.0,,18.0,7.0,189.0,31.0,103.0,129.0,2021-03-24 19:57:48.307,1.0.0,,1168.0,16.0,4.0,2.0,5.0,https://pypi.org/project/jupyterlab-tabular-data-editor,1056.0,,,,3.0,jupyterlab-tabular-data-editor,https://www.npmjs.com/package/jupyterlab-tabular-data-editor,112.0,,2021-03-24 19:56:11.000,,,,,,2021-03-24 19:57:48.307,2.0,,,,,,,,,,, +199,nbzip,Zips and downloads all the contents of a jupyter notebook.,https://github.com/data-8/nbzip,,jupyter-extensions,16,False,nbzip,data-8/nbzip,,https://github.com/data-8/nbzip,Apache-2.0,2017-09-30 17:32:31.000,2019-11-22 08:47:26.000000,2019-11-22 08:47:25,43.0,,16.0,7.0,12.0,9.0,5.0,82.0,,,,9176.0,,365.0,365.0,6.0,https://pypi.org/project/nbzip,9176.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +200,jupyterlab-sos,"Jupyterlab extension for SoS Polyglot Notebook and Workflow Engine, allows multiple kernels in one notebook.",https://github.com/vatlab/jupyterlab-sos,,lab-extensions,16,True,jupyterlab-sos,vatlab/jupyterlab-sos,conda-forge/jupyterlab-sos,https://github.com/vatlab/jupyterlab-sos,BSD-3-Clause,2018-03-20 16:07:18.000,2023-09-15 04:55:37.000000,2022-12-06 21:58:47,327.0,,6.0,4.0,3.0,9.0,52.0,64.0,2019-09-02 19:30:02.000,0.5.0,,1234.0,15.0,2.0,2.0,4.0,https://pypi.org/project/jupyterlab-sos,491.0,https://anaconda.org/conda-forge/jupyterlab-sos,2023-06-16 16:17:01.985,30596.0,3.0,jupyterlab-sos,https://www.npmjs.com/package/jupyterlab-sos,106.0,,,,,,,,,,,,,,,,,,,, +201,jupyterlab_commands,Add arbitrary python commands to the jupyterlab command palette.,https://github.com/timkpaine/jupyterlab_commands,,lab-extensions,16,True,jupyterlab-commands,timkpaine/jupyterlab_commands,conda-forge/jupyterlab_commands,https://github.com/timkpaine/jupyterlab_commands,Apache-2.0,2018-08-01 15:55:08.000,2023-09-04 16:40:09.000000,2023-07-19 16:07:43,264.0,13.0,5.0,3.0,73.0,1.0,23.0,47.0,2023-07-12 22:24:19.000,0.4.0,,420.0,14.0,,,2.0,https://pypi.org/project/jupyterlab-commands,132.0,https://anaconda.org/conda-forge/jupyterlab_commands,2023-07-13 15:10:21.540,11249.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +202,First Use Authenticator,JupyterHub Authenticator that lets users set passwords when they first log in.,https://github.com/jupyterhub/firstuseauthenticator,,hub-auth,16,True,jupyterhub-firstuseauthenticator,jupyterhub/firstuseauthenticator,,https://github.com/jupyterhub/firstuseauthenticator,BSD-3-Clause,2016-10-25 03:09:14.000,2023-06-30 06:50:09.000000,2023-06-30 06:50:08,100.0,1.0,27.0,5.0,29.0,9.0,17.0,46.0,2021-10-28 11:35:32.000,1.0.0,,3559.0,8.0,87.0,84.0,12.0,https://pypi.org/project/jupyterhub-firstuseauthenticator,3559.0,,,,2.0,,,,,2021-10-28 11:35:32.000,3.0,,,,,,,,,,,,,,,,, +203,ipyaggrid,Jupyter widget - ag-grid in the notebook.,https://github.com/DGothrek/ipyaggrid,,widgets,16,False,ipyaggrid,DGothrek/ipyaggrid,,https://github.com/DGothrek/ipyaggrid,MIT,2019-05-06 04:24:26.000,2023-09-19 17:54:41.907000,2019-05-06 04:27:05,47.0,,11.0,1.0,,6.0,,31.0,2023-09-19 17:54:41.907,0.5.1,,9711.0,47.0,13.0,,2.0,https://pypi.org/project/ipyaggrid,9130.0,,,,3.0,ipyaggrid,https://www.npmjs.com/package/ipyaggrid,581.0,,2023-09-19 17:54:33.000,13.0,,,,,2023-09-19 17:54:41.907,,,,,,,,,,,, +204,ipycanvas,Interactive Canvas in Jupyter.,https://github.com/martinRenou/ipycanvas,,widgets,16,True,ipycanvas,martinRenou/ipycanvas,conda-forge/ipycanvas,https://github.com/martinRenou/ipycanvas,BSD-3-Clause,2019-09-06 18:43:48.845,2023-07-25 08:05:00.000000,2023-07-20 09:03:10,473.0,4.0,,1.0,,,,,2022-08-29 08:25:21.510,0.13.1,,26790.0,34.0,41.0,7.0,21.0,https://pypi.org/project/ipycanvas,22067.0,https://anaconda.org/conda-forge/ipycanvas,2023-06-16 16:17:01.999,179825.0,3.0,ipycanvas,https://www.npmjs.com/package/ipycanvas,977.0,,2022-08-29 08:25:21.510,31.0,,,,,2022-08-29 08:22:51.872,3.0,,,,,,,,,,, +205,JupyterLab Vim,Vim notebook cell bindings for JupyterLab.,https://github.com/jwkvam/jupyterlab-vim,,lab-extensions,15,False,,jwkvam/jupyterlab-vim,,https://github.com/jwkvam/jupyterlab-vim,MIT,2017-12-02 21:16:38.000,2023-04-05 12:21:41.000000,2019-07-16 04:37:36,60.0,,73.0,20.0,49.0,58.0,44.0,951.0,2019-07-16 04:33:54.000,0.11.0,,178.0,14.0,2.0,2.0,8.0,,,,,,3.0,jupyterlab_vim,https://www.npmjs.com/package/jupyterlab_vim,178.0,,,,,,,,,,,,,,,,,,,, +206,Wolfram Kernel,Wolfram Language kernel for Jupyter notebooks.,https://github.com/WolframResearch/WolframLanguageForJupyter,,kernels,15,False,,WolframResearch/WolframLanguageForJupyter,,https://github.com/WolframResearch/WolframLanguageForJupyter,MIT,2019-01-18 19:37:06.000,2022-08-23 18:11:54.000000,2022-02-19 09:55:04,143.0,,108.0,49.0,40.0,33.0,72.0,911.0,,,8364.0,164.0,3.0,,,7.0,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +207,jupyter-notify,A Jupyter Notebook magic for browser notifications of cell completion.,https://github.com/ShopRunner/jupyter-notify,,magic,15,False,jupyternotify,ShopRunner/jupyter-notify,,https://github.com/ShopRunner/jupyter-notify,BSD-3-Clause,2017-06-01 14:08:55.000,2022-08-09 17:30:42.000000,2021-04-27 14:56:38,57.0,,36.0,69.0,26.0,13.0,12.0,575.0,2018-01-08 14:52:15.000,0.1.15,,915.0,14.0,2.0,,11.0,https://pypi.org/project/jupyternotify,915.0,,,,3.0,,,,,2018-01-08 14:52:15.000,2.0,,,,,,,,,,,,,,,,, +208,JupyterWith,Declarative and reproducible Jupyter environments - powered by Nix.,https://github.com/tweag/jupyenv,,notebook-tools,15,True,,tweag/jupyterWith,,https://github.com/tweag/jupyenv,MIT,2018-12-18 10:10:58.000,2023-09-17 00:08:46.000000,2023-09-11 21:32:13,578.0,1.0,110.0,31.0,336.0,37.0,148.0,498.0,2023-01-31 21:35:49.000,0.1.0,,,1.0,,,37.0,,,,,,3.0,,,,,,,,,,,,,,tweag/jupyenv,,,,,,,,, +209,StickyLand,Break the linear presentation of Jupyter Notebooks with sticky cells!.,https://github.com/xiaohk/stickyland,,lab-extensions,15,True,jupyterlab-stickyland,xiaohk/stickyland,,https://github.com/xiaohk/stickyland,BSD-3-Clause,2021-11-02 15:25:33.000,2023-06-18 19:36:47.000000,2023-06-18 19:36:35,131.0,,28.0,8.0,2.0,2.0,11.0,450.0,2023-06-18 19:46:12.311,0.2.3,17.0,446.0,9.0,6.0,3.0,2.0,https://pypi.org/project/jupyterlab-stickyland,433.0,,,,3.0,jupyterlab-stickyland,https://www.npmjs.com/package/jupyterlab-stickyland,13.0,,2022-05-30 02:42:01.000,1.0,,,,,2021-11-23 04:23:59.372,2.0,,,,,,,,,,, +210,JupyterLab SQL,SQL GUI for JupyterLab.,https://github.com/pbugnion/jupyterlab-sql,,lab-extensions,15,False,jupyterlab_sql,pbugnion/jupyterlab-sql,,https://github.com/pbugnion/jupyterlab-sql,MIT,2019-02-01 09:37:05.000,2023-01-05 04:02:41.000000,2020-01-04 12:02:35,634.0,,47.0,13.0,92.0,44.0,37.0,397.0,2020-01-04 11:56:53.000,0.3.3,,376.0,41.0,,,2.0,https://pypi.org/project/jupyterlab_sql,376.0,,,,3.0,jupyterlab-sql,https://www.npmjs.com/package/jupyterlab-sql,,,2020-01-04 11:56:53.000,,,,,,2019-08-11 12:22:58.915,,,,,,,,,,,, +211,blackcellmagic,IPython magic command to format python code in cell using black.,https://github.com/csurfer/blackcellmagic,,magic,15,False,blackcellmagic,csurfer/blackcellmagic,conda-forge/blackcellmagic,https://github.com/csurfer/blackcellmagic,MIT,2018-04-25 14:27:26.000,2023-06-16 19:21:13.443000,2021-09-18 19:09:46,18.0,,13.0,12.0,7.0,5.0,5.0,303.0,,,,1884.0,1.0,228.0,228.0,3.0,https://pypi.org/project/blackcellmagic,1805.0,https://anaconda.org/conda-forge/blackcellmagic,2023-06-16 19:21:13.443,2950.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +212,ML Hub,Multi-user development platform for machine learning teams. Simple to setup within minutes.,https://github.com/ml-tooling/ml-hub,,notebook-environments,15,False,,ml-tooling/ml-hub,,https://github.com/ml-tooling/ml-hub,Apache-2.0,2019-06-26 15:05:50.000,2021-12-23 13:12:29.000000,2021-12-23 13:12:29,220.0,,58.0,18.0,8.0,16.0,11.0,284.0,2020-02-03 15:59:07.000,1.0.0,2048.0,924.0,8.0,,,7.0,,,,,,3.0,,,,mltooling/ml-hub,,,https://hub.docker.com/r/mltooling/ml-hub,2020-02-18 09:26:53.302538,5.0,45022.0,,,,,,,,,,,,, +213,HTTP-over-WebSocket,Jupyter support for HTTP-over-ws.,https://github.com/googlecolab/jupyter_http_over_ws,,jupyter-extensions,15,False,jupyter_http_over_ws,googlecolab/jupyter_http_over_ws,conda-forge/jupyter_http_over_ws,https://github.com/googlecolab/jupyter_http_over_ws,Apache-2.0,2018-03-26 22:52:45.000,2023-06-16 19:21:18.164000,2021-08-30 21:48:24,31.0,,50.0,13.0,2.0,21.0,9.0,262.0,,,,88466.0,1.0,,,3.0,https://pypi.org/project/jupyter_http_over_ws,87287.0,https://anaconda.org/conda-forge/jupyter_http_over_ws,2023-06-16 19:21:18.164,43630.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +214,notebookJS,notebookJS: seamless JavaScript integration in Python Notebooks.,https://github.com/jorgehpo/notebookJS,,kernels,15,True,notebookjs,jorgehpo/notebookJS,,https://github.com/jorgehpo/notebookJS,MIT,2021-04-12 03:55:17.000,2022-12-25 22:31:58.000000,2022-12-25 22:31:58,56.0,,45.0,6.0,1.0,1.0,,248.0,2022-03-03 01:40:42.101,0.6.7,,602.0,25.0,30.0,15.0,2.0,https://pypi.org/project/notebookjs,85.0,,,,3.0,notebookjs,https://www.npmjs.com/package/notebookjs,517.0,,2021-04-17 19:11:41.000,,,,,,2022-03-03 01:40:42.101,15.0,,,,,,,,,,, +215,pynb,Jupyter Notebooks as plain Python code with embedded Markdown text.,https://github.com/elehcimd/pynb,,notebook-sharing,15,False,pynb,elehcimd/pynb,,https://github.com/elehcimd/pynb,MIT,2017-11-14 11:13:22.000,2020-07-07 15:27:22.000000,2020-07-07 15:27:10,154.0,,6.0,18.0,6.0,,8.0,244.0,2020-07-07 15:27:22.000,0.2.4,,57.0,17.0,22.0,21.0,8.0,https://pypi.org/project/pynb,57.0,,,,3.0,,,,,2020-07-07 15:27:22.000,1.0,,,,,,,,,,,,,,,,, +216,JupyterLab Spreadsheet,"JupyterLab plugin for viewing spreadsheets, such as Excel .xls/.xlsx workbooks and OpenOffice .ods files.",https://github.com/quigleyj97/jupyterlab-spreadsheet,,lab-renderer,15,False,,quigleyj97/jupyterlab-spreadsheet,,https://github.com/quigleyj97/jupyterlab-spreadsheet,BSD-3-Clause,2018-10-13 22:51:03.000,2023-05-06 22:45:04.000000,2022-07-18 18:08:51,129.0,,15.0,8.0,37.0,8.0,18.0,181.0,2021-07-17 23:45:44.000,0.4.1,,1921.0,5.0,5.0,5.0,4.0,,,,,,3.0,jupyterlab-spreadsheet,https://www.npmjs.com/package/jupyterlab-spreadsheet,1921.0,,,,,,,,,,,,,,,,,,,, +217,jupyterlab-theme-solarized-dark,JupyterLab Theme Solarized Dark.,https://github.com/AllanChain/jupyterlab-theme-solarized-dark,,lab-themes,15,True,jupyterlab_theme_solarized_dark,AllanChain/jupyterlab-theme-solarized-dark,,https://github.com/AllanChain/jupyterlab-theme-solarized-dark,BSD-3-Clause,2020-04-05 12:18:48.000,2023-07-19 06:56:26.000000,2023-07-19 06:56:24,120.0,23.0,7.0,2.0,32.0,2.0,2.0,87.0,2023-07-13 02:25:51.631,3.0.0,18.0,9349.0,20.0,4.0,2.0,2.0,https://pypi.org/project/jupyterlab_theme_solarized_dark,7331.0,,,,2.0,jupyterlab-theme-solarized-dark,https://www.npmjs.com/package/jupyterlab-theme-solarized-dark,2018.0,,2023-07-13 02:25:51.631,,,,,,2023-07-13 02:25:20.777,2.0,,,,,,,,,,, +218,JupyterLab Autoversion,Automatically version jupyter notebooks in JupyterLab.,https://github.com/timkpaine/jupyterlab_autoversion,,lab-extensions,15,True,jupyterlab_autoversion,timkpaine/jupyterlab_autoversion,conda-forge/jupyterlab_autoversion,https://github.com/timkpaine/jupyterlab_autoversion,Apache-2.0,2018-08-23 23:49:52.000,2023-09-14 22:55:39.000000,2023-09-14 22:55:38,305.0,8.0,9.0,5.0,81.0,5.0,29.0,65.0,2022-04-11 15:35:12.000,0.3.6,,645.0,12.0,,,5.0,https://pypi.org/project/jupyterlab_autoversion,194.0,https://anaconda.org/conda-forge/jupyterlab_autoversion,2023-06-16 19:19:04.178,16919.0,3.0,jupyterlab_autoversion,https://www.npmjs.com/package/jupyterlab_autoversion,29.0,,,,,,,,,,,,,,,,,,,, +219,Altair Viewer,Viewer for Altair and Vega-Lite visualizations.,https://github.com/altair-viz/altair_viewer,,widgets,15,True,altair_viewer,altair-viz/altair_viewer,conda-forge/altair_viewer,https://github.com/altair-viz/altair_viewer,BSD-3-Clause,2019-12-20 14:32:14.000,2023-06-16 19:17:31.930000,2023-05-02 16:09:30,149.0,,11.0,7.0,48.0,6.0,5.0,64.0,2021-11-06 14:18:45.000,0.4.0,,40554.0,5.0,,,3.0,https://pypi.org/project/altair_viewer,38915.0,https://anaconda.org/conda-forge/altair_viewer,2023-06-16 19:17:31.930,72128.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +220,JupyterLab Email,A jupyterlab extension to email notebooks directly from JupyterLab.,https://github.com/timkpaine/jupyterlab_email,,lab-extensions,15,True,jupyterlab_email,timkpaine/jupyterlab_email,,https://github.com/timkpaine/jupyterlab_email,Apache-2.0,2018-08-07 14:14:40.000,2023-09-04 23:58:07.000000,2023-09-04 23:58:06,232.0,19.0,2.0,4.0,54.0,2.0,36.0,51.0,2023-08-17 16:44:39.000,0.3.1,,198.0,15.0,1.0,1.0,2.0,https://pypi.org/project/jupyterlab_email,81.0,,,,3.0,jupyterlab_email,https://www.npmjs.com/package/jupyterlab_email,117.0,,,,,,,,,,,,,,,,,,,, +221,JupyterLab Flake8,A jupyterlab extension to email notebooks directly from JupyterLab.,https://github.com/timkpaine/jupyterlab_email,,lab-extensions,15,True,jupyterlab-email,timkpaine/jupyterlab_email,,https://github.com/timkpaine/jupyterlab_email,Apache-2.0,2018-08-07 14:14:40.000,2023-09-04 23:58:07.000000,2023-09-04 23:58:06,232.0,19.0,2.0,4.0,54.0,2.0,36.0,51.0,2023-08-17 16:44:39.000,0.3.1,,169.0,15.0,1.0,1.0,2.0,https://pypi.org/project/jupyterlab-email,81.0,,,,3.0,jupyterlab-flake8,https://www.npmjs.com/package/jupyterlab-flake8,88.0,,,,,,,,,,,,,,,,,,,, +222,lgo,Interactive Go programming with Jupyter.,https://github.com/yunabe/lgo,,kernels,14,False,,yunabe/lgo,,https://github.com/yunabe/lgo,BSD-3-Clause,2017-10-05 15:29:10.000,2020-11-20 07:01:33.000000,2019-07-09 12:59:17,169.0,,121.0,48.0,16.0,22.0,54.0,2328.0,,,,,,,,9.0,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +223,heat,IPython magic command to profile and view your python code as a heat map.,https://github.com/csurfer/pyheatmagic,,magic,14,False,py-heat-magic,csurfer/pyheatmagic,,https://github.com/csurfer/pyheatmagic,MIT,2017-08-18 20:35:01.000,2021-09-10 21:27:13.000000,2021-09-10 21:27:13,34.0,,23.0,11.0,3.0,2.0,3.0,1016.0,,,,580.0,,41.0,41.0,3.0,https://pypi.org/project/py-heat-magic,580.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +224,gpu-jupyter,Leverage the flexibility of Jupyterlab through the power of your NVIDIA GPU to run your code from Tensorflow and..,https://github.com/iot-salzburg/gpu-jupyter,,notebook-environments,14,True,,iot-salzburg/gpu-jupyter,,https://github.com/iot-salzburg/gpu-jupyter,Apache-2.0,2019-11-12 20:10:23.000,2023-05-08 16:23:56.000000,2023-04-04 08:01:17,265.0,,196.0,20.0,39.0,8.0,73.0,570.0,2021-04-08 06:54:08.000,1.4_cuda-11.0_ubuntu-18.04,,,5.0,,,12.0,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +225,py_d3,D3 block magic for Jupyter notebook.,https://github.com/ResidentMario/py_d3,,magic,14,False,py_d3,ResidentMario/py_d3,,https://github.com/ResidentMario/py_d3,MIT,2016-08-28 03:38:28.000,2022-02-20 00:55:57.000000,2022-02-20 00:55:56,41.0,,41.0,23.0,6.0,1.0,15.0,452.0,2018-03-28 15:38:57.000,0.3.0,,61.0,9.0,,,4.0,https://pypi.org/project/py_d3,61.0,,,,3.0,,,,,2018-03-28 15:38:57.000,,,,,,,,,,,,,,,,,, +226,IElixir,Jupyters kernel for Elixir programming language.,https://github.com/pprzetacznik/IElixir,,kernels,14,False,,pprzetacznik/IElixir,,https://github.com/pprzetacznik/IElixir,Apache-2.0,2015-07-06 11:39:08.000,2023-03-20 14:47:11.000000,2021-03-20 17:27:38,282.0,,40.0,12.0,32.0,11.0,20.0,346.0,2021-05-11 21:22:51.418,0.0.1,,5.0,8.0,4.0,2.0,19.0,,,,,,3.0,jupyterlab-ielixir,https://www.npmjs.com/package/jupyterlab-ielixir,2.0,pprzetacznik/ielixir,,,https://hub.docker.com/r/pprzetacznik/ielixir,2021-03-20 17:48:12.317861,1.0,351.0,2021-05-11 21:22:51.418,2.0,,,,,,,,,,ielixir, +227,JupyterLab Tensorboard,Tensorboard extension for jupyterlab.,https://github.com/chaoleili/jupyterlab_tensorboard,,lab-extensions,14,False,,chaoleili/jupyterlab_tensorboard,,https://github.com/chaoleili/jupyterlab_tensorboard,MIT,2018-08-14 12:36:26.000,2022-07-21 07:29:55.000000,2022-07-18 10:51:06,37.0,,33.0,12.0,28.0,20.0,10.0,306.0,,,,5584.0,,4.0,4.0,7.0,,,,,,3.0,jupyterlab_tensorboard,https://www.npmjs.com/package/jupyterlab_tensorboard,5584.0,,,,,,,,,,,,,,,,,,,, +228,JupyterLab Go-To-Definition,Navigate to variables definition with a click in JupyterLab (or with a few key strokes).,https://github.com/krassowski/jupyterlab-go-to-definition,,lab-extensions,14,False,,krassowski/jupyterlab-go-to-definition,,https://github.com/krassowski/jupyterlab-go-to-definition,BSD-3-Clause,2018-12-22 01:18:42.000,2021-08-23 19:48:16.000000,2021-07-28 12:06:05,89.0,,8.0,10.0,4.0,10.0,13.0,223.0,2020-03-14 15:54:46.503,1.0.0,,550.0,19.0,20.0,15.0,2.0,,,,,,3.0,@krassowski/jupyterlab_go_to_definition,https://www.npmjs.com/package/@krassowski/jupyterlab_go_to_definition,550.0,,,,,,,,2020-03-14 15:54:46.503,5.0,,,,,,,,,,, +229,JupyterLab Chart Editor,JupyterLab extension for Plotlys react-chart-editor.,https://github.com/plotly/jupyterlab-chart-editor,,lab-renderer,14,False,,plotly/jupyterlab-chart-editor,,https://github.com/plotly/jupyterlab-chart-editor,,2018-01-23 18:18:38.000,2023-01-06 19:12:21.000000,2021-03-10 20:56:11,71.0,,24.0,42.0,35.0,12.0,19.0,219.0,2021-03-10 20:57:44.000,4.14.3,,806.0,6.0,6.0,6.0,5.0,,,,,,3.0,jupyterlab-chart-editor,https://www.npmjs.com/package/jupyterlab-chart-editor,806.0,,,,,,,,,,,,,,,,,,,, +230,JupyterLab HDF5,"Open and explore HDF5 files in JupyterLab. Can handle very large (TB) sized files, and datasets of any dimensionality.",https://github.com/jupyterlab/jupyterlab-hdf5,,lab-extensions,14,True,jupyterlab_hdf,jupyterlab/jupyterlab-hdf5,,https://github.com/jupyterlab/jupyterlab-hdf5,BSD-3-Clause,2018-10-02 18:20:20.000,2023-08-25 12:42:31.000000,2023-08-25 12:42:31,365.0,4.0,23.0,15.0,96.0,13.0,36.0,113.0,,,,952.0,,2.0,2.0,8.0,https://pypi.org/project/jupyterlab_hdf,741.0,,,,3.0,@jupyterlab/hdf5,https://www.npmjs.com/package/@jupyterlab/hdf5,211.0,,,,,,,,,,,,,,,,,,,, +231,SAML Authenticator,jupyterhub-samlauthenticator.,https://github.com/HewlettPackard/jupyterhub-samlauthenticator,,hub-auth,14,False,jupyterhub-samlauthenticator,HewlettPackard/jupyterhub-samlauthenticator,,https://github.com/HewlettPackard/jupyterhub-samlauthenticator,MIT,2019-04-17 21:34:09.000,2023-06-07 07:00:30.000000,2022-03-21 15:14:31,113.0,,21.0,31.0,40.0,17.0,15.0,34.0,2020-07-13 15:59:02.000,0.0.9,13.0,886.0,8.0,,,7.0,https://pypi.org/project/jupyterhub-samlauthenticator,886.0,,,,2.0,,,,,2020-07-13 15:59:02.000,,,,,,,,,,,,,,,,,, +232,Kernel Management,Experimental new kernel management framework for Jupyter.,https://github.com/takluyver/jupyter_kernel_mgmt,,notebook-tools,14,False,jupyter-kernel-mgmt,takluyver/jupyter_kernel_mgmt,,https://github.com/takluyver/jupyter_kernel_mgmt,BSD-3-Clause,2018-04-01 20:06:08.000,2020-08-27 01:11:14.000000,2020-01-29 22:31:34,1783.0,,8.0,9.0,23.0,11.0,14.0,15.0,2020-01-15 19:12:57.000,0.5.1,17.0,32.0,7.0,4.0,,74.0,https://pypi.org/project/jupyter-kernel-mgmt,32.0,,,,3.0,,,,,2019-12-07 18:06:15.000,4.0,,,,,,,,,,,,,,,,, +233,jupyter-nbrequirements,Dependency management and optimization in Jupyter Notebooks.,https://github.com/thoth-station/jupyter-nbrequirements,,jupyter-extensions,14,False,jupyter-nbrequirements,thoth-station/jupyter-nbrequirements,,https://github.com/thoth-station/jupyter-nbrequirements,MIT,2019-06-25 06:48:06.000,2023-05-29 09:18:17.000000,2023-05-29 09:18:17,354.0,,6.0,5.0,311.0,1.0,32.0,15.0,2020-04-22 09:38:54.000,0.7.3,,1325.0,15.0,1.0,,13.0,https://pypi.org/project/jupyter-nbrequirements,1325.0,,,,3.0,,,,,2020-04-22 09:38:54.000,1.0,,,,,,,,,,,,,,,,, +234,ipyscales,A widget library for scales.,https://github.com/vidartf/ipyscales,,widgets,14,False,ipyscales,vidartf/ipyscales,conda-forge/ipyscales,https://github.com/vidartf/ipyscales,BSD-3-Clause,2017-08-24 20:16:19.000,2023-06-16 16:11:22.840000,2022-09-01 10:51:55,178.0,,4.0,2.0,23.0,2.0,4.0,13.0,2022-09-01 10:53:14.353,0.7.0,,1029.0,11.0,66.0,56.0,4.0,https://pypi.org/project/ipyscales,50.0,https://anaconda.org/conda-forge/ipyscales,2023-06-16 16:11:22.840,60644.0,3.0,jupyter-scales,https://www.npmjs.com/package/jupyter-scales,17.0,,2022-09-01 10:53:14.353,1.0,,,,,2022-09-01 10:39:34.683,9.0,,,,,,,,,,, +235,nbgather,Spit shine for Jupyter notebooks.,https://github.com/microsoft/gather,,lab-extensions,13,True,,microsoft/gather,,https://github.com/microsoft/gather,MIT,2018-10-08 23:32:10.000,2023-07-12 00:25:41.000000,2022-11-28 19:10:54,345.0,,30.0,13.0,48.0,9.0,18.0,485.0,,,,37.0,,2.0,2.0,13.0,,,,,,3.0,nbgather,https://www.npmjs.com/package/nbgather,37.0,,,,,,,,,,,,,,,,,,,, +236,Jupyter DataTables,Jupyter Notebook extension leveraging pandas DataFrames by integrating DataTables and ChartJS.,https://github.com/CermakM/jupyter-datatables,,widgets,13,False,jupyter-datatables,CermakM/jupyter-datatables,,https://github.com/CermakM/jupyter-datatables,MIT,2019-03-28 20:55:12.000,2019-12-11 12:10:31.000000,2019-12-11 12:10:07,147.0,,27.0,11.0,4.0,13.0,15.0,219.0,,,,1234.0,,,,4.0,https://pypi.org/project/jupyter-datatables,1234.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +237,Collapsible Headings,Implements Collapsible Headers for Jupyter Lab Notebooks.,https://github.com/aquirdTurtle/Collapsible_Headings,,lab-extensions,13,False,aquirdturtle-collapsible-headings,aquirdTurtle/Collapsible_Headings,,https://github.com/aquirdTurtle/Collapsible_Headings,BSD-3-Clause,2019-07-29 01:45:30.000,2023-01-04 21:56:45.000000,2021-05-22 01:41:35,98.0,,8.0,7.0,29.0,10.0,22.0,174.0,,,,2227.0,,,,6.0,https://pypi.org/project/aquirdturtle-collapsible-headings,1524.0,,,,3.0,@aquirdturtle/collapsible_headings,https://www.npmjs.com/package/@aquirdturtle/collapsible_headings,703.0,,,,,,,,,,,,,,,,,,,, +238,Neon Theme,"A flat, 80s neon inspired theme for JupyterLab.",https://github.com/yeebc/jupyterlab-neon-theme,,lab-themes,13,False,,yeebc/jupyterlab-neon-theme,,https://github.com/yeebc/jupyterlab-neon-theme,BSD-3-Clause,2019-09-27 14:29:10.000,2023-03-14 15:24:31.000000,2022-08-28 15:36:59,45.0,,8.0,5.0,22.0,2.0,11.0,147.0,2021-03-07 04:41:55.473,3.1.0,,397.0,20.0,5.0,3.0,4.0,,,,,,2.0,@yeebc/jupyterlab_neon_theme,https://www.npmjs.com/package/@yeebc/jupyterlab_neon_theme,397.0,,,,,,,,2021-03-07 04:41:55.473,2.0,,,,,,,,,,, +239,jupyterlab_darkside_ui,Darkside ui and syntax theme for jupyterlab.,https://github.com/dunovank/jupyterlab_darkside_ui,,lab-themes,13,True,jupyterlab_darkside_ui,dunovank/jupyterlab_darkside_ui,,https://github.com/dunovank/jupyterlab_darkside_ui,BSD-3-Clause,2021-04-22 15:57:16.000,2023-09-18 22:19:00.000000,2023-09-18 22:14:14,34.0,3.0,9.0,4.0,6.0,1.0,5.0,116.0,2022-03-18 17:41:32.000,0.2.3,,475.0,12.0,,,6.0,https://pypi.org/project/jupyterlab_darkside_ui,475.0,,,,2.0,,,,,2022-03-18 17:41:32.000,,,,,,,,,,,,,,,,,, +240,jupyterlab-flake8,Jupyterlab python linter for notebooks and text files using flake8.,https://github.com/mlshapiro/jupyterlab-flake8,,lab-extensions,13,False,jupyterlab-flake8,mlshapiro/jupyterlab-flake8,,https://github.com/mlshapiro/jupyterlab-flake8,BSD-3-Clause,2018-04-11 16:16:59.000,2021-09-16 16:01:09.000000,2021-09-16 16:01:07,108.0,,9.0,9.0,13.0,7.0,33.0,110.0,,,,32463.0,,2.0,2.0,5.0,https://pypi.org/project/jupyterlab-flake8,32375.0,,,,3.0,jupyterlab-flake8,https://www.npmjs.com/package/jupyterlab-flake8,88.0,,,,,,,,,,,,,,,,,,,, +241,jupyterlab-sparkmonitor,JupyterLab extension that enables monitoring launched Apache Spark jobs from within a notebook.,https://github.com/itsjafer/jupyterlab-sparkmonitor,,lab-extensions,13,False,jupyterlab-sparkmonitor,itsjafer/jupyterlab-sparkmonitor,,https://github.com/itsjafer/jupyterlab-sparkmonitor,Apache-2.0,2020-03-12 20:59:01.000,2022-12-27 15:34:10.000000,2022-04-01 16:32:30,275.0,,22.0,7.0,24.0,8.0,8.0,91.0,,,,6765.0,,2.0,2.0,10.0,https://pypi.org/project/jupyterlab-sparkmonitor,6721.0,,,,3.0,jupyterlab_sparkmonitor,https://www.npmjs.com/package/jupyterlab_sparkmonitor,37.0,itsjafer/sparkmonitor,,,https://hub.docker.com/r/itsjafer/sparkmonitor,2021-06-02 17:02:44.488613,,327.0,,,,,,,,,,,,, +242,niwidgets,Neuroimaging widgets for jupyter notebooks.,https://github.com/nipy/niwidgets,,widgets,13,False,niwidgets,nipy/niwidgets,,https://github.com/nipy/niwidgets,Apache-2.0,2017-09-11 22:20:27.000,2022-12-08 05:01:00.000000,2020-03-24 14:27:42,242.0,,33.0,10.0,53.0,17.0,17.0,82.0,,,,57.0,,30.0,30.0,16.0,https://pypi.org/project/niwidgets,57.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +243,allthekernels,A multiplexer kernel for Jupyter.,https://github.com/minrk/allthekernels,,kernels,13,False,allthekernels,minrk/allthekernels,conda-forge/allthekernels,https://github.com/minrk/allthekernels,MIT,2016-03-15 15:30:49.000,2023-06-16 16:16:46.289000,2022-08-22 11:55:16,54.0,,15.0,11.0,12.0,3.0,8.0,74.0,2022-08-22 11:55:23.558,1.2.0,,182.0,6.0,6.0,6.0,9.0,https://pypi.org/project/allthekernels,53.0,https://anaconda.org/conda-forge/allthekernels,2023-06-16 16:16:46.289,6322.0,3.0,,,,,2022-08-22 11:55:23.558,,,,,,,,,,,,,,,,,, +244,WrapSpawner,Mechanism for runtime configuration of spawners for JupyterHub.,https://github.com/jupyterhub/wrapspawner,,hub-spawners,13,True,,jupyterhub/wrapspawner,,https://github.com/jupyterhub/wrapspawner,BSD-3-Clause,2016-09-21 21:48:31.000,2023-04-05 16:09:42.000000,2023-04-05 16:09:42,36.0,,52.0,11.0,25.0,18.0,14.0,58.0,2022-03-02 16:00:43.000,1.0.1,,,2.0,10.0,10.0,17.0,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +245,JWT Authenticator,A Token Authenticator for JupyterHub.,https://github.com/mogthesprog/jwtauthenticator,,hub-auth,13,False,jupyterhub-jwtauthenticator,mogthesprog/jwtauthenticator,,https://github.com/mogthesprog/jwtauthenticator,Apache-2.0,2017-06-21 20:09:58.000,2021-04-15 07:40:37.000000,2019-02-13 10:57:15,24.0,,40.0,7.0,14.0,9.0,8.0,51.0,,,,365.0,1.0,15.0,12.0,7.0,https://pypi.org/project/jupyterhub-jwtauthenticator,365.0,,,,3.0,,,,,2018-01-25 07:43:22.000,3.0,,,,,,,,,,,,,,,,, +246,FargateSpawner,Spawns JupyterHub single user servers in Docker containers running in AWS Fargate.,https://github.com/uktrade/fargatespawner,,hub-spawners,13,False,fargatespawner,uktrade/fargatespawner,,https://github.com/uktrade/fargatespawner,MIT,2018-09-12 14:06:22.000,2020-06-28 13:26:26.000000,2020-06-28 13:25:54,59.0,,21.0,15.0,12.0,6.0,5.0,39.0,2020-06-28 13:26:26.000,0.0.25,,134.0,25.0,4.0,4.0,3.0,https://pypi.org/project/fargatespawner,134.0,,,,3.0,,,,,2020-06-28 13:26:26.000,,,,,,,,,,,,,,,,,, +247,dummyauthenticator,A Dummy JupyterHub Authenticator to make testing easy.,https://github.com/jupyterhub/dummyauthenticator,,hub-auth,13,False,jupyterhub-dummyauthenticator,jupyterhub/dummyauthenticator,,https://github.com/jupyterhub/dummyauthenticator,BSD-3-Clause,2016-02-14 21:57:32.000,2021-02-12 08:19:02.000000,2021-02-12 08:19:00,7.0,,14.0,5.0,2.0,6.0,2.0,27.0,2017-04-29 22:45:46.000,0.3.1,,1594.0,4.0,133.0,115.0,1.0,https://pypi.org/project/jupyterhub-dummyauthenticator,1594.0,,,,3.0,,,,,2017-04-29 22:45:46.000,18.0,,,,,,,,,,,,,,,,, +248,Null Authenticator,Null Authenticator for JupyterHub instances that should have no login mechanism.,https://github.com/jupyterhub/nullauthenticator,,hub-auth,13,False,nullauthenticator,jupyterhub/nullauthenticator,,https://github.com/jupyterhub/nullauthenticator,BSD-3-Clause,2017-08-30 09:12:22.000,2022-12-07 12:48:52.000000,2022-05-17 12:31:29,20.0,,9.0,6.0,5.0,1.0,,8.0,2017-08-30 13:12:25.000,1.0.0,,1741.0,1.0,112.0,103.0,7.0,https://pypi.org/project/nullauthenticator,1741.0,,,,3.0,,,,,2017-08-30 13:12:25.000,9.0,,,,,,,,,,,,,,,,, +249,jupyter-manim,manim cell magic for IPython/Jupyter to show the output video.,https://github.com/krassowski/jupyter-manim,,magic,12,False,jupyter-manim,krassowski/jupyter-manim,,https://github.com/krassowski/jupyter-manim,MIT,2019-05-22 14:18:39.000,2022-01-02 21:32:22.000000,2022-01-02 21:32:22,42.0,,11.0,14.0,9.0,6.0,19.0,188.0,2020-04-12 11:15:09.000,1.3,,188.0,6.0,,,5.0,https://pypi.org/project/jupyter-manim,188.0,,,,3.0,,,,,2020-04-12 11:15:32.000,,,,,,,,,,,,,,,,,, +250,nbmake-action,GitHub Action for testing notebooks.,https://github.com/treebeardtech/nbmake-action,,notebook-tools,12,False,,treebeardtech/nbmake-action,,https://github.com/treebeardtech/nbmake-action,Apache-2.0,2020-02-06 15:49:32.000,2021-09-21 08:52:43.000000,2021-09-21 08:52:40,9.0,,6.0,8.0,41.0,,24.0,153.0,2020-12-11 15:26:11.000,0.2.1,,,5.0,30.0,30.0,2.0,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +251,JupyterLab Commenting,Commenting and annotation for JupyterLab.,https://github.com/jupyterlab/jupyterlab-commenting,,lab-extensions,12,False,jupyterlab-commenting-service,jupyterlab/jupyterlab-commenting,,https://github.com/jupyterlab/jupyterlab-commenting,BSD-3-Clause,2019-01-03 21:55:33.000,2021-02-10 20:06:33.000000,2020-05-01 11:42:37,332.0,,23.0,28.0,32.0,24.0,10.0,97.0,,,,56.0,,2.0,2.0,10.0,https://pypi.org/project/jupyterlab-commenting-service,27.0,,,,3.0,@jupyterlab/commenting-extension,https://www.npmjs.com/package/@jupyterlab/commenting-extension,29.0,,,,,,,,,,,,,,,,,,,, +252,jupyterlite,Wasm powered Jupyter running in the browser.,https://github.com/jtpio/jupyterlite,,notebook-environments,12,True,,jtpio/jupyterlite,,https://github.com/jtpio/jupyterlite,BSD-3-Clause,2021-07-08 07:21:45.000,2023-09-21 10:26:08.000000,2023-09-21 07:27:00,2579.0,20.0,6.0,1.0,6.0,,,85.0,,,,,,,,51.0,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +253,Horizon Theme,VSCode Horizon Theme port for JupyterLab.,https://github.com/mohirio/jupyterlab-horizon-theme,,lab-themes,12,True,jupyterlab-horizon-theme,mohirio/jupyterlab-horizon-theme,,https://github.com/mohirio/jupyterlab-horizon-theme,BSD-3-Clause,2019-06-07 08:46:59.000,2023-03-15 07:22:49.000000,2022-12-05 12:53:32,49.0,,6.0,1.0,10.0,3.0,6.0,74.0,2022-11-30 14:05:04.347,3.1.1,,629.0,15.0,4.0,2.0,3.0,https://pypi.org/project/jupyterlab-horizon-theme,313.0,,,,3.0,@mohirio/jupyterlab-horizon-theme,https://www.npmjs.com/package/@mohirio/jupyterlab-horizon-theme,316.0,,2022-11-30 14:05:04.347,,,,,,2022-11-30 14:03:48.225,2.0,,,,,,,,,,, +254,JupyterLab Shortcutui,A JupyterLab extension for managing keyboard shortcuts.,https://github.com/jupyterlab/jupyterlab-shortcutui,,lab-extensions,12,True,,jupyterlab/jupyterlab-shortcutui,,https://github.com/jupyterlab/jupyterlab-shortcutui,BSD-3-Clause,2018-06-18 22:07:19.000,2023-08-08 06:52:04.000000,2023-08-08 06:52:04,192.0,1.0,14.0,5.0,50.0,,14.0,55.0,2019-09-05 11:54:07.000,0.4.0,,88.0,3.0,2.0,2.0,9.0,,,,,,3.0,@jupyterlab/shortcutui,https://www.npmjs.com/package/@jupyterlab/shortcutui,88.0,,,,,,,,,,,,,,,,,,,, +255,JupyterLab Python Files,JupyterLab extension to create Python files.,https://github.com/jtpio/jupyterlab-python-file,,lab-extensions,12,False,jupyterlab-python-file,jtpio/jupyterlab-python-file,conda-forge/jupyterlab-python-file,https://github.com/jtpio/jupyterlab-python-file,BSD-3-Clause,2018-10-17 22:21:21.000,2023-06-16 19:22:55.197000,2021-08-27 11:18:51,92.0,,11.0,3.0,41.0,1.0,8.0,52.0,2021-06-23 21:13:28.000,0.5.5,99.0,971.0,6.0,2.0,2.0,4.0,https://pypi.org/project/jupyterlab-python-file,529.0,https://anaconda.org/conda-forge/jupyterlab-python-file,2023-06-16 19:22:55.197,10935.0,3.0,jupyterlab-python-file,https://www.npmjs.com/package/jupyterlab-python-file,127.0,,,,,,,,,,,,,,,,,,,, +256,Gruvbox Theme,Gruvbox dark theme for Jupyter Lab. Modeled on classic gruvbox color palette and jupyter-themes gruvbox theme.,https://github.com/Rahlir/theme-gruvbox,,lab-themes,12,False,,Rahlir/theme-gruvbox,,https://github.com/Rahlir/theme-gruvbox,BSD-3-Clause,2019-05-03 20:34:01.000,2020-04-12 19:23:01.000000,2020-04-12 19:22:55,44.0,,9.0,7.0,2.0,,,50.0,2019-09-22 14:06:52.149,1.1.0,,63.0,5.0,6.0,3.0,3.0,,,,,,3.0,@rahlir/theme-gruvbox,https://www.npmjs.com/package/@rahlir/theme-gruvbox,63.0,,,,,,,,2019-09-22 14:06:52.149,3.0,,,,,,,,,,, +257,KnowledgeLab,KnowledgeRepo + JupyterLab.,https://github.com/timkpaine/knowledgelab,,lab-extensions,12,True,knowledgelab,timkpaine/knowledgelab,,https://github.com/timkpaine/knowledgelab,Apache-2.0,2017-10-18 01:10:58.000,2023-09-04 13:35:39.000000,2023-09-04 13:35:38,171.0,6.0,6.0,9.0,45.0,3.0,24.0,46.0,,,,11.0,1.0,5.0,5.0,3.0,https://pypi.org/project/knowledgelab,3.0,,,,3.0,knowledgelab,https://www.npmjs.com/package/knowledgelab,8.0,,,,,,,,,,,,,,,,,,,, +258,pidgy,Interactive computing in Markdown.,https://github.com/deathbeds/pidgy,,kernels,12,True,pidgy,deathbeds/pidgy,,https://github.com/deathbeds/pidgy,BSD-3-Clause,2018-02-26 20:44:05.000,2023-03-03 03:07:52.000000,2023-02-23 20:39:47,359.0,,7.0,5.0,55.0,9.0,12.0,40.0,2023-04-20 18:39:03.604,2023.4.20,1.0,17.0,14.0,1.0,1.0,3.0,https://pypi.org/project/pidgy,17.0,,,,3.0,,,,,2021-11-27 00:19:00.000,,,,,,,,,,,,,,,,,, +259,Remote User Auth,REMOTE_USER authenticator for Jupyterhub.,https://github.com/cwaldbieser/jhub_remote_user_authenticator,,hub-auth,12,False,jhub_remote_user_authenticator,cwaldbieser/jhub_remote_user_authenticator,,https://github.com/cwaldbieser/jhub_remote_user_authenticator,GPL-3.0,2015-11-04 03:17:18.000,2022-03-31 20:04:45.000000,2019-04-16 20:10:44,27.0,,26.0,3.0,7.0,8.0,11.0,39.0,2018-09-27 22:26:32.000,0.1.0,,499.0,3.0,2.0,,5.0,https://pypi.org/project/jhub_remote_user_authenticator,499.0,,,,3.0,,,,,2018-09-27 22:26:32.000,2.0,,,,,,,,,,,,,,,,, +260,jupyter2slides,Cloud Native Presentation Slides with Jupyter Notebook + Reveal.js.,https://github.com/datitran/jupyter2slides,,notebook-tools,11,False,,datitran/jupyter2slides,,https://github.com/datitran/jupyter2slides,MIT,2016-07-26 12:38:17.000,2019-09-03 14:54:44.000000,2018-12-28 18:34:22,11.0,,166.0,53.0,1.0,11.0,4.0,791.0,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +261,pigeon,Quickly annotate data from the comfort of your Jupyter notebook.,https://github.com/agermanidis/pigeon,,widgets,11,False,pigeon-jupyter,agermanidis/pigeon,,https://github.com/agermanidis/pigeon,Apache-2.0,2017-09-05 00:04:14.000,2023-02-02 16:47:59.000000,2017-09-05 17:22:02,2.0,,68.0,11.0,6.0,11.0,,736.0,,,,140.0,,28.0,28.0,,https://pypi.org/project/pigeon-jupyter,140.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +262,JupyterLab Voyager,JupyterLab extension visualize data with Voyager.,https://github.com/altair-viz/jupyterlab_voyager,,lab-renderer,11,False,,altair-viz/jupyterlab_voyager,,https://github.com/altair-viz/jupyterlab_voyager,BSD-3-Clause,2017-08-26 15:50:13.000,2022-12-06 19:48:00.000000,2019-08-14 17:21:34,87.0,,34.0,20.0,48.0,40.0,20.0,292.0,,,,29.0,,2.0,2.0,6.0,,,,,,3.0,jupyterlab_voyager,https://www.npmjs.com/package/jupyterlab_voyager,29.0,,,,,,,,,,,,,,,,,,,, +263,ipymaterialui,Jupyter Widgets based on React Material UI components.,https://github.com/maartenbreddels/ipymaterialui,,widgets,11,False,ipymaterialui,maartenbreddels/ipymaterialui,,https://github.com/maartenbreddels/ipymaterialui,MIT,2018-11-23 18:33:20.000,2022-12-30 02:57:55.000000,2019-10-29 13:53:37,74.0,,14.0,10.0,32.0,7.0,3.0,85.0,2019-08-09 15:57:25.000,0.1.1,,30.0,1.0,7.0,7.0,3.0,https://pypi.org/project/ipymaterialui,19.0,,,,3.0,jupyter-materialui,https://www.npmjs.com/package/jupyter-materialui,11.0,,,,,,,,,,,,,,,,,,,, +264,JupyterLab Quickopen,Quickly open a file in JupyterLab by typing part of its name.,https://github.com/parente/jupyterlab-quickopen,,lab-extensions,11,False,jupyterlab-quickopen,parente/jupyterlab-quickopen,,https://github.com/parente/jupyterlab-quickopen,BSD-3-Clause,2018-12-04 01:00:58.000,2023-03-06 08:21:01.000000,2021-12-12 18:25:55,56.0,,9.0,2.0,38.0,,,76.0,2021-12-12 18:28:02.000,1.2.0,,255.0,3.0,2.0,2.0,5.0,https://pypi.org/project/jupyterlab-quickopen,222.0,,,,3.0,@parente/jupyterlab-quickopen,https://www.npmjs.com/package/@parente/jupyterlab-quickopen,33.0,,,,,,,,,,,,,,,,,,,, +265,SSH Kernel,SSH Kernel for Jupyter.,https://github.com/NII-cloud-operation/sshkernel,,kernels,11,False,sshkernel,NII-cloud-operation/sshkernel,,https://github.com/NII-cloud-operation/sshkernel,BSD-3-Clause,2019-02-12 02:46:14.000,2021-11-04 09:33:50.000000,2021-11-04 09:33:21,398.0,,13.0,4.0,20.0,2.0,7.0,62.0,,,,53.0,,7.0,7.0,4.0,https://pypi.org/project/sshkernel,53.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +266,Theme Toggle,JupyterLab extension to toggle the theme in the Top Bar area.,https://github.com/jtpio/jupyterlab-theme-toggle,,lab-themes,11,False,,jtpio/jupyterlab-theme-toggle,,https://github.com/jtpio/jupyterlab-theme-toggle,BSD-3-Clause,2019-07-27 08:45:07.000,2023-07-26 08:11:35.000000,2021-06-16 11:42:31,48.0,,3.0,2.0,19.0,1.0,4.0,11.0,2020-11-06 21:10:33.532,0.6.1,,729.0,7.0,6.0,4.0,2.0,,,,,,3.0,jupyterlab-theme-toggle,https://www.npmjs.com/package/jupyterlab-theme-toggle,729.0,,,,,,,,2020-11-06 21:10:33.532,2.0,,,,,,,,,,, +267,ssh_ipykernel,A remote jupyter kernel via ssh.,https://github.com/bernhard-42/ssh_ipykernel,,kernels,11,False,ssh-ipykernel,bernhard-42/ssh_ipykernel,,https://github.com/bernhard-42/ssh_ipykernel,MIT,2019-09-01 17:43:26.000,2023-09-08 09:37:29.000000,2021-06-28 15:17:55,81.0,,2.0,4.0,24.0,3.0,,11.0,2021-06-28 15:15:13.000,1.2.3,,60.0,12.0,5.0,2.0,,https://pypi.org/project/ssh-ipykernel,48.0,,,,3.0,interrupt-ipykernel-extension,https://www.npmjs.com/package/interrupt-ipykernel-extension,12.0,,2021-06-28 15:15:13.000,1.0,,,,,2020-05-07 15:53:36.321,2.0,,,,,,,,,,, +268,JupyterLab Top Bar,JupyterLab Top Bar extension.,https://github.com/jtpio/jupyterlab-topbar,,lab-extensions,11,False,,jtpio/jupyterlab-topbar,,https://github.com/jtpio/jupyterlab-topbar,BSD-3-Clause,2021-05-31 16:53:55.000,2023-07-24 07:50:58.000000,2023-07-24 07:43:48,228.0,1.0,2.0,1.0,,,,5.0,,,,2584.0,,32.0,32.0,5.0,,,,,,3.0,jupyterlab-topbar-extension,https://www.npmjs.com/package/jupyterlab-topbar-extension,2584.0,,,,,,,,,,,,,,,,,,,, +269,easyexplore,Toolbox for easy and effective data exploration in Python.,https://github.com/GianniBalistreri/easyexplore,,widgets,11,False,easyexplore,GianniBalistreri/easyexplore,,https://github.com/GianniBalistreri/easyexplore,GPL-3.0,2020-05-04 17:26:04.000,2023-07-06 22:15:29.000000,2023-04-01 21:00:35,335.0,,2.0,1.0,83.0,8.0,16.0,4.0,2023-04-16 18:44:00.620,0.7.4,,256.0,65.0,2.0,1.0,4.0,https://pypi.org/project/easyexplore,256.0,,,,3.0,,,,,2022-06-08 16:40:13.000,1.0,,,,,,,,,,,,,,,,, +270,ICSharp,C# kernel for Jupyter.,https://github.com/zabirauf/icsharp,,kernels,10,False,,zabirauf/icsharp,,https://github.com/zabirauf/icsharp,Apache-2.0,2014-09-22 07:57:50.000,2022-06-22 17:44:39.000000,2018-09-23 04:19:45,45.0,,59.0,20.0,19.0,28.0,18.0,275.0,,,,,,,,10.0,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +271,ipyexperiments,jupyter/ipython experiment containers for GPU and general RAM re-use.,https://github.com/stas00/ipyexperiments,,notebook-tools,10,False,ipyexperiments,stas00/ipyexperiments,,https://github.com/stas00/ipyexperiments,,2018-11-15 01:19:40.000,2021-12-07 18:50:39.000000,2021-12-07 18:50:38,203.0,,11.0,6.0,2.0,,5.0,159.0,,,,92.0,,8.0,8.0,3.0,https://pypi.org/project/ipyexperiments,92.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +272,SQLCell,"SQLCell is a magic function for the Jupyter Notebook that executes raw, parallel, parameterized SQL queries with the..",https://github.com/tmthyjames/SQLCell,,magic,10,False,sqlcell,tmthyjames/SQLCell,,https://github.com/tmthyjames/SQLCell,MIT,2016-08-15 01:54:46.000,2022-08-23 17:53:50.000000,2020-10-06 02:14:24,310.0,,10.0,10.0,51.0,60.0,24.0,148.0,,,,8.0,,1.0,1.0,14.0,https://pypi.org/project/sqlcell,8.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +273,Material Darker Theme,The Material Darker theme for JupyterLab.,https://github.com/oriolmirosa/jupyterlab_materialdarker,,lab-themes,10,True,jupyterlab-materialdarker,oriolmirosa/jupyterlab_materialdarker,,https://github.com/oriolmirosa/jupyterlab_materialdarker,BSD-3-Clause,2018-03-07 23:24:13.000,2023-02-03 23:15:09.000000,2022-12-16 18:48:15,52.0,,16.0,8.0,14.0,3.0,15.0,148.0,,,,602.0,,7.0,7.0,2.0,https://pypi.org/project/jupyterlab-materialdarker,426.0,,,,3.0,@oriolmirosa/jupyterlab_materialdarker,https://www.npmjs.com/package/@oriolmirosa/jupyterlab_materialdarker,176.0,,,,,,,,,,,,,,,,,,,, +274,jupyterlab-celltags,A JupyterLab extension for notebook cell tags.,https://github.com/jupyterlab/jupyterlab-celltags,,lab-extensions,10,False,,jupyterlab/jupyterlab-celltags,,https://github.com/jupyterlab/jupyterlab-celltags,BSD-3-Clause,2018-06-18 22:02:23.000,2020-04-29 18:27:31.000000,2020-04-29 18:26:29,441.0,,26.0,14.0,184.0,12.0,7.0,112.0,,,,,,,,10.0,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +275,CAS Authenticator,CAS authenticator for Jupyterhub.,https://github.com/cwaldbieser/jhub_cas_authenticator,,hub-auth,10,False,jhub_cas_authenticator,cwaldbieser/jhub_cas_authenticator,,https://github.com/cwaldbieser/jhub_cas_authenticator,GPL-3.0,2017-09-17 19:17:08.000,2023-03-17 18:54:21.000000,2023-03-17 18:52:39,43.0,,11.0,4.0,8.0,3.0,12.0,21.0,2020-03-27 22:25:50.000,1.0.2,,108.0,7.0,1.0,,4.0,https://pypi.org/project/jhub_cas_authenticator,108.0,,,,3.0,,,,,2020-03-27 22:25:50.000,1.0,,,,,,,,,,,,,,,,, +276,YarnSpawner,Spawn JupyterHub single user notebook servers in Hadoop/YARN containers.,https://github.com/jupyterhub/yarnspawner,,hub-spawners,10,False,jupyterhub-yarnspawner,jupyterhub/yarnspawner,conda-forge/jupyterhub-yarnspawner,https://github.com/jupyterhub/yarnspawner,BSD-3-Clause,2018-12-18 19:31:03.000,2023-06-16 16:13:13.990000,2019-07-16 16:58:16,37.0,,15.0,7.0,13.0,7.0,4.0,19.0,2019-07-01 16:01:55.000,0.4.0,,711.0,4.0,,,2.0,https://pypi.org/project/jupyterhub-yarnspawner,68.0,https://anaconda.org/conda-forge/jupyterhub-yarnspawner,2023-06-16 16:13:13.990,36049.0,3.0,,,,,2019-07-01 16:01:55.000,,,,,,,,,,,,,,,,,, +277,jupyterlab-executor,JupyterLab extension to execute the scripts from the file browser.,https://github.com/gavincyi/jupyterlab-executor,,lab-extensions,10,False,jupyterlab-executor,gavincyi/jupyterlab-executor,,https://github.com/gavincyi/jupyterlab-executor,BSD-3-Clause,2020-12-29 15:51:54.000,2023-09-10 20:17:39.000000,2023-09-10 20:15:08,11.0,11.0,,2.0,4.0,,2.0,9.0,2023-09-10 20:26:52.000,2023.1.1,3.0,536.0,5.0,4.0,2.0,2.0,https://pypi.org/project/jupyterlab-executor,527.0,,,,3.0,@gavincyi/jupyterlab-executor,https://www.npmjs.com/package/@gavincyi/jupyterlab-executor,9.0,,2023-09-10 20:17:39.000,,,,,,2021-03-24 21:39:03.790,2.0,,,,,,,,,,, +278,Hash Authenticator,Authenticate users with passwords generated from their username.,https://github.com/thedataincubator/jupyterhub-hashauthenticator,,hub-auth,10,False,jupyterhub-hashauthenticator,thedataincubator/jupyterhub-hashauthenticator,,https://github.com/thedataincubator/jupyterhub-hashauthenticator,BSD-3-Clause,2017-08-18 19:18:33.000,2023-01-06 07:40:00.935000,2023-01-06 07:29:25,42.0,,3.0,9.0,6.0,,,4.0,2023-01-06 07:40:00.935,0.4.2,,41.0,7.0,,,3.0,https://pypi.org/project/jupyterhub-hashauthenticator,41.0,,,,3.0,,,,,2023-01-06 07:40:00.935,,,,,,,,,,,,,,,,,, +279,jnotebook-reader,"An awesome viewer to browse and render Jupyter Notebooks from local, Amazon S3, Google Cloud Storage or MinIO.",https://github.com/line/jnotebook_reader,,notebook-sharing,9,False,,line/jnotebook_reader,,https://github.com/line/jnotebook_reader,Apache-2.0,2020-10-30 02:50:59.000,2022-12-06 05:30:25.000000,2022-12-06 05:30:25,15.0,,16.0,14.0,14.0,1.0,4.0,101.0,2021-02-10 02:34:21.000,1.0.2,,,3.0,,,7.0,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +280,PPExtensions,Set of iPython and Jupyter extensions to improve user experience.,https://github.com/paypal/PPExtensions,,jupyter-extensions,9,False,ppextensions,paypal/PPExtensions,,https://github.com/paypal/PPExtensions,,2018-08-17 20:07:23.000,2019-11-22 13:46:43.000000,2018-12-07 00:05:33,32.0,,27.0,22.0,30.0,16.0,22.0,49.0,,,,19.0,,1.0,1.0,9.0,https://pypi.org/project/ppextensions,19.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +281,Jupyter Helpers,A collection of helpers for Jupyter/IPython.,https://github.com/krassowski/jupyter-helpers,,notebook-tools,9,False,jupyter_helpers,krassowski/jupyter-helpers,,https://github.com/krassowski/jupyter-helpers,MIT,2019-03-17 22:11:35.000,2021-07-31 11:45:58.000000,2021-07-31 11:45:57,27.0,,3.0,4.0,1.0,3.0,2.0,45.0,2021-02-10 16:36:22.000,0.2.3-2,,101.0,5.0,,,2.0,https://pypi.org/project/jupyter_helpers,101.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +282,ipyp5,p5.js Jupyter Widget.,https://github.com/jtpio/ipyp5,,widgets,9,False,ipyp5,jtpio/ipyp5,,https://github.com/jtpio/ipyp5,BSD-3-Clause,2018-03-06 17:50:12.000,2023-01-04 06:51:10.000000,2020-10-16 21:38:41,60.0,,5.0,5.0,21.0,5.0,,34.0,2019-07-06 21:45:12.000,0.1.1,,10.0,2.0,1.0,1.0,2.0,https://pypi.org/project/ipyp5,10.0,,,,3.0,,,,,2019-07-06 21:45:12.000,,,,,,,,,,,,,,,,,, +283,tributary,Streaming reactive and dataflow graphs in Python.,https://github.com/timkpaine/tributary,,widgets,9,False,tributary,timkpaine/tributary,conda-forge/tributary,https://github.com/timkpaine/tributary,Apache-2.0,2020-06-18 03:08:16.885,2023-09-05 19:34:12.000000,2023-09-05 19:30:52,691.0,2.0,1.0,2.0,,,,15.0,,,,928.0,8.0,,,7.0,https://pypi.org/project/tributary,83.0,https://anaconda.org/conda-forge/tributary,2023-06-16 19:20:23.415,32960.0,3.0,,,,,,,,,,,,,-6.0,,,,,,,,,, +284,JupyterLab Spark,Spark Application UI extension for JupyterLab.,https://github.com/manuzhang/jupyterlab_spark,,lab-extensions,9,False,,manuzhang/jupyterlab_spark,,https://github.com/manuzhang/jupyterlab_spark,Apache-2.0,2019-04-20 06:31:59.000,2021-09-05 13:13:14.000000,2021-09-05 13:10:26,21.0,,2.0,4.0,11.0,2.0,3.0,9.0,2021-09-05 07:10:44.275,0.4.0,,35.0,4.0,4.0,2.0,2.0,,,,,,3.0,jupyterlab_spark,https://www.npmjs.com/package/jupyterlab_spark,35.0,,,,,,,,2021-09-05 07:10:44.275,2.0,,,,,,,,,,, +285,Remote Authenticator,"A collection of JupyterHub Authenticators, including Header, Remote-User and Dummy, based on..",https://github.com/ucphhpc/jhub-authenticators,,hub-auth,9,False,jhub-authenticators,ucphhpc/jhub-authenticators,,https://github.com/ucphhpc/jhub-authenticators,GPL-3.0,2017-12-20 14:46:18.000,2023-08-12 18:33:03.000000,2023-08-12 18:33:01,234.0,3.0,1.0,2.0,,,,1.0,2022-10-03 13:12:31.287,0.5.0,,289.0,19.0,2.0,1.0,5.0,https://pypi.org/project/jhub-authenticators,289.0,,,,3.0,,,,,2022-04-15 09:56:22.000,1.0,,,,,,,,,,,,,,,,, +286,Jupyter Black,Black formatter for Jupyter Notebook.,https://github.com/drillan/jupyter-black,,jupyter-extensions,8,True,,drillan/jupyter-black,,https://github.com/drillan/jupyter-black,BSD-3-Clause,2018-08-10 05:21:02.000,2020-02-01 03:27:05.000000,2020-02-01 03:27:04,10.0,,23.0,5.0,3.0,11.0,13.0,430.0,,,,,,,,2.0,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +287,jupyterlab-gitplus,JupyterLab extension to create GitHub commits & pull requests.,https://github.com/ReviewNB/jupyterlab-gitplus,,lab-extensions,8,False,jupyterlab_gitplus,ReviewNB/jupyterlab-gitplus,,https://github.com/ReviewNB/jupyterlab-gitplus,AGPL-3.0,2020-03-05 13:43:58.000,2023-02-28 12:12:05.000000,2023-02-28 12:09:08,114.0,,7.0,4.0,14.0,2.0,9.0,105.0,,,,170.0,,2.0,2.0,2.0,https://pypi.org/project/jupyterlab_gitplus,151.0,,,,3.0,@reviewnb/jupyterlab_gitplus,https://www.npmjs.com/package/@reviewnb/jupyterlab_gitplus,19.0,,,,,,,,,,,,,,,,,,,, +288,JupyterLab Bytecode,JupyterLab extension to explore CPython Bytecode.,https://github.com/jtpio/jupyterlab-python-bytecode,,lab-extensions,8,False,,jtpio/jupyterlab-python-bytecode,,https://github.com/jtpio/jupyterlab-python-bytecode,BSD-3-Clause,2018-09-29 19:55:49.000,2023-01-03 15:16:54.000000,2020-10-16 21:38:08,114.0,,6.0,3.0,48.0,2.0,3.0,60.0,,,,35.0,,2.0,2.0,2.0,,,,,,3.0,jupyterlab-python-bytecode,https://www.npmjs.com/package/jupyterlab-python-bytecode,35.0,,,,,,,,,,,,,,,,,,,, +289,perfume,Interactive performance benchmarking in Jupyter.,https://github.com/leifwalsh/perfume,,widgets,8,False,perfume-bench,leifwalsh/perfume,,https://github.com/leifwalsh/perfume,,2017-07-10 14:34:03.000,2023-09-18 17:38:24.000000,2020-10-31 19:46:42,196.0,,4.0,2.0,291.0,2.0,4.0,33.0,2018-05-20 05:09:14.000,0.1.6,,11.0,1.0,,,3.0,https://pypi.org/project/perfume-bench,11.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +290,Nord Theme,JupyterLab - Nord Theme.,https://github.com/kenshohara/theme-nord-extension,,lab-themes,8,False,,kenshohara/theme-nord-extension,,https://github.com/kenshohara/theme-nord-extension,BSD-3-Clause,2019-06-11 02:09:21.000,2020-09-20 09:11:33.000000,2020-09-20 09:10:43,13.0,,1.0,2.0,3.0,5.0,4.0,26.0,2020-09-20 07:58:25.186,2.2.5,,35.0,7.0,4.0,2.0,1.0,,,,,,3.0,@kenshohara/theme-nord-extension,https://www.npmjs.com/package/@kenshohara/theme-nord-extension,35.0,,,,,,,,2020-09-20 07:58:25.186,2.0,,,,,,,,,,, +291,Vision UI,UI visual interface for fastai - now compatible with Google Colab.,https://github.com/asvcode/Vision_UI,,widgets,7,False,,asvcode/Vision_UI,,https://github.com/asvcode/Vision_UI,,2019-05-23 04:53:03.000,2020-07-05 04:00:59.000000,2020-07-05 04:00:59,112.0,,34.0,13.0,2.0,1.0,2.0,248.0,,,,,,,,3.0,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +292,ipyannotate,Jupyter Widget for data annotation.,https://github.com/ipyannotate/ipyannotate,,widgets,7,False,ipyannotate,ipyannotate/ipyannotate,,https://github.com/ipyannotate/ipyannotate,,2018-07-23 19:23:28.000,2023-01-06 01:35:32.000000,2020-09-20 09:38:39,27.0,,13.0,5.0,27.0,4.0,,136.0,,,,74.0,,,,3.0,https://pypi.org/project/ipyannotate,71.0,,,,3.0,ipyannotate,https://www.npmjs.com/package/ipyannotate,3.0,,,,,,,,,,,,,,,,,,,, +293,remote_ikernel,"All your Jupyter kernels, on all your machines, in one place.",https://github.com/tdaff/remote_ikernel,,kernels,7,False,remote_ikernel,tdaff/remote_ikernel,,https://github.com/tdaff/remote_ikernel,BSD-2-Clause,2017-07-11 14:29:42.000,2020-11-08 22:41:49.000000,2020-11-08 22:02:16,78.0,,12.0,2.0,4.0,11.0,18.0,14.0,,,,85.0,,,,7.0,https://pypi.org/project/remote_ikernel,85.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,tdaff/remote_ikernel +294,Keberos Authenticator,A JupyterHub authenticator using Kerberos.,https://github.com/jupyterhub/kerberosauthenticator,,hub-auth,7,False,jupyterhub-kerberosauthenticator,jupyterhub/kerberosauthenticator,,https://github.com/jupyterhub/kerberosauthenticator,BSD-3-Clause,2019-04-17 18:01:36.000,2019-07-16 16:57:42.000000,2019-07-16 16:57:24,21.0,,5.0,3.0,7.0,3.0,2.0,10.0,,,,225.0,,,,2.0,https://pypi.org/project/jupyterhub-kerberosauthenticator,225.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +295,jupyterterminals,Jupyter plugin to support inline terminal shells along with buttons to control them.,https://github.com/willkessler/jupyterterminals,,jupyter-extensions,7,False,jupyterterminals,willkessler/jupyterterminals,,https://github.com/willkessler/jupyterterminals,MIT,2020-03-08 16:36:18.000,2023-01-05 23:10:50.000000,2023-01-05 23:08:38,55.0,,2.0,3.0,15.0,,1.0,8.0,2020-04-28 05:56:20.000,0.1.2,,22.0,2.0,2.0,2.0,2.0,https://pypi.org/project/jupyterterminals,22.0,,,,3.0,,,,,2020-04-28 05:56:20.000,,,,,,,,,,,,,,,,,, +296,nb_black,A simple extension for Jupyter Notebook and Jupyter Lab to beautify Python code automatically using Black.,,,magic,6,False,nb_black,,conda-forge/nb_black,,,2019-05-02 16:13:43.498,2023-06-16 16:15:03.923000,,,,,,,,,,,,,16970.0,4.0,,,,https://pypi.org/project/nb_black,14862.0,https://anaconda.org/conda-forge/nb_black,2023-06-16 16:15:03.923,109624.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +297,Jupter-Notebook-REST-API,Run your jupyter notebooks as a REST API endpoint. This isnt a jupyter server but rather just a way to run your..,https://github.com/Invictify/Jupter-Notebook-REST-API,,notebook-tools,5,False,,Invictify/Jupter-Notebook-REST-API,,https://github.com/Invictify/Jupter-Notebook-REST-API,MIT,2020-03-31 22:48:04.000,2022-12-08 03:56:51.000000,2020-03-31 23:00:06,2.0,,8.0,3.0,16.0,,,70.0,,,,,,,,2.0,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +298,SSH Authenticator,A simple SSH authenticator for JupyterHub.,https://github.com/andreas-h/sshauthenticator,,hub-auth,4,False,,andreas-h/sshauthenticator,,https://github.com/andreas-h/sshauthenticator,BSD-3-Clause,2019-09-03 10:20:22.000,2019-09-03 15:17:32.000000,2019-09-03 15:17:07,4.0,,1.0,2.0,,,,6.0,,,,,,,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +299,kernel-relay,kernel-relay is a GraphQL service for interfacing with one or more Jupyter kernels.,https://github.com/nteract/kernel-relay,,kernels,3,False,,nteract/kernel-relay,,https://github.com/nteract/kernel-relay,,2019-02-04 21:12:54.000,2023-01-04 02:47:40.000000,2019-07-10 04:14:14,12.0,,5.0,13.0,30.0,10.0,2.0,12.0,,,,,,2.0,2.0,3.0,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, diff --git a/latest-changes.md b/latest-changes.md index eb930d1..2ce643c 100644 --- a/latest-changes.md +++ b/latest-changes.md @@ -2,19 +2,19 @@ _Projects that have a higher project-quality score compared to the last update. There might be a variety of reasons, such as increased downloads or code activity._ -- ipyregulartable (πŸ₯‰24 Β· ⭐ 2.9K Β· πŸ“ˆ) - High performance, editable, stylable datagrids in.. Apache-2 -- Apache Toree (πŸ₯ˆ24 Β· ⭐ 720 Β· πŸ“ˆ) - Jupyter kernel for Apache Spark. Apache-2 -- dask-labextension (πŸ₯ˆ23 Β· ⭐ 290 Β· πŸ“ˆ) - JupyterLab extension for Dask. BSD-3 -- jupyterlab-execute-time (πŸ₯ˆ20 Β· ⭐ 290 Β· πŸ“ˆ) - A JupyterLab extension for displaying cell timings. BSD-3 -- ssh_ipykernel (πŸ₯‰11 Β· ⭐ 11 Β· πŸ’€) - A remote jupyter kernel via ssh. MIT +- ipywidgets (πŸ₯‡39 Β· ⭐ 2.9K Β· πŸ“ˆ) - Interactive Widgets for the Jupyter Notebook. BSD-3 +- JupyterLab Debugger (πŸ₯‡32 Β· ⭐ 13K Β· πŸ’€) - A visual debugger for Jupyter notebooks, consoles,.. BSD-3 +- Contrib NBextensions (πŸ₯‡30 Β· ⭐ 5.1K Β· πŸ’€) - A collection of various notebook extensions for.. BSD-3 +- jupyter-server-proxy (πŸ₯ˆ26 Β· ⭐ 300 Β· πŸ“ˆ) - Jupyter notebook server extension to proxy web.. BSD-3 +- commuter (πŸ₯‰22 Β· ⭐ 6.1K Β· πŸ’€) - Notebook sharing hub. BSD-3 ## πŸ“‰ Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ -- ipywidgets (πŸ₯‡33 Β· ⭐ 2.9K Β· πŸ“‰) - Interactive Widgets for the Jupyter Notebook. BSD-3 -- Jupyter Client (πŸ₯‡29 Β· ⭐ 330 Β· πŸ“‰) - Jupyter protocol client APIs. BSD-3 -- Contrib NBextensions (πŸ₯‡26 Β· ⭐ 5.1K Β· πŸ’€) - A collection of various notebook extensions for.. ❗Unlicensed -- ipyparallel (πŸ₯ˆ24 Β· ⭐ 2.5K Β· πŸ“‰) - IPython Parallel: Interactive Parallel Computing in.. ❗Unlicensed -- ipyexperiments (πŸ₯‰10 Β· ⭐ 160 Β· πŸ’€) - jupyter/ipython experiment containers for GPU and.. ❗Unlicensed +- jupyter_server (πŸ₯‰31 Β· ⭐ 420 Β· πŸ“‰) - The backendi.e. core services, APIs, and REST endpointsto.. BSD-3 +- jupyter-console (πŸ₯ˆ24 Β· ⭐ 230 Β· πŸ“‰) - Jupyter Terminal Console. BSD-3 +- Jupyter Sphinx (πŸ₯‰22 Β· ⭐ 170 Β· πŸ’€) - Sphinx extension for rendering of Jupyter interactive.. BSD-3 +- ipydagred3 (πŸ₯‰19 Β· ⭐ 60 Β· πŸ“‰) - ipywidgets library for drawing directed acyclic graphs in.. Apache-2 +- tributary (πŸ₯‰9 Β· ⭐ 15 Β· πŸ“‰) - Streaming reactive and dataflow graphs in Python. Apache-2