From d3069d119ee559cdc714f60013002d0724670e68 Mon Sep 17 00:00:00 2001 From: LukasMasuch Date: Thu, 9 May 2024 14:50:33 +0000 Subject: [PATCH] Update best-of list for version 2024.05.09 --- README.md | 1051 +++++++++++++++---------------- history/2024-05-09_changes.md | 20 + history/2024-05-09_projects.csv | 302 +++++++++ latest-changes.md | 20 +- 4 files changed, 857 insertions(+), 536 deletions(-) create mode 100644 history/2024-05-09_changes.md create mode 100644 history/2024-05-09_projects.csv diff --git a/README.md b/README.md index fd4021d..194b60f 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@

-This curated list contains 300 awesome open-source projects with a total of 400K 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 390K stars grouped into 13 categories. All projects are ranked by a project-quality score, which is calculated based on various metrics automatically collected from GitHub and different package managers. If you like to add or update projects, feel free to open an [issue](https://github.com/ml-tooling/best-of-jupyter/issues/new/choose), submit a [pull request](https://github.com/ml-tooling/best-of-jupyter/pulls), or directly edit the [projects.yaml](https://github.com/ml-tooling/best-of-jupyter/edit/main/projects.yaml). Contributions are very welcome! --- @@ -33,7 +33,7 @@ This curated list contains 300 awesome open-source projects with a total of 400K - [Notebook Environments](#notebook-environments) _16 projects_ - [Interactive Widgets & Visualization](#interactive-widgets--visualization) _56 projects_ -- [Jupyter Extensions](#jupyter-extensions) _25 projects_ +- [Jupyter Extensions](#jupyter-extensions) _24 projects_ - [Jupyter Magic](#jupyter-magic) _12 projects_ - [Jupyter Kernels](#jupyter-kernels) _44 projects_ - [Notebook Sharing & Conversion](#notebook-sharing--conversion) _24 projects_ @@ -72,7 +72,7 @@ _Development environments with support for Jupyter Notebooks._
Jupyter (πŸ₯‡45 Β· ⭐ 12K) - Jupyter Interactive Notebook. BSD-3 -- [GitHub](https://github.com/jupyter/notebook) (πŸ‘¨β€πŸ’» 650 Β· πŸ”€ 4.6K Β· πŸ“₯ 18K Β· πŸ“¦ 280K Β· πŸ“‹ 4.9K - 39% open Β· ⏱️ 01.05.2024): +- [GitHub](https://github.com/jupyter/notebook) (πŸ‘¨β€πŸ’» 650 Β· πŸ”€ 4.6K Β· πŸ“₯ 18K Β· πŸ“¦ 280K Β· πŸ“‹ 4.9K - 39% open Β· ⏱️ 07.05.2024): ``` git clone https://github.com/jupyter/notebook @@ -92,12 +92,12 @@ _Development environments with support for Jupyter Notebooks._
JupyterHub (πŸ₯‡39 Β· ⭐ 7.9K) - Multi-user server for Jupyter notebooks. BSD-3 -- [GitHub](https://github.com/jupyterhub/jupyterhub) (πŸ‘¨β€πŸ’» 360 Β· πŸ”€ 2K Β· πŸ“¦ 2.8K Β· πŸ“‹ 2.4K - 7% open Β· ⏱️ 30.04.2024): +- [GitHub](https://github.com/jupyterhub/jupyterhub) (πŸ‘¨β€πŸ’» 360 Β· πŸ”€ 2K Β· πŸ“¦ 2.8K Β· πŸ“‹ 2.4K - 7% open Β· ⏱️ 09.05.2024): ``` git clone https://github.com/jupyterhub/jupyterhub ``` -- [PyPi](https://pypi.org/project/jupyterhub) (πŸ“₯ 160K / month Β· πŸ“¦ 400 Β· ⏱️ 22.04.2024): +- [PyPi](https://pypi.org/project/jupyterhub) (πŸ“₯ 160K / month Β· πŸ“¦ 210 Β· ⏱️ 09.05.2024): ``` pip install jupyterhub ``` @@ -105,14 +105,14 @@ _Development environments with support for Jupyter Notebooks._ ``` conda install -c conda-forge jupyterhub ``` -- [Docker Hub](https://hub.docker.com/r/jupyterhub/jupyterhub) (πŸ“₯ 5.2M Β· ⭐ 330 Β· ⏱️ 30.04.2024): +- [Docker Hub](https://hub.docker.com/r/jupyterhub/jupyterhub) (πŸ“₯ 5.2M Β· ⭐ 330 Β· ⏱️ 09.05.2024): ``` docker pull jupyterhub/jupyterhub ```
Docker Stacks (πŸ₯ˆ32 Β· ⭐ 8.2K) - Ready-to-run Docker images containing Jupyter applications. BSD-3 -- [GitHub](https://github.com/jupyter/docker-stacks) (πŸ‘¨β€πŸ’» 250 Β· πŸ”€ 3K Β· πŸ“¦ 21 Β· πŸ“‹ 880 - 1% open Β· ⏱️ 19.04.2024): +- [GitHub](https://github.com/jupyter/docker-stacks) (πŸ‘¨β€πŸ’» 250 Β· πŸ”€ 3K Β· πŸ“¦ 21 Β· πŸ“‹ 890 - 1% open Β· ⏱️ 06.05.2024): ``` git clone https://github.com/jupyter/docker-stacks @@ -122,25 +122,9 @@ _Development environments with support for Jupyter Notebooks._ docker pull jupyter/scipy-notebook ```
-
nteract (πŸ₯ˆ32 Β· ⭐ 6.2K) - The interactive computing suite for you!. BSD-3 - -- [GitHub](https://github.com/nteract/nteract) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 550 Β· πŸ“₯ 1.5M Β· πŸ“¦ 3 Β· πŸ“‹ 1.7K - 11% open Β· ⏱️ 30.12.2023): - - ``` - git clone https://github.com/nteract/nteract - ``` -- [PyPi](https://pypi.org/project/nteract_on_jupyter) (πŸ“₯ 1K / month Β· πŸ“¦ 5 Β· ⏱️ 16.07.2019): - ``` - pip install nteract_on_jupyter - ``` -- [npm](https://www.npmjs.com/package/@nteract/messaging) (πŸ“₯ 78K / month Β· πŸ“¦ 37 Β· ⏱️ 22.10.2021): - ``` - npm install @nteract/messaging - ``` -
VSCode Jupyter (πŸ₯ˆ32 Β· ⭐ 1.2K) - VS Code Jupyter extension. MIT -- [GitHub](https://github.com/microsoft/vscode-jupyter) (πŸ‘¨β€πŸ’» 270 Β· πŸ”€ 260 Β· πŸ“₯ 3 Β· πŸ“¦ 3 Β· πŸ“‹ 9.8K - 4% open Β· ⏱️ 02.05.2024): +- [GitHub](https://github.com/microsoft/vscode-jupyter) (πŸ‘¨β€πŸ’» 270 Β· πŸ”€ 260 Β· πŸ“₯ 17 Β· πŸ“¦ 3 Β· πŸ“‹ 9.8K - 4% open Β· ⏱️ 08.05.2024): ``` git clone https://github.com/microsoft/vscode-jupyter @@ -157,27 +141,43 @@ _Development environments with support for Jupyter Notebooks._ ``` git clone https://github.com/jupyterlab/jupyterlab ``` -- [PyPi](https://pypi.org/project/jupyterlab) (πŸ“₯ 20M / month Β· πŸ“¦ 2.6K Β· ⏱️ 26.04.2024): +- [PyPi](https://pypi.org/project/jupyterlab) (πŸ“₯ 20M / month Β· πŸ“¦ 2.3K Β· ⏱️ 06.05.2024): ``` pip install jupyterlab ``` -- [Conda](https://anaconda.org/conda-forge/jupyterlab) (πŸ“₯ 10M Β· ⏱️ 30.04.2024): +- [Conda](https://anaconda.org/conda-forge/jupyterlab) (πŸ“₯ 10M Β· ⏱️ 06.05.2024): ``` conda install -c conda-forge jupyterlab ``` -- [npm](https://www.npmjs.com/package/@jupyterlab/ui-components) (πŸ“₯ 300K / month Β· πŸ“¦ 390 Β· ⏱️ 26.04.2024): +- [npm](https://www.npmjs.com/package/@jupyterlab/ui-components) (πŸ“₯ 350K / month Β· πŸ“¦ 380 Β· ⏱️ 06.05.2024): ``` npm install @jupyterlab/ui-components ```
+
nteract (πŸ₯ˆ31 Β· ⭐ 6.2K Β· πŸ“‰) - The interactive computing suite for you!. BSD-3 + +- [GitHub](https://github.com/nteract/nteract) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 550 Β· πŸ“₯ 1.5M Β· πŸ“¦ 3 Β· πŸ“‹ 1.7K - 11% open Β· ⏱️ 30.12.2023): + + ``` + git clone https://github.com/nteract/nteract + ``` +- [PyPi](https://pypi.org/project/nteract_on_jupyter) (πŸ“₯ 1.1K / month Β· ⏱️ 16.07.2019): + ``` + pip install nteract_on_jupyter + ``` +- [npm](https://www.npmjs.com/package/@nteract/messaging) (πŸ“₯ 81K / month Β· πŸ“¦ 29 Β· ⏱️ 22.10.2021): + ``` + npm install @nteract/messaging + ``` +
sos (πŸ₯ˆ30 Β· ⭐ 260) - SoS workflow system for daily data analysis. BSD-3 -- [GitHub](https://github.com/vatlab/sos) (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 42 Β· πŸ“¦ 5.7K Β· πŸ“‹ 1.5K - 4% open Β· ⏱️ 11.04.2024): +- [GitHub](https://github.com/vatlab/sos) (πŸ‘¨β€πŸ’» 36 Β· πŸ”€ 42 Β· πŸ“¦ 5.8K Β· πŸ“‹ 1.5K - 4% open Β· ⏱️ 11.04.2024): ``` git clone https://github.com/vatlab/SOS ``` -- [PyPi](https://pypi.org/project/sos-notebook) (πŸ“₯ 1.5K / month Β· πŸ“¦ 36 Β· ⏱️ 25.09.2023): +- [PyPi](https://pypi.org/project/sos-notebook) (πŸ“₯ 2K / month Β· πŸ“¦ 22 Β· ⏱️ 25.09.2023): ``` pip install sos-notebook ``` @@ -188,7 +188,7 @@ _Development environments with support for Jupyter Notebooks._
docker-python (πŸ₯‰27 Β· ⭐ 2.5K) - Kaggle Python docker image. Apache-2 -- [GitHub](https://github.com/Kaggle/docker-python) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 920 Β· πŸ“‹ 350 - 10% open Β· ⏱️ 26.04.2024): +- [GitHub](https://github.com/Kaggle/docker-python) (πŸ‘¨β€πŸ’» 160 Β· πŸ”€ 920 Β· πŸ“‹ 350 - 10% open Β· ⏱️ 03.05.2024): ``` git clone https://github.com/kaggle/docker-python @@ -200,7 +200,7 @@ _Development environments with support for Jupyter Notebooks._
ML Workspace (πŸ₯‰21 Β· ⭐ 3.4K) - All-in-one web-based IDE specialized for machine learning and.. Apache-2 -- [GitHub](https://github.com/ml-tooling/ml-workspace) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 420 Β· πŸ“‹ 94 - 2% open Β· ⏱️ 14.11.2023): +- [GitHub](https://github.com/ml-tooling/ml-workspace) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 420 Β· πŸ“‹ 95 - 2% open Β· ⏱️ 14.11.2023): ``` git clone https://github.com/ml-tooling/ml-workspace @@ -246,12 +246,12 @@ _Extensions that provide interactive UI-widgets and visualization tools._
bokeh (πŸ₯‡45 Β· ⭐ 19K) - Interactive Data Visualization in the browser, from Python. BSD-3 -- [GitHub](https://github.com/bokeh/bokeh) (πŸ‘¨β€πŸ’» 690 Β· πŸ”€ 4.2K Β· πŸ“¦ 87K Β· πŸ“‹ 7.6K - 9% open Β· ⏱️ 29.04.2024): +- [GitHub](https://github.com/bokeh/bokeh) (πŸ‘¨β€πŸ’» 690 Β· πŸ”€ 4.2K Β· πŸ“¦ 87K Β· πŸ“‹ 7.7K - 10% open Β· ⏱️ 09.05.2024): ``` git clone https://github.com/bokeh/bokeh ``` -- [PyPi](https://pypi.org/project/bokeh) (πŸ“₯ 5.3M / month Β· πŸ“¦ 3.9K Β· ⏱️ 11.04.2024): +- [PyPi](https://pypi.org/project/bokeh) (πŸ“₯ 5.5M / month Β· πŸ“¦ 1.6K Β· ⏱️ 08.05.2024): ``` pip install bokeh ``` @@ -259,19 +259,19 @@ _Extensions that provide interactive UI-widgets and visualization tools._ ``` conda install -c conda-forge bokeh ``` -- [npm](https://www.npmjs.com/package/@bokeh/bokehjs) (πŸ“₯ 8.1K / month Β· πŸ“¦ 10 Β· ⏱️ 11.04.2024): +- [npm](https://www.npmjs.com/package/@bokeh/bokehjs) (πŸ“₯ 8K / month Β· πŸ“¦ 18 Β· ⏱️ 08.05.2024): ``` npm install @bokeh/bokehjs ```
-
panel (πŸ₯‡39 Β· ⭐ 4.2K) - Panel: The powerful data exploration & web app framework for Python. BSD-3 +
panel (πŸ₯‡39 Β· ⭐ 4.3K) - Panel: The powerful data exploration & web app framework for Python. BSD-3 -- [GitHub](https://github.com/holoviz/panel) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 460 Β· πŸ“¦ 11K Β· πŸ“‹ 3.4K - 30% open Β· ⏱️ 30.04.2024): +- [GitHub](https://github.com/holoviz/panel) (πŸ‘¨β€πŸ’» 170 Β· πŸ”€ 460 Β· πŸ“¦ 11K Β· πŸ“‹ 3.4K - 30% open Β· ⏱️ 09.05.2024): ``` git clone https://github.com/holoviz/panel ``` -- [PyPi](https://pypi.org/project/panel) (πŸ“₯ 540K / month Β· πŸ“¦ 2.6K Β· ⏱️ 30.04.2024): +- [PyPi](https://pypi.org/project/panel) (πŸ“₯ 570K / month Β· πŸ“¦ 340 Β· ⏱️ 08.05.2024): ``` pip install panel ``` @@ -279,19 +279,19 @@ _Extensions that provide interactive UI-widgets and visualization tools._ ``` conda install -c conda-forge panel ``` -- [npm](https://www.npmjs.com/package/@holoviz/panel) (πŸ“₯ 30K / month Β· πŸ“¦ 5 Β· ⏱️ 30.04.2024): +- [npm](https://www.npmjs.com/package/@holoviz/panel) (πŸ“₯ 30K / month Β· πŸ“¦ 5 Β· ⏱️ 08.05.2024): ``` npm install @holoviz/panel ```
-
pandas-profiling (πŸ₯‡37 Β· ⭐ 12K) - 1 Line of code data quality profiling & exploratory data.. MIT +
pandas-profiling (πŸ₯‡38 Β· ⭐ 12K Β· πŸ“ˆ) - 1 Line of code data quality profiling & exploratory data.. MIT -- [GitHub](https://github.com/ydataai/ydata-profiling) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 1.6K Β· πŸ“₯ 84 Β· πŸ“¦ 3K Β· πŸ“‹ 780 - 28% open Β· ⏱️ 09.04.2024): +- [GitHub](https://github.com/ydataai/ydata-profiling) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 1.6K Β· πŸ“₯ 88 Β· πŸ“¦ 3.1K Β· πŸ“‹ 780 - 27% open Β· ⏱️ 07.05.2024): ``` git clone https://github.com/pandas-profiling/pandas-profiling ``` -- [PyPi](https://pypi.org/project/pandas-profiling) (πŸ“₯ 690K / month Β· πŸ“¦ 200 Β· ⏱️ 03.02.2023): +- [PyPi](https://pypi.org/project/pandas-profiling) (πŸ“₯ 730K / month Β· πŸ“¦ 180 Β· ⏱️ 03.02.2023): ``` pip install pandas-profiling ``` @@ -302,48 +302,48 @@ _Extensions that provide interactive UI-widgets and visualization tools._
ipywidgets (πŸ₯‡37 Β· ⭐ 3.1K) - Interactive Widgets for the Jupyter Notebook. BSD-3 -- [GitHub](https://github.com/jupyter-widgets/ipywidgets) (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 930 Β· πŸ“¦ 3 Β· πŸ“‹ 2.1K - 36% open Β· ⏱️ 08.02.2024): +- [GitHub](https://github.com/jupyter-widgets/ipywidgets) (πŸ‘¨β€πŸ’» 210 Β· πŸ”€ 940 Β· πŸ“¦ 3 Β· πŸ“‹ 2.1K - 36% open Β· ⏱️ 08.02.2024): ``` git clone https://github.com/jupyter-widgets/ipywidgets ``` -- [PyPi](https://pypi.org/project/ipywidgets) (πŸ“₯ 18M / month Β· πŸ“¦ 9.8K Β· ⏱️ 08.02.2024): +- [PyPi](https://pypi.org/project/ipywidgets) (πŸ“₯ 18M / month Β· πŸ“¦ 3.7K Β· ⏱️ 08.02.2024): ``` pip install ipywidgets ``` -- [Conda](https://anaconda.org/conda-forge/ipywidgets) (πŸ“₯ 13M Β· ⏱️ 08.02.2024): +- [Conda](https://anaconda.org/conda-forge/ipywidgets) (πŸ“₯ 13M Β· ⏱️ 08.05.2024): ``` conda install -c conda-forge ipywidgets ``` -- [npm](https://www.npmjs.com/package/@jupyter-widgets/jupyterlab-manager) (πŸ“₯ 69K / month Β· πŸ“¦ 100 Β· ⏱️ 08.02.2024): +- [npm](https://www.npmjs.com/package/@jupyter-widgets/jupyterlab-manager) (πŸ“₯ 68K / month Β· πŸ“¦ 110 Β· ⏱️ 08.02.2024): ``` npm install @jupyter-widgets/jupyterlab-manager ```
evidently (πŸ₯‡35 Β· ⭐ 4.7K) - Evaluate and monitor ML models from validation to production... Apache-2 -- [GitHub](https://github.com/evidentlyai/evidently) (πŸ‘¨β€πŸ’» 68 Β· πŸ”€ 520 Β· πŸ“₯ 34 Β· πŸ“¦ 3.4K Β· πŸ“‹ 360 - 42% open Β· ⏱️ 02.05.2024): +- [GitHub](https://github.com/evidentlyai/evidently) (πŸ‘¨β€πŸ’» 68 Β· πŸ”€ 520 Β· πŸ“₯ 40 Β· πŸ“¦ 3.4K Β· πŸ“‹ 360 - 42% open Β· ⏱️ 09.05.2024): ``` git clone https://github.com/evidentlyai/evidently ``` -- [PyPi](https://pypi.org/project/evidently) (πŸ“₯ 1.5M / month Β· πŸ“¦ 8 Β· ⏱️ 05.04.2024): +- [PyPi](https://pypi.org/project/evidently) (πŸ“₯ 1.5M / month Β· πŸ“¦ 13 Β· ⏱️ 08.05.2024): ``` pip install evidently ``` -- [Conda](https://anaconda.org/conda-forge/evidently) (πŸ“₯ 16K Β· ⏱️ 10.04.2024): +- [Conda](https://anaconda.org/conda-forge/evidently) (πŸ“₯ 17K Β· ⏱️ 08.05.2024): ``` conda install -c conda-forge evidently ```
-
papermill (πŸ₯‡33 Β· ⭐ 5.6K Β· πŸ“‰) - Parameterize, execute, and analyze notebooks. BSD-3 +
papermill (πŸ₯‡33 Β· ⭐ 5.6K) - Parameterize, execute, and analyze notebooks. BSD-3 - [GitHub](https://github.com/nteract/papermill) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 420 Β· πŸ“¦ 5.9K Β· πŸ“‹ 400 - 35% open Β· ⏱️ 26.04.2024): ``` git clone https://github.com/nteract/papermill ``` -- [PyPi](https://pypi.org/project/papermill) (πŸ“₯ 1.6M / month Β· πŸ“¦ 270 Β· ⏱️ 26.04.2024): +- [PyPi](https://pypi.org/project/papermill) (πŸ“₯ 1.8M / month Β· πŸ“¦ 320 Β· ⏱️ 26.04.2024): ``` pip install papermill ``` @@ -354,12 +354,12 @@ _Extensions that provide interactive UI-widgets and visualization tools._
ipyleaflet (πŸ₯‡33 Β· ⭐ 1.5K) - A Jupyter - Leaflet.js bridge. MIT -- [GitHub](https://github.com/jupyter-widgets/ipyleaflet) (πŸ‘¨β€πŸ’» 88 Β· πŸ”€ 360 Β· πŸ“¦ 8.6K Β· πŸ“‹ 620 - 43% open Β· ⏱️ 24.04.2024): +- [GitHub](https://github.com/jupyter-widgets/ipyleaflet) (πŸ‘¨β€πŸ’» 88 Β· πŸ”€ 360 Β· πŸ“¦ 8.7K Β· πŸ“‹ 630 - 43% open Β· ⏱️ 24.04.2024): ``` git clone https://github.com/jupyter-widgets/ipyleaflet ``` -- [PyPi](https://pypi.org/project/ipyleaflet) (πŸ“₯ 140K / month Β· πŸ“¦ 180 Β· ⏱️ 23.04.2024): +- [PyPi](https://pypi.org/project/ipyleaflet) (πŸ“₯ 150K / month Β· πŸ“¦ 250 Β· ⏱️ 23.04.2024): ``` pip install ipyleaflet ``` @@ -379,7 +379,7 @@ _Extensions that provide interactive UI-widgets and visualization tools._ ``` git clone https://github.com/matplotlib/ipympl ``` -- [PyPi](https://pypi.org/project/ipympl) (πŸ“₯ 310K / month Β· πŸ“¦ 200 Β· ⏱️ 15.04.2024): +- [PyPi](https://pypi.org/project/ipympl) (πŸ“₯ 310K / month Β· πŸ“¦ 290 Β· ⏱️ 15.04.2024): ``` pip install ipympl ``` @@ -387,19 +387,19 @@ _Extensions that provide interactive UI-widgets and visualization tools._ ``` conda install -c conda-forge ipympl ``` -- [npm](https://www.npmjs.com/package/jupyter-matplotlib) (πŸ“₯ 10K / month Β· πŸ“¦ 4 Β· ⏱️ 15.04.2024): +- [npm](https://www.npmjs.com/package/jupyter-matplotlib) (πŸ“₯ 11K / month Β· πŸ“¦ 7 Β· ⏱️ 15.04.2024): ``` npm install jupyter-matplotlib ```
bqplot (πŸ₯ˆ30 Β· ⭐ 3.6K) - Plotting library for IPython/Jupyter notebooks. Apache-2 -- [GitHub](https://github.com/bqplot/bqplot) (πŸ‘¨β€πŸ’» 64 Β· πŸ”€ 460 Β· πŸ“¦ 55 Β· πŸ“‹ 620 - 40% open Β· ⏱️ 25.03.2024): +- [GitHub](https://github.com/bqplot/bqplot) (πŸ‘¨β€πŸ’» 64 Β· πŸ”€ 460 Β· πŸ“¦ 55 Β· πŸ“‹ 620 - 41% open Β· ⏱️ 25.03.2024): ``` git clone https://github.com/bqplot/bqplot ``` -- [PyPi](https://pypi.org/project/bqplot) (πŸ“₯ 120K / month Β· πŸ“¦ 110 Β· ⏱️ 25.03.2024): +- [PyPi](https://pypi.org/project/bqplot) (πŸ“₯ 120K / month Β· πŸ“¦ 92 Β· ⏱️ 25.03.2024): ``` pip install bqplot ``` @@ -414,12 +414,12 @@ _Extensions that provide interactive UI-widgets and visualization tools._
responsible-ai-widgets (πŸ₯ˆ29 Β· ⭐ 1.2K) - Responsible AI Toolbox is a suite of tools providing.. MIT -- [GitHub](https://github.com/microsoft/responsible-ai-toolbox) (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 320 Β· πŸ“¦ 97 Β· πŸ“‹ 310 - 27% open Β· ⏱️ 01.05.2024): +- [GitHub](https://github.com/microsoft/responsible-ai-toolbox) (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 320 Β· πŸ“¦ 98 Β· πŸ“‹ 310 - 27% open Β· ⏱️ 03.05.2024): ``` git clone https://github.com/microsoft/responsible-ai-toolbox ``` -- [PyPi](https://pypi.org/project/raiwidgets) (πŸ“₯ 3.7K / month Β· πŸ“¦ 3 Β· ⏱️ 18.04.2024): +- [PyPi](https://pypi.org/project/raiwidgets) (πŸ“₯ 4K / month Β· πŸ“¦ 6 Β· ⏱️ 18.04.2024): ``` pip install raiwidgets ``` @@ -431,19 +431,19 @@ _Extensions that provide interactive UI-widgets and visualization tools._ ``` git clone https://github.com/pair-code/facets ``` -- [PyPi](https://pypi.org/project/facets-overview) (πŸ“₯ 250K / month Β· πŸ“¦ 8 Β· ⏱️ 24.05.2023): +- [PyPi](https://pypi.org/project/facets-overview) (πŸ“₯ 260K / month Β· πŸ“¦ 8 Β· ⏱️ 24.05.2023): ``` pip install facets-overview ```
jupyter-dash (πŸ₯ˆ28 Β· ⭐ 950 Β· πŸ’€) - OBSOLETE - Dash v2.11+ has Jupyter support built in!. MIT -- [GitHub](https://github.com/plotly/jupyter-dash) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 240 Β· πŸ“₯ 99 Β· πŸ“¦ 3.8K Β· πŸ“‹ 81 - 64% open Β· ⏱️ 11.08.2023): +- [GitHub](https://github.com/plotly/jupyter-dash) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 240 Β· πŸ“₯ 99 Β· πŸ“¦ 3.8K Β· πŸ“‹ 85 - 65% open Β· ⏱️ 11.08.2023): ``` git clone https://github.com/plotly/jupyter-dash ``` -- [PyPi](https://pypi.org/project/jupyter-dash) (πŸ“₯ 150K / month Β· πŸ“¦ 73 Β· ⏱️ 01.04.2022): +- [PyPi](https://pypi.org/project/jupyter-dash) (πŸ“₯ 150K / month Β· πŸ“¦ 130 Β· ⏱️ 01.04.2022): ``` pip install jupyter-dash ``` @@ -451,71 +451,71 @@ _Extensions that provide interactive UI-widgets and visualization tools._ ``` conda install -c conda-forge jupyter-dash ``` -- [npm](https://www.npmjs.com/package/jupyterlab-dash) (πŸ“₯ 2.3K / month Β· πŸ“¦ 3 Β· ⏱️ 22.01.2021): +- [npm](https://www.npmjs.com/package/jupyterlab-dash) (πŸ“₯ 2.4K / month Β· πŸ“¦ 5 Β· ⏱️ 22.01.2021): ``` npm install jupyterlab-dash ```
itkwidgets (πŸ₯ˆ27 Β· ⭐ 570) - An elegant Python interface for visualization on the web platform.. Apache-2 -- [GitHub](https://github.com/InsightSoftwareConsortium/itkwidgets) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 84 Β· πŸ“₯ 90 Β· πŸ“¦ 300 Β· πŸ“‹ 280 - 41% open Β· ⏱️ 19.04.2024): +- [GitHub](https://github.com/InsightSoftwareConsortium/itkwidgets) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 84 Β· πŸ“₯ 94 Β· πŸ“¦ 310 Β· πŸ“‹ 280 - 41% open Β· ⏱️ 19.04.2024): ``` git clone https://github.com/InsightSoftwareConsortium/itkwidgets ``` -- [PyPi](https://pypi.org/project/itkwidgets) (πŸ“₯ 12K / month Β· πŸ“¦ 20 Β· ⏱️ 19.04.2024): +- [PyPi](https://pypi.org/project/itkwidgets) (πŸ“₯ 13K / month Β· πŸ“¦ 20 Β· ⏱️ 19.04.2024): ``` pip install itkwidgets ``` -- [Conda](https://anaconda.org/conda-forge/itkwidgets) (πŸ“₯ 350K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/itkwidgets) (πŸ“₯ 360K Β· ⏱️ 16.06.2023): ``` conda install -c conda-forge itkwidgets ``` -- [npm](https://www.npmjs.com/package/itkwidgets) (πŸ“₯ 290 / month Β· πŸ“¦ 3 Β· ⏱️ 02.03.2023): +- [npm](https://www.npmjs.com/package/itkwidgets) (πŸ“₯ 270 / month Β· πŸ“¦ 3 Β· ⏱️ 02.03.2023): ``` npm install itkwidgets ```
jdaviz (πŸ₯ˆ27 Β· ⭐ 120) - JWST astronomical data analysis tools in the Jupyter platform. BSD-3 -- [GitHub](https://github.com/spacetelescope/jdaviz) (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 59 Β· πŸ“¦ 43 Β· πŸ“‹ 990 - 32% open Β· ⏱️ 02.05.2024): +- [GitHub](https://github.com/spacetelescope/jdaviz) (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 59 Β· πŸ“¦ 43 Β· πŸ“‹ 990 - 32% open Β· ⏱️ 09.05.2024): ``` git clone https://github.com/spacetelescope/jdaviz ``` -- [PyPi](https://pypi.org/project/jdaviz) (πŸ“₯ 1.8K / month Β· πŸ“¦ 3 Β· ⏱️ 19.04.2024): +- [PyPi](https://pypi.org/project/jdaviz) (πŸ“₯ 1.7K / month Β· πŸ“¦ 6 Β· ⏱️ 03.05.2024): ``` pip install jdaviz ```
lux (πŸ₯ˆ26 Β· ⭐ 4.9K Β· πŸ’€) - Automatically visualize your pandas dataframe via a single print!. Apache-2 -- [GitHub](https://github.com/lux-org/lux) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 350 Β· πŸ“¦ 180 Β· πŸ“‹ 240 - 33% open Β· ⏱️ 04.07.2023): +- [GitHub](https://github.com/lux-org/lux) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 350 Β· πŸ“¦ 190 Β· πŸ“‹ 240 - 33% open Β· ⏱️ 04.07.2023): ``` git clone https://github.com/lux-org/lux ``` -- [PyPi](https://pypi.org/project/lux-api) (πŸ“₯ 3.2K / month Β· πŸ“¦ 2 Β· ⏱️ 19.02.2022): +- [PyPi](https://pypi.org/project/lux-api) (πŸ“₯ 2.9K / month Β· πŸ“¦ 2 Β· ⏱️ 19.02.2022): ``` pip install lux-api ``` -- [Conda](https://anaconda.org/conda-forge/lux-api) (πŸ“₯ 22K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/lux-api) (πŸ“₯ 23K Β· ⏱️ 16.06.2023): ``` conda install -c conda-forge lux-api ``` -- [npm](https://www.npmjs.com/package/luxwidget) (πŸ“₯ 250 / month Β· πŸ“¦ 2 Β· ⏱️ 17.02.2022): +- [npm](https://www.npmjs.com/package/luxwidget) (πŸ“₯ 220 / month Β· πŸ“¦ 2 Β· ⏱️ 17.02.2022): ``` npm install luxwidget ```
nglview (πŸ₯ˆ26 Β· ⭐ 780) - Jupyter widget to interactively view molecular structures and trajectories. MIT -- [GitHub](https://github.com/nglviewer/nglview) (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 130 Β· πŸ“₯ 290 Β· πŸ“¦ 4 Β· πŸ“‹ 480 - 5% open Β· ⏱️ 03.03.2024): +- [GitHub](https://github.com/nglviewer/nglview) (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 130 Β· πŸ“₯ 290 Β· πŸ“¦ 4 Β· πŸ“‹ 490 - 6% open Β· ⏱️ 03.03.2024): ``` git clone https://github.com/nglviewer/nglview ``` -- [PyPi](https://pypi.org/project/nglview) (πŸ“₯ 14K / month Β· πŸ“¦ 69 Β· ⏱️ 03.03.2024): +- [PyPi](https://pypi.org/project/nglview) (πŸ“₯ 14K / month Β· πŸ“¦ 81 Β· ⏱️ 03.03.2024): ``` pip install nglview ``` @@ -523,23 +523,23 @@ _Extensions that provide interactive UI-widgets and visualization tools._ ``` conda install -c conda-forge nglview ``` -- [npm](https://www.npmjs.com/package/nglview-js-widgets) (πŸ“₯ 3.7K / month Β· πŸ“¦ 5 Β· ⏱️ 10.01.2024): +- [npm](https://www.npmjs.com/package/nglview-js-widgets) (πŸ“₯ 3.7K / month Β· πŸ“¦ 7 Β· ⏱️ 10.01.2024): ``` npm install nglview-js-widgets ```
itables (πŸ₯ˆ26 Β· ⭐ 670) - Pandas DataFrames as Interactive DataTables. MIT -- [GitHub](https://github.com/mwouts/itables) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 50 Β· πŸ“¦ 490 Β· πŸ“‹ 140 - 16% open Β· ⏱️ 30.04.2024): +- [GitHub](https://github.com/mwouts/itables) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 51 Β· πŸ“¦ 500 Β· πŸ“‹ 140 - 16% open Β· ⏱️ 30.04.2024): ``` git clone https://github.com/mwouts/itables ``` -- [PyPi](https://pypi.org/project/itables) (πŸ“₯ 240K / month Β· πŸ“¦ 300 Β· ⏱️ 30.04.2024): +- [PyPi](https://pypi.org/project/itables) (πŸ“₯ 250K / month Β· πŸ“¦ 26 Β· ⏱️ 30.04.2024): ``` pip install itables ``` -- [Conda](https://anaconda.org/conda-forge/itables) (πŸ“₯ 46K Β· ⏱️ 01.05.2024): +- [Conda](https://anaconda.org/conda-forge/itables) (πŸ“₯ 47K Β· ⏱️ 01.05.2024): ``` conda install -c conda-forge itables ``` @@ -551,47 +551,47 @@ _Extensions that provide interactive UI-widgets and visualization tools._ ``` git clone https://github.com/maartenbreddels/ipyvolume ``` -- [PyPi](https://pypi.org/project/ipyvolume) (πŸ“₯ 41K / month Β· πŸ“¦ 54 Β· ⏱️ 02.06.2023): +- [PyPi](https://pypi.org/project/ipyvolume) (πŸ“₯ 42K / month Β· πŸ“¦ 54 Β· ⏱️ 02.06.2023): ``` pip install ipyvolume ``` -- [Conda](https://anaconda.org/conda-forge/ipyvolume) (πŸ“₯ 460K Β· ⏱️ 05.06.2023): +- [Conda](https://anaconda.org/conda-forge/ipyvolume) (πŸ“₯ 470K Β· ⏱️ 05.06.2023): ``` conda install -c conda-forge ipyvolume ``` -- [npm](https://www.npmjs.com/package/ipyvolume) (πŸ“₯ 750 / month Β· πŸ“¦ 6 Β· ⏱️ 02.06.2023): +- [npm](https://www.npmjs.com/package/ipyvolume) (πŸ“₯ 770 / month Β· πŸ“¦ 6 Β· ⏱️ 02.06.2023): ``` npm install ipyvolume ```
ipyvizzu (πŸ₯ˆ25 Β· ⭐ 920) - Build animated charts in Jupyter Notebook and similar environments.. Apache-2 -- [GitHub](https://github.com/vizzuhq/ipyvizzu) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 88 Β· πŸ“₯ 120 Β· πŸ“¦ 120 Β· πŸ“‹ 91 - 15% open Β· ⏱️ 29.04.2024): +- [GitHub](https://github.com/vizzuhq/ipyvizzu) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 89 Β· πŸ“₯ 120 Β· πŸ“¦ 120 Β· πŸ“‹ 91 - 15% open Β· ⏱️ 29.04.2024): ``` git clone https://github.com/vizzuhq/ipyvizzu ``` -- [PyPi](https://pypi.org/project/ipyvizzu) (πŸ“₯ 1.3K / month Β· πŸ“¦ 3 Β· ⏱️ 21.12.2023): +- [PyPi](https://pypi.org/project/ipyvizzu) (πŸ“₯ 1.2K / month Β· πŸ“¦ 3 Β· ⏱️ 21.12.2023): ``` pip install ipyvizzu ```
ipydatagrid (πŸ₯ˆ25 Β· ⭐ 500) - Fast Datagrid widget for the Jupyter Notebook and JupyterLab. BSD-3 -- [GitHub](https://github.com/bloomberg/ipydatagrid) (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 48 Β· πŸ“¦ 150 Β· πŸ“‹ 140 - 41% open Β· ⏱️ 25.04.2024): +- [GitHub](https://github.com/bloomberg/ipydatagrid) (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 48 Β· πŸ“¦ 150 Β· πŸ“‹ 140 - 42% open Β· ⏱️ 25.04.2024): ``` git clone https://github.com/bloomberg/ipydatagrid ``` -- [PyPi](https://pypi.org/project/ipydatagrid) (πŸ“₯ 24K / month Β· πŸ“¦ 13 Β· ⏱️ 25.04.2024): +- [PyPi](https://pypi.org/project/ipydatagrid) (πŸ“₯ 25K / month Β· πŸ“¦ 21 Β· ⏱️ 25.04.2024): ``` pip install ipydatagrid ``` -- [Conda](https://anaconda.org/conda-forge/ipydatagrid) (πŸ“₯ 61K Β· ⏱️ 26.04.2024): +- [Conda](https://anaconda.org/conda-forge/ipydatagrid) (πŸ“₯ 62K Β· ⏱️ 26.04.2024): ``` conda install -c conda-forge ipydatagrid ``` -- [npm](https://www.npmjs.com/package/ipydatagrid) (πŸ“₯ 1.4K / month Β· πŸ“¦ 3 Β· ⏱️ 25.04.2024): +- [npm](https://www.npmjs.com/package/ipydatagrid) (πŸ“₯ 1.5K / month Β· πŸ“¦ 5 Β· ⏱️ 25.04.2024): ``` npm install ipydatagrid ``` @@ -603,7 +603,7 @@ _Extensions that provide interactive UI-widgets and visualization tools._ ``` git clone https://github.com/cytoscape/ipycytoscape ``` -- [PyPi](https://pypi.org/project/ipycytoscape) (πŸ“₯ 26K / month Β· πŸ“¦ 22 Β· ⏱️ 04.04.2022): +- [PyPi](https://pypi.org/project/ipycytoscape) (πŸ“₯ 27K / month Β· πŸ“¦ 22 Β· ⏱️ 04.04.2022): ``` pip install ipycytoscape ``` @@ -611,39 +611,39 @@ _Extensions that provide interactive UI-widgets and visualization tools._ ``` conda install -c conda-forge ipycytoscape ``` -- [npm](https://www.npmjs.com/package/jupyter-cytoscape) (πŸ“₯ 610 / month Β· πŸ“¦ 3 Β· ⏱️ 04.04.2022): +- [npm](https://www.npmjs.com/package/jupyter-cytoscape) (πŸ“₯ 600 / month Β· πŸ“¦ 3 Β· ⏱️ 04.04.2022): ``` npm install jupyter-cytoscape ```
-
ipyregulartable (πŸ₯‰23 Β· ⭐ 3K) - High performance, editable, stylable datagrids in jupyter.. Apache-2 +
ipyregulartable (πŸ₯‰24 Β· ⭐ 3.1K) - High performance, editable, stylable datagrids in jupyter.. Apache-2 -- [GitHub](https://github.com/finos/ipyregulartable) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 930 Β· πŸ“¦ 13 Β· πŸ“‹ 27 - 37% open Β· ⏱️ 05.02.2024): +- [GitHub](https://github.com/finos/ipyregulartable) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 940 Β· πŸ“¦ 13 Β· πŸ“‹ 27 - 37% open Β· ⏱️ 05.02.2024): ``` git clone https://github.com/jpmorganchase/ipyregulartable ``` -- [PyPi](https://pypi.org/project/ipyregulartable) (πŸ“₯ 300 / month Β· πŸ“¦ 2 Β· ⏱️ 08.01.2021): +- [PyPi](https://pypi.org/project/ipyregulartable) (πŸ“₯ 310 / month Β· πŸ“¦ 2 Β· ⏱️ 08.01.2021): ``` pip install ipyregulartable ``` -- [Conda](https://anaconda.org/conda-forge/ipyregulartable) (πŸ“₯ 5.9K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/ipyregulartable) (πŸ“₯ 6K Β· ⏱️ 16.06.2023): ``` conda install -c conda-forge ipyregulartable ``` -- [npm](https://www.npmjs.com/package/@jupyter-widgets/jupyterlab-manager) (πŸ“₯ 69K / month Β· πŸ“¦ 100 Β· ⏱️ 08.02.2024): +- [npm](https://www.npmjs.com/package/@jupyter-widgets/jupyterlab-manager) (πŸ“₯ 68K / month Β· πŸ“¦ 110 Β· ⏱️ 08.02.2024): ``` npm install @jupyter-widgets/jupyterlab-manager ```
-
ipydagred3 (πŸ₯‰23 Β· ⭐ 3K) - ipywidgets library for drawing directed acyclic graphs in.. Apache-2 +
ipydagred3 (πŸ₯‰24 Β· ⭐ 3.1K) - ipywidgets library for drawing directed acyclic graphs in.. Apache-2 -- [GitHub](https://github.com/timkpaine/ipydagred3) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 930 Β· πŸ“¦ 3 Β· πŸ“‹ 24 - 20% open Β· ⏱️ 05.02.2024): +- [GitHub](https://github.com/timkpaine/ipydagred3) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 940 Β· πŸ“¦ 3 Β· πŸ“‹ 24 - 20% open Β· ⏱️ 05.02.2024): ``` git clone https://github.com/timkpaine/ipydagred3 ``` -- [PyPi](https://pypi.org/project/ipydagred3) (πŸ“₯ 610 / month Β· πŸ“¦ 3 Β· ⏱️ 31.10.2023): +- [PyPi](https://pypi.org/project/ipydagred3) (πŸ“₯ 690 / month Β· πŸ“¦ 6 Β· ⏱️ 31.10.2023): ``` pip install ipydagred3 ``` @@ -651,39 +651,39 @@ _Extensions that provide interactive UI-widgets and visualization tools._ ``` conda install -c conda-forge ipydagred3 ``` -- [npm](https://www.npmjs.com/package/@jupyter-widgets/jupyterlab-manager) (πŸ“₯ 69K / month Β· πŸ“¦ 100 Β· ⏱️ 08.02.2024): +- [npm](https://www.npmjs.com/package/@jupyter-widgets/jupyterlab-manager) (πŸ“₯ 68K / month Β· πŸ“¦ 110 Β· ⏱️ 08.02.2024): ``` npm install @jupyter-widgets/jupyterlab-manager ```
-
ipyvue (πŸ₯‰23 Β· ⭐ 65 Β· πŸ“ˆ) - Jupyter widgets base for Vue libraries. MIT +
ipywebrtc (πŸ₯‰23 Β· ⭐ 230) - WebRTC for Jupyter notebook/lab. MIT -- [GitHub](https://github.com/widgetti/ipyvue) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 18 Β· πŸ“¦ 810 Β· πŸ“‹ 14 - 35% open Β· ⏱️ 02.05.2024): +- [GitHub](https://github.com/maartenbreddels/ipywebrtc) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 39 Β· πŸ“¦ 1.1K Β· πŸ“‹ 70 - 60% open Β· ⏱️ 06.02.2024): ``` - git clone https://github.com/mariobuikhuizen/ipyvue + git clone https://github.com/maartenbreddels/ipywebrtc ``` -- [PyPi](https://pypi.org/project/ipyvue) (πŸ“₯ 120K / month Β· πŸ“¦ 32 Β· ⏱️ 02.05.2024): +- [PyPi](https://pypi.org/project/ipywebrtc) (πŸ“₯ 42K / month Β· πŸ“¦ 12 Β· ⏱️ 29.03.2021): ``` - pip install ipyvue + pip install ipywebrtc ``` -- [Conda](https://anaconda.org/conda-forge/ipyvue) (πŸ“₯ 130K Β· ⏱️ 19.04.2024): +- [Conda](https://anaconda.org/conda-forge/ipywebrtc) (πŸ“₯ 340K Β· ⏱️ 16.06.2023): ``` - conda install -c conda-forge ipyvue + conda install -c conda-forge ipywebrtc ``` -- [npm](https://www.npmjs.com/package/jupyter-vue) (πŸ“₯ 4K / month Β· πŸ“¦ 16 Β· ⏱️ 02.05.2024): +- [npm](https://www.npmjs.com/package/jupyter-webrtc) (πŸ“₯ 320 / month Β· πŸ“¦ 6 Β· ⏱️ 29.03.2021): ``` - npm install jupyter-vue + npm install jupyter-webrtc ```
-
What-If Tool (πŸ₯‰22 Β· ⭐ 880) - Source code/webpage/demos for the What-If Tool. Apache-2 +
What-If Tool (πŸ₯‰22 Β· ⭐ 890) - Source code/webpage/demos for the What-If Tool. Apache-2 - [GitHub](https://github.com/PAIR-code/what-if-tool) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 160 Β· πŸ“¦ 2 Β· πŸ“‹ 140 - 58% open Β· ⏱️ 01.02.2024): ``` git clone https://github.com/PAIR-code/what-if-tool ``` -- [PyPi](https://pypi.org/project/witwidget) (πŸ“₯ 5.9K / month Β· πŸ“¦ 4 Β· ⏱️ 12.10.2021): +- [PyPi](https://pypi.org/project/witwidget) (πŸ“₯ 5.4K / month Β· πŸ“¦ 4 Β· ⏱️ 12.10.2021): ``` pip install witwidget ``` @@ -703,7 +703,7 @@ _Extensions that provide interactive UI-widgets and visualization tools._ ``` git clone https://github.com/martinRenou/ipycanvas ``` -- [PyPi](https://pypi.org/project/ipycanvas) (πŸ“₯ 31K / month Β· πŸ“¦ 35 Β· ⏱️ 25.04.2024): +- [PyPi](https://pypi.org/project/ipycanvas) (πŸ“₯ 31K / month Β· πŸ“¦ 59 Β· ⏱️ 25.04.2024): ``` pip install ipycanvas ``` @@ -711,25 +711,29 @@ _Extensions that provide interactive UI-widgets and visualization tools._ ``` conda install -c conda-forge ipycanvas ``` -- [npm](https://www.npmjs.com/package/ipycanvas) (πŸ“₯ 870 / month Β· πŸ“¦ 4 Β· ⏱️ 25.04.2024): +- [npm](https://www.npmjs.com/package/ipycanvas) (πŸ“₯ 840 / month Β· πŸ“¦ 7 Β· ⏱️ 25.04.2024): ``` npm install ipycanvas ```
-
vega (πŸ₯‰22 Β· ⭐ 370) - IPython/Jupyter notebook module for Vega and Vega-Lite. BSD-3 +
ipysheet (πŸ₯‰22 Β· ⭐ 540) - Jupyter handsontable integration. MIT -- [GitHub](https://github.com/vega/ipyvega) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 62 Β· πŸ“¦ 4 Β· πŸ“‹ 100 - 12% open Β· ⏱️ 01.05.2024): +- [GitHub](https://github.com/jupyter-widgets-contrib/ipysheet) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 69 Β· πŸ“¦ 7 Β· πŸ“‹ 120 - 51% open Β· ⏱️ 04.01.2024): ``` - git clone https://github.com/vega/ipyvega + git clone https://github.com/QuantStack/ipysheet ``` -- [PyPi](https://pypi.org/project/vega) (πŸ“₯ 15K / month Β· πŸ“¦ 83 Β· ⏱️ 12.04.2023): +- [PyPi](https://pypi.org/project/ipysheet) (πŸ“₯ 130K / month Β· πŸ“¦ 34 Β· ⏱️ 28.11.2022): ``` - pip install vega + pip install ipysheet ``` -- [Conda](https://anaconda.org/conda-forge/vega) (πŸ“₯ 580K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/ipysheet) (πŸ“₯ 120K Β· ⏱️ 16.06.2023): ``` - conda install -c conda-forge vega + conda install -c conda-forge ipysheet + ``` +- [npm](https://www.npmjs.com/package/ipysheet) (πŸ“₯ 730 / month Β· πŸ“¦ 3 Β· ⏱️ 28.11.2022): + ``` + npm install ipysheet ```
ipyvuetify (πŸ₯‰22 Β· ⭐ 330) - Jupyter widgets based on vuetify UI components. MIT @@ -739,7 +743,7 @@ _Extensions that provide interactive UI-widgets and visualization tools._ ``` git clone https://github.com/mariobuikhuizen/ipyvuetify ``` -- [PyPi](https://pypi.org/project/ipyvuetify) (πŸ“₯ 120K / month Β· πŸ“¦ 46 Β· ⏱️ 08.04.2024): +- [PyPi](https://pypi.org/project/ipyvuetify) (πŸ“₯ 120K / month Β· πŸ“¦ 73 Β· ⏱️ 08.04.2024): ``` pip install ipyvuetify ``` @@ -747,59 +751,55 @@ _Extensions that provide interactive UI-widgets and visualization tools._ ``` conda install -c conda-forge ipyvuetify ``` -- [npm](https://www.npmjs.com/package/jupyter-vuetify) (πŸ“₯ 8.2K / month Β· πŸ“¦ 4 Β· ⏱️ 08.04.2024): +- [npm](https://www.npmjs.com/package/jupyter-vuetify) (πŸ“₯ 8.1K / month Β· πŸ“¦ 6 Β· ⏱️ 08.04.2024): ``` npm install jupyter-vuetify ```
-
ipywebrtc (πŸ₯‰22 Β· ⭐ 230) - WebRTC for Jupyter notebook/lab. MIT +
ipyvue (πŸ₯‰22 Β· ⭐ 65) - Jupyter widgets base for Vue libraries. MIT -- [GitHub](https://github.com/maartenbreddels/ipywebrtc) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 39 Β· πŸ“¦ 1.1K Β· πŸ“‹ 62 - 54% open Β· ⏱️ 06.02.2024): +- [GitHub](https://github.com/widgetti/ipyvue) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 18 Β· πŸ“¦ 820 Β· πŸ“‹ 14 - 35% open Β· ⏱️ 02.05.2024): ``` - git clone https://github.com/maartenbreddels/ipywebrtc + git clone https://github.com/mariobuikhuizen/ipyvue ``` -- [PyPi](https://pypi.org/project/ipywebrtc) (πŸ“₯ 42K / month Β· πŸ“¦ 13 Β· ⏱️ 29.03.2021): +- [PyPi](https://pypi.org/project/ipyvue) (πŸ“₯ 130K / month Β· πŸ“¦ 32 Β· ⏱️ 02.05.2024): ``` - pip install ipywebrtc + pip install ipyvue ``` -- [Conda](https://anaconda.org/conda-forge/ipywebrtc) (πŸ“₯ 340K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/ipyvue) (πŸ“₯ 130K Β· ⏱️ 19.04.2024): ``` - conda install -c conda-forge ipywebrtc + conda install -c conda-forge ipyvue ``` -- [npm](https://www.npmjs.com/package/jupyter-webrtc) (πŸ“₯ 310 / month Β· πŸ“¦ 4 Β· ⏱️ 29.03.2021): +- [npm](https://www.npmjs.com/package/jupyter-vue) (πŸ“₯ 4.5K / month Β· πŸ“¦ 16 Β· ⏱️ 02.05.2024): ``` - npm install jupyter-webrtc + npm install jupyter-vue ```
-
ipysheet (πŸ₯‰21 Β· ⭐ 540) - Jupyter handsontable integration. MIT +
vega (πŸ₯‰21 Β· ⭐ 370) - IPython/Jupyter notebook module for Vega and Vega-Lite. BSD-3 -- [GitHub](https://github.com/jupyter-widgets-contrib/ipysheet) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 69 Β· πŸ“¦ 7 Β· πŸ“‹ 120 - 51% open Β· ⏱️ 04.01.2024): +- [GitHub](https://github.com/vega/ipyvega) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 65 Β· πŸ“¦ 4 Β· πŸ“‹ 110 - 19% open Β· ⏱️ 01.05.2024): ``` - git clone https://github.com/QuantStack/ipysheet - ``` -- [PyPi](https://pypi.org/project/ipysheet) (πŸ“₯ 130K / month Β· πŸ“¦ 28 Β· ⏱️ 28.11.2022): - ``` - pip install ipysheet + git clone https://github.com/vega/ipyvega ``` -- [Conda](https://anaconda.org/conda-forge/ipysheet) (πŸ“₯ 110K Β· ⏱️ 16.06.2023): +- [PyPi](https://pypi.org/project/vega) (πŸ“₯ 14K / month Β· πŸ“¦ 14 Β· ⏱️ 12.04.2023): ``` - conda install -c conda-forge ipysheet + pip install vega ``` -- [npm](https://www.npmjs.com/package/ipysheet) (πŸ“₯ 660 / month Β· πŸ“¦ 3 Β· ⏱️ 28.11.2022): +- [Conda](https://anaconda.org/conda-forge/vega) (πŸ“₯ 590K Β· ⏱️ 16.06.2023): ``` - npm install ipysheet + conda install -c conda-forge vega ```
ipydatawidgets (πŸ₯‰21 Β· ⭐ 40 Β· πŸ’€) - A set of widgets to help facilitate reuse of large datasets.. BSD-3 -- [GitHub](https://github.com/vidartf/ipydatawidgets) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 9 Β· πŸ“¦ 1.1K Β· πŸ“‹ 18 - 44% open Β· ⏱️ 14.06.2023): +- [GitHub](https://github.com/vidartf/ipydatawidgets) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 9 Β· πŸ“¦ 1.1K Β· πŸ“‹ 20 - 50% open Β· ⏱️ 14.06.2023): ``` git clone https://github.com/vidartf/ipydatawidgets ``` -- [PyPi](https://pypi.org/project/ipydatawidgets) (πŸ“₯ 79K / month Β· πŸ“¦ 30 Β· ⏱️ 14.06.2023): +- [PyPi](https://pypi.org/project/ipydatawidgets) (πŸ“₯ 80K / month Β· πŸ“¦ 29 Β· ⏱️ 14.06.2023): ``` pip install ipydatawidgets ``` @@ -808,18 +808,18 @@ _Extensions that provide interactive UI-widgets and visualization tools._ conda install -c conda-forge ipydatawidgets ```
-
ipysigma (πŸ₯‰19 Β· ⭐ 170 Β· πŸ’€) - A Jupyter widget using sigma.js to render interactive networks. MIT +
ipysigma (πŸ₯‰19 Β· ⭐ 180 Β· πŸ’€) - A Jupyter widget using sigma.js to render interactive networks. MIT -- [GitHub](https://github.com/medialab/ipysigma) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 13 Β· πŸ“¦ 32 Β· πŸ“‹ 210 - 26% open Β· ⏱️ 20.10.2023): +- [GitHub](https://github.com/medialab/ipysigma) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 14 Β· πŸ“¦ 32 Β· πŸ“‹ 210 - 26% open Β· ⏱️ 20.10.2023): ``` git clone https://github.com/Yomguithereal/ipysigma ``` -- [PyPi](https://pypi.org/project/ipysigma) (πŸ“₯ 1.3K / month Β· πŸ“¦ 1 Β· ⏱️ 08.06.2022): +- [PyPi](https://pypi.org/project/ipysigma) (πŸ“₯ 1.4K / month Β· πŸ“¦ 1 Β· ⏱️ 08.06.2022): ``` pip install ipysigma ``` -- [npm](https://www.npmjs.com/package/ipysigma) (πŸ“₯ 350 / month Β· πŸ“¦ 3 Β· ⏱️ 15.06.2023): +- [npm](https://www.npmjs.com/package/ipysigma) (πŸ“₯ 360 / month Β· πŸ“¦ 3 Β· ⏱️ 15.06.2023): ``` npm install ipysigma ``` @@ -840,14 +840,14 @@ _Extensions that provide interactive UI-widgets and visualization tools._ conda install -c conda-forge altair_viewer ```
-
tributary (πŸ₯‰15 Β· ⭐ 410) - Streaming reactive and dataflow graphs in Python. Apache-2 +
tributary (πŸ₯‰16 Β· ⭐ 430) - Streaming reactive and dataflow graphs in Python. Apache-2 -- [GitHub](https://github.com/timkpaine/tributary) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 36 Β· ⏱️ 10.02.2024): +- [GitHub](https://github.com/timkpaine/tributary) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 39 Β· ⏱️ 10.02.2024): ``` git clone https://github.com/timkpaine/tributary ``` -- [PyPi](https://pypi.org/project/tributary) (πŸ“₯ 310 / month Β· ⏱️ 10.05.2023): +- [PyPi](https://pypi.org/project/tributary) (πŸ“₯ 330 / month Β· ⏱️ 10.05.2023): ``` pip install tributary ``` @@ -863,28 +863,28 @@ _Extensions that provide interactive UI-widgets and visualization tools._ ``` git clone https://github.com/leifwalsh/perfume ``` -- [PyPi](https://pypi.org/project/perfume-bench) (πŸ“₯ 60 / month Β· ⏱️ 20.05.2018): +- [PyPi](https://pypi.org/project/perfume-bench) (πŸ“₯ 55 / month Β· ⏱️ 20.05.2018): ``` pip install perfume-bench ```
Show 20 hidden projects... -- D-Tale (πŸ₯ˆ30 Β· ⭐ 4.6K Β· πŸ“ˆ) - Visualizer for Pandas Data Structures. ❗️LGPL-2.1 +- D-Tale (πŸ₯ˆ30 Β· ⭐ 4.6K) - Visualizer for Pandas Data Structures. ❗️LGPL-2.1 - pythreejs (πŸ₯ˆ27 Β· ⭐ 920 Β· πŸ’€) - A Jupyter - Three.js bridge. BSD-3 - qgrid (πŸ₯ˆ25 Β· ⭐ 3K Β· πŸ’€) - An interactive grid for sorting, filtering, and editing DataFrames.. Apache-2 - Mapbox GL (πŸ₯‰24 Β· ⭐ 650 Β· πŸ’€) - Use Mapbox GL JS to visualize data in a Python Jupyter notebook. MIT - gmaps (πŸ₯‰23 Β· ⭐ 760 Β· πŸ’€) - Google maps for Jupyter notebooks. BSD-3 - pivottablejs (πŸ₯‰23 Β· ⭐ 670 Β· πŸ’€) - Dragndrop Pivot Tables and Charts for Jupyter/IPython Notebook,.. MIT - nbtutor (πŸ₯‰20 Β· ⭐ 450 Β· πŸ’€) - Visualize Python code execution (line-by-line) in Jupyter Notebook.. BSD-3 -- ipytree (πŸ₯‰17 Β· ⭐ 130 Β· πŸ’€) - A Tree Widget using Jupyter-widgets protocol and jsTree. MIT +- ipytree (πŸ₯‰18 Β· ⭐ 130 Β· πŸ’€) - A Tree Widget using Jupyter-widgets protocol and jsTree. MIT - geonotebook (πŸ₯‰16 Β· ⭐ 1.1K Β· πŸ’€) - A Jupyter notebook extension for geospatial visualization.. Apache-2 - igv.js widget (πŸ₯‰16 Β· ⭐ 150 Β· πŸ’€) - Extension for Jupyter which integrates igv.js. MIT +- niwidgets (πŸ₯‰16 Β· ⭐ 83 Β· πŸ’€) - Neuroimaging widgets for jupyter notebooks. Apache-2 - ipyaggrid (πŸ₯‰16 Β· ⭐ 50 Β· πŸ’€) - Jupyter widget - ag-grid in the notebook. MIT - Jupyter DataTables (πŸ₯‰15 Β· ⭐ 230 Β· πŸ’€) - Jupyter Notebook extension leveraging pandas DataFrames.. MIT -- niwidgets (πŸ₯‰15 Β· ⭐ 83 Β· πŸ’€) - Neuroimaging widgets for jupyter notebooks. Apache-2 - ipyscales (πŸ₯‰15 Β· ⭐ 13 Β· πŸ’€) - A widget library for scales. BSD-3 -- pigeon (πŸ₯‰13 Β· ⭐ 760 Β· πŸ’€) - Quickly annotate data from the comfort of your Jupyter notebook. Apache-2 +- pigeon (πŸ₯‰13 Β· ⭐ 770 Β· πŸ’€) - Quickly annotate data from the comfort of your Jupyter notebook. Apache-2 - ipymaterialui (πŸ₯‰13 Β· ⭐ 85 Β· πŸ’€) - Jupyter Widgets based on React Material UI components. MIT - ipyannotate (πŸ₯‰11 Β· ⭐ 140 Β· πŸ’€) - Jupyter Widget for data annotation. ❗Unlicensed - ipyp5 (πŸ₯‰10 Β· ⭐ 39 Β· πŸ’€) - p5.js Jupyter Widget. BSD-3 @@ -906,7 +906,7 @@ _Application plugins that extend the functionality of Jupyter itself._ ``` git clone https://github.com/jupyter/nbgrader ``` -- [PyPi](https://pypi.org/project/nbgrader) (πŸ“₯ 6.8K / month Β· πŸ“¦ 22 Β· ⏱️ 26.03.2024): +- [PyPi](https://pypi.org/project/nbgrader) (πŸ“₯ 6K / month Β· πŸ“¦ 20 Β· ⏱️ 26.03.2024): ``` pip install nbgrader ``` @@ -915,26 +915,26 @@ _Application plugins that extend the functionality of Jupyter itself._ conda install -c conda-forge nbgrader ```
-
Jupyter Themes (πŸ₯ˆ29 Β· ⭐ 9.7K Β· πŸ’€) - Custom Jupyter Notebook Themes. MIT +
Jupyter Themes (πŸ₯‡29 Β· ⭐ 9.7K Β· πŸ’€) - Custom Jupyter Notebook Themes. MIT - [GitHub](https://github.com/dunovank/jupyter-themes) (πŸ‘¨β€πŸ’» 43 Β· πŸ”€ 1.1K Β· πŸ“¦ 21 Β· πŸ“‹ 400 - 49% open Β· ⏱️ 18.10.2023): ``` git clone https://github.com/dunovank/jupyter-themes ``` -- [PyPi](https://pypi.org/project/jupyterthemes) (πŸ“₯ 160K / month Β· πŸ“¦ 120 Β· ⏱️ 22.11.2018): +- [PyPi](https://pypi.org/project/jupyterthemes) (πŸ“₯ 150K / month Β· πŸ“¦ 39 Β· ⏱️ 22.11.2018): ``` pip install jupyterthemes ```
jupyter-server-proxy (πŸ₯ˆ27 Β· ⭐ 330) - Jupyter notebook server extension to proxy web services. BSD-3 -- [GitHub](https://github.com/jupyterhub/jupyter-server-proxy) (πŸ‘¨β€πŸ’» 71 Β· πŸ”€ 140 Β· πŸ“¦ 4 Β· πŸ“‹ 210 - 35% open Β· ⏱️ 27.04.2024): +- [GitHub](https://github.com/jupyterhub/jupyter-server-proxy) (πŸ‘¨β€πŸ’» 71 Β· πŸ”€ 140 Β· πŸ“¦ 4 Β· πŸ“‹ 210 - 36% open Β· ⏱️ 27.04.2024): ``` git clone https://github.com/jupyterhub/jupyter-server-proxy ``` -- [PyPi](https://pypi.org/project/jupyter-server-proxy) (πŸ“₯ 200K / month Β· πŸ“¦ 140 Β· ⏱️ 13.03.2024): +- [PyPi](https://pypi.org/project/jupyter-server-proxy) (πŸ“₯ 200K / month Β· πŸ“¦ 160 Β· ⏱️ 13.03.2024): ``` pip install jupyter-server-proxy ``` @@ -942,19 +942,19 @@ _Application plugins that extend the functionality of Jupyter itself._ ``` conda install -c conda-forge jupyter-server-proxy ``` -- [npm](https://www.npmjs.com/package/@jupyterlab/server-proxy) (πŸ“₯ 4.2K / month Β· πŸ“¦ 4 Β· ⏱️ 13.03.2024): +- [npm](https://www.npmjs.com/package/@jupyterlab/server-proxy) (πŸ“₯ 3.5K / month Β· πŸ“¦ 7 Β· ⏱️ 13.03.2024): ``` npm install @jupyterlab/server-proxy ```
-
Resource Usage (πŸ₯ˆ26 Β· ⭐ 440) - Jupyter Notebook Extension for monitoring your own Resource.. BSD-2 +
Resource Usage (πŸ₯ˆ26 Β· ⭐ 450) - Jupyter Notebook Extension for monitoring your own Resource.. BSD-2 -- [GitHub](https://github.com/jupyter-server/jupyter-resource-usage) (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 100 Β· πŸ“₯ 270 Β· πŸ“¦ 610 Β· πŸ“‹ 95 - 50% open Β· ⏱️ 10.04.2024): +- [GitHub](https://github.com/jupyter-server/jupyter-resource-usage) (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 100 Β· πŸ“₯ 280 Β· πŸ“¦ 620 Β· πŸ“‹ 95 - 50% open Β· ⏱️ 10.04.2024): ``` git clone https://github.com/jupyter-server/jupyter-resource-usage ``` -- [PyPi](https://pypi.org/project/jupyter-resource-usage) (πŸ“₯ 64K / month Β· πŸ“¦ 8 Β· ⏱️ 12.03.2024): +- [PyPi](https://pypi.org/project/jupyter-resource-usage) (πŸ“₯ 65K / month Β· πŸ“¦ 8 Β· ⏱️ 12.03.2024): ``` pip install jupyter-resource-usage ``` @@ -962,35 +962,35 @@ _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) (πŸ“₯ 3.4K / month Β· πŸ“¦ 3 Β· ⏱️ 12.03.2024): +- [npm](https://www.npmjs.com/package/@jupyter-server/resource-usage) (πŸ“₯ 3.5K / month Β· πŸ“¦ 3 Β· ⏱️ 12.03.2024): ``` npm install @jupyter-server/resource-usage ```
nbgitpuller (πŸ₯ˆ26 Β· ⭐ 200) - Jupyter server extension to sync a git repository one-way to a.. BSD-3 -- [GitHub](https://github.com/jupyterhub/nbgitpuller) (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 82 Β· πŸ“¦ 780 Β· πŸ“‹ 170 - 47% open Β· ⏱️ 26.04.2024): +- [GitHub](https://github.com/jupyterhub/nbgitpuller) (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 84 Β· πŸ“¦ 780 Β· πŸ“‹ 170 - 47% open Β· ⏱️ 07.05.2024): ``` git clone https://github.com/jupyterhub/nbgitpuller ``` -- [PyPi](https://pypi.org/project/nbgitpuller) (πŸ“₯ 28K / month Β· πŸ“¦ 20 Β· ⏱️ 29.03.2024): +- [PyPi](https://pypi.org/project/nbgitpuller) (πŸ“₯ 26K / month Β· πŸ“¦ 8 Β· ⏱️ 29.03.2024): ``` pip install nbgitpuller ``` -- [Conda](https://anaconda.org/conda-forge/nbgitpuller) (πŸ“₯ 88K Β· ⏱️ 29.03.2024): +- [Conda](https://anaconda.org/conda-forge/nbgitpuller) (πŸ“₯ 89K Β· ⏱️ 29.03.2024): ``` conda install -c conda-forge nbgitpuller ```
NBextensions Configurator (πŸ₯ˆ25 Β· ⭐ 970 Β· πŸ’€) - A jupyter notebook serverextension providing config.. BSD-3 -- [GitHub](https://github.com/Jupyter-contrib/jupyter_nbextensions_configurator) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 120 Β· πŸ“¦ 590 Β· πŸ“‹ 100 - 64% open Β· ⏱️ 29.09.2023): +- [GitHub](https://github.com/Jupyter-contrib/jupyter_nbextensions_configurator) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 120 Β· πŸ“¦ 590 Β· πŸ“‹ 100 - 65% open Β· ⏱️ 29.09.2023): ``` git clone https://github.com/jupyter-contrib/jupyter_nbextensions_configurator ``` -- [PyPi](https://pypi.org/project/jupyter_nbextensions_configurator) (πŸ“₯ 670K / month Β· πŸ“¦ 19 Β· ⏱️ 05.05.2023): +- [PyPi](https://pypi.org/project/jupyter_nbextensions_configurator) (πŸ“₯ 670K / month Β· πŸ“¦ 30 Β· ⏱️ 05.05.2023): ``` pip install jupyter_nbextensions_configurator ``` @@ -1001,12 +1001,12 @@ _Application plugins that extend the functionality of Jupyter itself._
Rsession Proxy (πŸ₯ˆ23 Β· ⭐ 110) - Jupyter extensions for running an RStudio rsession proxy. BSD-3 -- [GitHub](https://github.com/jupyterhub/jupyter-rsession-proxy) (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 84 Β· πŸ“¦ 52 Β· πŸ“‹ 83 - 40% open Β· ⏱️ 03.04.2024): +- [GitHub](https://github.com/jupyterhub/jupyter-rsession-proxy) (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 85 Β· πŸ“¦ 52 Β· πŸ“‹ 84 - 41% open Β· ⏱️ 03.04.2024): ``` git clone https://github.com/jupyterhub/jupyter-rsession-proxy ``` -- [PyPi](https://pypi.org/project/jupyter-rsession-proxy) (πŸ“₯ 7.6K / month Β· πŸ“¦ 1 Β· ⏱️ 13.03.2024): +- [PyPi](https://pypi.org/project/jupyter-rsession-proxy) (πŸ“₯ 7.9K / month Β· πŸ“¦ 2 Β· ⏱️ 13.03.2024): ``` pip install jupyter-rsession-proxy ``` @@ -1022,7 +1022,7 @@ _Application plugins that extend the functionality of Jupyter itself._ ``` git clone https://github.com/oschuett/appmode ``` -- [PyPi](https://pypi.org/project/appmode) (πŸ“₯ 1.6K / month Β· πŸ“¦ 22 Β· ⏱️ 18.05.2023): +- [PyPi](https://pypi.org/project/appmode) (πŸ“₯ 1.4K / month Β· πŸ“¦ 22 Β· ⏱️ 18.05.2023): ``` pip install appmode ``` @@ -1031,22 +1031,22 @@ _Application plugins that extend the functionality of Jupyter itself._ conda install -c conda-forge appmode ```
-
jupyter-archive (πŸ₯‰20 Β· ⭐ 71) - A Jupyter/Jupyterlab extension to make, download and extract.. BSD-3 +
jupyter-archive (πŸ₯ˆ20 Β· ⭐ 72) - A Jupyter/Jupyterlab extension to make, download and extract.. BSD-3 -- [GitHub](https://github.com/jupyterlab-contrib/jupyter-archive) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 14 Β· πŸ“₯ 3.3K Β· πŸ“¦ 160 Β· πŸ“‹ 40 - 10% open Β· ⏱️ 17.04.2024): +- [GitHub](https://github.com/jupyterlab-contrib/jupyter-archive) (πŸ‘¨β€πŸ’» 10 Β· πŸ”€ 14 Β· πŸ“₯ 3.3K Β· πŸ“¦ 170 Β· πŸ“‹ 41 - 12% open Β· ⏱️ 17.04.2024): ``` git clone https://github.com/jupyterlab-contrib/jupyter-archive ``` -- [PyPi](https://pypi.org/project/jupyter-archive) (πŸ“₯ 27K / month Β· πŸ“¦ 4 Β· ⏱️ 15.08.2023): +- [PyPi](https://pypi.org/project/jupyter-archive) (πŸ“₯ 25K / month Β· πŸ“¦ 5 Β· ⏱️ 15.08.2023): ``` pip install jupyter-archive ``` -- [Conda](https://anaconda.org/conda-forge/jupyter-archive) (πŸ“₯ 62K Β· ⏱️ 16.08.2023): +- [Conda](https://anaconda.org/conda-forge/jupyter-archive) (πŸ“₯ 63K Β· ⏱️ 16.08.2023): ``` conda install -c conda-forge jupyter-archive ``` -- [npm](https://www.npmjs.com/package/@hadim/jupyter-archive) (πŸ“₯ 110 / month Β· πŸ“¦ 3 Β· ⏱️ 15.08.2023): +- [npm](https://www.npmjs.com/package/@hadim/jupyter-archive) (πŸ“₯ 120 / month Β· πŸ“¦ 5 Β· ⏱️ 15.08.2023): ``` npm install @hadim/jupyter-archive ``` @@ -1066,7 +1066,7 @@ _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) (πŸ“₯ 39 / month Β· πŸ“¦ 2 Β· ⏱️ 03.09.2021): +- [npm](https://www.npmjs.com/package/@mamba-org/gator-lab) (πŸ“₯ 34 / month Β· πŸ“¦ 2 Β· ⏱️ 03.09.2021): ``` npm install @mamba-org/gator-lab ``` @@ -1079,10 +1079,9 @@ _Application plugins that extend the functionality of Jupyter itself._ git clone https://github.com/drillan/jupyter-black ```
-
Show 14 hidden projects... +
Show 13 hidden projects... - Contrib NBextensions (πŸ₯‡31 Β· ⭐ 5.2K Β· πŸ’€) - A collection of various notebook extensions for.. BSD-3 -- dtale (πŸ₯‡30 Β· ⭐ 4.6K Β· πŸ“ˆ) - Visualizer for pandas data structures. ❗️LGPL-2.1 - pyforest (πŸ₯‰19 Β· ⭐ 1.1K Β· πŸ’€) - pyforest - feel the bliss of automated imports. MIT - jupyter-tensorboard (πŸ₯‰18 Β· ⭐ 460 Β· πŸ’€) - Start Tensorboard in Jupyter Notebook. MIT - HTTP-over-WebSocket (πŸ₯‰18 Β· ⭐ 270 Β· πŸ’€) - Jupyter support for HTTP-over-ws. Apache-2 @@ -1106,12 +1105,12 @@ _Extensions that provide magic commands to access convenient functionality withi
sparkmagic (πŸ₯‡29 Β· ⭐ 1.3K) - Jupyter magics and kernels for working with remote Spark clusters. BSD-3 -- [GitHub](https://github.com/jupyter-incubator/sparkmagic) (πŸ‘¨β€πŸ’» 64 Β· πŸ”€ 440 Β· πŸ“¦ 340 Β· πŸ“‹ 450 - 33% open Β· ⏱️ 13.03.2024): +- [GitHub](https://github.com/jupyter-incubator/sparkmagic) (πŸ‘¨β€πŸ’» 64 Β· πŸ”€ 440 Β· πŸ“¦ 340 Β· πŸ“‹ 460 - 34% open Β· ⏱️ 13.03.2024): ``` git clone https://github.com/jupyter-incubator/sparkmagic ``` -- [PyPi](https://pypi.org/project/sparkmagic) (πŸ“₯ 51K / month Β· πŸ“¦ 22 Β· ⏱️ 13.09.2023): +- [PyPi](https://pypi.org/project/sparkmagic) (πŸ“₯ 53K / month Β· πŸ“¦ 7 Β· ⏱️ 13.09.2023): ``` pip install sparkmagic ``` @@ -1122,12 +1121,12 @@ _Extensions that provide magic commands to access convenient functionality withi
watermark (πŸ₯ˆ22 Β· ⭐ 860 Β· πŸ’€) - An IPython magic extension for printing date and time stamps,.. BSD-3 -- [GitHub](https://github.com/rasbt/watermark) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 88 Β· πŸ“¦ 2.3K Β· πŸ“‹ 47 - 40% open Β· ⏱️ 02.07.2023): +- [GitHub](https://github.com/rasbt/watermark) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 89 Β· πŸ“¦ 2.3K Β· πŸ“‹ 48 - 41% open Β· ⏱️ 02.07.2023): ``` git clone https://github.com/rasbt/watermark ``` -- [PyPi](https://pypi.org/project/watermark) (πŸ“₯ 32K / month Β· πŸ“¦ 100 Β· ⏱️ 02.07.2023): +- [PyPi](https://pypi.org/project/watermark) (πŸ“₯ 32K / month Β· πŸ“¦ 67 Β· ⏱️ 02.07.2023): ``` pip install watermark ``` @@ -1143,7 +1142,7 @@ _Extensions that provide magic commands to access convenient functionality withi ``` git clone https://github.com/dnanhkhoa/nb_black ``` -- [PyPi](https://pypi.org/project/nb_black) (πŸ“₯ 15K / month Β· πŸ“¦ 19 Β· ⏱️ 30.11.2019): +- [PyPi](https://pypi.org/project/nb_black) (πŸ“₯ 17K / month Β· πŸ“¦ 19 Β· ⏱️ 30.11.2019): ``` pip install nb_black ``` @@ -1155,7 +1154,7 @@ _Extensions that provide magic commands to access convenient functionality withi
Show 9 hidden projects... - ipython-sql (πŸ₯‡30 Β· ⭐ 1.8K Β· πŸ’€) - %%sql magic for IPython, hopefully evolving into full SQL client. MIT -- pick (πŸ₯ˆ23 Β· ⭐ 680 Β· πŸ’€) - Customize your kernels on Launch!. BSD-3 +- pick (πŸ₯ˆ22 Β· ⭐ 680 Β· πŸ’€) - Customize your kernels on Launch!. BSD-3 - heat (πŸ₯ˆ17 Β· ⭐ 1K Β· πŸ’€) - IPython magic command to profile and view your python code as a heat map. MIT - blackcellmagic (πŸ₯ˆ17 Β· ⭐ 310 Β· πŸ’€) - IPython magic command to format python code in cell using.. MIT - ipycache (πŸ₯‰16 Β· ⭐ 140 Β· πŸ’€) - Defines a %%cache cell magic in the IPython notebook to cache.. BSD-3 @@ -1172,25 +1171,25 @@ _Extensions that provide magic commands to access convenient functionality withi _Jupyter kernels that run and introspect the user's code in a given language._ -
IPython Kernel (πŸ₯‡40 Β· ⭐ 610) - IPython Kernel for Jupyter. BSD-3 +
IPython Kernel (πŸ₯‡40 Β· ⭐ 620) - IPython Kernel for Jupyter. BSD-3 -- [GitHub](https://github.com/ipython/ipykernel) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 370 Β· πŸ“₯ 2.3K Β· πŸ“¦ 360K Β· πŸ“‹ 510 - 52% open Β· ⏱️ 08.04.2024): +- [GitHub](https://github.com/ipython/ipykernel) (πŸ‘¨β€πŸ’» 180 Β· πŸ”€ 360 Β· πŸ“₯ 2.4K Β· πŸ“¦ 360K Β· πŸ“‹ 520 - 53% open Β· ⏱️ 08.04.2024): ``` git clone https://github.com/ipython/ipykernel ``` -- [PyPi](https://pypi.org/project/ipykernel) (πŸ“₯ 28M / month Β· πŸ“¦ 11K Β· ⏱️ 27.03.2024): +- [PyPi](https://pypi.org/project/ipykernel) (πŸ“₯ 28M / month Β· πŸ“¦ 3.2K Β· ⏱️ 27.03.2024): ``` pip install ipykernel ``` -- [Conda](https://anaconda.org/anaconda/ipykernel) (πŸ“₯ 880K Β· πŸ“¦ 39 Β· ⏱️ 22.01.2024): +- [Conda](https://anaconda.org/anaconda/ipykernel) (πŸ“₯ 890K Β· πŸ“¦ 71 Β· ⏱️ 22.01.2024): ``` conda install -c anaconda ipykernel ```
LFortran (πŸ₯‡28 Β· ⭐ 870) - Official main repository for LFortran. MIT -- [GitHub](https://github.com/lfortran/lfortran) (πŸ‘¨β€πŸ’» 77 Β· πŸ”€ 120 Β· πŸ“₯ 910 Β· πŸ“‹ 2K - 55% open Β· ⏱️ 01.05.2024): +- [GitHub](https://github.com/lfortran/lfortran) (πŸ‘¨β€πŸ’» 78 Β· πŸ”€ 120 Β· πŸ“₯ 920 Β· πŸ“‹ 2K - 55% open Β· ⏱️ 08.05.2024): ``` git clone https://github.com/lfortran/lfortran @@ -1199,19 +1198,19 @@ _Jupyter kernels that run and introspect the user's code in a given language._ ``` pip install lfortran ``` -- [Conda](https://anaconda.org/conda-forge/lfortran) (πŸ“₯ 84K Β· ⏱️ 15.04.2024): +- [Conda](https://anaconda.org/conda-forge/lfortran) (πŸ“₯ 85K Β· ⏱️ 15.04.2024): ``` conda install -c conda-forge lfortran ```
Metakernel (πŸ₯‡27 Β· ⭐ 340) - Jupyter/IPython Kernel Tools. BSD-3 -- [GitHub](https://github.com/Calysto/metakernel) (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 86 Β· πŸ“₯ 170 Β· πŸ“¦ 870 Β· πŸ“‹ 150 - 21% open Β· ⏱️ 04.04.2024): +- [GitHub](https://github.com/Calysto/metakernel) (πŸ‘¨β€πŸ’» 34 Β· πŸ”€ 86 Β· πŸ“₯ 170 Β· πŸ“¦ 880 Β· πŸ“‹ 150 - 21% open Β· ⏱️ 04.04.2024): ``` git clone https://github.com/Calysto/metakernel ``` -- [PyPi](https://pypi.org/project/metakernel) (πŸ“₯ 27K / month Β· πŸ“¦ 78 Β· ⏱️ 26.03.2024): +- [PyPi](https://pypi.org/project/metakernel) (πŸ“₯ 27K / month Β· πŸ“¦ 54 Β· ⏱️ 26.03.2024): ``` pip install metakernel ``` @@ -1228,50 +1227,50 @@ _Jupyter kernels that run and introspect the user's code in a given language._ git clone https://github.com/evcxr/evcxr ```
+
almond (πŸ₯ˆ25 Β· ⭐ 1.6K) - A Scala kernel for Jupyter. BSD-3 + +- [GitHub](https://github.com/almond-sh/almond) (πŸ‘¨β€πŸ’» 41 Β· πŸ”€ 240 Β· πŸ“₯ 2.4K Β· πŸ“‹ 340 - 38% open Β· ⏱️ 09.05.2024): + + ``` + git clone https://github.com/almond-sh/almond + ``` +- [Docker Hub](https://hub.docker.com/r/almondsh/almond) (πŸ“₯ 19K Β· ⭐ 6 Β· ⏱️ 19.10.2023): + ``` + docker pull almondsh/almond + ``` +
Octave Kernel (πŸ₯ˆ25 Β· ⭐ 440) - An Octave kernel for IPython. BSD-3 -- [GitHub](https://github.com/Calysto/octave_kernel) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 65 Β· πŸ“₯ 180 Β· πŸ“¦ 73 Β· πŸ“‹ 180 - 18% open Β· ⏱️ 15.04.2024): +- [GitHub](https://github.com/Calysto/octave_kernel) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 65 Β· πŸ“₯ 180 Β· πŸ“¦ 74 Β· πŸ“‹ 180 - 18% open Β· ⏱️ 15.04.2024): ``` git clone https://github.com/calysto/octave_kernel ``` -- [PyPi](https://pypi.org/project/octave_kernel) (πŸ“₯ 11K / month Β· πŸ“¦ 7 Β· ⏱️ 15.04.2024): +- [PyPi](https://pypi.org/project/octave_kernel) (πŸ“₯ 10K / month Β· πŸ“¦ 7 Β· ⏱️ 15.04.2024): ``` pip install octave_kernel ``` -- [Conda](https://anaconda.org/conda-forge/octave_kernel) (πŸ“₯ 520K Β· ⏱️ 16.04.2024): +- [Conda](https://anaconda.org/conda-forge/octave_kernel) (πŸ“₯ 530K Β· ⏱️ 16.04.2024): ``` conda install -c conda-forge octave_kernel ```
-
.NET Interactive (πŸ₯ˆ24 Β· ⭐ 2.7K) - .NET Interactive combines the power of .NET with many other.. MIT +
.NET Interactive (πŸ₯ˆ24 Β· ⭐ 2.8K) - .NET Interactive combines the power of .NET with many other.. MIT -- [GitHub](https://github.com/dotnet/interactive) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 370 Β· πŸ“₯ 470 Β· πŸ“‹ 1.5K - 33% open Β· ⏱️ 01.05.2024): +- [GitHub](https://github.com/dotnet/interactive) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 370 Β· πŸ“₯ 470 Β· πŸ“‹ 1.5K - 33% open Β· ⏱️ 06.05.2024): ``` git clone https://github.com/dotnet/interactive ```
-
almond (πŸ₯ˆ24 Β· ⭐ 1.6K) - A Scala kernel for Jupyter. BSD-3 - -- [GitHub](https://github.com/almond-sh/almond) (πŸ‘¨β€πŸ’» 40 Β· πŸ”€ 240 Β· πŸ“₯ 2.4K Β· πŸ“‹ 340 - 38% open Β· ⏱️ 02.05.2024): - - ``` - git clone https://github.com/almond-sh/almond - ``` -- [Docker Hub](https://hub.docker.com/r/almondsh/almond) (πŸ“₯ 19K Β· ⭐ 6 Β· ⏱️ 19.10.2023): - ``` - docker pull almondsh/almond - ``` -
IHaskell (πŸ₯ˆ23 Β· ⭐ 2.5K) - A Haskell kernel for the Jupyter project. MIT -- [GitHub](https://github.com/IHaskell/IHaskell) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 260 Β· πŸ“‹ 780 - 4% open Β· ⏱️ 28.04.2024): +- [GitHub](https://github.com/IHaskell/IHaskell) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 260 Β· πŸ“‹ 780 - 4% open Β· ⏱️ 08.05.2024): ``` git clone https://github.com/gibiansky/IHaskell ``` -- [npm](https://www.npmjs.com/package/ihaskell_jupyterlab) (πŸ“₯ 10 / month Β· πŸ“¦ 3 Β· ⏱️ 01.08.2018): +- [npm](https://www.npmjs.com/package/ihaskell_jupyterlab) (πŸ“₯ 8 / month Β· πŸ“¦ 3 Β· ⏱️ 01.08.2018): ``` npm install ihaskell_jupyterlab ``` @@ -1287,46 +1286,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.9M Β· ⭐ 59 Β· ⏱️ 20.10.2023): +- [Docker Hub](https://hub.docker.com/r/jupyter/r-notebook) (πŸ“₯ 2M Β· ⭐ 59 Β· ⏱️ 20.10.2023): ``` docker pull jupyter/r-notebook ```
-
Bash Kernel (πŸ₯ˆ23 Β· ⭐ 670) - A bash kernel for IPython. BSD-3 +
gophernotes (πŸ₯ˆ22 Β· ⭐ 3.8K) - The Go kernel for Jupyter notebooks and nteract. MIT -- [GitHub](https://github.com/takluyver/bash_kernel) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 140 Β· πŸ“¦ 240 Β· πŸ“‹ 110 - 36% open Β· ⏱️ 24.11.2023): +- [GitHub](https://github.com/gopherdata/gophernotes) (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 260 Β· πŸ“₯ 44 Β· πŸ“¦ 16 Β· πŸ“‹ 180 - 28% open Β· ⏱️ 03.11.2023): ``` - git clone https://github.com/takluyver/bash_kernel + git clone https://github.com/gopherdata/gophernotes ``` -- [PyPi](https://pypi.org/project/bash_kernel) (πŸ“₯ 35K / month Β· πŸ“¦ 32 Β· ⏱️ 24.11.2023): +- [Docker Hub](https://hub.docker.com/r/gopherdata/gophernotes) (πŸ“₯ 88K Β· ⭐ 7 Β· ⏱️ 22.12.2018): ``` - pip install bash_kernel + docker pull gopherdata/gophernotes ``` -- [Conda](https://anaconda.org/conda-forge/bash_kernel) (πŸ“₯ 170K Β· ⏱️ 25.11.2023): +- [Go](https://pkg.go.dev/github.com/gopherdata/gophernotes) (πŸ“¦ 1 Β· ⏱️ 31.05.2022): ``` - conda install -c conda-forge bash_kernel + go install github.com/gopherdata/gophernotes ```
-
gophernotes (πŸ₯ˆ22 Β· ⭐ 3.8K) - The Go kernel for Jupyter notebooks and nteract. MIT +
Bash Kernel (πŸ₯ˆ22 Β· ⭐ 680 Β· πŸ“‰) - A bash kernel for IPython. BSD-3 -- [GitHub](https://github.com/gopherdata/gophernotes) (πŸ‘¨β€πŸ’» 29 Β· πŸ”€ 260 Β· πŸ“₯ 44 Β· πŸ“¦ 16 Β· πŸ“‹ 180 - 28% open Β· ⏱️ 03.11.2023): +- [GitHub](https://github.com/takluyver/bash_kernel) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 140 Β· πŸ“¦ 240 Β· πŸ“‹ 140 - 29% open Β· ⏱️ 08.05.2024): ``` - git clone https://github.com/gopherdata/gophernotes + git clone https://github.com/takluyver/bash_kernel ``` -- [Docker Hub](https://hub.docker.com/r/gopherdata/gophernotes) (πŸ“₯ 88K Β· ⭐ 7 Β· ⏱️ 22.12.2018): +- [PyPi](https://pypi.org/project/bash_kernel) (πŸ“₯ 34K / month Β· πŸ“¦ 15 Β· ⏱️ 24.11.2023): ``` - docker pull gopherdata/gophernotes + pip install bash_kernel ``` -- [Go](https://pkg.go.dev/github.com/gopherdata/gophernotes) (πŸ“¦ 1 Β· ⏱️ 31.05.2022): +- [Conda](https://anaconda.org/conda-forge/bash_kernel) (πŸ“₯ 170K Β· ⏱️ 25.11.2023): ``` - go install github.com/gopherdata/gophernotes + conda install -c conda-forge bash_kernel ```
nb_conda_kernels (πŸ₯ˆ22 Β· ⭐ 560) - Package for managing conda environment-based kernels inside.. BSD-3 -- [GitHub](https://github.com/anaconda/nb_conda_kernels) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 68 Β· πŸ“‹ 190 - 22% open Β· ⏱️ 23.04.2024): +- [GitHub](https://github.com/anaconda/nb_conda_kernels) (πŸ‘¨β€πŸ’» 20 Β· πŸ”€ 68 Β· πŸ“‹ 150 - 5% open Β· ⏱️ 23.04.2024): ``` git clone https://github.com/Anaconda-Platform/nb_conda_kernels @@ -1338,7 +1337,7 @@ _Jupyter kernels that run and introspect the user's code in a given language._
xeus-cling (πŸ₯ˆ21 Β· ⭐ 3K) - Jupyter kernel for the C++ programming language. BSD-3 -- [GitHub](https://github.com/jupyter-xeus/xeus-cling) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 280 Β· πŸ“‹ 300 - 56% open Β· ⏱️ 16.04.2024): +- [GitHub](https://github.com/jupyter-xeus/xeus-cling) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 290 Β· πŸ“‹ 300 - 56% open Β· ⏱️ 16.04.2024): ``` git clone https://github.com/jupyter-xeus/xeus-cling @@ -1350,12 +1349,12 @@ _Jupyter kernels that run and introspect the user's code in a given language._
xeus-python (πŸ₯ˆ21 Β· ⭐ 420) - Jupyter kernel for the Python programming language. BSD-3 -- [GitHub](https://github.com/jupyter-xeus/xeus-python) (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 68 Β· πŸ“‹ 190 - 33% open Β· ⏱️ 14.03.2024): +- [GitHub](https://github.com/jupyter-xeus/xeus-python) (πŸ‘¨β€πŸ’» 23 Β· πŸ”€ 69 Β· πŸ“‹ 190 - 34% open Β· ⏱️ 14.03.2024): ``` git clone https://github.com/jupyter-xeus/xeus-python ``` -- [PyPi](https://pypi.org/project/xeus-python) (πŸ“₯ 15K / month Β· πŸ“¦ 3 Β· ⏱️ 22.12.2023): +- [PyPi](https://pypi.org/project/xeus-python) (πŸ“₯ 16K / month Β· πŸ“¦ 3 Β· ⏱️ 22.12.2023): ``` pip install xeus-python ``` @@ -1364,7 +1363,7 @@ _Jupyter kernels that run and introspect the user's code in a given language._ conda install -c conda-forge xeus-python ```
-
IJulia.jl (πŸ₯‰20 Β· ⭐ 2.7K) - Julia kernel for Jupyter. MIT +
IJulia.jl (πŸ₯‰20 Β· ⭐ 2.8K) - Julia kernel for Jupyter. MIT - [GitHub](https://github.com/JuliaLang/IJulia.jl) (πŸ‘¨β€πŸ’» 110 Β· πŸ”€ 400 Β· πŸ“‹ 850 - 16% open Β· ⏱️ 08.03.2024): @@ -1379,7 +1378,7 @@ _Jupyter kernels that run and introspect the user's code in a given language._ ``` git clone https://github.com/SciRuby/iruby ``` -- [Docker Hub](https://hub.docker.com/r/rubydata/datascience-notebook) (πŸ“₯ 2.1K Β· ⭐ 5 Β· ⏱️ 03.02.2023): +- [Docker Hub](https://hub.docker.com/r/rubydata/datascience-notebook) (πŸ“₯ 2.2K Β· ⭐ 5 Β· ⏱️ 03.02.2023): ``` docker pull rubydata/datascience-notebook ``` @@ -1391,7 +1390,7 @@ _Jupyter kernels that run and introspect the user's code in a given language._ ``` git clone https://github.com/apache/incubator-toree ``` -- [PyPi](https://pypi.org/project/toree) (πŸ“₯ 7.1K / month Β· ⏱️ 21.04.2022): +- [PyPi](https://pypi.org/project/toree) (πŸ“₯ 7.2K / month Β· ⏱️ 21.04.2022): ``` pip install toree ``` @@ -1404,7 +1403,7 @@ _Jupyter kernels that run and introspect the user's code in a given language._ git clone https://github.com/akabe/ocaml-jupyter ```
-
clojupyter (πŸ₯‰16 Β· ⭐ 810) - a Jupyter kernel for Clojure. MIT +
clojupyter (πŸ₯‰16 Β· ⭐ 820) - a Jupyter kernel for Clojure. MIT - [GitHub](https://github.com/clojupyter/clojupyter) (πŸ‘¨β€πŸ’» 27 Β· πŸ”€ 82 Β· πŸ“‹ 100 - 14% open Β· ⏱️ 11.04.2024): @@ -1427,7 +1426,7 @@ _Jupyter kernels that run and introspect the user's code in a given language._ ``` git clone https://github.com/pprzetacznik/IElixir ``` -- [npm](https://www.npmjs.com/package/jupyterlab-ielixir) (πŸ“₯ 7 / month Β· πŸ“¦ 3 Β· ⏱️ 11.05.2021): +- [npm](https://www.npmjs.com/package/jupyterlab-ielixir) (πŸ“₯ 4 / month Β· πŸ“¦ 3 Β· ⏱️ 11.05.2021): ``` npm install jupyterlab-ielixir ``` @@ -1450,7 +1449,7 @@ _Jupyter kernels that run and introspect the user's code in a given language._
Show 23 hidden projects... -- xonsh (πŸ₯‡34 Β· ⭐ 8K) - Python-powered, cross-platform, Unix-gazing shell. ❗️Custom +- xonsh (πŸ₯‡34 Β· ⭐ 8.1K) - Python-powered, cross-platform, Unix-gazing shell. ❗️Custom - Kernel Gateway (πŸ₯ˆ25 Β· ⭐ 490) - Jupyter Kernel Gateway. ❗Unlicensed - IJavascript (πŸ₯ˆ24 Β· ⭐ 2.1K Β· πŸ’€) - IJavascript is a javascript kernel for the Jupyter notebook. BSD-3 - Enterprise Gateway (πŸ₯ˆ23 Β· ⭐ 610) - A lightweight, multi-tenant, scalable and secure.. ❗Unlicensed @@ -1463,14 +1462,14 @@ _Jupyter kernels that run and introspect the user's code in a given language._ - F# Kernel (πŸ₯‰17 Β· ⭐ 440 Β· πŸ’€) - F# for Jupyter Notebooks. BSD-3 - Kernel Detection (πŸ₯‰17 Β· ⭐ 150 Β· πŸ’€) - An Jupyter plugin to enable the automatic detection of.. BSD-2 - notebookJS (πŸ₯‰16 Β· ⭐ 260 Β· πŸ’€) - notebookJS: seamless JavaScript integration in Python Notebooks. MIT -- Wolfram Kernel (πŸ₯‰15 Β· ⭐ 980 Β· πŸ’€) - Wolfram Language kernel for Jupyter notebooks. MIT +- Wolfram Kernel (πŸ₯‰15 Β· ⭐ 990 Β· πŸ’€) - Wolfram Language kernel for Jupyter notebooks. MIT - lgo (πŸ₯‰14 Β· ⭐ 2.3K Β· πŸ’€) - Interactive Go programming with Jupyter. BSD-3 - allthekernels (πŸ₯‰13 Β· ⭐ 76 Β· πŸ’€) - A multiplexer kernel for Jupyter. MIT - SSH Kernel (πŸ₯‰13 Β· ⭐ 67 Β· πŸ’€) - SSH Kernel for Jupyter. BSD-3 -- pidgy (πŸ₯‰13 Β· ⭐ 42 Β· πŸ’€) - Interactive computing in Markdown. BSD-3 +- pidgy (πŸ₯‰12 Β· ⭐ 42 Β· πŸ’€) - Interactive computing in Markdown. BSD-3 +- ssh_ipykernel (πŸ₯‰12 Β· ⭐ 13 Β· πŸ’€) - A remote jupyter kernel via ssh. MIT - nbstata (πŸ₯‰11 Β· ⭐ 20) - A Jupyter kernel for Stata built on pystata. ❗️GPL-3.0 - remote_ikernel (πŸ₯‰11 Β· ⭐ 15 Β· πŸ’€) - All your Jupyter kernels, on all your machines, in one place. BSD-2 -- ssh_ipykernel (πŸ₯‰11 Β· ⭐ 13 Β· πŸ’€) - A remote jupyter kernel via ssh. MIT - ICSharp (πŸ₯‰10 Β· ⭐ 280 Β· πŸ’€) - C# kernel for Jupyter. Apache-2 - kernel-relay (πŸ₯‰4 Β· ⭐ 12 Β· πŸ’€) - kernel-relay is a GraphQL service for interfacing with.. ❗Unlicensed
@@ -1489,7 +1488,7 @@ _Tools to share, convert and simplify collaboration (e.g., via git) with noteboo ``` git clone https://github.com/jupyter/nbconvert ``` -- [PyPi](https://pypi.org/project/nbconvert) (πŸ“₯ 26M / month Β· πŸ“¦ 8.8K Β· ⏱️ 29.04.2024): +- [PyPi](https://pypi.org/project/nbconvert) (πŸ“₯ 26M / month Β· πŸ“¦ 1.8K Β· ⏱️ 29.04.2024): ``` pip install nbconvert ``` @@ -1498,22 +1497,22 @@ _Tools to share, convert and simplify collaboration (e.g., via git) with noteboo conda install -c conda-forge nbconvert ```
-
Jupytext (πŸ₯‡34 Β· ⭐ 6.4K Β· πŸ“ˆ) - Jupyter Notebooks as Markdown Documents, Julia, Python or R scripts. MIT +
Jupytext (πŸ₯‡35 Β· ⭐ 6.4K Β· πŸ“ˆ) - Jupyter Notebooks as Markdown Documents, Julia, Python or R scripts. MIT -- [GitHub](https://github.com/mwouts/jupytext) (πŸ‘¨β€πŸ’» 87 Β· πŸ”€ 380 Β· πŸ“¦ 7.3K Β· πŸ“‹ 680 - 19% open Β· ⏱️ 28.04.2024): +- [GitHub](https://github.com/mwouts/jupytext) (πŸ‘¨β€πŸ’» 87 Β· πŸ”€ 380 Β· πŸ“¦ 7.3K Β· πŸ“‹ 670 - 18% open Β· ⏱️ 05.05.2024): ``` git clone https://github.com/mwouts/jupytext ``` -- [PyPi](https://pypi.org/project/jupytext) (πŸ“₯ 650K / month Β· πŸ“¦ 320 Β· ⏱️ 13.01.2024): +- [PyPi](https://pypi.org/project/jupytext) (πŸ“₯ 680K / month Β· πŸ“¦ 440 Β· ⏱️ 05.05.2024): ``` pip install jupytext ``` -- [Conda](https://anaconda.org/conda-forge/jupytext) (πŸ“₯ 790K Β· ⏱️ 13.01.2024): +- [Conda](https://anaconda.org/conda-forge/jupytext) (πŸ“₯ 790K Β· ⏱️ 07.05.2024): ``` conda install -c conda-forge jupytext ``` -- [npm](https://www.npmjs.com/package/jupyterlab-jupytext) (πŸ“₯ 6.4K / month Β· πŸ“¦ 3 Β· ⏱️ 13.01.2024): +- [npm](https://www.npmjs.com/package/jupyterlab-jupytext) (πŸ“₯ 6.4K / month Β· πŸ“¦ 5 Β· ⏱️ 05.05.2024): ``` npm install jupyterlab-jupytext ``` @@ -1525,7 +1524,7 @@ _Tools to share, convert and simplify collaboration (e.g., via git) with noteboo ``` git clone https://github.com/voila-dashboards/voila ``` -- [PyPi](https://pypi.org/project/voila) (πŸ“₯ 130K / month Β· πŸ“¦ 96 Β· ⏱️ 02.04.2024): +- [PyPi](https://pypi.org/project/voila) (πŸ“₯ 140K / month Β· πŸ“¦ 140 Β· ⏱️ 02.04.2024): ``` pip install voila ``` @@ -1533,19 +1532,19 @@ _Tools to share, convert and simplify collaboration (e.g., via git) with noteboo ``` conda install -c conda-forge voila ``` -- [npm](https://www.npmjs.com/package/@jupyter-voila/jupyterlab-preview) (πŸ“₯ 200 / month Β· πŸ“¦ 3 Β· ⏱️ 19.05.2020): +- [npm](https://www.npmjs.com/package/@jupyter-voila/jupyterlab-preview) (πŸ“₯ 200 / month Β· πŸ“¦ 5 Β· ⏱️ 19.05.2020): ``` npm install @jupyter-voila/jupyterlab-preview ```
-
Jupyter Book (πŸ₯‡33 Β· ⭐ 3.7K) - Create beautiful, publication-quality books and documents from.. BSD-3 +
Jupyter Book (πŸ₯ˆ32 Β· ⭐ 3.7K Β· πŸ“‰) - Create beautiful, publication-quality books and documents.. BSD-3 -- [GitHub](https://github.com/executablebooks/jupyter-book) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 650 Β· πŸ“¦ 14K Β· πŸ“‹ 1.3K - 44% open Β· ⏱️ 11.03.2024): +- [GitHub](https://github.com/executablebooks/jupyter-book) (πŸ‘¨β€πŸ’» 140 Β· πŸ”€ 650 Β· πŸ“¦ 14K Β· πŸ“‹ 1.4K - 45% open Β· ⏱️ 11.03.2024): ``` git clone https://github.com/executablebooks/jupyter-book ``` -- [PyPi](https://pypi.org/project/jupyter-book) (πŸ“₯ 92K / month Β· πŸ“¦ 160 Β· ⏱️ 26.01.2024): +- [PyPi](https://pypi.org/project/jupyter-book) (πŸ“₯ 93K / month Β· πŸ“¦ 280 Β· ⏱️ 26.01.2024): ``` pip install jupyter-book ``` @@ -1556,24 +1555,24 @@ _Tools to share, convert and simplify collaboration (e.g., via git) with noteboo
nikola (πŸ₯ˆ32 Β· ⭐ 2.6K) - A static website and blog generator. MIT -- [GitHub](https://github.com/getnikola/nikola) (πŸ‘¨β€πŸ’» 240 Β· πŸ”€ 440 Β· πŸ“₯ 110 Β· πŸ“¦ 510 Β· πŸ“‹ 2.2K - 2% open Β· ⏱️ 29.04.2024): +- [GitHub](https://github.com/getnikola/nikola) (πŸ‘¨β€πŸ’» 240 Β· πŸ”€ 440 Β· πŸ“₯ 120 Β· πŸ“¦ 510 Β· πŸ“‹ 2.2K - 2% open Β· ⏱️ 07.05.2024): ``` git clone https://github.com/getnikola/nikola ``` -- [PyPi](https://pypi.org/project/nikola) (πŸ“₯ 2.3K / month Β· πŸ“¦ 2 Β· ⏱️ 29.04.2024): +- [PyPi](https://pypi.org/project/nikola) (πŸ“₯ 2.5K / month Β· πŸ“¦ 2 Β· ⏱️ 29.04.2024): ``` pip install nikola ```
nbdime (πŸ₯ˆ31 Β· ⭐ 2.6K) - Tools for diffing and merging of Jupyter notebooks. BSD-3 -- [GitHub](https://github.com/jupyter/nbdime) (πŸ‘¨β€πŸ’» 50 Β· πŸ”€ 160 Β· πŸ“₯ 130 Β· πŸ“¦ 140 Β· πŸ“‹ 350 - 24% open Β· ⏱️ 21.11.2023): +- [GitHub](https://github.com/jupyter/nbdime) (πŸ‘¨β€πŸ’» 50 Β· πŸ”€ 160 Β· πŸ“₯ 130 Β· πŸ“¦ 140 Β· πŸ“‹ 350 - 25% open Β· ⏱️ 21.11.2023): ``` git clone https://github.com/jupyter/nbdime ``` -- [PyPi](https://pypi.org/project/nbdime) (πŸ“₯ 410K / month Β· πŸ“¦ 160 Β· ⏱️ 21.11.2023): +- [PyPi](https://pypi.org/project/nbdime) (πŸ“₯ 440K / month Β· πŸ“¦ 83 Β· ⏱️ 21.11.2023): ``` pip install nbdime ``` @@ -1581,19 +1580,19 @@ _Tools to share, convert and simplify collaboration (e.g., via git) with noteboo ``` conda install -c conda-forge nbdime ``` -- [npm](https://www.npmjs.com/package/nbdime-jupyterlab) (πŸ“₯ 33K / month Β· πŸ“¦ 5 Β· ⏱️ 21.11.2023): +- [npm](https://www.npmjs.com/package/nbdime-jupyterlab) (πŸ“₯ 34K / month Β· πŸ“¦ 8 Β· ⏱️ 21.11.2023): ``` npm install nbdime-jupyterlab ```
Stencila (πŸ₯ˆ29 Β· ⭐ 770) - Programmable, reproducible, interactive documents. Apache-2 -- [GitHub](https://github.com/stencila/stencila) (πŸ‘¨β€πŸ’» 46 Β· πŸ”€ 42 Β· πŸ“₯ 4.3K Β· πŸ“¦ 20 Β· πŸ“‹ 750 - 15% open Β· ⏱️ 01.05.2024): +- [GitHub](https://github.com/stencila/stencila) (πŸ‘¨β€πŸ’» 46 Β· πŸ”€ 42 Β· πŸ“₯ 4.4K Β· πŸ“¦ 20 Β· πŸ“‹ 750 - 15% open Β· ⏱️ 08.05.2024): ``` git clone https://github.com/stencila/stencila ``` -- [npm](https://www.npmjs.com/package/stencila) (πŸ“₯ 120 / month Β· πŸ“¦ 10 Β· ⏱️ 06.11.2020): +- [npm](https://www.npmjs.com/package/stencila) (πŸ“₯ 160 / month Β· πŸ“¦ 9 Β· ⏱️ 06.11.2020): ``` npm install stencila ``` @@ -1609,7 +1608,7 @@ _Tools to share, convert and simplify collaboration (e.g., via git) with noteboo ``` git clone https://github.com/damianavila/RISE ``` -- [PyPi](https://pypi.org/project/RISE) (πŸ“₯ 12K / month Β· πŸ“¦ 170 Β· ⏱️ 03.11.2022): +- [PyPi](https://pypi.org/project/RISE) (πŸ“₯ 13K / month Β· πŸ“¦ 29 Β· ⏱️ 03.11.2022): ``` pip install RISE ``` @@ -1617,59 +1616,59 @@ _Tools to share, convert and simplify collaboration (e.g., via git) with noteboo ``` conda install -c conda-forge rise ``` -- [npm](https://www.npmjs.com/package/rise-reveal) (πŸ“₯ 7 / month Β· πŸ“¦ 2 Β· ⏱️ 03.07.2019): +- [npm](https://www.npmjs.com/package/rise-reveal) (πŸ“₯ 8 / month Β· πŸ“¦ 2 Β· ⏱️ 03.07.2019): ``` npm install rise-reveal ```
-
mkdocs-jupyter (πŸ₯ˆ27 Β· ⭐ 330) - Use Jupyter Notebook in mkdocs. Apache-2 +
mkdocs-jupyter (πŸ₯ˆ27 Β· ⭐ 340) - Use Jupyter Notebook in mkdocs. Apache-2 -- [GitHub](https://github.com/danielfrg/mkdocs-jupyter) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 42 Β· πŸ“¦ 2.3K Β· πŸ“‹ 120 - 20% open Β· ⏱️ 09.04.2024): +- [GitHub](https://github.com/danielfrg/mkdocs-jupyter) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 42 Β· πŸ“¦ 2.3K Β· πŸ“‹ 120 - 22% open Β· ⏱️ 09.04.2024): ``` git clone https://github.com/danielfrg/mkdocs-jupyter ``` -- [PyPi](https://pypi.org/project/mkdocs-jupyter) (πŸ“₯ 120K / month Β· πŸ“¦ 170 Β· ⏱️ 09.04.2024): +- [PyPi](https://pypi.org/project/mkdocs-jupyter) (πŸ“₯ 120K / month Β· πŸ“¦ 300 Β· ⏱️ 09.04.2024): ``` pip install mkdocs-jupyter ``` -- [Conda](https://anaconda.org/conda-forge/mkdocs-jupyter) (πŸ“₯ 58K Β· ⏱️ 30.04.2024): +- [Conda](https://anaconda.org/conda-forge/mkdocs-jupyter) (πŸ“₯ 59K Β· ⏱️ 30.04.2024): ``` conda install -c conda-forge mkdocs-jupyter ```
BinderHub (πŸ₯‰23 Β· ⭐ 2.5K) - Run your code in the cloud, with technology so advanced, it feels.. BSD-3 -- [GitHub](https://github.com/jupyterhub/binderhub) (πŸ‘¨β€πŸ’» 95 Β· πŸ”€ 390 Β· πŸ“¦ 9 Β· πŸ“‹ 710 - 31% open Β· ⏱️ 01.05.2024): +- [GitHub](https://github.com/jupyterhub/binderhub) (πŸ‘¨β€πŸ’» 95 Β· πŸ”€ 380 Β· πŸ“¦ 9 Β· πŸ“‹ 720 - 32% open Β· ⏱️ 08.05.2024): ``` git clone https://github.com/jupyterhub/binderhub ``` -- [PyPi](https://pypi.org/project/binderhub) (πŸ“₯ 50 / month Β· ⏱️ 07.11.2018): +- [PyPi](https://pypi.org/project/binderhub) (πŸ“₯ 60 / month Β· ⏱️ 07.11.2018): ``` pip install binderhub ```
-
ThebeLab (πŸ₯‰23 Β· ⭐ 370) - Turn static HTML pages into live documents with Jupyter kernels. BSD-3 +
ThebeLab (πŸ₯‰23 Β· ⭐ 380) - Turn static HTML pages into live documents with Jupyter kernels. BSD-3 -- [GitHub](https://github.com/executablebooks/thebe) (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 67 Β· πŸ“¦ 11 Β· πŸ“‹ 230 - 45% open Β· ⏱️ 15.03.2024): +- [GitHub](https://github.com/executablebooks/thebe) (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 67 Β· πŸ“¦ 11 Β· πŸ“‹ 240 - 45% open Β· ⏱️ 15.03.2024): ``` git clone https://github.com/executablebooks/thebe ``` -- [npm](https://www.npmjs.com/package/thebe) (πŸ“₯ 7.1K / month Β· πŸ“¦ 2 Β· ⏱️ 15.03.2024): +- [npm](https://www.npmjs.com/package/thebe) (πŸ“₯ 7.6K / month Β· πŸ“¦ 2 Β· ⏱️ 15.03.2024): ``` npm install thebe ```
jupyter-flex (πŸ₯‰21 Β· ⭐ 310) - Build dashboards using Jupyter Notebooks. Apache-2 -- [GitHub](https://github.com/danielfrg/jupyter-flex) (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 54 Β· πŸ“¦ 46 Β· πŸ“‹ 63 - 19% open Β· ⏱️ 03.04.2024): +- [GitHub](https://github.com/danielfrg/jupyter-flex) (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 54 Β· πŸ“¦ 47 Β· πŸ“‹ 63 - 19% open Β· ⏱️ 07.05.2024): ``` git clone https://github.com/danielfrg/jupyter-flex ``` -- [PyPi](https://pypi.org/project/jupyter-flex) (πŸ“₯ 2.1K / month Β· ⏱️ 28.03.2023): +- [PyPi](https://pypi.org/project/jupyter-flex) (πŸ“₯ 2.7K / month Β· ⏱️ 28.03.2023): ``` pip install jupyter-flex ``` @@ -1677,27 +1676,11 @@ _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) (πŸ“₯ 18 / month Β· πŸ“¦ 3 Β· ⏱️ 02.10.2021): +- [npm](https://www.npmjs.com/package/@danielfrg/jupyter-flex) (πŸ“₯ 20 / month Β· πŸ“¦ 3 Β· ⏱️ 02.10.2021): ``` npm install @danielfrg/jupyter-flex ```
-
nbinteract (πŸ₯‰20 Β· ⭐ 230) - Create interactive webpages from Jupyter Notebooks. BSD-3 - -- [GitHub](https://github.com/SamLau95/nbinteract) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 22 Β· πŸ“¦ 4 Β· πŸ“‹ 110 - 61% open Β· ⏱️ 13.02.2024): - - ``` - git clone https://github.com/SamLau95/nbinteract - ``` -- [PyPi](https://pypi.org/project/nbinteract) (πŸ“₯ 4.2K / month Β· πŸ“¦ 39 Β· ⏱️ 05.01.2021): - ``` - pip install nbinteract - ``` -- [npm](https://www.npmjs.com/package/nbinteract) (πŸ“₯ 110 / month Β· πŸ“¦ 3 Β· ⏱️ 05.01.2021): - ``` - npm install nbinteract - ``` -
nbgallery (πŸ₯‰20 Β· ⭐ 150) - Enterprise Jupyter notebook sharing and collaboration app. MIT - [GitHub](https://github.com/nbgallery/nbgallery) (πŸ‘¨β€πŸ’» 25 Β· πŸ”€ 36 Β· πŸ“‹ 490 - 6% open Β· ⏱️ 29.02.2024): @@ -1712,7 +1695,7 @@ _Tools to share, convert and simplify collaboration (e.g., via git) with noteboo
mknotebooks (πŸ₯‰20 Β· ⭐ 130 Β· πŸ’€) - A plugin for mkdocs to help you include Jupyter notebooks in your.. MIT -- [GitHub](https://github.com/greenape/mknotebooks) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 20 Β· πŸ“¦ 530 Β· πŸ“‹ 62 - 58% open Β· ⏱️ 11.08.2023): +- [GitHub](https://github.com/greenape/mknotebooks) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 20 Β· πŸ“¦ 540 Β· πŸ“‹ 62 - 58% open Β· ⏱️ 11.08.2023): ``` git clone https://github.com/greenape/mknotebooks @@ -1722,6 +1705,22 @@ _Tools to share, convert and simplify collaboration (e.g., via git) with noteboo pip install mknotebooks ```
+
nbinteract (πŸ₯‰19 Β· ⭐ 230) - Create interactive webpages from Jupyter Notebooks. BSD-3 + +- [GitHub](https://github.com/SamLau95/nbinteract) (πŸ‘¨β€πŸ’» 8 Β· πŸ”€ 23 Β· πŸ“¦ 4 Β· πŸ“‹ 110 - 61% open Β· ⏱️ 13.02.2024): + + ``` + git clone https://github.com/SamLau95/nbinteract + ``` +- [PyPi](https://pypi.org/project/nbinteract) (πŸ“₯ 4.1K / month Β· πŸ“¦ 3 Β· ⏱️ 05.01.2021): + ``` + pip install nbinteract + ``` +- [npm](https://www.npmjs.com/package/nbinteract) (πŸ“₯ 110 / month Β· πŸ“¦ 5 Β· ⏱️ 05.01.2021): + ``` + npm install nbinteract + ``` +
cdsdashboards (πŸ₯‰18 Β· ⭐ 200) - JupyterHub extension for ContainDS Dashboards. BSD-3 - [GitHub](https://github.com/ideonate/cdsdashboards) (πŸ‘¨β€πŸ’» 14 Β· πŸ”€ 38 Β· πŸ“‹ 94 - 37% open Β· ⏱️ 10.04.2024): @@ -1729,11 +1728,11 @@ _Tools to share, convert and simplify collaboration (e.g., via git) with noteboo ``` git clone https://github.com/ideonate/cdsdashboards ``` -- [PyPi](https://pypi.org/project/cdsdashboards) (πŸ“₯ 500 / month Β· ⏱️ 29.04.2022): +- [PyPi](https://pypi.org/project/cdsdashboards) (πŸ“₯ 510 / month Β· ⏱️ 29.04.2022): ``` pip install cdsdashboards ``` -- [Conda](https://anaconda.org/conda-forge/cdsdashboards) (πŸ“₯ 58K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/cdsdashboards) (πŸ“₯ 59K Β· ⏱️ 16.06.2023): ``` conda install -c conda-forge cdsdashboards ``` @@ -1744,7 +1743,7 @@ _Tools to share, convert and simplify collaboration (e.g., via git) with noteboo - nbviewer (πŸ₯ˆ25 Β· ⭐ 2.2K Β· πŸ’€) - nbconvert as a web service: Render Jupyter Notebooks as static web.. BSD-3 - notedown (πŸ₯‰22 Β· ⭐ 850 Β· πŸ’€) - Markdown = IPython Notebook. BSD-2 - scrapbook (πŸ₯‰22 Β· ⭐ 280 Β· πŸ’€) - A library for recording and reading data in notebooks. BSD-3 -- commuter (πŸ₯‰20 Β· ⭐ 6.1K Β· πŸ’€) - Notebook sharing hub. BSD-3 +- commuter (πŸ₯‰20 Β· ⭐ 6.2K Β· πŸ’€) - Notebook sharing hub. BSD-3 - bookstore (πŸ₯‰18 Β· ⭐ 200 Β· πŸ’€) - Notebook storage and publishing workflows for the masses. BSD-3 - pynb (πŸ₯‰15 Β· ⭐ 250 Β· πŸ’€) - Jupyter Notebooks as plain Python code with embedded Markdown text. MIT - jnotebook-reader (πŸ₯‰9 Β· ⭐ 100 Β· πŸ’€) - An awesome viewer to browse and render Jupyter.. Apache-2 @@ -1759,12 +1758,12 @@ _Libraries and tools that work with or can be used within notebook files._
nbformat (πŸ₯‡36 Β· ⭐ 250) - Reference implementation of the Jupyter Notebook format. BSD-3 -- [GitHub](https://github.com/jupyter/nbformat) (πŸ‘¨β€πŸ’» 80 Β· πŸ”€ 150 Β· πŸ“₯ 270 Β· πŸ“¦ 280K Β· πŸ“‹ 150 - 44% open Β· ⏱️ 04.04.2024): +- [GitHub](https://github.com/jupyter/nbformat) (πŸ‘¨β€πŸ’» 80 Β· πŸ”€ 150 Β· πŸ“₯ 280 Β· πŸ“¦ 280K Β· πŸ“‹ 150 - 44% open Β· ⏱️ 04.04.2024): ``` git clone https://github.com/jupyter/nbformat ``` -- [PyPi](https://pypi.org/project/nbformat) (πŸ“₯ 26M / month Β· πŸ“¦ 9.1K Β· ⏱️ 04.04.2024): +- [PyPi](https://pypi.org/project/nbformat) (πŸ“₯ 26M / month Β· πŸ“¦ 1.7K Β· ⏱️ 04.04.2024): ``` pip install nbformat ``` @@ -1772,19 +1771,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 Β· πŸ“¦ 3 Β· ⏱️ 04.04.2024): +- [npm](https://www.npmjs.com/package/nbformat-schema) (πŸ“₯ 43 / month Β· πŸ“¦ 5 Β· ⏱️ 04.04.2024): ``` npm install nbformat-schema ```
Jupyter Client (πŸ₯‡34 Β· ⭐ 360) - Jupyter protocol client APIs. BSD-3 -- [GitHub](https://github.com/jupyter/jupyter_client) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 270 Β· πŸ“₯ 1.6K Β· πŸ“‹ 390 - 48% open Β· ⏱️ 12.03.2024): +- [GitHub](https://github.com/jupyter/jupyter_client) (πŸ‘¨β€πŸ’» 130 Β· πŸ”€ 270 Β· πŸ“₯ 1.6K Β· πŸ“‹ 390 - 49% open Β· ⏱️ 12.03.2024): ``` git clone https://github.com/jupyter/jupyter_client ``` -- [PyPi](https://pypi.org/project/jupyter-client) (πŸ“₯ 29M / month Β· πŸ“¦ 2.5K Β· ⏱️ 12.03.2024): +- [PyPi](https://pypi.org/project/jupyter-client) (πŸ“₯ 29M / month Β· πŸ“¦ 1.1K Β· ⏱️ 12.03.2024): ``` pip install jupyter-client ``` @@ -1793,26 +1792,26 @@ _Libraries and tools that work with or can be used within notebook files._ conda install -c conda-forge jupyter_client ```
-
nbdev (πŸ₯‡31 Β· ⭐ 4.7K Β· πŸ“ˆ) - Create delightful software with Jupyter Notebooks. Apache-2 +
nbdev (πŸ₯‡32 Β· ⭐ 4.8K Β· πŸ“ˆ) - Create delightful software with Jupyter Notebooks. Apache-2 -- [GitHub](https://github.com/fastai/nbdev) (πŸ‘¨β€πŸ’» 98 Β· πŸ”€ 480 Β· πŸ“‹ 860 - 16% open Β· ⏱️ 30.04.2024): +- [GitHub](https://github.com/fastai/nbdev) (πŸ‘¨β€πŸ’» 99 Β· πŸ”€ 480 Β· πŸ“‹ 860 - 16% open Β· ⏱️ 02.05.2024): ``` git clone https://github.com/fastai/nbdev ``` -- [PyPi](https://pypi.org/project/nbdev) (πŸ“₯ 64K / month Β· πŸ“¦ 160 Β· ⏱️ 30.04.2024): +- [PyPi](https://pypi.org/project/nbdev) (πŸ“₯ 63K / month Β· πŸ“¦ 290 Β· ⏱️ 02.05.2024): ``` pip install nbdev ```
-
nbclient (πŸ₯‡31 Β· ⭐ 140) - A client library for executing notebooks. Formally nbconverts.. BSD-3 +
nbclient (πŸ₯ˆ31 Β· ⭐ 140) - A client library for executing notebooks. Formally nbconverts.. BSD-3 -- [GitHub](https://github.com/jupyter/nbclient) (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 53 Β· πŸ“₯ 440 Β· πŸ“¦ 160K Β· πŸ“‹ 110 - 36% open Β· ⏱️ 13.03.2024): +- [GitHub](https://github.com/jupyter/nbclient) (πŸ‘¨β€πŸ’» 38 Β· πŸ”€ 53 Β· πŸ“₯ 450 Β· πŸ“¦ 160K Β· πŸ“‹ 110 - 37% open Β· ⏱️ 13.03.2024): ``` git clone https://github.com/jupyter/nbclient ``` -- [PyPi](https://pypi.org/project/nbclient) (πŸ“₯ 21M / month Β· πŸ“¦ 200 Β· ⏱️ 13.03.2024): +- [PyPi](https://pypi.org/project/nbclient) (πŸ“₯ 21M / month Β· πŸ“¦ 330 Β· ⏱️ 13.03.2024): ``` pip install nbclient ``` @@ -1823,24 +1822,24 @@ _Libraries and tools that work with or can be used within notebook files._
repo2docker (πŸ₯ˆ29 Β· ⭐ 1.6K) - Turn repositories into Jupyter-enabled Docker images. BSD-3 -- [GitHub](https://github.com/jupyterhub/repo2docker) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 360 Β· πŸ“¦ 210 Β· πŸ“‹ 540 - 32% open Β· ⏱️ 02.04.2024): +- [GitHub](https://github.com/jupyterhub/repo2docker) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 360 Β· πŸ“¦ 210 Β· πŸ“‹ 540 - 32% open Β· ⏱️ 07.05.2024): ``` git clone https://github.com/jupyterhub/repo2docker ``` -- [PyPi](https://pypi.org/project/jupyter-repo2docker) (πŸ“₯ 4K / month Β· πŸ“¦ 28 Β· ⏱️ 31.03.2024): +- [PyPi](https://pypi.org/project/jupyter-repo2docker) (πŸ“₯ 4.3K / month Β· πŸ“¦ 28 Β· ⏱️ 31.03.2024): ``` pip install jupyter-repo2docker ```
Jupyter Sphinx (πŸ₯ˆ29 Β· ⭐ 180) - Sphinx extension for rendering of Jupyter interactive widgets. BSD-3 -- [GitHub](https://github.com/jupyter/jupyter-sphinx) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 65 Β· πŸ“¦ 2.6K Β· πŸ“‹ 170 - 34% open Β· ⏱️ 23.03.2024): +- [GitHub](https://github.com/jupyter/jupyter-sphinx) (πŸ‘¨β€πŸ’» 28 Β· πŸ”€ 65 Β· πŸ“¦ 2.6K Β· πŸ“‹ 160 - 30% open Β· ⏱️ 23.03.2024): ``` git clone https://github.com/jupyter/jupyter-sphinx ``` -- [PyPi](https://pypi.org/project/jupyter_sphinx) (πŸ“₯ 72K / month Β· πŸ“¦ 290 Β· ⏱️ 28.12.2023): +- [PyPi](https://pypi.org/project/jupyter_sphinx) (πŸ“₯ 71K / month Β· πŸ“¦ 480 Β· ⏱️ 28.12.2023): ``` pip install jupyter_sphinx ``` @@ -1851,68 +1850,68 @@ _Libraries and tools that work with or can be used within notebook files._
nbval (πŸ₯ˆ28 Β· ⭐ 430) - A py.test plugin to validate Jupyter notebooks. BSD-3 -- [GitHub](https://github.com/computationalmodelling/nbval) (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 51 Β· πŸ“¦ 3K Β· πŸ“‹ 110 - 42% open Β· ⏱️ 04.03.2024): +- [GitHub](https://github.com/computationalmodelling/nbval) (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 51 Β· πŸ“¦ 3K Β· πŸ“‹ 120 - 42% open Β· ⏱️ 04.03.2024): ``` git clone https://github.com/computationalmodelling/nbval ``` -- [PyPi](https://pypi.org/project/nbval) (πŸ“₯ 180K / month Β· πŸ“¦ 380 Β· ⏱️ 04.03.2024): +- [PyPi](https://pypi.org/project/nbval) (πŸ“₯ 190K / month Β· πŸ“¦ 500 Β· ⏱️ 04.03.2024): ``` pip install nbval ``` -- [Conda](https://anaconda.org/conda-forge/nbval) (πŸ“₯ 430K Β· ⏱️ 04.03.2024): +- [Conda](https://anaconda.org/conda-forge/nbval) (πŸ“₯ 440K Β· ⏱️ 04.03.2024): ``` conda install -c conda-forge nbval ```
-
nbQA (πŸ₯ˆ26 Β· ⭐ 970) - Run ruff, isort, pyupgrade, mypy, pylint, flake8, and more on Jupyter Notebooks. MIT +
mercury (πŸ₯ˆ26 Β· ⭐ 3.8K Β· πŸ“ˆ) - Convert Jupyter Notebooks to Web Apps. ❗️AGPL-3.0 -- [GitHub](https://github.com/nbQA-dev/nbQA) (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 38 Β· πŸ“₯ 2 Β· πŸ“‹ 290 - 3% open Β· ⏱️ 29.04.2024): +- [GitHub](https://github.com/mljar/mercury) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 240 Β· πŸ“¦ 110 Β· πŸ“‹ 410 - 16% open Β· ⏱️ 09.05.2024): ``` - git clone https://github.com/nbQA-dev/nbQA - ``` -- [PyPi](https://pypi.org/project/nbqa) (πŸ“₯ 160K / month Β· πŸ“¦ 42 Β· ⏱️ 26.03.2024): - ``` - pip install nbqa + git clone https://github.com/mljar/mercury ``` -- [Conda](https://anaconda.org/conda-forge/nbqa) (πŸ“₯ 140K Β· ⏱️ 26.03.2024): +- [PyPi](https://pypi.org/project/mljar-mercury) (πŸ“₯ 220 / month Β· ⏱️ 02.09.2022): ``` - conda install -c conda-forge nbqa + pip install mljar-mercury ```
-
mercury (πŸ₯‰25 Β· ⭐ 3.8K) - Convert Jupyter Notebooks to Web Apps. ❗️AGPL-3.0 +
nbQA (πŸ₯ˆ26 Β· ⭐ 970) - Run ruff, isort, pyupgrade, mypy, pylint, flake8, and more on Jupyter Notebooks. MIT -- [GitHub](https://github.com/mljar/mercury) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 240 Β· πŸ“¦ 110 Β· πŸ“‹ 410 - 15% open Β· ⏱️ 17.04.2024): +- [GitHub](https://github.com/nbQA-dev/nbQA) (πŸ‘¨β€πŸ’» 33 Β· πŸ”€ 38 Β· πŸ“₯ 3 Β· πŸ“‹ 290 - 3% open Β· ⏱️ 29.04.2024): ``` - git clone https://github.com/mljar/mercury + git clone https://github.com/nbQA-dev/nbQA ``` -- [PyPi](https://pypi.org/project/mljar-mercury) (πŸ“₯ 270 / month Β· ⏱️ 02.09.2022): +- [PyPi](https://pypi.org/project/nbqa) (πŸ“₯ 170K / month Β· πŸ“¦ 42 Β· ⏱️ 26.03.2024): ``` - pip install mljar-mercury + pip install nbqa + ``` +- [Conda](https://anaconda.org/conda-forge/nbqa) (πŸ“₯ 140K Β· ⏱️ 26.03.2024): + ``` + conda install -c conda-forge nbqa ```
ipytest (πŸ₯‰25 Β· ⭐ 290) - Pytest in IPython notebooks. MIT -- [GitHub](https://github.com/chmp/ipytest) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 17 Β· πŸ“¦ 410 Β· πŸ“‹ 61 - 1% open Β· ⏱️ 21.04.2024): +- [GitHub](https://github.com/chmp/ipytest) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 17 Β· πŸ“¦ 420 Β· πŸ“‹ 61 - 1% open Β· ⏱️ 21.04.2024): ``` git clone https://github.com/chmp/ipytest ``` -- [PyPi](https://pypi.org/project/ipytest) (πŸ“₯ 50K / month Β· πŸ“¦ 59 Β· ⏱️ 21.04.2024): +- [PyPi](https://pypi.org/project/ipytest) (πŸ“₯ 45K / month Β· πŸ“¦ 20 Β· ⏱️ 21.04.2024): ``` pip install ipytest ```
naas (πŸ₯‰23 Β· ⭐ 280) - Low-code Python library to safely use notebooks in production: schedule.. ❗️AGPL-3.0 -- [GitHub](https://github.com/jupyter-naas/naas) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 23 Β· πŸ“¦ 4 Β· πŸ“‹ 190 - 22% open Β· ⏱️ 30.04.2024): +- [GitHub](https://github.com/jupyter-naas/naas) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 23 Β· πŸ“¦ 4 Β· πŸ“‹ 190 - 21% open Β· ⏱️ 07.05.2024): ``` git clone https://github.com/jupyter-naas/naas ``` -- [PyPi](https://pypi.org/project/naas) (πŸ“₯ 1.6K / month Β· ⏱️ 30.04.2024): +- [PyPi](https://pypi.org/project/naas) (πŸ“₯ 3.4K / month Β· ⏱️ 07.05.2024): ``` pip install naas ``` @@ -1924,7 +1923,7 @@ _Libraries and tools that work with or can be used within notebook files._ ``` git clone https://github.com/takluyver/nbopen ``` -- [PyPi](https://pypi.org/project/nbopen) (πŸ“₯ 1.6K / month Β· πŸ“¦ 6 Β· ⏱️ 08.09.2023): +- [PyPi](https://pypi.org/project/nbopen) (πŸ“₯ 1.5K / month Β· πŸ“¦ 6 Β· ⏱️ 08.09.2023): ``` pip install nbopen ``` @@ -1944,7 +1943,7 @@ _Libraries and tools that work with or can be used within notebook files._ ``` git clone https://github.com/stas00/ipyexperiments ``` -- [PyPi](https://pypi.org/project/ipyexperiments) (πŸ“₯ 180 / month Β· πŸ“¦ 2 Β· ⏱️ 15.12.2023): +- [PyPi](https://pypi.org/project/ipyexperiments) (πŸ“₯ 230 / month Β· πŸ“¦ 2 Β· ⏱️ 15.12.2023): ``` pip install ipyexperiments ``` @@ -1955,12 +1954,12 @@ _Libraries and tools that work with or can be used within notebook files._ - BeakerX (πŸ₯ˆ29 Β· ⭐ 2.8K Β· πŸ’€) - Beaker Extensions for Jupyter Notebook. Apache-2 - PixieDust (πŸ₯ˆ27 Β· ⭐ 1K Β· πŸ’€) - Python Helper library for Jupyter Notebooks. Apache-2 - fastpages (πŸ₯‰23 Β· ⭐ 3.5K Β· πŸ’€) - An easy to use blogging platform, with enhanced support for.. Apache-2 -- testbook (πŸ₯‰20 Β· ⭐ 410 Β· πŸ’€) - Unit test your Jupyter Notebooks the right way. BSD-3 -- treon (πŸ₯‰19 Β· ⭐ 290 Β· πŸ’€) - Easy to use test framework for Jupyter Notebooks. MIT +- testbook (πŸ₯‰20 Β· ⭐ 400 Β· πŸ’€) - Unit test your Jupyter Notebooks the right way. BSD-3 +- treon (πŸ₯‰19 Β· ⭐ 300 Β· πŸ’€) - Easy to use test framework for Jupyter Notebooks. MIT - sphinxcontrib.jupyter (πŸ₯‰18 Β· ⭐ 74 Β· πŸ’€) - A Sphinx Extension for Generating Jupyter Notebooks. BSD-3 - Kernel Management (πŸ₯‰14 Β· ⭐ 15 Β· πŸ’€) - Experimental new kernel management framework for Jupyter. BSD-3 - nbmake-action (πŸ₯‰13 Β· ⭐ 150 Β· πŸ’€) - GitHub Action for testing notebooks. Apache-2 -- jupyter2slides (πŸ₯‰10 Β· ⭐ 790 Β· πŸ’€) - Cloud Native Presentation Slides with Jupyter Notebook +.. MIT +- jupyter2slides (πŸ₯‰10 Β· ⭐ 800 Β· πŸ’€) - Cloud Native Presentation Slides with Jupyter Notebook +.. MIT - Jupyter Helpers (πŸ₯‰10 Β· ⭐ 45 Β· πŸ’€) - A collection of helpers for Jupyter/IPython. MIT - Jupter-Notebook-REST-API (πŸ₯‰5 Β· ⭐ 75 Β· πŸ’€) - Run your jupyter notebooks as a REST API endpoint... MIT
@@ -1972,14 +1971,14 @@ _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 Β· ⭐ 480) - Renderers and renderer extensions for JupyterLab. BSD-3 +
JupyterLab Renderers (πŸ₯‡22 Β· ⭐ 480) - Renderers and renderer extensions for JupyterLab. BSD-3 -- [GitHub](https://github.com/jupyterlab/jupyter-renderers) (πŸ‘¨β€πŸ’» 31 Β· πŸ”€ 75 Β· πŸ“‹ 110 - 35% open Β· ⏱️ 02.05.2024): +- [GitHub](https://github.com/jupyterlab/jupyter-renderers) (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 78 Β· πŸ“‹ 120 - 35% open Β· ⏱️ 02.05.2024): ``` git clone https://github.com/jupyterlab/jupyter-renderers ``` -- [PyPi](https://pypi.org/project/jupyterlab-katex) (πŸ“₯ 830 / month Β· πŸ“¦ 1 Β· ⏱️ 23.05.2023): +- [PyPi](https://pypi.org/project/jupyterlab-katex) (πŸ“₯ 1.1K / month Β· πŸ“¦ 1 Β· ⏱️ 23.05.2023): ``` pip install jupyterlab-katex ``` @@ -1987,7 +1986,7 @@ _Extensions that can render and display files of specific MIME types._ ``` conda install -c conda-forge jupyterlab-vega3 ``` -- [npm](https://www.npmjs.com/package/@jupyterlab/geojson-extension) (πŸ“₯ 440 / month Β· πŸ“¦ 4 Β· ⏱️ 01.08.2023): +- [npm](https://www.npmjs.com/package/@jupyterlab/geojson-extension) (πŸ“₯ 450 / month Β· πŸ“¦ 10 Β· ⏱️ 01.08.2023): ``` npm install @jupyterlab/geojson-extension ``` @@ -1999,7 +1998,7 @@ _Extensions that can render and display files of specific MIME types._ ``` git clone https://github.com/jupyterlab/jupyterlab-latex ``` -- [PyPi](https://pypi.org/project/jupyterlab_latex) (πŸ“₯ 1.7K / month Β· πŸ“¦ 2 Β· ⏱️ 15.09.2021): +- [PyPi](https://pypi.org/project/jupyterlab_latex) (πŸ“₯ 1.6K / month Β· πŸ“¦ 2 Β· ⏱️ 15.09.2021): ``` pip install jupyterlab_latex ``` @@ -2014,8 +2013,8 @@ _Extensions that can render and display files of specific MIME types._
Show 6 hidden projects... -- JupyterLab Drawio (πŸ₯‡22 Β· ⭐ 600 Β· πŸ’€) - 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 Drawio (πŸ₯‡22 Β· ⭐ 590 Β· πŸ’€) - A standalone embedding of the FOSS drawio / mxgraph.. BSD-3 +- JupyterLab Dash (πŸ₯ˆ21 Β· ⭐ 950 Β· πŸ’€) - An Extension for the Interactive development of Dash apps in.. MIT - JupyterLab Chart Editor (πŸ₯‰17 Β· ⭐ 220 Β· πŸ’€) - JupyterLab extension for Plotlys react-chart-editor. BSD-3 - jupyterlab-tabular-data-editor (πŸ₯‰16 Β· ⭐ 130 Β· πŸ’€) - Manipulate your tabular data responsively and.. BSD-3 - JupyterLab Voyager (πŸ₯‰14 Β· ⭐ 290 Β· πŸ’€) - JupyterLab extension visualize data with Voyager. BSD-3 @@ -2036,7 +2035,7 @@ _Extensions that can customize the appearance of JupyterLab._ ``` git clone https://github.com/AllanChain/jupyterlab-theme-solarized-dark ``` -- [PyPi](https://pypi.org/project/jupyterlab_theme_solarized_dark) (πŸ“₯ 9.3K / month Β· ⏱️ 18.01.2024): +- [PyPi](https://pypi.org/project/jupyterlab_theme_solarized_dark) (πŸ“₯ 9K / month Β· ⏱️ 18.01.2024): ``` pip install jupyterlab_theme_solarized_dark ``` @@ -2052,11 +2051,11 @@ _Extensions that can customize the appearance of JupyterLab._ ``` git clone https://github.com/mohirio/jupyterlab-horizon-theme ``` -- [PyPi](https://pypi.org/project/jupyterlab-horizon-theme) (πŸ“₯ 830 / month Β· ⏱️ 22.11.2023): +- [PyPi](https://pypi.org/project/jupyterlab-horizon-theme) (πŸ“₯ 910 / month Β· ⏱️ 22.11.2023): ``` pip install jupyterlab-horizon-theme ``` -- [npm](https://www.npmjs.com/package/@mohirio/jupyterlab-horizon-theme) (πŸ“₯ 160 / month Β· πŸ“¦ 2 Β· ⏱️ 22.11.2023): +- [npm](https://www.npmjs.com/package/@mohirio/jupyterlab-horizon-theme) (πŸ“₯ 150 / month Β· πŸ“¦ 2 Β· ⏱️ 22.11.2023): ``` npm install @mohirio/jupyterlab-horizon-theme ``` @@ -2068,7 +2067,7 @@ _Extensions that can customize the appearance of JupyterLab._ ``` git clone https://github.com/dunovank/jupyterlab_darkside_ui ``` -- [PyPi](https://pypi.org/project/jupyterlab_darkside_ui) (πŸ“₯ 910 / month Β· ⏱️ 18.03.2022): +- [PyPi](https://pypi.org/project/jupyterlab_darkside_ui) (πŸ“₯ 980 / month Β· ⏱️ 18.03.2022): ``` pip install jupyterlab_darkside_ui ``` @@ -2077,7 +2076,7 @@ _Extensions that can customize the appearance of JupyterLab._ - Darcula Theme (πŸ₯‡20 Β· ⭐ 210 Β· πŸ’€) - A handsome Darcula theme for Jupyterlab. The first jlab.. BSD-3 - Material Darker Theme (πŸ₯ˆ14 Β· ⭐ 160 Β· πŸ’€) - The Material Darker theme for JupyterLab. BSD-3 -- Neon Theme (πŸ₯ˆ13 Β· ⭐ 150 Β· πŸ’€) - A flat, 80s neon inspired theme for JupyterLab. BSD-3 +- Neon Theme (πŸ₯ˆ14 Β· ⭐ 150 Β· πŸ’€) - A flat, 80s neon inspired theme for JupyterLab. BSD-3 - Gruvbox Theme (πŸ₯‰12 Β· ⭐ 52 Β· πŸ’€) - Gruvbox dark theme for Jupyter Lab. Modeled on classic.. BSD-3 - Theme Toggle (πŸ₯‰10 Β· ⭐ 11 Β· πŸ’€) - JupyterLab extension to toggle the theme in the Top Bar area. BSD-3 - Nord Theme (πŸ₯‰8 Β· ⭐ 26 Β· πŸ’€) - JupyterLab - Nord Theme. BSD-3 @@ -2092,20 +2091,20 @@ _Application plugins that extend the functionality of JupyterLab itself._
Perspective (πŸ₯‡31 Β· ⭐ 7.6K) - A data visualization and analytics component, especially well-.. Apache-2 -- [GitHub](https://github.com/finos/perspective) (πŸ‘¨β€πŸ’» 93 Β· πŸ”€ 980 Β· πŸ“₯ 2.6K Β· πŸ“¦ 120 Β· πŸ“‹ 750 - 13% open Β· ⏱️ 30.04.2024): +- [GitHub](https://github.com/finos/perspective) (πŸ‘¨β€πŸ’» 93 Β· πŸ”€ 990 Β· πŸ“₯ 2.6K Β· πŸ“¦ 120 Β· πŸ“‹ 750 - 13% open Β· ⏱️ 04.05.2024): ``` git clone https://github.com/finos/perspective ``` -- [PyPi](https://pypi.org/project/perspective-python) (πŸ“₯ 5.6K / month Β· πŸ“¦ 17 Β· ⏱️ 25.03.2024): +- [PyPi](https://pypi.org/project/perspective-python) (πŸ“₯ 5.5K / month Β· πŸ“¦ 22 Β· ⏱️ 25.03.2024): ``` pip install perspective-python ``` -- [Conda](https://anaconda.org/conda-forge/perspective) (πŸ“₯ 570K Β· ⏱️ 26.03.2024): +- [Conda](https://anaconda.org/conda-forge/perspective) (πŸ“₯ 580K Β· ⏱️ 26.03.2024): ``` conda install -c conda-forge perspective ``` -- [npm](https://www.npmjs.com/package/@finos/perspective-jupyterlab) (πŸ“₯ 3.4K / month Β· πŸ“¦ 4 Β· ⏱️ 25.03.2024): +- [npm](https://www.npmjs.com/package/@finos/perspective-jupyterlab) (πŸ“₯ 3.6K / month Β· πŸ“¦ 4 Β· ⏱️ 25.03.2024): ``` npm install @finos/perspective-jupyterlab ``` @@ -2117,7 +2116,7 @@ _Application plugins that extend the functionality of JupyterLab itself._ ``` git clone https://github.com/jupyter-lsp/jupyterlab-lsp ``` -- [PyPi](https://pypi.org/project/jupyterlab-lsp) (πŸ“₯ 52K / month Β· πŸ“¦ 27 Β· ⏱️ 26.02.2024): +- [PyPi](https://pypi.org/project/jupyterlab-lsp) (πŸ“₯ 54K / month Β· πŸ“¦ 44 Β· ⏱️ 26.02.2024): ``` pip install jupyterlab-lsp ``` @@ -2125,19 +2124,19 @@ _Application plugins that extend the functionality of JupyterLab itself._ ``` conda install -c conda-forge jupyter-lsp ``` -- [npm](https://www.npmjs.com/package/@krassowski/jupyterlab-lsp) (πŸ“₯ 800 / month Β· πŸ“¦ 5 Β· ⏱️ 26.08.2022): +- [npm](https://www.npmjs.com/package/@krassowski/jupyterlab-lsp) (πŸ“₯ 850 / month Β· πŸ“¦ 7 Β· ⏱️ 26.08.2022): ``` npm install @krassowski/jupyterlab-lsp ```
-
JupyterLab Git (πŸ₯‡31 Β· ⭐ 1.4K Β· πŸ“‰) - A Git extension for JupyterLab. BSD-3 +
JupyterLab Git (πŸ₯‡31 Β· ⭐ 1.4K) - A Git extension for JupyterLab. BSD-3 -- [GitHub](https://github.com/jupyterlab/jupyterlab-git) (πŸ‘¨β€πŸ’» 94 Β· πŸ”€ 290 Β· πŸ“₯ 180 Β· πŸ“¦ 2.7K Β· πŸ“‹ 590 - 16% open Β· ⏱️ 17.04.2024): +- [GitHub](https://github.com/jupyterlab/jupyterlab-git) (πŸ‘¨β€πŸ’» 94 Β· πŸ”€ 300 Β· πŸ“₯ 180 Β· πŸ“¦ 2.7K Β· πŸ“‹ 590 - 16% open Β· ⏱️ 17.04.2024): ``` git clone https://github.com/jupyterlab/jupyterlab-git ``` -- [PyPi](https://pypi.org/project/jupyterlab-git) (πŸ“₯ 130K / month Β· πŸ“¦ 31 Β· ⏱️ 21.11.2023): +- [PyPi](https://pypi.org/project/jupyterlab-git) (πŸ“₯ 130K / month Β· πŸ“¦ 34 Β· ⏱️ 21.11.2023): ``` pip install jupyterlab-git ``` @@ -2145,7 +2144,7 @@ _Application plugins that extend the functionality of JupyterLab itself._ ``` conda install -c conda-forge jupyterlab-git ``` -- [npm](https://www.npmjs.com/package/@jupyterlab/git) (πŸ“₯ 20K / month Β· πŸ“¦ 7 Β· ⏱️ 21.11.2023): +- [npm](https://www.npmjs.com/package/@jupyterlab/git) (πŸ“₯ 20K / month Β· πŸ“¦ 9 Β· ⏱️ 21.11.2023): ``` npm install @jupyterlab/git ``` @@ -2157,27 +2156,47 @@ _Application plugins that extend the functionality of JupyterLab itself._ ``` git clone https://github.com/elyra-ai/elyra ``` -- [PyPi](https://pypi.org/project/elyra) (πŸ“₯ 3K / month Β· πŸ“¦ 3 Β· ⏱️ 29.03.2023): +- [PyPi](https://pypi.org/project/elyra) (πŸ“₯ 3.1K / month Β· πŸ“¦ 3 Β· ⏱️ 29.03.2023): ``` pip install elyra ``` -- [Conda](https://anaconda.org/conda-forge/elyra) (πŸ“₯ 45K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/elyra) (πŸ“₯ 46K Β· ⏱️ 16.06.2023): ``` conda install -c conda-forge elyra ``` -- [npm](https://www.npmjs.com/package/@elyra/services) (πŸ“₯ 210 / month Β· πŸ“¦ 7 Β· ⏱️ 29.03.2023): +- [npm](https://www.npmjs.com/package/@elyra/services) (πŸ“₯ 250 / month Β· πŸ“¦ 7 Β· ⏱️ 29.03.2023): ``` npm install @elyra/services ```
+
Code Formatter (πŸ₯ˆ24 Β· ⭐ 800 Β· πŸ’€) - A JupyterLab plugin to facilitate invocation of code.. MIT + +- [GitHub](https://github.com/ryantam626/jupyterlab_code_formatter) (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 54 Β· πŸ“‹ 200 - 16% open Β· ⏱️ 18.06.2023): + + ``` + git clone https://github.com/ryantam626/jupyterlab_code_formatter + ``` +- [PyPi](https://pypi.org/project/jupyterlab_code_formatter) (πŸ“₯ 71K / month Β· πŸ“¦ 45 Β· ⏱️ 21.05.2023): + ``` + pip install jupyterlab_code_formatter + ``` +- [Conda](https://anaconda.org/conda-forge/jupyterlab_code_formatter) (πŸ“₯ 710K Β· ⏱️ 16.06.2023): + ``` + conda install -c conda-forge jupyterlab_code_formatter + ``` +- [npm](https://www.npmjs.com/package/@ryantam626/jupyterlab_code_formatter) (πŸ“₯ 1.6K / month Β· πŸ“¦ 5 Β· ⏱️ 16.04.2023): + ``` + npm install @ryantam626/jupyterlab_code_formatter + ``` +
JupyterLab Templates (πŸ₯ˆ24 Β· ⭐ 380) - Support for jupyter notebook templates in jupyterlab. Apache-2 -- [GitHub](https://github.com/finos/jupyterlab_templates) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 65 Β· πŸ“¦ 8 Β· πŸ“‹ 93 - 9% open Β· ⏱️ 27.03.2024): +- [GitHub](https://github.com/finos/jupyterlab_templates) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 67 Β· πŸ“¦ 8 Β· πŸ“‹ 93 - 9% open Β· ⏱️ 27.03.2024): ``` git clone https://github.com/jpmorganchase/jupyterlab_templates ``` -- [PyPi](https://pypi.org/project/jupyterlab_templates) (πŸ“₯ 20K / month Β· πŸ“¦ 7 Β· ⏱️ 27.03.2024): +- [PyPi](https://pypi.org/project/jupyterlab_templates) (πŸ“₯ 18K / month Β· πŸ“¦ 12 Β· ⏱️ 27.03.2024): ``` pip install jupyterlab_templates ``` @@ -2185,49 +2204,49 @@ _Application plugins that extend the functionality of JupyterLab itself._ ``` conda install -c conda-forge jupyterlab_templates ``` -- [npm](https://www.npmjs.com/package/jupyterlab_templates) (πŸ“₯ 3.2K / month Β· πŸ“¦ 3 Β· ⏱️ 12.02.2024): +- [npm](https://www.npmjs.com/package/jupyterlab_templates) (πŸ“₯ 3.1K / month Β· πŸ“¦ 5 Β· ⏱️ 12.02.2024): ``` npm install jupyterlab_templates ```
Variable Inspector (πŸ₯ˆ23 Β· ⭐ 1.1K) - Variable Inspector extension for Jupyterlab. BSD-3 -- [GitHub](https://github.com/jupyterlab-contrib/jupyterlab-variableInspector) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 91 Β· πŸ“₯ 68 Β· πŸ“¦ 6 Β· πŸ“‹ 170 - 24% open Β· ⏱️ 17.04.2024): +- [GitHub](https://github.com/jupyterlab-contrib/jupyterlab-variableInspector) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 91 Β· πŸ“₯ 72 Β· πŸ“¦ 6 Β· πŸ“‹ 170 - 24% open Β· ⏱️ 17.04.2024): ``` git clone https://github.com/lckr/jupyterlab-variableInspector ``` -- [PyPi](https://pypi.org/project/lckr-jupyterlab-variableinspector) (πŸ“₯ 22K / month Β· πŸ“¦ 2 Β· ⏱️ 23.01.2024): +- [PyPi](https://pypi.org/project/lckr-jupyterlab-variableinspector) (πŸ“₯ 24K / month Β· πŸ“¦ 2 Β· ⏱️ 23.01.2024): ``` pip install lckr-jupyterlab-variableinspector ``` -- [Conda](https://anaconda.org/conda-forge/jupyterlab-variableinspector) (πŸ“₯ 32K Β· ⏱️ 23.01.2024): +- [Conda](https://anaconda.org/conda-forge/jupyterlab-variableinspector) (πŸ“₯ 33K Β· ⏱️ 23.01.2024): ``` conda install -c conda-forge jupyterlab-variableinspector ``` -- [npm](https://www.npmjs.com/package/@lckr/jupyterlab_variableinspector) (πŸ“₯ 1K / month Β· πŸ“¦ 3 Β· ⏱️ 23.01.2024): +- [npm](https://www.npmjs.com/package/@lckr/jupyterlab_variableinspector) (πŸ“₯ 940 / month Β· πŸ“¦ 3 Β· ⏱️ 23.01.2024): ``` npm install @lckr/jupyterlab_variableinspector ```
-
Code Formatter (πŸ₯ˆ23 Β· ⭐ 800 Β· πŸ’€) - A JupyterLab plugin to facilitate invocation of code.. MIT +
Jupyter Bokeh (πŸ₯ˆ23 Β· ⭐ 240) - An extension for rendering Bokeh content in JupyterLab notebooks. BSD-3 -- [GitHub](https://github.com/ryantam626/jupyterlab_code_formatter) (πŸ‘¨β€πŸ’» 42 Β· πŸ”€ 54 Β· πŸ“‹ 200 - 15% open Β· ⏱️ 18.06.2023): +- [GitHub](https://github.com/bokeh/jupyter_bokeh) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 46 Β· πŸ“¦ 3 Β· πŸ“‹ 110 - 19% open Β· ⏱️ 21.04.2024): ``` - git clone https://github.com/ryantam626/jupyterlab_code_formatter + git clone https://github.com/bokeh/jupyter_bokeh ``` -- [PyPi](https://pypi.org/project/jupyterlab_code_formatter) (πŸ“₯ 72K / month Β· πŸ“¦ 26 Β· ⏱️ 21.05.2023): +- [PyPi](https://pypi.org/project/jupyter-bokeh) (πŸ“₯ 41K / month Β· πŸ“¦ 45 Β· ⏱️ 14.03.2023): ``` - pip install jupyterlab_code_formatter + pip install jupyter-bokeh ``` -- [Conda](https://anaconda.org/conda-forge/jupyterlab_code_formatter) (πŸ“₯ 710K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/jupyter_bokeh) (πŸ“₯ 88K Β· ⏱️ 21.04.2024): ``` - conda install -c conda-forge jupyterlab_code_formatter + conda install -c conda-forge jupyter_bokeh ``` -- [npm](https://www.npmjs.com/package/@ryantam626/jupyterlab_code_formatter) (πŸ“₯ 1.6K / month Β· πŸ“¦ 3 Β· ⏱️ 16.04.2023): +- [npm](https://www.npmjs.com/package/@bokeh/jupyter_bokeh) (πŸ“₯ 4.7K / month Β· πŸ“¦ 5 Β· ⏱️ 21.04.2024): ``` - npm install @ryantam626/jupyterlab_code_formatter + npm install @bokeh/jupyter_bokeh ```
GPU Dashboards (πŸ₯ˆ22 Β· ⭐ 550) - A JupyterLab extension for displaying dashboards of GPU usage. BSD-3 @@ -2237,87 +2256,67 @@ _Application plugins that extend the functionality of JupyterLab itself._ ``` git clone https://github.com/rapidsai/jupyterlab-nvdashboard ``` -- [PyPi](https://pypi.org/project/jupyterlab-nvdashboard) (πŸ“₯ 9.8K / month Β· πŸ“¦ 2 Β· ⏱️ 15.04.2024): +- [PyPi](https://pypi.org/project/jupyterlab-nvdashboard) (πŸ“₯ 10K / month Β· πŸ“¦ 2 Β· ⏱️ 15.04.2024): ``` pip install jupyterlab-nvdashboard ``` -- [Conda](https://anaconda.org/conda-forge/jupyterlab-nvdashboard) (πŸ“₯ 39K Β· ⏱️ 16.06.2023): +- [Conda](https://anaconda.org/conda-forge/jupyterlab-nvdashboard) (πŸ“₯ 40K Β· ⏱️ 16.06.2023): ``` conda install -c conda-forge jupyterlab-nvdashboard ``` -- [npm](https://www.npmjs.com/package/jupyterlab-nvdashboard) (πŸ“₯ 270 / month Β· πŸ“¦ 3 Β· ⏱️ 27.04.2021): +- [npm](https://www.npmjs.com/package/jupyterlab-nvdashboard) (πŸ“₯ 230 / month Β· πŸ“¦ 3 Β· ⏱️ 27.04.2021): ``` npm install jupyterlab-nvdashboard ```
-
jupyterlab-execute-time (πŸ₯ˆ22 Β· ⭐ 340) - A JupyterLab extension for displaying cell timings. BSD-3 - -- [GitHub](https://github.com/deshaw/jupyterlab-execute-time) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 45 Β· πŸ“¦ 4 Β· πŸ“‹ 66 - 12% open Β· ⏱️ 26.04.2024): - - ``` - git clone https://github.com/deshaw/jupyterlab-execute-time - ``` -- [PyPi](https://pypi.org/project/jupyterlab-execute-time) (πŸ“₯ 57K / month Β· πŸ“¦ 4 Β· ⏱️ 14.02.2024): - ``` - pip install jupyterlab-execute-time - ``` -- [Conda](https://anaconda.org/conda-forge/jupyterlab_execute_time) (πŸ“₯ 64K Β· ⏱️ 15.02.2024): - ``` - conda install -c conda-forge jupyterlab_execute_time - ``` -- [npm](https://www.npmjs.com/package/jupyterlab-execute-time) (πŸ“₯ 1.3K / month Β· πŸ“¦ 3 Β· ⏱️ 18.01.2021): - ``` - npm install jupyterlab-execute-time - ``` -
-
Jupyter Bokeh (πŸ₯ˆ22 Β· ⭐ 240) - An extension for rendering Bokeh content in JupyterLab notebooks. BSD-3 +
ipylab (πŸ₯ˆ22 Β· ⭐ 180 Β· πŸ’€) - Control JupyterLab from Python Notebooks with Jupyter Widgets. BSD-3 -- [GitHub](https://github.com/bokeh/jupyter_bokeh) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 46 Β· πŸ“¦ 3 Β· πŸ“‹ 110 - 19% open Β· ⏱️ 21.04.2024): +- [GitHub](https://github.com/jtpio/ipylab) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 13 Β· πŸ“₯ 130 Β· πŸ“¦ 110 Β· πŸ“‹ 51 - 56% open Β· ⏱️ 09.10.2023): ``` - git clone https://github.com/bokeh/jupyter_bokeh + git clone https://github.com/jtpio/ipylab ``` -- [PyPi](https://pypi.org/project/jupyter-bokeh) (πŸ“₯ 41K / month Β· πŸ“¦ 26 Β· ⏱️ 14.03.2023): +- [PyPi](https://pypi.org/project/ipylab) (πŸ“₯ 120K / month Β· πŸ“¦ 33 Β· ⏱️ 11.08.2023): ``` - pip install jupyter-bokeh + pip install ipylab ``` -- [Conda](https://anaconda.org/conda-forge/jupyter_bokeh) (πŸ“₯ 87K Β· ⏱️ 21.04.2024): +- [Conda](https://anaconda.org/conda-forge/ipylab) (πŸ“₯ 30K Β· ⏱️ 11.08.2023): ``` - conda install -c conda-forge jupyter_bokeh + conda install -c conda-forge ipylab ``` -- [npm](https://www.npmjs.com/package/@bokeh/jupyter_bokeh) (πŸ“₯ 4.5K / month Β· πŸ“¦ 3 Β· ⏱️ 21.04.2024): +- [npm](https://www.npmjs.com/package/ipylab) (πŸ“₯ 260 / month Β· πŸ“¦ 5 Β· ⏱️ 11.08.2023): ``` - npm install @bokeh/jupyter_bokeh + npm install ipylab ```
-
ipylab (πŸ₯ˆ22 Β· ⭐ 180 Β· πŸ’€) - Control JupyterLab from Python Notebooks with Jupyter Widgets. BSD-3 +
jupyterlab-execute-time (πŸ₯ˆ21 Β· ⭐ 340) - A JupyterLab extension for displaying cell timings. BSD-3 -- [GitHub](https://github.com/jtpio/ipylab) (πŸ‘¨β€πŸ’» 7 Β· πŸ”€ 13 Β· πŸ“₯ 130 Β· πŸ“¦ 110 Β· πŸ“‹ 47 - 53% open Β· ⏱️ 09.10.2023): +- [GitHub](https://github.com/deshaw/jupyterlab-execute-time) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 45 Β· πŸ“¦ 4 Β· πŸ“‹ 66 - 12% open Β· ⏱️ 26.04.2024): ``` - git clone https://github.com/jtpio/ipylab + git clone https://github.com/deshaw/jupyterlab-execute-time ``` -- [PyPi](https://pypi.org/project/ipylab) (πŸ“₯ 120K / month Β· πŸ“¦ 14 Β· ⏱️ 11.08.2023): +- [PyPi](https://pypi.org/project/jupyterlab-execute-time) (πŸ“₯ 56K / month Β· πŸ“¦ 4 Β· ⏱️ 14.02.2024): ``` - pip install ipylab + pip install jupyterlab-execute-time ``` -- [Conda](https://anaconda.org/conda-forge/ipylab) (πŸ“₯ 30K Β· ⏱️ 11.08.2023): +- [Conda](https://anaconda.org/conda-forge/jupyterlab_execute_time) (πŸ“₯ 65K Β· ⏱️ 15.02.2024): ``` - conda install -c conda-forge ipylab + conda install -c conda-forge jupyterlab_execute_time ``` -- [npm](https://www.npmjs.com/package/ipylab) (πŸ“₯ 250 / month Β· πŸ“¦ 3 Β· ⏱️ 11.08.2023): +- [npm](https://www.npmjs.com/package/jupyterlab-execute-time) (πŸ“₯ 1.2K / month Β· πŸ“¦ 3 Β· ⏱️ 18.01.2021): ``` - npm install ipylab + npm install jupyterlab-execute-time ```
-
dask-labextension (πŸ₯ˆ21 Β· ⭐ 300 Β· πŸ’€) - JupyterLab extension for Dask. BSD-3 +
dask-labextension (πŸ₯ˆ21 Β· ⭐ 310 Β· πŸ’€) - JupyterLab extension for Dask. BSD-3 - [GitHub](https://github.com/dask/dask-labextension) (πŸ‘¨β€πŸ’» 24 Β· πŸ”€ 62 Β· πŸ“¦ 3 Β· πŸ“‹ 150 - 30% open Β· ⏱️ 04.08.2023): ``` git clone https://github.com/dask/dask-labextension ``` -- [PyPi](https://pypi.org/project/dask-labextension) (πŸ“₯ 9.5K / month Β· πŸ“¦ 8 Β· ⏱️ 04.08.2023): +- [PyPi](https://pypi.org/project/dask-labextension) (πŸ“₯ 9.8K / month Β· πŸ“¦ 14 Β· ⏱️ 04.08.2023): ``` pip install dask-labextension ``` @@ -2325,7 +2324,7 @@ _Application plugins that extend the functionality of JupyterLab itself._ ``` conda install -c conda-forge dask-labextension ``` -- [npm](https://www.npmjs.com/package/dask-labextension) (πŸ“₯ 300 / month Β· πŸ“¦ 3 Β· ⏱️ 21.06.2022): +- [npm](https://www.npmjs.com/package/dask-labextension) (πŸ“₯ 300 / month Β· πŸ“¦ 5 Β· ⏱️ 21.06.2022): ``` npm install dask-labextension ``` @@ -2337,11 +2336,11 @@ _Application plugins that extend the functionality of JupyterLab itself._ ``` git clone https://github.com/jupyterlab-contrib/spellchecker ``` -- [PyPi](https://pypi.org/project/jupyterlab-spellchecker) (πŸ“₯ 6.6K / month Β· πŸ“¦ 2 Β· ⏱️ 28.07.2023): +- [PyPi](https://pypi.org/project/jupyterlab-spellchecker) (πŸ“₯ 6.7K / month Β· πŸ“¦ 2 Β· ⏱️ 28.07.2023): ``` pip install jupyterlab-spellchecker ``` -- [Conda](https://anaconda.org/conda-forge/jupyterlab-spellchecker) (πŸ“₯ 110K Β· ⏱️ 28.07.2023): +- [Conda](https://anaconda.org/conda-forge/jupyterlab-spellchecker) (πŸ“₯ 120K Β· ⏱️ 28.07.2023): ``` conda install -c conda-forge jupyterlab-spellchecker ``` @@ -2357,7 +2356,7 @@ _Application plugins that extend the functionality of JupyterLab itself._ ``` git clone https://github.com/jupyterlab/jupyterlab-github ``` -- [PyPi](https://pypi.org/project/jupyterlab-github) (πŸ“₯ 2.7K / month Β· πŸ“¦ 2 Β· ⏱️ 03.08.2023): +- [PyPi](https://pypi.org/project/jupyterlab-github) (πŸ“₯ 2.8K / month Β· πŸ“¦ 2 Β· ⏱️ 03.08.2023): ``` pip install jupyterlab-github ``` @@ -2386,6 +2385,22 @@ _Application plugins that extend the functionality of JupyterLab itself._ npm install jupyterlab-system-monitor ```
+
jupyter-fs (πŸ₯ˆ19 Β· ⭐ 180) - A filesystem-like contents manager for multiple backends in.. Apache-2 + +- [GitHub](https://github.com/jpmorganchase/jupyter-fs) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 35 Β· πŸ“¦ 6 Β· πŸ“‹ 81 - 27% open Β· ⏱️ 11.11.2023): + + ``` + git clone https://github.com/jpmorganchase/jupyter-fs + ``` +- [PyPi](https://pypi.org/project/jupyter-fs) (πŸ“₯ 1.1K / month Β· πŸ“¦ 2 Β· ⏱️ 11.11.2023): + ``` + pip install jupyter-fs + ``` +- [Conda](https://anaconda.org/conda-forge/jupyter-fs) (πŸ“₯ 9.5K Β· ⏱️ 12.11.2023): + ``` + conda install -c conda-forge jupyter-fs + ``` +
JupyterLab Google Drive (πŸ₯ˆ18 Β· ⭐ 400 Β· πŸ’€) - Cloud storage for JupyterLab using Google Drive. BSD-3 - [GitHub](https://github.com/jupyterlab/jupyterlab-google-drive) (πŸ‘¨β€πŸ’» 17 Β· πŸ”€ 78 Β· πŸ“¦ 5 Β· πŸ“‹ 150 - 33% open Β· ⏱️ 03.08.2023): @@ -2393,7 +2408,7 @@ _Application plugins that extend the functionality of JupyterLab itself._ ``` git clone https://github.com/jupyterlab/jupyterlab-google-drive ``` -- [npm](https://www.npmjs.com/package/@jupyterlab/google-drive) (πŸ“₯ 280 / month Β· πŸ“¦ 2 Β· ⏱️ 27.05.2020): +- [npm](https://www.npmjs.com/package/@jupyterlab/google-drive) (πŸ“₯ 310 / month Β· πŸ“¦ 2 Β· ⏱️ 27.05.2020): ``` npm install @jupyterlab/google-drive ``` @@ -2417,7 +2432,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) (πŸ“₯ 9.3K / month Β· πŸ“¦ 9 Β· ⏱️ 30.08.2023): +- [PyPi](https://pypi.org/project/sidecar) (πŸ“₯ 9.6K / month Β· πŸ“¦ 9 Β· ⏱️ 30.08.2023): ``` pip install sidecar ``` @@ -2425,27 +2440,11 @@ _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) (πŸ“₯ 150 / month Β· πŸ“¦ 3 Β· ⏱️ 05.07.2021): +- [npm](https://www.npmjs.com/package/@jupyter-widgets/jupyterlab-sidecar) (πŸ“₯ 160 / month Β· πŸ“¦ 3 Β· ⏱️ 05.07.2021): ``` npm install @jupyter-widgets/jupyterlab-sidecar ```
-
jupyter-fs (πŸ₯ˆ18 Β· ⭐ 180) - A filesystem-like contents manager for multiple backends in.. Apache-2 - -- [GitHub](https://github.com/jpmorganchase/jupyter-fs) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 34 Β· πŸ“¦ 6 Β· πŸ“‹ 76 - 22% open Β· ⏱️ 11.11.2023): - - ``` - git clone https://github.com/jpmorganchase/jupyter-fs - ``` -- [PyPi](https://pypi.org/project/jupyter-fs) (πŸ“₯ 850 / month Β· πŸ“¦ 1 Β· ⏱️ 11.11.2023): - ``` - pip install jupyter-fs - ``` -- [Conda](https://anaconda.org/conda-forge/jupyter-fs) (πŸ“₯ 9.4K Β· ⏱️ 12.11.2023): - ``` - conda install -c conda-forge jupyter-fs - ``` -
JupyterLab Data Explorer (πŸ₯ˆ18 Β· ⭐ 180 Β· πŸ’€) - First class datasets in JupyterLab. BSD-3 - [GitHub](https://github.com/jupyterlab/jupyterlab-data-explorer) (πŸ‘¨β€πŸ’» 11 Β· πŸ”€ 37 Β· πŸ“¦ 14 Β· πŸ“‹ 150 - 38% open Β· ⏱️ 08.08.2023): @@ -2453,27 +2452,47 @@ _Application plugins that extend the functionality of JupyterLab itself._ ``` git clone https://github.com/jupyterlab/jupyterlab-data-explorer ``` -- [npm](https://www.npmjs.com/package/@jupyterlab/dataregistry-extension) (πŸ“₯ 32 / month Β· πŸ“¦ 7 Β· ⏱️ 03.10.2019): +- [npm](https://www.npmjs.com/package/@jupyterlab/dataregistry-extension) (πŸ“₯ 34 / month Β· πŸ“¦ 7 Β· ⏱️ 03.10.2019): ``` npm install @jupyterlab/dataregistry-extension ```
-
JupyterLab HDF5 (πŸ₯‰16 Β· ⭐ 120 Β· πŸ’€) - Open and explore HDF5 files in JupyterLab. Can handle very.. BSD-3 +
JupyterLab HDF5 (πŸ₯‰16 Β· ⭐ 110 Β· πŸ’€) - Open and explore HDF5 files in JupyterLab. Can handle very.. BSD-3 - [GitHub](https://github.com/jupyterlab/jupyterlab-hdf5) (πŸ‘¨β€πŸ’» 9 Β· πŸ”€ 26 Β· πŸ“¦ 3 Β· πŸ“‹ 50 - 28% open Β· ⏱️ 11.10.2023): ``` git clone https://github.com/jupyterlab/jupyterlab-hdf5 ``` -- [PyPi](https://pypi.org/project/jupyterlab_hdf) (πŸ“₯ 550 / month Β· πŸ“¦ 1 Β· ⏱️ 21.02.2022): +- [PyPi](https://pypi.org/project/jupyterlab_hdf) (πŸ“₯ 560 / month Β· πŸ“¦ 1 Β· ⏱️ 21.02.2022): ``` pip install jupyterlab_hdf ``` -- [npm](https://www.npmjs.com/package/@jupyterlab/hdf5) (πŸ“₯ 65 / month Β· πŸ“¦ 2 Β· ⏱️ 08.03.2023): +- [npm](https://www.npmjs.com/package/@jupyterlab/hdf5) (πŸ“₯ 66 / month Β· πŸ“¦ 2 Β· ⏱️ 08.03.2023): ``` npm install @jupyterlab/hdf5 ```
+
JupyterLab IFrame (πŸ₯‰16 Β· ⭐ 100) - View html as an embedded iframe in JupyterLab. Apache-2 + +- [GitHub](https://github.com/timkpaine/jupyterlab_iframe) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 18 Β· πŸ“¦ 6 Β· πŸ“‹ 70 - 8% open Β· ⏱️ 06.02.2024): + + ``` + git clone https://github.com/timkpaine/jupyterlab_iframe + ``` +- [PyPi](https://pypi.org/project/jupyterlab_iframe) (πŸ“₯ 1.9K / month Β· ⏱️ 16.07.2023): + ``` + pip install jupyterlab_iframe + ``` +- [Conda](https://anaconda.org/conda-forge/jupyterlab_iframe) (πŸ“₯ 29K Β· ⏱️ 16.07.2023): + ``` + conda install -c conda-forge jupyterlab_iframe + ``` +- [npm](https://www.npmjs.com/package/jupyterlab_iframe) (πŸ“₯ 160 / month Β· πŸ“¦ 2 Β· ⏱️ 16.07.2023): + ``` + npm install jupyterlab_iframe + ``` +
jupyterlab-sos (πŸ₯‰16 Β· ⭐ 68 Β· πŸ’€) - Jupyterlab extension for SoS Polyglot Notebook and Workflow.. BSD-3 - [GitHub](https://github.com/vatlab/jupyterlab-sos) (πŸ‘¨β€πŸ’» 4 Β· πŸ”€ 6 Β· πŸ“¦ 3 Β· πŸ“‹ 64 - 18% open Β· ⏱️ 30.09.2023): @@ -2481,7 +2500,7 @@ _Application plugins that extend the functionality of JupyterLab itself._ ``` git clone https://github.com/vatlab/jupyterlab-sos ``` -- [PyPi](https://pypi.org/project/jupyterlab-sos) (πŸ“₯ 240 / month Β· ⏱️ 24.10.2023): +- [PyPi](https://pypi.org/project/jupyterlab-sos) (πŸ“₯ 260 / month Β· ⏱️ 24.10.2023): ``` pip install jupyterlab-sos ``` @@ -2489,7 +2508,7 @@ _Application plugins that extend the functionality of JupyterLab itself._ ``` conda install -c conda-forge jupyterlab-sos ``` -- [npm](https://www.npmjs.com/package/jupyterlab-sos) (πŸ“₯ 69 / month Β· πŸ“¦ 2 Β· ⏱️ 14.01.2021): +- [npm](https://www.npmjs.com/package/jupyterlab-sos) (πŸ“₯ 65 / month Β· πŸ“¦ 2 Β· ⏱️ 14.01.2021): ``` npm install jupyterlab-sos ``` @@ -2510,26 +2529,6 @@ _Application plugins that extend the functionality of JupyterLab itself._ npm install jupyterlab-stickyland ```
-
JupyterLab IFrame (πŸ₯‰15 Β· ⭐ 100) - View html as an embedded iframe in JupyterLab. Apache-2 - -- [GitHub](https://github.com/timkpaine/jupyterlab_iframe) (πŸ‘¨β€πŸ’» 5 Β· πŸ”€ 18 Β· πŸ“¦ 6 Β· πŸ“‹ 70 - 8% open Β· ⏱️ 06.02.2024): - - ``` - git clone https://github.com/timkpaine/jupyterlab_iframe - ``` -- [PyPi](https://pypi.org/project/jupyterlab_iframe) (πŸ“₯ 1.9K / month Β· ⏱️ 16.07.2023): - ``` - pip install jupyterlab_iframe - ``` -- [Conda](https://anaconda.org/conda-forge/jupyterlab_iframe) (πŸ“₯ 29K Β· ⏱️ 16.07.2023): - ``` - conda install -c conda-forge jupyterlab_iframe - ``` -- [npm](https://www.npmjs.com/package/jupyterlab_iframe) (πŸ“₯ 160 / month Β· πŸ“¦ 2 Β· ⏱️ 16.07.2023): - ``` - npm install jupyterlab_iframe - ``` -
JupyterLab Kernelspy (πŸ₯‰15 Β· ⭐ 79 Β· πŸ’€) - A Jupyter Lab extension for inspecting messages.. BSD-3 - [GitHub](https://github.com/jupyterlab-contrib/jupyterlab-kernelspy) (πŸ‘¨β€πŸ’» 6 Β· πŸ”€ 12 Β· πŸ“₯ 29 Β· πŸ“¦ 7 Β· πŸ“‹ 13 - 15% open Β· ⏱️ 08.10.2023): @@ -2545,7 +2544,7 @@ _Application plugins that extend the functionality of JupyterLab itself._ ``` conda install -c conda-forge jupyterlab-kernelspy ``` -- [npm](https://www.npmjs.com/package/jupyterlab-kernelspy) (πŸ“₯ 70 / month Β· πŸ“¦ 3 Β· ⏱️ 30.08.2023): +- [npm](https://www.npmjs.com/package/jupyterlab-kernelspy) (πŸ“₯ 73 / month Β· πŸ“¦ 3 Β· ⏱️ 30.08.2023): ``` npm install jupyterlab-kernelspy ``` @@ -2557,7 +2556,7 @@ _Application plugins that extend the functionality of JupyterLab itself._ ``` git clone https://github.com/timkpaine/jupyterlab_autoversion ``` -- [PyPi](https://pypi.org/project/jupyterlab_autoversion) (πŸ“₯ 220 / month Β· ⏱️ 11.04.2022): +- [PyPi](https://pypi.org/project/jupyterlab_autoversion) (πŸ“₯ 230 / month Β· ⏱️ 11.04.2022): ``` pip install jupyterlab_autoversion ``` @@ -2565,41 +2564,41 @@ _Application plugins that extend the functionality of JupyterLab itself._ ``` conda install -c conda-forge jupyterlab_autoversion ``` -- [npm](https://www.npmjs.com/package/jupyterlab_autoversion) (πŸ“₯ 33 / month Β· πŸ“¦ 2 Β· ⏱️ 11.04.2022): +- [npm](https://www.npmjs.com/package/jupyterlab_autoversion) (πŸ“₯ 25 / month Β· πŸ“¦ 2 Β· ⏱️ 11.04.2022): ``` npm install jupyterlab_autoversion ```
-
KnowledgeLab (πŸ₯‰15 Β· ⭐ 48) - KnowledgeRepo + JupyterLab. Apache-2 +
JupyterLab Flake8 (πŸ₯‰14 Β· ⭐ 110) - A jupyterlab extension to email notebooks directly from.. Apache-2 -- [GitHub](https://github.com/timkpaine/knowledgelab) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 6 Β· πŸ“¦ 6 Β· πŸ“‹ 29 - 17% open Β· ⏱️ 01.03.2024): +- [GitHub](https://github.com/timkpaine/jupyterlab_email) (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 10 Β· πŸ“¦ 1 Β· πŸ“‹ 38 - 5% open Β· ⏱️ 06.02.2024): ``` - git clone https://github.com/timkpaine/knowledgelab + git clone https://github.com/timkpaine/jupyterlab_email ``` -- [PyPi](https://pypi.org/project/knowledgelab) (πŸ“₯ 7 / month Β· ⏱️ 19.10.2017): +- [PyPi](https://pypi.org/project/jupyterlab-email) (πŸ“₯ 180 / month Β· ⏱️ 17.08.2023): ``` - pip install knowledgelab + pip install jupyterlab-email ``` -- [npm](https://www.npmjs.com/package/knowledgelab) (πŸ“₯ 16 / month Β· πŸ“¦ 2 Β· ⏱️ 16.10.2018): +- [npm](https://www.npmjs.com/package/jupyterlab-flake8) (πŸ“₯ 64 / month Β· πŸ“¦ 2 Β· ⏱️ 16.09.2021): ``` - npm install knowledgelab + npm install jupyterlab-flake8 ```
-
JupyterLab Flake8 (πŸ₯‰14 Β· ⭐ 110) - A jupyterlab extension to email notebooks directly from.. Apache-2 +
KnowledgeLab (πŸ₯‰14 Β· ⭐ 48) - KnowledgeRepo + JupyterLab. Apache-2 -- [GitHub](https://github.com/timkpaine/jupyterlab_email) (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 10 Β· πŸ“¦ 1 Β· πŸ“‹ 38 - 5% open Β· ⏱️ 06.02.2024): +- [GitHub](https://github.com/timkpaine/knowledgelab) (πŸ‘¨β€πŸ’» 3 Β· πŸ”€ 6 Β· πŸ“¦ 6 Β· πŸ“‹ 29 - 17% open Β· ⏱️ 01.03.2024): ``` - git clone https://github.com/timkpaine/jupyterlab_email + git clone https://github.com/timkpaine/knowledgelab ``` -- [PyPi](https://pypi.org/project/jupyterlab-email) (πŸ“₯ 190 / month Β· ⏱️ 17.08.2023): +- [PyPi](https://pypi.org/project/knowledgelab) (πŸ“₯ 8 / month Β· ⏱️ 19.10.2017): ``` - pip install jupyterlab-email + pip install knowledgelab ``` -- [npm](https://www.npmjs.com/package/jupyterlab-flake8) (πŸ“₯ 69 / month Β· πŸ“¦ 2 Β· ⏱️ 16.09.2021): +- [npm](https://www.npmjs.com/package/knowledgelab) (πŸ“₯ 14 / month Β· πŸ“¦ 2 Β· ⏱️ 16.10.2018): ``` - npm install jupyterlab-flake8 + npm install knowledgelab ```
JupyterLab Shortcutui (πŸ₯‰13 Β· ⭐ 54 Β· πŸ’€) - A JupyterLab extension for managing keyboard shortcuts. BSD-3 @@ -2609,7 +2608,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) (πŸ“₯ 89 / month Β· πŸ“¦ 2 Β· ⏱️ 17.01.2020): +- [npm](https://www.npmjs.com/package/@jupyterlab/shortcutui) (πŸ“₯ 76 / month Β· πŸ“¦ 2 Β· ⏱️ 17.01.2020): ``` npm install @jupyterlab/shortcutui ``` @@ -2621,7 +2620,7 @@ _Application plugins that extend the functionality of JupyterLab itself._ ``` git clone https://github.com/timkpaine/jupyterlab_email ``` -- [PyPi](https://pypi.org/project/jupyterlab_email) (πŸ“₯ 190 / month Β· ⏱️ 17.08.2023): +- [PyPi](https://pypi.org/project/jupyterlab_email) (πŸ“₯ 180 / month Β· ⏱️ 17.08.2023): ``` pip install jupyterlab_email ``` @@ -2630,14 +2629,14 @@ _Application plugins that extend the functionality of JupyterLab itself._ npm install jupyterlab_email ```
-
jupyterlab_commands (πŸ₯‰12 Β· ⭐ 51) - Add arbitrary python commands to the jupyterlab.. Apache-2 +
jupyterlab_commands (πŸ₯‰13 Β· ⭐ 51) - Add arbitrary python commands to the jupyterlab.. Apache-2 - [GitHub](https://github.com/timkpaine/jupyterlab_commands) (πŸ‘¨β€πŸ’» 2 Β· πŸ”€ 6 Β· πŸ“‹ 24 - 4% open Β· ⏱️ 05.02.2024): ``` git clone https://github.com/timkpaine/jupyterlab_commands ``` -- [PyPi](https://pypi.org/project/jupyterlab-commands) (πŸ“₯ 140 / month Β· ⏱️ 12.07.2023): +- [PyPi](https://pypi.org/project/jupyterlab-commands) (πŸ“₯ 150 / month Β· ⏱️ 12.07.2023): ``` pip install jupyterlab-commands ``` @@ -2664,7 +2663,7 @@ _Application plugins that extend the functionality of JupyterLab itself._ - JupyterLab Go-To-Definition (πŸ₯‰14 Β· ⭐ 220 Β· πŸ’€) - Navigate to variables definition with a click in.. BSD-3 - JupyterLab Python Files (πŸ₯‰14 Β· ⭐ 52 Β· πŸ’€) - JupyterLab extension to create Python files. BSD-3 - JupyterLab Quickopen (πŸ₯‰12 Β· ⭐ 76 Β· πŸ’€) - Quickly open a file in JupyterLab by typing part of.. BSD-3 -- jupyterlab-gitplus (πŸ₯‰10 Β· ⭐ 110 Β· πŸ’€) - JupyterLab extension to create GitHub commits & pull.. ❗️AGPL-3.0 +- jupyterlab-gitplus (πŸ₯‰11 Β· ⭐ 110 Β· πŸ’€) - JupyterLab extension to create GitHub commits & pull.. ❗️AGPL-3.0 - jupyterlab-celltags (πŸ₯‰10 Β· ⭐ 110 Β· πŸ’€) - A JupyterLab extension for notebook cell tags. BSD-3 - jupyterlab-executor (πŸ₯‰10 Β· ⭐ 13 Β· πŸ’€) - JupyterLab extension to execute the scripts from the.. BSD-3 - JupyterLab Bytecode (πŸ₯‰9 Β· ⭐ 62 Β· πŸ’€) - JupyterLab extension to explore CPython Bytecode. BSD-3 @@ -2680,12 +2679,12 @@ _Authentication modules that manage and control how users can access the Jupyter
OAuthenticator (πŸ₯‡29 Β· ⭐ 400) - OAuth + JupyterHub Authenticator = OAuthenticator. BSD-3 -- [GitHub](https://github.com/jupyterhub/oauthenticator) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 360 Β· πŸ“¦ 420 Β· πŸ“‹ 300 - 17% open Β· ⏱️ 26.04.2024): +- [GitHub](https://github.com/jupyterhub/oauthenticator) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 360 Β· πŸ“¦ 420 Β· πŸ“‹ 310 - 18% open Β· ⏱️ 07.05.2024): ``` git clone https://github.com/jupyterhub/oauthenticator ``` -- [PyPi](https://pypi.org/project/oauthenticator) (πŸ“₯ 38K / month Β· πŸ“¦ 180 Β· ⏱️ 20.03.2024): +- [PyPi](https://pypi.org/project/oauthenticator) (πŸ“₯ 42K / month Β· πŸ“¦ 31 Β· ⏱️ 20.03.2024): ``` pip install oauthenticator ``` @@ -2696,12 +2695,12 @@ _Authentication modules that manage and control how users can access the Jupyter
LDAP Authenticator (πŸ₯‡24 Β· ⭐ 200) - LDAP Authenticator Plugin for Jupyter. BSD-3 -- [GitHub](https://github.com/jupyterhub/ldapauthenticator) (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 170 Β· πŸ“¦ 130 Β· πŸ“‹ 150 - 46% open Β· ⏱️ 02.04.2024): +- [GitHub](https://github.com/jupyterhub/ldapauthenticator) (πŸ‘¨β€πŸ’» 32 Β· πŸ”€ 180 Β· πŸ“¦ 130 Β· πŸ“‹ 160 - 47% open Β· ⏱️ 07.05.2024): ``` git clone https://github.com/jupyterhub/ldapauthenticator ``` -- [PyPi](https://pypi.org/project/jupyterhub-ldapauthenticator) (πŸ“₯ 15K / month Β· πŸ“¦ 7 Β· ⏱️ 28.08.2020): +- [PyPi](https://pypi.org/project/jupyterhub-ldapauthenticator) (πŸ“₯ 14K / month Β· ⏱️ 28.08.2020): ``` pip install jupyterhub-ldapauthenticator ``` @@ -2712,36 +2711,36 @@ _Authentication modules that manage and control how users can access the Jupyter
Native Authenticator (πŸ₯ˆ22 Β· ⭐ 69) - JupyterHub-native User Authenticator. BSD-3 -- [GitHub](https://github.com/jupyterhub/nativeauthenticator) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 63 Β· πŸ“¦ 76 Β· πŸ“‹ 110 - 31% open Β· ⏱️ 02.04.2024): +- [GitHub](https://github.com/jupyterhub/nativeauthenticator) (πŸ‘¨β€πŸ’» 22 Β· πŸ”€ 65 Β· πŸ“¦ 77 Β· πŸ“‹ 110 - 33% open Β· ⏱️ 07.05.2024): ``` git clone https://github.com/jupyterhub/nativeauthenticator ``` -- [PyPi](https://pypi.org/project/jupyterhub-nativeauthenticator) (πŸ“₯ 12K / month Β· ⏱️ 09.09.2022): +- [PyPi](https://pypi.org/project/jupyterhub-nativeauthenticator) (πŸ“₯ 11K / month Β· ⏱️ 09.09.2022): ``` pip install jupyterhub-nativeauthenticator ```
LTI Authenticator (πŸ₯ˆ21 Β· ⭐ 64) - A JupyterHub authenticator for LTI. BSD-3 -- [GitHub](https://github.com/jupyterhub/ltiauthenticator) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 50 Β· πŸ“¦ 110 Β· πŸ“‹ 51 - 7% open Β· ⏱️ 02.04.2024): +- [GitHub](https://github.com/jupyterhub/ltiauthenticator) (πŸ‘¨β€πŸ’» 18 Β· πŸ”€ 50 Β· πŸ“¦ 110 Β· πŸ“‹ 51 - 7% open Β· ⏱️ 07.05.2024): ``` git clone https://github.com/jupyterhub/ltiauthenticator ``` -- [PyPi](https://pypi.org/project/jupyterhub-ltiauthenticator) (πŸ“₯ 3.6K / month Β· πŸ“¦ 9 Β· ⏱️ 04.01.2024): +- [PyPi](https://pypi.org/project/jupyterhub-ltiauthenticator) (πŸ“₯ 3.7K / month Β· ⏱️ 04.01.2024): ``` pip install jupyterhub-ltiauthenticator ```
First Use Authenticator (πŸ₯ˆ18 Β· ⭐ 48 Β· πŸ’€) - JupyterHub Authenticator that lets users set.. BSD-3 -- [GitHub](https://github.com/jupyterhub/firstuseauthenticator) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 29 Β· πŸ“¦ 99 Β· πŸ“‹ 26 - 34% open Β· ⏱️ 30.06.2023): +- [GitHub](https://github.com/jupyterhub/firstuseauthenticator) (πŸ‘¨β€πŸ’» 12 Β· πŸ”€ 29 Β· πŸ“¦ 100 Β· πŸ“‹ 26 - 34% open Β· ⏱️ 30.06.2023): ``` git clone https://github.com/jupyterhub/firstuseauthenticator ``` -- [PyPi](https://pypi.org/project/jupyterhub-firstuseauthenticator) (πŸ“₯ 8.9K / month Β· πŸ“¦ 3 Β· ⏱️ 28.10.2021): +- [PyPi](https://pypi.org/project/jupyterhub-firstuseauthenticator) (πŸ“₯ 8.3K / month Β· ⏱️ 28.10.2021): ``` pip install jupyterhub-firstuseauthenticator ``` @@ -2767,14 +2766,14 @@ _Authentication modules that manage and control how users can access the Jupyter _Spawner modules that start, monitor, and stop single-user notebook servers._ -
KubeSpawner (πŸ₯‡28 Β· ⭐ 520 Β· πŸ“‰) - Kubernetes spawner for JupyterHub. BSD-3 +
KubeSpawner (πŸ₯‡28 Β· ⭐ 520) - Kubernetes spawner for JupyterHub. BSD-3 -- [GitHub](https://github.com/jupyterhub/kubespawner) (πŸ‘¨β€πŸ’» 85 Β· πŸ”€ 300 Β· πŸ“¦ 160 Β· πŸ“‹ 370 - 22% open Β· ⏱️ 24.04.2024): +- [GitHub](https://github.com/jupyterhub/kubespawner) (πŸ‘¨β€πŸ’» 85 Β· πŸ”€ 300 Β· πŸ“¦ 160 Β· πŸ“‹ 380 - 23% open Β· ⏱️ 07.05.2024): ``` git clone https://github.com/jupyterhub/kubespawner ``` -- [PyPi](https://pypi.org/project/jupyterhub-kubespawner) (πŸ“₯ 13K / month Β· πŸ“¦ 15 Β· ⏱️ 23.11.2023): +- [PyPi](https://pypi.org/project/jupyterhub-kubespawner) (πŸ“₯ 13K / month Β· πŸ“¦ 10 Β· ⏱️ 23.11.2023): ``` pip install jupyterhub-kubespawner ``` @@ -2790,7 +2789,7 @@ _Spawner modules that start, monitor, and stop single-user notebook servers._ ``` git clone https://github.com/jupyterhub/dockerspawner ``` -- [PyPi](https://pypi.org/project/dockerspawner) (πŸ“₯ 19K / month Β· πŸ“¦ 28 Β· ⏱️ 21.11.2023): +- [PyPi](https://pypi.org/project/dockerspawner) (πŸ“₯ 18K / month Β· πŸ“¦ 12 Β· ⏱️ 21.11.2023): ``` pip install dockerspawner ``` @@ -2799,26 +2798,26 @@ _Spawner modules that start, monitor, and stop single-user notebook servers._ conda install -c conda-forge dockerspawner ```
-
BatchSpawner (πŸ₯ˆ23 Β· ⭐ 180) - Custom Spawner for Jupyterhub to start servers in batch scheduled.. BSD-3 +
BatchSpawner (πŸ₯ˆ24 Β· ⭐ 180) - Custom Spawner for Jupyterhub to start servers in batch scheduled.. BSD-3 -- [GitHub](https://github.com/jupyterhub/batchspawner) (πŸ‘¨β€πŸ’» 49 Β· πŸ”€ 130 Β· πŸ“¦ 34 Β· πŸ“‹ 150 - 40% open Β· ⏱️ 02.04.2024): +- [GitHub](https://github.com/jupyterhub/batchspawner) (πŸ‘¨β€πŸ’» 49 Β· πŸ”€ 130 Β· πŸ“¦ 34 Β· πŸ“‹ 150 - 40% open Β· ⏱️ 07.05.2024): ``` git clone https://github.com/jupyterhub/batchspawner ``` -- [PyPi](https://pypi.org/project/batchspawner) (πŸ“₯ 5.7K / month Β· πŸ“¦ 4 Β· ⏱️ 19.03.2024): +- [PyPi](https://pypi.org/project/batchspawner) (πŸ“₯ 6.2K / month Β· πŸ“¦ 9 Β· ⏱️ 19.03.2024): ``` pip install batchspawner ```
-
SystemdSpawner (πŸ₯‰19 Β· ⭐ 89) - Spawn JupyterHub single-user notebook servers with systemd. BSD-3 +
SystemdSpawner (πŸ₯‰20 Β· ⭐ 89) - Spawn JupyterHub single-user notebook servers with systemd. BSD-3 -- [GitHub](https://github.com/jupyterhub/systemdspawner) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 47 Β· πŸ“¦ 41 Β· πŸ“‹ 76 - 35% open Β· ⏱️ 01.02.2024): +- [GitHub](https://github.com/jupyterhub/systemdspawner) (πŸ‘¨β€πŸ’» 21 Β· πŸ”€ 49 Β· πŸ“¦ 41 Β· πŸ“‹ 76 - 35% open Β· ⏱️ 01.02.2024): ``` git clone https://github.com/jupyterhub/systemdspawner ``` -- [PyPi](https://pypi.org/project/jupyterhub-systemdspawner) (πŸ“₯ 4.8K / month Β· πŸ“¦ 1 Β· ⏱️ 08.06.2023): +- [PyPi](https://pypi.org/project/jupyterhub-systemdspawner) (πŸ“₯ 4.1K / month Β· πŸ“¦ 2 Β· ⏱️ 08.06.2023): ``` pip install jupyterhub-systemdspawner ``` @@ -2829,19 +2828,19 @@ _Spawner modules that start, monitor, and stop single-user notebook servers._
SudoSpawner (πŸ₯‰18 Β· ⭐ 50) - Spawn JupyterHub single-user servers with sudo. BSD-3 -- [GitHub](https://github.com/jupyterhub/sudospawner) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 39 Β· πŸ“¦ 67 Β· πŸ“‹ 40 - 45% open Β· ⏱️ 14.12.2023): +- [GitHub](https://github.com/jupyterhub/sudospawner) (πŸ‘¨β€πŸ’» 15 Β· πŸ”€ 44 Β· πŸ“¦ 67 Β· πŸ“‹ 41 - 46% open Β· ⏱️ 14.12.2023): ``` git clone https://github.com/jupyterhub/sudospawner ``` -- [PyPi](https://pypi.org/project/sudospawner) (πŸ“₯ 2.5K / month Β· πŸ“¦ 12 Β· ⏱️ 19.06.2018): +- [PyPi](https://pypi.org/project/sudospawner) (πŸ“₯ 2.4K / month Β· πŸ“¦ 2 Β· ⏱️ 19.06.2018): ``` pip install sudospawner ```
WrapSpawner (πŸ₯‰14 Β· ⭐ 59) - Mechanism for runtime configuration of spawners for JupyterHub. BSD-3 -- [GitHub](https://github.com/jupyterhub/wrapspawner) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 56 Β· πŸ“¦ 11 Β· πŸ“‹ 34 - 52% open Β· ⏱️ 08.04.2024): +- [GitHub](https://github.com/jupyterhub/wrapspawner) (πŸ‘¨β€πŸ’» 19 Β· πŸ”€ 57 Β· πŸ“¦ 11 Β· πŸ“‹ 38 - 57% open Β· ⏱️ 08.04.2024): ``` git clone https://github.com/jupyterhub/wrapspawner @@ -2862,28 +2861,28 @@ _Core components of the Jupyter architecture._
ipython (πŸ₯‡47 Β· ⭐ 16K) - Official repository for IPython itself. Other repos in the IPython.. BSD-3 -- [GitHub](https://github.com/ipython/ipython) (πŸ‘¨β€πŸ’» 990 Β· πŸ”€ 4.4K Β· πŸ“₯ 320K Β· πŸ“¦ 540K Β· πŸ“‹ 7.4K - 22% open Β· ⏱️ 26.04.2024): +- [GitHub](https://github.com/ipython/ipython) (πŸ‘¨β€πŸ’» 990 Β· πŸ”€ 4.4K Β· πŸ“₯ 320K Β· πŸ“¦ 540K Β· πŸ“‹ 7.4K - 23% open Β· ⏱️ 07.05.2024): ``` git clone https://github.com/ipython/ipython ``` -- [PyPi](https://pypi.org/project/ipython) (πŸ“₯ 44M / month Β· πŸ“¦ 37K Β· ⏱️ 26.04.2024): +- [PyPi](https://pypi.org/project/ipython) (πŸ“₯ 45M / month Β· πŸ“¦ 8.9K Β· ⏱️ 26.04.2024): ``` pip install ipython ``` -- [Conda](https://anaconda.org/conda-forge/ipython) (πŸ“₯ 27M Β· ⏱️ 04.03.2024): +- [Conda](https://anaconda.org/conda-forge/ipython) (πŸ“₯ 27M Β· ⏱️ 09.05.2024): ``` conda install -c conda-forge ipython ```
jupyter_server (πŸ₯‰36 Β· ⭐ 450) - The backendi.e. core services, APIs, and REST endpointsto.. BSD-3 -- [GitHub](https://github.com/jupyter-server/jupyter_server) (πŸ‘¨β€πŸ’» 520 Β· πŸ”€ 260 Β· πŸ“₯ 2.8K Β· πŸ“‹ 450 - 37% open Β· ⏱️ 11.04.2024): +- [GitHub](https://github.com/jupyter-server/jupyter_server) (πŸ‘¨β€πŸ’» 520 Β· πŸ”€ 270 Β· πŸ“₯ 2.9K Β· πŸ“‹ 450 - 38% open Β· ⏱️ 09.05.2024): ``` git clone https://github.com/jupyter-server/jupyter_server ``` -- [PyPi](https://pypi.org/project/jupyter_server) (πŸ“₯ 26M / month Β· πŸ“¦ 470 Β· ⏱️ 11.04.2024): +- [PyPi](https://pypi.org/project/jupyter_server) (πŸ“₯ 27M / month Β· πŸ“¦ 730 Β· ⏱️ 11.04.2024): ``` pip install jupyter_server ``` @@ -2894,12 +2893,12 @@ _Core components of the Jupyter architecture._
jupyter-packaging (πŸ₯‰23 Β· ⭐ 62) - Tools to help build and install Jupyter Python packages. BSD-3 -- [GitHub](https://github.com/jupyter/jupyter-packaging) (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 50 Β· πŸ“₯ 65 Β· πŸ“‹ 44 - 31% open Β· ⏱️ 05.04.2024): +- [GitHub](https://github.com/jupyter/jupyter-packaging) (πŸ‘¨β€πŸ’» 30 Β· πŸ”€ 45 Β· πŸ“₯ 66 Β· πŸ“‹ 44 - 31% open Β· ⏱️ 05.04.2024): ``` git clone https://github.com/jupyter/jupyter-packaging ``` -- [PyPi](https://pypi.org/project/jupyter-packaging) (πŸ“₯ 420K / month Β· πŸ“¦ 70 Β· ⏱️ 25.08.2022): +- [PyPi](https://pypi.org/project/jupyter-packaging) (πŸ“₯ 400K / month Β· πŸ“¦ 130 Β· ⏱️ 25.08.2022): ``` pip install jupyter-packaging ``` @@ -2914,18 +2913,18 @@ _Core components of the Jupyter architecture._ Back to top -
qtconsole (πŸ₯‡34 Β· ⭐ 390 Β· πŸ“‰) - Jupyter Qt Console. BSD-3 +
qtconsole (πŸ₯‡37 Β· ⭐ 390 Β· πŸ“ˆ) - Jupyter Qt Console. BSD-3 -- [GitHub](https://github.com/jupyter/qtconsole) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 200 Β· πŸ“¦ 170K Β· πŸ“‹ 340 - 32% open Β· ⏱️ 25.11.2023): +- [GitHub](https://github.com/jupyter/qtconsole) (πŸ‘¨β€πŸ’» 120 Β· πŸ”€ 190 Β· πŸ“¦ 170K Β· πŸ“‹ 340 - 32% open Β· ⏱️ 05.05.2024): ``` git clone https://github.com/jupyter/qtconsole ``` -- [PyPi](https://pypi.org/project/qtconsole) (πŸ“₯ 5M / month Β· πŸ“¦ 6.4K Β· ⏱️ 15.11.2023): +- [PyPi](https://pypi.org/project/qtconsole) (πŸ“₯ 5.1M / month Β· πŸ“¦ 320 Β· ⏱️ 05.05.2024): ``` pip install qtconsole ``` -- [Conda](https://anaconda.org/conda-forge/qtconsole) (πŸ“₯ 4.7M Β· ⏱️ 16.11.2023): +- [Conda](https://anaconda.org/conda-forge/qtconsole) (πŸ“₯ 4.7M Β· ⏱️ 05.05.2024): ``` conda install -c conda-forge qtconsole ``` @@ -2937,18 +2936,18 @@ _Core components of the Jupyter architecture._ ``` git clone https://github.com/datapane/datapane ``` -- [PyPi](https://pypi.org/project/datapane) (πŸ“₯ 22K / month Β· πŸ“¦ 14 Β· ⏱️ 07.09.2023): +- [PyPi](https://pypi.org/project/datapane) (πŸ“₯ 24K / month Β· πŸ“¦ 14 Β· ⏱️ 07.09.2023): ``` pip install datapane ``` -- [Conda](https://anaconda.org/conda-forge/datapane) (πŸ“₯ 85K Β· ⏱️ 07.09.2023): +- [Conda](https://anaconda.org/conda-forge/datapane) (πŸ“₯ 86K Β· ⏱️ 07.09.2023): ``` conda install -c conda-forge datapane ```
Show 2 hidden projects... -- jupyter-console (πŸ₯ˆ27 Β· ⭐ 240 Β· πŸ’€) - Jupyter Terminal Console. BSD-3 +- jupyter-console (πŸ₯ˆ26 Β· ⭐ 240 Β· πŸ’€) - Jupyter Terminal Console. BSD-3 - colabcode (πŸ₯‰21 Β· ⭐ 2K Β· πŸ’€) - Run VSCode (codeserver) on Google Colab or Kaggle Notebooks. MIT
diff --git a/history/2024-05-09_changes.md b/history/2024-05-09_changes.md new file mode 100644 index 0000000..a50af8d --- /dev/null +++ b/history/2024-05-09_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._ + +- pandas-profiling (πŸ₯‡38 Β· ⭐ 12K Β· πŸ“ˆ) - 1 Line of code data quality profiling & exploratory data.. MIT +- qtconsole (πŸ₯‡37 Β· ⭐ 390 Β· πŸ“ˆ) - Jupyter Qt Console. BSD-3 +- Jupytext (πŸ₯‡35 Β· ⭐ 6.4K Β· πŸ“ˆ) - Jupyter Notebooks as Markdown Documents, Julia, Python or R scripts. MIT +- nbdev (πŸ₯‡32 Β· ⭐ 4.8K Β· πŸ“ˆ) - Create delightful software with Jupyter Notebooks. Apache-2 +- mercury (πŸ₯ˆ26 Β· ⭐ 3.8K Β· πŸ“ˆ) - Convert Jupyter Notebooks to Web Apps. ❗️AGPL-3.0 + +## πŸ“‰ 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 Book (πŸ₯ˆ32 Β· ⭐ 3.7K Β· πŸ“‰) - Create beautiful, publication-quality books and documents.. BSD-3 +- nteract (πŸ₯ˆ31 Β· ⭐ 6.2K Β· πŸ“‰) - The interactive computing suite for you!. BSD-3 +- jupyter-console (πŸ₯ˆ26 Β· ⭐ 240 Β· πŸ’€) - Jupyter Terminal Console. BSD-3 +- pick (πŸ₯ˆ22 Β· ⭐ 680 Β· πŸ’€) - Customize your kernels on Launch!. BSD-3 +- Bash Kernel (πŸ₯ˆ22 Β· ⭐ 680 Β· πŸ“‰) - A bash kernel for IPython. BSD-3 + diff --git a/history/2024-05-09_projects.csv b/history/2024-05-09_projects.csv new file mode 100644 index 0000000..38a29eb --- /dev/null +++ b/history/2024-05-09_projects.csv @@ -0,0 +1,302 @@ +,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_latest_release_published_at,pypi_dependent_project_count,pypi_monthly_downloads,conda_url,conda_latest_release_published_at,conda_total_downloads,projectrank_placing,npm_id,npm_url,npm_latest_release_published_at,npm_dependent_project_count,npm_monthly_downloads,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,conda_dependent_project_count,updated_github_id,trending,pypi,cran_id,go_id,go_url,go_latest_release_published_at,go_dependent_project_count,gem_id,hex_id,docs_url,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,47,True,ipython,ipython/ipython,conda-forge/ipython,https://github.com/ipython/ipython,BSD-3-Clause,2010-05-10 04:46:06.000,2024-05-09 14:15:08.678000,2024-05-07 08:22:23,27002.0,121.0,4415.0,747.0,7060.0,1707.0,5682.0,16147.0,2024-04-26 09:10:25.000,8.24.0,320898.0,45750807.0,186.0,550878.0,542015.0,987.0,https://pypi.org/project/ipython,2024-04-26 09:10:25.000,8863.0,45093964.0,https://anaconda.org/conda-forge/ipython,2024-05-09 14:15:08.678,27482976.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +2,bokeh,"Interactive Data Visualization in the browser, from Python.",https://github.com/bokeh/bokeh,,widgets,45,True,bokeh,bokeh/bokeh,conda-forge/bokeh,https://github.com/bokeh/bokeh,BSD-3-Clause,2012-03-26 15:40:01.000,2024-05-09 13:07:33.000000,2024-05-09 09:49:31,20486.0,108.0,4161.0,442.0,6066.0,776.0,6886.0,18867.0,2024-04-11 21:02:24.000,3.4.1,,5778642.0,201.0,88966.0,87381.0,693.0,https://pypi.org/project/bokeh,2024-05-08 19:44:08.000,1567.0,5476409.0,https://anaconda.org/conda-forge/bokeh,2024-04-12 05:55:15.282,13829605.0,1.0,@bokeh/bokehjs,https://www.npmjs.com/package/@bokeh/bokehjs,2024-05-08 19:43:53.595,18.0,7987.0,,,,,,,,,,,,,,,,,, +3,Jupyter,Jupyter Interactive Notebook.,https://github.com/jupyter/notebook,,notebook-environments,45,True,notebook,jupyter/notebook,conda-forge/jupyter,https://github.com/jupyter/notebook,BSD-3-Clause,2015-04-09 06:58:03.000,2024-05-07 16:29:52.000000,2024-05-07 08:15:17,13546.0,34.0,4628.0,324.0,2432.0,1937.0,2941.0,12264.0,2024-05-01 17:42:32.000,6.5.7,17863.0,24906476.0,155.0,284072.0,282234.0,647.0,https://pypi.org/project/notebook,2024-05-01 17:42:22.000,1838.0,24499747.0,https://anaconda.org/conda-forge/jupyter,2023-10-02 14:08:37.561,4210009.0,1.0,,,,,,jupyter/datascience-notebook,https://hub.docker.com/r/jupyter/datascience-notebook,2023-10-20 20:06:40.614669,1071.0,32839449.0,,,,,,,,,,,,, +4,nbconvert,Jupyter Notebook Conversion.,https://github.com/jupyter/nbconvert,,notebook-sharing,40,True,nbconvert,jupyter/nbconvert,conda-forge/nbconvert,https://github.com/jupyter/nbconvert,BSD-3-Clause,2015-04-09 06:58:23.000,2024-05-07 12:18:56.000000,2024-04-29 14:53:56,4059.0,14.0,552.0,50.0,978.0,539.0,651.0,1667.0,2024-04-29 14:54:15.000,7.16.4,1117.0,26618358.0,101.0,272751.0,270979.0,271.0,https://pypi.org/project/nbconvert,2024-04-29 14:54:06.000,1772.0,26214092.0,https://anaconda.org/conda-forge/nbconvert,2024-04-30 11:52:24.733,16978437.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +5,IPython Kernel,IPython Kernel for Jupyter.,https://github.com/ipython/ipykernel,,kernels,40,True,ipykernel,ipython/ipykernel,ipykernel,https://github.com/ipython/ipykernel,BSD-3-Clause,2015-04-09 07:44:14.000,2024-05-09 10:37:12.000000,2024-04-08 12:32:26,2916.0,14.0,357.0,38.0,734.0,274.0,242.0,615.0,2024-03-27 22:25:50.000,6.29.4,2367.0,28292105.0,132.0,365753.0,362462.0,182.0,https://pypi.org/project/ipykernel,2024-03-27 22:25:41.000,3220.0,28283344.0,https://anaconda.org/anaconda/ipykernel,2024-01-22 15:02:52.448,887082.0,1.0,,,,,,,,,,,71.0,,,,,,,,,,,, +6,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,2024-05-09 07:21:04.436786,2024-05-09 07:03:55,7530.0,268.0,1969.0,267.0,2343.0,174.0,2228.0,7924.0,2024-04-04 20:15:43.000,4.1.5,,222341.0,82.0,3054.0,2843.0,358.0,https://pypi.org/project/jupyterhub,2024-05-09 07:06:09.000,211.0,155153.0,https://anaconda.org/conda-forge/jupyterhub,2024-04-05 00:18:51.452,1080725.0,1.0,,,,,,jupyterhub/jupyterhub,https://hub.docker.com/r/jupyterhub/jupyterhub,2024-05-09 07:21:04.436786,334.0,5199617.0,,,,,,,,,,,,, +7,panel,Panel: The powerful data exploration & web app framework for Python.,https://github.com/holoviz/panel,,widgets,39,True,panel,holoviz/panel,conda-forge/panel,https://github.com/holoviz/panel,BSD-3-Clause,2018-08-23 12:14:24.000,2024-05-09 14:12:19.000000,2024-05-09 14:12:18,3889.0,284.0,461.0,55.0,3379.0,1060.0,2373.0,4263.0,2024-04-23 09:51:51.000,1.4.2,,630850.0,380.0,11606.0,11262.0,170.0,https://pypi.org/project/panel,2024-05-08 12:32:23.000,339.0,570715.0,https://anaconda.org/conda-forge/panel,2024-04-25 14:51:43.987,1402783.0,1.0,@holoviz/panel,https://www.npmjs.com/package/@holoviz/panel,2024-05-08 12:34:10.533,5.0,30289.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,38,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,2024-05-07 20:18:32.000000,2024-05-07 19:29:08,1444.0,70.0,1629.0,150.0,781.0,215.0,561.0,12080.0,2024-05-07 19:57:59.000,4.8.3,88.0,735057.0,61.0,3278.0,3096.0,123.0,https://pypi.org/project/pandas-profiling,2023-02-03 17:59:40.571,182.0,730444.0,https://anaconda.org/conda-forge/pandas-profiling,2023-06-16 13:22:30.453,429011.0,1.0,,,,,,,,,,,,ydataai/ydata-profiling,1.0,,,,,,,,,, +9,ipywidgets,Interactive Widgets for the Jupyter Notebook.,https://github.com/jupyter-widgets/ipywidgets,,widgets,37,True,ipywidgets,jupyter-widgets/ipywidgets,conda-forge/ipywidgets,https://github.com/jupyter-widgets/ipywidgets,BSD-3-Clause,2015-04-17 20:29:25.000,2024-05-08 03:44:08.153000,2024-02-08 15:35:20,7825.0,,937.0,78.0,1893.0,766.0,1327.0,3063.0,2024-02-22 16:47:17.000,8.1.2,,18314236.0,155.0,3861.0,3.0,212.0,https://pypi.org/project/ipywidgets,2024-02-08 15:31:21.000,3747.0,17940109.0,https://anaconda.org/conda-forge/ipywidgets,2024-05-08 03:44:08.153,13457839.0,1.0,@jupyter-widgets/jupyterlab-manager,https://www.npmjs.com/package/@jupyter-widgets/jupyterlab-manager,2024-02-08 15:12:36.059,111.0,68268.0,,,,,,,,,,,,,,,,,, +10,qtconsole,Jupyter Qt Console.,https://github.com/jupyter/qtconsole,,others,37,True,qtconsole,jupyter/qtconsole,conda-forge/qtconsole,https://github.com/jupyter/qtconsole,BSD-3-Clause,2015-04-09 06:59:10.000,2024-05-05 21:06:00.587000,2024-05-05 15:58:33,1982.0,11.0,194.0,23.0,265.0,111.0,230.0,393.0,2024-05-05 15:56:40.000,5.5.2,,5229913.0,49.0,173126.0,172805.0,123.0,https://pypi.org/project/qtconsole,2024-05-05 15:56:40.000,321.0,5130243.0,https://anaconda.org/conda-forge/qtconsole,2024-05-05 21:06:00.587,4684512.0,1.0,,,,,,,,,,,,,3.0,,,,,,,,,, +11,jupyter_server,"The backendi.e. core services, APIs, and REST endpointsto Jupyter web applications.",https://github.com/jupyter-server/jupyter_server,,components,36,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,2024-05-09 00:22:18.000000,2024-05-09 00:22:18,12744.0,23.0,266.0,38.0,978.0,173.0,280.0,452.0,2024-04-11 15:34:20.000,2.14.0,2857.0,26833882.0,150.0,734.0,,522.0,https://pypi.org/project/jupyter_server,2024-04-11 15:34:12.000,734.0,26585230.0,https://anaconda.org/conda-forge/jupyter_server,2024-04-12 01:22:33.105,10937519.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +12,nbformat,Reference implementation of the Jupyter Notebook format.,https://github.com/jupyter/nbformat,,notebook-tools,36,True,nbformat,jupyter/nbformat,conda-forge/nbformat,https://github.com/jupyter/nbformat,BSD-3-Clause,2015-04-09 01:07:29.000,2024-05-06 22:19:45.000000,2024-04-04 11:20:24,1052.0,11.0,153.0,26.0,257.0,66.0,82.0,248.0,2024-04-04 11:20:44.000,5.10.4,278.0,26979170.0,43.0,284607.0,282882.0,80.0,https://pypi.org/project/nbformat,2024-04-04 11:20:34.000,1720.0,26495591.0,https://anaconda.org/conda-forge/nbformat,2024-04-04 13:59:41.149,22242389.0,1.0,nbformat-schema,https://www.npmjs.com/package/nbformat-schema,2024-04-04 11:20:41.048,5.0,43.0,,,,,,,,,,,,,,,,,, +13,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,2024-05-07 07:07:45.024000,2024-05-05 22:34:48,2458.0,13.0,380.0,70.0,575.0,125.0,544.0,6431.0,2024-05-05 23:00:52.000,1.16.2,,703151.0,127.0,7778.0,7334.0,87.0,https://pypi.org/project/jupytext,2024-05-05 23:00:52.000,439.0,679905.0,https://anaconda.org/conda-forge/jupytext,2024-05-07 07:07:45.024,793757.0,1.0,jupyterlab-jupytext,https://www.npmjs.com/package/jupyterlab-jupytext,2024-05-05 22:22:30.609,5.0,6358.0,,,,,,,,1.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,35,True,evidently,evidentlyai/evidently,conda-forge/evidently,https://github.com/evidentlyai/evidently,Apache-2.0,2020-11-25 15:20:08.000,2024-05-09 12:36:36.000000,2024-05-09 12:36:35,2076.0,106.0,524.0,45.0,753.0,152.0,207.0,4679.0,2024-05-08 09:05:51.000,0.4.21,40.0,1514620.0,100.0,3408.0,3395.0,68.0,https://pypi.org/project/evidently,2024-05-08 09:05:16.000,13.0,1514119.0,https://anaconda.org/conda-forge/evidently,2024-05-08 14:42:33.633,16526.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +15,xonsh,"Python-powered, cross-platform, Unix-gazing shell.",https://github.com/xonsh/xonsh,,kernels,34,False,xonsh,xonsh/xonsh,,https://github.com/xonsh/xonsh,https://github.com/xonsh/xonsh/blob/main/license,2015-01-21 22:05:27.000,2024-05-09 13:13:04.000000,2024-05-09 13:13:03,10602.0,105.0,620.0,101.0,2676.0,271.0,2264.0,8053.0,2024-04-23 18:35:57.000,0.16.0,10154.0,53494.0,129.0,817.0,675.0,326.0,https://pypi.org/project/xonsh,2024-04-23 18:35:57.000,142.0,53383.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +16,Jupyter Client,Jupyter protocol client APIs.,https://github.com/jupyter/jupyter_client,,notebook-tools,34,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,2024-05-03 09:03:33.000000,2024-03-12 11:58:46,2597.0,5.0,272.0,34.0,645.0,194.0,198.0,359.0,2024-03-12 11:59:02.000,8.6.1,1578.0,29614601.0,94.0,1077.0,,131.0,https://pypi.org/project/jupyter-client,2024-03-12 11:58:55.000,1077.0,29141635.0,https://anaconda.org/conda-forge/jupyter_client,2024-03-12 15:19:45.712,21754281.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +17,papermill,"Parameterize, execute, and analyze notebooks.",https://github.com/nteract/papermill,,widgets,33,True,papermill,nteract/papermill,conda-forge/papermill,https://github.com/nteract/papermill,BSD-3-Clause,2017-07-06 17:17:53.000,2024-04-27 10:45:57.233000,2024-04-26 21:34:29,988.0,8.0,415.0,89.0,392.0,140.0,260.0,5643.0,2024-04-26 21:48:15.000,2.6.0,,1841582.0,75.0,6248.0,5933.0,120.0,https://pypi.org/project/papermill,2024-04-26 21:48:15.000,315.0,1829002.0,https://anaconda.org/conda-forge/papermill,2024-04-27 10:45:57.233,591272.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +18,Voila,Voil turns Jupyter notebooks into standalone web applications.,https://github.com/voila-dashboards/voila,,notebook-sharing,33,True,voila,voila-dashboards/voila,conda-forge/voila,https://github.com/voila-dashboards/voila,BSD-3-Clause,2018-08-21 14:21:42.000,2024-05-06 20:19:49.000000,2024-04-17 14:28:59,1451.0,8.0,494.0,76.0,736.0,306.0,432.0,5228.0,2024-04-02 14:40:48.000,0.2.17,1102.0,147357.0,106.0,11186.0,11039.0,69.0,https://pypi.org/project/voila,2024-04-02 14:39:15.000,142.0,139428.0,https://anaconda.org/conda-forge/voila,2024-04-02 15:31:53.941,338650.0,1.0,@jupyter-voila/jupyterlab-preview,https://www.npmjs.com/package/@jupyter-voila/jupyterlab-preview,2020-05-19 10:24:11.555,5.0,199.0,,,,,,,,,,,,,,,,,, +19,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,2024-04-24 11:50:07.575000,2024-04-24 08:13:45,1179.0,8.0,359.0,67.0,603.0,276.0,352.0,1454.0,2024-04-23 16:00:01.000,0.19.0,,182241.0,82.0,8984.0,8726.0,88.0,https://pypi.org/project/ipyleaflet,2024-04-23 16:00:01.000,249.0,149286.0,https://anaconda.org/conda-forge/ipyleaflet,2024-04-24 11:50:07.575,1132267.0,1.0,jupyter-leaflet,https://www.npmjs.com/package/jupyter-leaflet,2024-04-23 15:59:25.544,9.0,9367.0,,,,,,,,,,,,,,,,,, +20,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,2024-05-09 08:58:41.000000,2024-05-06 12:51:46,3721.0,23.0,2973.0,190.0,1232.0,12.0,874.0,8209.0,,,,855743.0,,21.0,21.0,246.0,,,,,,,,2.0,,,,,,jupyter/scipy-notebook,https://hub.docker.com/r/jupyter/scipy-notebook,2023-10-20 20:03:34.298948,446.0,90708860.0,,,,,,,,,,,,, +21,nbdev,Create delightful software with Jupyter Notebooks.,https://github.com/fastai/nbdev,,notebook-tools,32,True,nbdev,fastai/nbdev,,https://github.com/fastai/nbdev,Apache-2.0,2019-11-18 17:37:35.000,2024-05-02 19:01:48.000000,2024-05-02 18:59:17,1728.0,42.0,476.0,48.0,548.0,140.0,721.0,4755.0,2024-05-02 18:34:35.000,2.3.20,,63355.0,162.0,292.0,,99.0,https://pypi.org/project/nbdev,2024-05-02 18:34:35.000,292.0,63355.0,,,,1.0,,,,,,,,,,,,,1.0,,,,,,,,,, +22,Jupyter Book,"Create beautiful, publication-quality books and documents from computational content.",https://github.com/executablebooks/jupyter-book,,notebook-sharing,32,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,2024-05-06 16:34:45.000000,2024-03-11 09:38:53,1529.0,2.0,647.0,61.0,768.0,613.0,748.0,3698.0,2024-01-26 21:10:26.000,1.0.0,,96769.0,47.0,13927.0,13644.0,137.0,https://pypi.org/project/jupyter-book,2024-01-26 14:30:38.000,283.0,93347.0,https://anaconda.org/conda-forge/jupyter-book,2024-02-21 13:26:30.376,133493.0,2.0,,,,,,,,,,,,,-1.0,,,,,,,,,, +23,nikola,A static website and blog generator.,https://github.com/getnikola/nikola,,notebook-sharing,32,True,nikola,getnikola/nikola,,https://github.com/getnikola/nikola,MIT,2012-04-14 13:53:22.000,2024-05-07 18:07:35.000000,2024-05-07 18:07:22,10414.0,9.0,441.0,78.0,1554.0,63.0,2112.0,2555.0,2024-04-29 12:09:41.000,8.3.1,116.0,2478.0,89.0,514.0,512.0,239.0,https://pypi.org/project/nikola,2024-04-29 12:05:47.000,2.0,2478.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +24,jupyter-matplotlib,Matplotlib Jupyter Integration.,https://github.com/matplotlib/ipympl,,widgets,32,True,ipympl,matplotlib/ipympl,conda-forge/ipympl,https://github.com/matplotlib/ipympl,BSD-3-Clause,2016-07-21 14:38:56.000,2024-04-16 07:16:47.069000,2024-04-15 13:15:20,518.0,3.0,223.0,38.0,253.0,148.0,163.0,1536.0,2024-04-15 13:25:04.000,0.9.4,,355202.0,50.0,11541.0,11245.0,33.0,https://pypi.org/project/ipympl,2024-04-15 13:20:55.000,289.0,310330.0,https://anaconda.org/conda-forge/ipympl,2024-04-16 07:16:47.069,1571820.0,2.0,jupyter-matplotlib,https://www.npmjs.com/package/jupyter-matplotlib,2024-04-15 13:22:39.503,7.0,10702.0,,,,,,,,,,,,,,,,,, +25,VSCode Jupyter,VS Code Jupyter extension.,https://github.com/microsoft/vscode-jupyter,,notebook-environments,32,True,,microsoft/vscode-jupyter,conda-forge/vscode-jupyter,https://github.com/microsoft/vscode-jupyter,MIT,2020-09-10 23:39:14.000,2024-05-09 01:27:25.000000,2024-05-08 14:57:32,8782.0,167.0,264.0,42.0,4532.0,399.0,9419.0,1227.0,2024-04-30 22:17:16.000,2024.4.0,17.0,1795.0,35.0,3.0,3.0,270.0,,,,,https://anaconda.org/conda-forge/vscode-jupyter,2023-06-16 19:25:09.142,68236.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +26,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,2024-05-08 18:34:25.000000,,,,3110.0,,,2436.0,,13803.0,2024-05-06 15:52:11.451,4.2.0,,20473291.0,526.0,2676.0,,488.0,https://pypi.org/project/jupyterlab,2024-05-06 15:43:04.000,2295.0,19911861.0,https://anaconda.org/conda-forge/jupyterlab,2024-05-06 16:21:43.292,10228434.0,2.0,@jupyterlab/ui-components,https://www.npmjs.com/package/@jupyterlab/ui-components,2024-05-06 15:52:11.451,381.0,348338.0,,,,,,,,,,,,,,,,,, +27,Perspective,"A data visualization and analytics component, especially well-suited for large and/or streaming datasets.",https://github.com/finos/perspective,,lab-extensions,31,True,perspective-python,finos/perspective,conda-forge/perspective,https://github.com/finos/perspective,Apache-2.0,2017-11-02 16:27:54.000,2024-05-04 04:44:38.000000,2024-05-04 04:44:37,5973.0,66.0,994.0,114.0,1638.0,100.0,649.0,7569.0,2024-03-25 22:52:24.000,2.10.0,2577.0,21624.0,121.0,148.0,122.0,93.0,https://pypi.org/project/perspective-python,2024-03-25 22:45:59.000,22.0,5452.0,https://anaconda.org/conda-forge/perspective,2024-03-26 20:17:11.439,579229.0,1.0,@finos/perspective-jupyterlab,https://www.npmjs.com/package/@finos/perspective-jupyterlab,2024-03-25 22:45:31.297,4.0,3591.0,,,,,,,,,,,,,,,,,, +28,nteract,The interactive computing suite for you!.,https://github.com/nteract/nteract,,notebook-environments,31,True,nteract_on_jupyter,nteract/nteract,,https://github.com/nteract/nteract,BSD-3-Clause,2015-06-15 23:21:49.000,2023-12-30 16:09:02.000000,2023-12-30 16:09:02,11273.0,,551.0,149.0,3990.0,190.0,1522.0,6158.0,2021-10-22 17:46:48.907,7.0.20,1503041.0,97624.0,94.0,32.0,3.0,180.0,https://pypi.org/project/nteract_on_jupyter,2019-07-16 03:59:16.000,,1131.0,,,,2.0,@nteract/messaging,https://www.npmjs.com/package/@nteract/messaging,2021-10-22 17:46:48.907,29.0,80837.0,,,,,,,,-1.0,,,,,,,,,, +29,Contrib NBextensions,A collection of various notebook extensions for Jupyter.,https://github.com/ipython-contrib/jupyter_contrib_nbextensions,,jupyter-extensions,31,False,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,2024-03-21 14:05:18.000000,2022-12-21 19:56:24,2660.0,,804.0,134.0,852.0,381.0,462.0,5174.0,2022-11-15 17:33:00.905,0.7.0,,571613.0,18.0,239.0,20.0,135.0,https://pypi.org/project/jupyter_contrib_nbextensions,2022-11-15 17:33:00.905,219.0,550978.0,https://anaconda.org/conda-forge/jupyter_contrib_nbextensions,2023-06-16 13:22:12.750,1919084.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +30,nbdime,Tools for diffing and merging of Jupyter notebooks.,https://github.com/jupyter/nbdime,,notebook-sharing,31,True,nbdime,jupyter/nbdime,conda-forge/nbdime,https://github.com/jupyter/nbdime,BSD-3-Clause,2015-11-16 09:25:53.000,2024-05-04 01:07:27.000000,2023-11-21 09:21:22,2132.0,,155.0,42.0,414.0,88.0,263.0,2600.0,2023-11-21 09:21:51.000,4.0.1,126.0,496384.0,36.0,232.0,141.0,50.0,https://pypi.org/project/nbdime,2023-11-21 09:21:36.000,83.0,439355.0,https://anaconda.org/conda-forge/nbdime,2023-11-21 14:11:17.594,999574.0,2.0,nbdime-jupyterlab,https://www.npmjs.com/package/nbdime-jupyterlab,2023-11-21 09:21:48.655,8.0,33775.0,,,,,,,,,,,,,,,,,, +31,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,2024-05-02 17:33:20.000000,2024-04-09 16:58:35,2944.0,54.0,141.0,20.0,532.0,189.0,370.0,1733.0,2024-04-09 17:59:47.000,jupyter-lsp-2.2.5,,92510.0,67.0,1970.0,1919.0,52.0,https://pypi.org/project/jupyterlab-lsp,2024-02-26 15:39:40.000,44.0,54337.0,https://anaconda.org/conda-forge/jupyter-lsp,2024-04-10 00:11:10.767,1642194.0,1.0,@krassowski/jupyterlab-lsp,https://www.npmjs.com/package/@krassowski/jupyterlab-lsp,2022-08-26 15:27:01.064,7.0,851.0,,,,,,,,,,,,,,,,,, +32,JupyterLab Git,A Git extension for JupyterLab.,https://github.com/jupyterlab/jupyterlab-git,,lab-extensions,31,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,2024-04-17 12:40:04.000000,2024-04-17 12:40:03,1888.0,4.0,303.0,39.0,704.0,97.0,495.0,1395.0,2023-11-21 14:39:09.000,0.50.0,183.0,164102.0,78.0,2779.0,2736.0,94.0,https://pypi.org/project/jupyterlab-git,2023-11-21 14:38:56.000,34.0,132560.0,https://anaconda.org/conda-forge/jupyterlab-git,2024-02-07 14:03:02.767,543712.0,1.0,@jupyterlab/git,https://www.npmjs.com/package/@jupyterlab/git,2023-11-21 14:38:51.510,9.0,19970.0,,,,,,,,,,,,,,,,,, +33,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,2024-04-15 11:19:02.000000,2024-03-13 00:25:11,382.0,6.0,53.0,11.0,206.0,42.0,70.0,138.0,2024-03-13 00:25:28.000,0.10.0,448.0,21606353.0,41.0,163569.0,163238.0,38.0,https://pypi.org/project/nbclient,2024-03-13 00:25:21.000,331.0,21299576.0,https://anaconda.org/conda-forge/nbclient,2024-03-13 08:16:55.142,14417915.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +34,D-Tale,Visualizer for Pandas Data Structures.,https://github.com/man-group/dtale,,widgets,30,False,dtale,man-group/dtale,conda-forge/dtale,https://github.com/man-group/dtale,LGPL-2.1,2019-07-15 09:34:48.000,2024-05-07 13:10:17.000000,2024-04-30 18:31:30,796.0,11.0,382.0,75.0,288.0,64.0,516.0,4567.0,2024-04-30 18:56:18.000,3.12.0,,56937.0,182.0,1296.0,1102.0,30.0,https://pypi.org/project/dtale,2024-04-30 18:56:18.000,194.0,51152.0,https://anaconda.org/conda-forge/dtale,2024-04-30 19:55:43.333,277703.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +35,bqplot,Plotting library for IPython/Jupyter notebooks.,https://github.com/bqplot/bqplot,,widgets,30,True,bqplot,bqplot/bqplot,conda-forge/bqplot,https://github.com/bqplot/bqplot,Apache-2.0,2015-09-26 04:02:18.000,2024-04-30 15:15:19.000000,2024-03-25 08:55:18,3659.0,3.0,462.0,101.0,1048.0,256.0,368.0,3561.0,2024-02-27 15:38:38.000,0.12.43,,153468.0,112.0,168.0,55.0,64.0,https://pypi.org/project/bqplot,2024-03-25 09:03:21.000,92.0,123417.0,https://anaconda.org/conda-forge/bqplot,2024-02-19 16:46:43.025,1289822.0,2.0,bqplot,https://www.npmjs.com/package/bqplot,2024-03-25 09:04:27.051,21.0,3180.0,,,,,,,,,,,,,,,,,, +36,ipyparallel,IPython Parallel: Interactive Parallel Computing in Python.,https://github.com/ipython/ipyparallel,,notebook-tools,30,False,ipyparallel,ipython/ipyparallel,conda-forge/ipyparallel,https://github.com/ipython/ipyparallel,,2015-04-09 07:43:55.000,2024-05-06 22:09:13.000000,2024-04-05 11:33:33,2908.0,28.0,991.0,121.0,516.0,59.0,300.0,2553.0,2024-04-05 11:35:24.000,8.8.0,,474284.0,47.0,109.0,,113.0,https://pypi.org/project/ipyparallel,2024-04-05 11:35:24.000,109.0,451033.0,https://anaconda.org/conda-forge/ipyparallel,2024-04-05 13:21:22.787,999834.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +37,ipython-sql,"%%sql magic for IPython, hopefully evolving into full SQL client.",https://github.com/catherinedevlin/ipython-sql,,magic,30,False,ipython-sql,catherinedevlin/ipython-sql,conda-forge/ipython-sql,https://github.com/catherinedevlin/ipython-sql,MIT,2013-03-20 16:41:10.000,2024-03-27 15:24:21.000000,2023-04-21 20:49:35,292.0,,297.0,48.0,98.0,111.0,44.0,1766.0,2023-02-27 00:06:57.430,0.5.0,,211878.0,19.0,6427.0,6416.0,55.0,https://pypi.org/project/ipython-sql,2023-02-27 00:06:57.430,11.0,209094.0,https://anaconda.org/conda-forge/ipython-sql,2023-06-16 13:23:09.898,258946.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +38,nbgrader,A system for assigning and grading notebooks.,https://github.com/jupyter/nbgrader,,jupyter-extensions,30,True,nbgrader,jupyter/nbgrader,conda-forge/nbgrader,https://github.com/jupyter/nbgrader,BSD-3-Clause,2014-09-13 03:27:36.000,2024-04-24 18:04:27.000000,2024-03-28 20:03:27,3416.0,7.0,310.0,44.0,943.0,257.0,663.0,1256.0,2024-03-26 10:47:37.000,0.9.2,354.0,10153.0,40.0,574.0,554.0,105.0,https://pypi.org/project/nbgrader,2024-03-26 10:47:25.000,20.0,5953.0,https://anaconda.org/conda-forge/nbgrader,2024-03-27 13:36:44.749,159493.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +39,sos,SoS workflow system for daily data analysis.,https://github.com/vatlab/sos,,notebook-environments,30,True,sos-notebook,vatlab/SOS,conda-forge/sos,https://github.com/vatlab/sos,BSD-3-Clause,2016-02-13 00:46:46.000,2024-04-11 03:47:52.014000,2024-04-11 00:10:46,7652.0,47.0,42.0,8.0,78.0,65.0,1390.0,265.0,2023-09-25 05:56:08.000,0.24.4,,5532.0,168.0,5791.0,5769.0,36.0,https://pypi.org/project/sos-notebook,2023-09-25 05:56:08.000,22.0,1985.0,https://anaconda.org/conda-forge/sos,2024-04-11 03:47:52.014,170303.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +40,JupyterLab Debugger,"A visual debugger for Jupyter notebooks, consoles, and source files.",https://github.com/jupyterlab/debugger,,lab-extensions,29,False,,jupyterlab/debugger,,https://github.com/jupyterlab/debugger,BSD-3-Clause,2019-07-19 18:19:17.000,2024-05-06 15:44:56.263000,2021-03-31 14:20:34,1174.0,,3110.0,20.0,322.0,31.0,245.0,13803.0,2024-05-06 15:44:56.263,4.2.0,,66390.0,261.0,18.0,,11.0,,,,,,,,1.0,@jupyterlab/debugger,https://www.npmjs.com/package/@jupyterlab/debugger,2024-05-06 15:44:56.263,18.0,66390.0,,,,,,,,,,,,,,,,,, +41,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-10-18 13:16:38.000000,2023-10-18 13:16:38,638.0,,1069.0,156.0,79.0,199.0,203.0,9724.0,2018-11-22 17:02:16.000,0.20.0,,146746.0,116.0,60.0,21.0,43.0,https://pypi.org/project/jupyterthemes,2018-11-22 17:02:16.000,39.0,146746.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +42,BeakerX,Beaker Extensions for Jupyter Notebook.,https://github.com/twosigma/beakerx,,notebook-tools,29,False,beakerx,twosigma/beakerx,conda-forge/beakerx,https://github.com/twosigma/beakerx,Apache-2.0,2013-12-03 14:16:36.000,2024-04-24 07:40:03.000000,2021-01-21 14:02:57,1689.0,,382.0,122.0,3798.0,353.0,4176.0,2802.0,2024-04-24 07:40:03.000,2.4.3,35.0,12753.0,59.0,25.0,,81.0,https://pypi.org/project/beakerx,2024-04-24 07:40:03.000,22.0,2688.0,https://anaconda.org/conda-forge/beakerx,2023-06-16 13:23:56.494,631134.0,2.0,beakerx,https://www.npmjs.com/package/beakerx,2019-04-06 03:31:02.776,3.0,180.0,beakerx/beakerx,https://hub.docker.com/r/beakerx/beakerx,2018-12-02 20:23:21.082606,23.0,249523.0,,,,,,,,,,,,, +43,repo2docker,Turn repositories into Jupyter-enabled Docker images.,https://github.com/jupyterhub/repo2docker,,notebook-tools,29,True,jupyter-repo2docker,jupyterhub/repo2docker,,https://github.com/jupyterhub/repo2docker,BSD-3-Clause,2017-05-09 08:36:30.000,2024-05-07 05:39:30.000000,2024-05-07 05:39:29,2767.0,16.0,358.0,48.0,813.0,175.0,365.0,1581.0,2024-04-01 13:03:00.000,2024.03.0,,4319.0,21.0,238.0,210.0,122.0,https://pypi.org/project/jupyter-repo2docker,2024-03-31 18:46:39.000,28.0,4319.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +44,sparkmagic,Jupyter magics and kernels for working with remote Spark clusters.,https://github.com/jupyter-incubator/sparkmagic,,magic,29,True,sparkmagic,jupyter-incubator/sparkmagic,conda-forge/sparkmagic,https://github.com/jupyter-incubator/sparkmagic,BSD-3-Clause,2015-09-21 15:35:25.000,2024-05-06 21:05:50.000000,2024-03-13 23:16:34,1367.0,3.0,438.0,49.0,462.0,161.0,300.0,1287.0,2023-09-13 15:53:21.000,0.21.0,,55829.0,56.0,347.0,340.0,64.0,https://pypi.org/project/sparkmagic,2023-09-13 15:53:21.000,7.0,53132.0,https://anaconda.org/conda-forge/sparkmagic,2023-09-23 23:23:29.586,118672.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +45,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,2024-05-03 19:48:19.000000,2024-05-03 19:48:19,1959.0,24.0,321.0,26.0,2266.0,87.0,226.0,1227.0,2024-05-01 20:26:32.000,0.35.0,,3966.0,55.0,104.0,98.0,42.0,https://pypi.org/project/raiwidgets,2024-04-18 18:42:57.000,6.0,3966.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +46,Stencila,"Programmable, reproducible, interactive documents.",https://github.com/stencila/stencila,,notebook-sharing,29,True,,stencila/stencila,,https://github.com/stencila/stencila,Apache-2.0,2012-05-31 02:43:31.000,2024-05-09 11:00:33.000000,2024-05-08 21:15:20,13489.0,1117.0,42.0,26.0,1475.0,119.0,629.0,766.0,2024-03-06 01:58:19.000,2.0.0-alpha.25,4380.0,405.0,100.0,29.0,20.0,46.0,,,,,,,,2.0,stencila,https://www.npmjs.com/package/stencila,2020-11-06 15:20:04.059,9.0,155.0,stencila/cloud,https://hub.docker.com/r/stencila/cloud,2019-04-08 04:14:51.284193,,16469.0,,,,,,,,,,,,, +47,OAuthenticator,OAuth + JupyterHub Authenticator = OAuthenticator.,https://github.com/jupyterhub/oauthenticator,,hub-auth,29,True,oauthenticator,jupyterhub/oauthenticator,conda-forge/oauthenticator,https://github.com/jupyterhub/oauthenticator,BSD-3-Clause,2014-09-23 21:37:06.000,2024-05-07 17:46:34.000000,2024-05-07 05:39:26,1621.0,29.0,360.0,20.0,444.0,56.0,251.0,399.0,2024-03-20 13:45:23.000,16.3.0,,43346.0,45.0,448.0,417.0,121.0,https://pypi.org/project/oauthenticator,2024-03-20 13:45:23.000,31.0,42203.0,https://anaconda.org/conda-forge/oauthenticator,2024-03-20 14:01:34.777,49191.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +48,Jupyter Sphinx,Sphinx extension for rendering of Jupyter interactive widgets.,https://github.com/jupyter/jupyter-sphinx,,notebook-tools,29,True,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,2024-03-23 15:48:27.000000,2024-03-23 15:48:27,433.0,10.0,65.0,23.0,122.0,48.0,110.0,183.0,2023-12-28 12:19:39.000,0.5.3,,76377.0,21.0,3041.0,2556.0,28.0,https://pypi.org/project/jupyter_sphinx,2023-12-28 12:19:39.000,485.0,70961.0,https://anaconda.org/conda-forge/jupyter_sphinx,2024-01-27 18:09:27.331,249146.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +49,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,2024-05-06 15:51:38.652000,2021-08-10 23:33:21,523.0,,3110.0,30.0,63.0,64.0,51.0,13803.0,2024-05-06 15:51:38.652,6.2.0,,121455.0,252.0,24.0,,14.0,,,,,,,,1.0,@jupyterlab/toc,https://www.npmjs.com/package/@jupyterlab/toc,2024-05-06 15:51:38.652,24.0,121455.0,,,,,,,,,,,,,,,,,, +50,facets-overview,Visualizations for machine learning datasets.,https://github.com/PAIR-code/facets,,widgets,28,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,267.0,98.0,82.0,81.0,7319.0,2023-05-24 15:58:01.158,1.1.1,,262928.0,9.0,245.0,237.0,31.0,https://pypi.org/project/facets-overview,2023-05-24 15:58:01.158,8.0,262928.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +51,RISE,RISE: Live Reveal.js Jupyter/IPython Slideshow Extension.,https://github.com/damianavila/RISE,,notebook-sharing,28,True,RISE,damianavila/RISE,conda-forge/rise,https://github.com/damianavila/RISE,BSD-3-Clause,2013-08-26 18:55:36.000,2023-10-29 13:51:07.000000,2023-10-29 13:51:05,770.0,,414.0,84.0,199.0,155.0,294.0,3654.0,2020-10-29 01:31:20.000,5.7.1,,16498.0,31.0,2852.0,2821.0,44.0,https://pypi.org/project/RISE,2022-11-03 16:45:29.021,29.0,12568.0,https://anaconda.org/conda-forge/rise,2023-06-16 16:08:42.704,294186.0,2.0,rise-reveal,https://www.npmjs.com/package/rise-reveal,2019-07-03 12:51:16.722,2.0,8.0,,,,,,,,,,,,,,,,,, +52,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,2024-04-25 16:57:05.000000,2024-04-25 16:57:05,1914.0,3.0,324.0,44.0,1488.0,278.0,1357.0,1778.0,2023-03-29 14:23:28.000,3.15.0,,4312.0,126.0,64.0,54.0,64.0,https://pypi.org/project/elyra,2023-03-29 00:28:01.071,3.0,3051.0,https://anaconda.org/conda-forge/elyra,2023-06-16 19:21:23.887,45515.0,1.0,@elyra/services,https://www.npmjs.com/package/@elyra/services,2023-03-29 00:30:07.768,7.0,250.0,,,,,,,,,,,,,,,,,, +53,jupyter-dash,OBSOLETE - Dash v2.11+ has Jupyter support built in!.,https://github.com/plotly/jupyter-dash,,widgets,28,True,jupyter-dash,plotly/jupyter-dash,conda-forge/jupyter-dash,https://github.com/plotly/jupyter-dash,MIT,2020-04-26 18:43:59.000,2024-04-10 15:52:16.000000,2023-08-11 17:18:48,162.0,,237.0,42.0,49.0,56.0,29.0,948.0,2022-04-01 20:13:44.000,0.4.2,99.0,161091.0,14.0,3969.0,3837.0,10.0,https://pypi.org/project/jupyter-dash,2022-04-01 20:05:08.000,127.0,150131.0,https://anaconda.org/conda-forge/jupyter-dash,2023-06-16 19:23:51.624,360817.0,2.0,jupyterlab-dash,https://www.npmjs.com/package/jupyterlab-dash,2021-01-22 17:06:54.671,5.0,2368.0,,,,,,,,,,,,,,,,,, +54,LFortran,Official main repository for LFortran.,https://github.com/lfortran/lfortran,,kernels,28,True,lfortran,lfortran/lfortran,conda-forge/lfortran,https://github.com/lfortran/lfortran,MIT,2019-03-24 13:22:20.000,2024-05-09 10:03:53.000000,2024-05-08 15:33:07,15707.0,1053.0,125.0,24.0,1987.0,1109.0,887.0,870.0,2024-04-15 13:48:25.000,0.35.0,920.0,2042.0,36.0,,,78.0,https://pypi.org/project/lfortran,2020-07-31 19:39:55.000,,81.0,https://anaconda.org/conda-forge/lfortran,2024-04-15 21:36:59.283,85135.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +55,KubeSpawner,Kubernetes spawner for JupyterHub.,https://github.com/jupyterhub/kubespawner,,hub-spawners,28,True,jupyterhub-kubespawner,jupyterhub/kubespawner,conda-forge/jupyterhub-kubespawner,https://github.com/jupyterhub/kubespawner,BSD-3-Clause,2015-11-21 07:02:52.000,2024-05-07 05:32:59.000000,2024-05-07 05:32:58,1613.0,14.0,295.0,28.0,471.0,90.0,289.0,522.0,2023-11-23 11:08:31.000,6.2.0,,13699.0,38.0,174.0,164.0,85.0,https://pypi.org/project/jupyterhub-kubespawner,2023-11-23 11:08:31.000,10.0,13124.0,https://anaconda.org/conda-forge/jupyterhub-kubespawner,2023-11-23 12:55:19.939,21851.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +56,nbval,A py.test plugin to validate Jupyter notebooks.,https://github.com/computationalmodelling/nbval,,notebook-tools,28,True,nbval,computationalmodelling/nbval,conda-forge/nbval,https://github.com/computationalmodelling/nbval,BSD-3-Clause,2015-04-09 09:40:33.000,2024-03-04 16:04:14.390000,2024-03-04 14:35:29,475.0,10.0,51.0,11.0,98.0,49.0,66.0,432.0,2024-03-04 14:36:57.000,0.11.0,,197965.0,21.0,3485.0,2981.0,33.0,https://pypi.org/project/nbval,2024-03-04 14:36:57.000,504.0,188502.0,https://anaconda.org/conda-forge/nbval,2024-03-04 16:04:14.390,435329.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +57,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,2024-05-03 22:39:19.000000,2024-05-03 22:39:19,2379.0,58.0,917.0,91.0,1028.0,37.0,317.0,2534.0,2024-04-18 03:25:13.000,7251358b29231b2d9eab6dfe950c0cfcc37fdf4fc1fe998b4d8e2caf393f3e8a,,1795.0,100.0,,,160.0,,,,,,,,3.0,,,,,,kaggle/python,https://hub.docker.com/r/kaggle/python,2024-04-23 21:07:01.318516,183.0,195741.0,,,,,,,,,,,,, +58,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,,162.0,42.0,374.0,164.0,261.0,1037.0,2021-02-01 03:34:36.000,1.1.19,,12932.0,92.0,274.0,263.0,33.0,https://pypi.org/project/pixiedust,2021-02-01 03:34:36.000,11.0,12002.0,https://anaconda.org/conda-forge/pixiedust,2023-06-16 16:19:15.930,50267.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +59,pythreejs,A Jupyter - Three.js bridge.,https://github.com/jupyter-widgets/pythreejs,,widgets,27,False,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,40.0,173.0,65.0,174.0,925.0,2023-02-20 00:24:01.104,2.4.2,,85372.0,46.0,125.0,30.0,30.0,https://pypi.org/project/pythreejs,2023-02-20 00:24:01.104,81.0,77073.0,https://anaconda.org/conda-forge/pythreejs,2023-06-16 13:16:30.947,534611.0,2.0,jupyter-threejs,https://www.npmjs.com/package/jupyter-threejs,2023-02-20 00:16:17.277,14.0,2731.0,,,,,,,,,,,,,,,,,, +60,itkwidgets,An elegant Python interface for visualization on the web platform to interactively generate insights into..,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,2024-04-19 16:43:40.000000,2024-04-19 16:41:59,633.0,21.0,84.0,26.0,474.0,115.0,164.0,571.0,2023-03-02 22:39:43.651,0.32.6,94.0,18162.0,120.0,330.0,307.0,27.0,https://pypi.org/project/itkwidgets,2024-04-19 16:43:40.000,20.0,12503.0,https://anaconda.org/conda-forge/itkwidgets,2023-06-16 16:12:17.646,355481.0,2.0,itkwidgets,https://www.npmjs.com/package/itkwidgets,2023-03-02 22:39:43.651,3.0,272.0,,,,,,,,,,,,,,,,,, +61,mkdocs-jupyter,Use Jupyter Notebook in mkdocs.,https://github.com/danielfrg/mkdocs-jupyter,,notebook-sharing,27,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,2024-04-30 20:42:04.764000,2024-04-09 02:29:26,238.0,7.0,42.0,6.0,82.0,26.0,92.0,338.0,2024-04-09 02:28:35.000,0.24.7,,120712.0,36.0,2629.0,2329.0,24.0,https://pypi.org/project/mkdocs-jupyter,2024-04-09 02:28:35.000,300.0,119303.0,https://anaconda.org/conda-forge/mkdocs-jupyter,2024-04-30 20:42:04.764,59195.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +62,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,2024-04-04 10:35:59.000000,2024-04-04 10:35:59,1155.0,5.0,86.0,16.0,132.0,31.0,116.0,336.0,2024-03-26 16:33:26.000,0.30.2,169.0,44708.0,100.0,932.0,878.0,34.0,https://pypi.org/project/metakernel,2024-03-26 16:33:16.000,54.0,27347.0,https://anaconda.org/conda-forge/metakernel,2024-03-26 18:46:54.233,781058.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +63,jupyter-server-proxy,Jupyter notebook server extension to proxy web services.,https://github.com/jupyterhub/jupyter-server-proxy,,jupyter-extensions,27,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,2024-04-30 17:05:19.000000,2024-04-27 10:29:48,1098.0,37.0,138.0,18.0,275.0,77.0,133.0,329.0,2024-03-13 22:05:01.000,4.1.2,,234128.0,33.0,173.0,4.0,71.0,https://pypi.org/project/jupyter-server-proxy,2024-03-13 22:05:01.000,162.0,199657.0,https://anaconda.org/conda-forge/jupyter-server-proxy,2024-03-19 21:18:29.998,1486177.0,2.0,@jupyterlab/server-proxy,https://www.npmjs.com/package/@jupyterlab/server-proxy,2024-03-13 09:10:53.274,7.0,3509.0,,,,,,,,,,,,,,,,,, +64,jdaviz,JWST astronomical data analysis tools in the Jupyter platform.,https://github.com/spacetelescope/jdaviz,,widgets,27,True,jdaviz,spacetelescope/jdaviz,,https://github.com/spacetelescope/jdaviz,BSD-3-Clause,2019-05-07 17:54:06.000,2024-05-09 14:31:22.000000,2024-05-09 14:06:09,5142.0,219.0,59.0,17.0,1869.0,324.0,668.0,123.0,2024-05-03 17:57:50.000,3.10.0,,1677.0,43.0,49.0,43.0,32.0,https://pypi.org/project/jdaviz,2024-05-03 18:09:13.000,6.0,1677.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +65,Evcxr,"An evaluation context for Rust, including a Jupyter Kernel.",https://github.com/evcxr/evcxr,,kernels,26,True,,evcxr/evcxr,,https://github.com/evcxr/evcxr,MIT,2018-09-25 10:19:22.000,2024-04-18 07:01:18.000000,2024-04-18 05:11:54,696.0,13.0,210.0,57.0,101.0,101.0,145.0,5228.0,2023-12-17 00:16:37.000,0.17.0,4147.0,207.0,7.0,161.0,161.0,49.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,, +66,lux,Automatically visualize your pandas dataframe via a single print!.,https://github.com/lux-org/lux,,widgets,26,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,2024-03-20 15:48:47.000000,2023-07-04 23:34:35,692.0,,354.0,89.0,263.0,81.0,160.0,4922.0,2022-02-19 00:48:20.000,0.5.1,,3677.0,18.0,190.0,186.0,21.0,https://pypi.org/project/lux-api,2022-02-19 00:46:49.000,2.0,2879.0,https://anaconda.org/conda-forge/lux-api,2023-06-16 19:24:44.344,22520.0,2.0,luxwidget,https://www.npmjs.com/package/luxwidget,2022-02-17 19:41:18.102,2.0,221.0,,,,,,,,,,,,,,,,,, +67,mercury,Convert Jupyter Notebooks to Web Apps.,https://github.com/mljar/mercury,,notebook-tools,26,True,mljar-mercury,mljar/mercury,,https://github.com/mljar/mercury,AGPL-3.0,2021-12-20 13:43:44.000,2024-05-09 10:22:22.000000,2024-05-09 10:22:19,843.0,49.0,237.0,44.0,33.0,68.0,345.0,3788.0,2024-05-08 14:11:41.000,2.4.1,,218.0,50.0,111.0,111.0,15.0,https://pypi.org/project/mljar-mercury,2022-09-02 09:05:19.173,,218.0,,,,2.0,,,,,,,,,,,,,1.0,,,,,,,,,, +68,nbQA,"Run ruff, isort, pyupgrade, mypy, pylint, flake8, and more on Jupyter Notebooks.",https://github.com/nbQA-dev/nbQA,,notebook-tools,26,True,nbqa,nbQA-dev/nbQA,conda-forge/nbqa,https://github.com/nbQA-dev/nbQA,MIT,2020-07-11 15:30:54.000,2024-04-29 21:17:03.000000,2024-04-29 21:17:03,721.0,21.0,38.0,8.0,561.0,9.0,284.0,972.0,2024-03-26 11:10:46.000,1.8.5,3.0,171211.0,92.0,42.0,,33.0,https://pypi.org/project/nbqa,2024-03-26 11:10:19.000,42.0,167841.0,https://anaconda.org/conda-forge/nbqa,2024-03-26 13:53:08.727,144877.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +69,nglview,Jupyter widget to interactively view molecular structures and trajectories.,https://github.com/nglviewer/nglview,,widgets,26,True,nglview,nglviewer/nglview,conda-forge/nglview,https://github.com/nglviewer/nglview,MIT,2015-11-09 16:48:57.000,2024-03-08 22:52:42.000000,2024-03-03 15:27:38,1444.0,1.0,131.0,24.0,615.0,32.0,456.0,777.0,2024-03-03 15:40:25.000,3.1.2,291.0,33272.0,84.0,92.0,4.0,38.0,https://pypi.org/project/nglview,2024-03-03 15:40:25.000,81.0,14033.0,https://anaconda.org/conda-forge/nglview,2024-03-03 17:47:54.218,732411.0,2.0,nglview-js-widgets,https://www.npmjs.com/package/nglview-js-widgets,2024-01-10 20:34:58.970,7.0,3654.0,,,,,,,,,,,,,,,,,, +70,itables,Pandas DataFrames as Interactive DataTables.,https://github.com/mwouts/itables,,widgets,26,True,itables,mwouts/itables,conda-forge/itables,https://github.com/mwouts/itables,MIT,2019-04-15 22:09:44.000,2024-05-05 23:13:49.000000,2024-04-30 21:44:00,245.0,25.0,51.0,11.0,133.0,23.0,117.0,674.0,2024-04-30 21:47:38.000,2.0.1,,255961.0,54.0,522.0,496.0,6.0,https://pypi.org/project/itables,2024-04-30 21:47:38.000,26.0,254266.0,https://anaconda.org/conda-forge/itables,2024-05-01 03:08:31.905,47482.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +71,DockerSpawner,Spawns JupyterHub single user servers in Docker containers.,https://github.com/jupyterhub/dockerspawner,,hub-spawners,26,True,dockerspawner,jupyterhub/dockerspawner,conda-forge/dockerspawner,https://github.com/jupyterhub/dockerspawner,BSD-3-Clause,2014-09-26 20:08:26.000,2024-02-13 09:36:38.000000,2024-02-01 09:28:10,725.0,,306.0,27.0,243.0,27.0,252.0,474.0,2023-11-21 14:14:18.000,13.0.0,,19032.0,17.0,198.0,186.0,69.0,https://pypi.org/project/dockerspawner,2023-11-21 14:14:18.000,12.0,18386.0,https://anaconda.org/conda-forge/dockerspawner,2023-11-21 14:56:25.623,21343.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +72,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,2024-05-01 14:09:24.000000,2024-04-10 09:52:17,383.0,6.0,100.0,9.0,143.0,48.0,47.0,448.0,2024-03-12 17:30:10.000,1.0.2,275.0,80108.0,14.0,630.0,619.0,34.0,https://pypi.org/project/jupyter-resource-usage,2024-03-12 17:30:04.000,8.0,65353.0,https://anaconda.org/conda-forge/nbresuse,2023-06-16 19:18:24.900,562597.0,2.0,@jupyter-server/resource-usage,https://www.npmjs.com/package/@jupyter-server/resource-usage,2024-03-12 17:30:01.111,3.0,3498.0,,,,,,,,,,,,,,,,,, +73,jupyter-console,Jupyter Terminal Console.,https://github.com/jupyter/jupyter_console,,others,26,False,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,,146.0,28.0,141.0,69.0,94.0,244.0,2023-03-06 14:15:13.579,6.6.3,388.0,4661644.0,26.0,122.0,,60.0,https://pypi.org/project/jupyter-console,2023-03-06 14:15:13.579,122.0,4616042.0,https://anaconda.org/conda-forge/jupyter_console,2023-06-16 13:18:03.803,4422092.0,2.0,,,,,,,,,,,,,-1.0,,,,,,,,,, +74,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,2024-05-07 05:32:51.000000,2024-05-07 05:32:50,616.0,21.0,84.0,16.0,193.0,83.0,91.0,202.0,2024-03-29 21:07:08.000,1.2.1,,28261.0,23.0,791.0,783.0,32.0,https://pypi.org/project/nbgitpuller,2024-03-29 21:07:08.000,8.0,26290.0,https://anaconda.org/conda-forge/nbgitpuller,2024-03-29 23:26:43.583,88721.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +75,Knowledge Repo,A next-generation curated knowledge sharing platform for data scientists and other technical professions.,https://github.com/airbnb/knowledge-repo,,notebook-sharing,25,False,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,173.0,478.0,134.0,167.0,5438.0,2023-02-22 03:49:00.886,0.9.3,,947.0,33.0,21.0,21.0,73.0,https://pypi.org/project/knowledge-repo,2023-02-22 03:49:00.886,,947.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +76,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,2024-01-12 07:28:07.000000,2020-04-07 18:56:49,405.0,,425.0,88.0,105.0,180.0,127.0,3030.0,2020-04-07 16:43:54.000,1.3.1,,48167.0,73.0,60.0,12.0,30.0,https://pypi.org/project/qgrid,2020-04-07 16:43:54.000,41.0,42336.0,https://anaconda.org/conda-forge/qgrid,2023-06-16 16:08:00.950,406289.0,2.0,qgrid,https://www.npmjs.com/package/qgrid,2018-07-11 05:36:40.781,7.0,414.0,,,,,,,,,,,,,,,,,, +77,nbviewer,nbconvert as a web service: Render Jupyter Notebooks as static web pages.,https://github.com/jupyter/nbviewer,,notebook-sharing,25,False,,jupyter/nbviewer,,https://github.com/jupyter/nbviewer,BSD-3-Clause,2012-08-05 11:42:33.000,2024-04-01 22:26:56.000000,2023-01-27 08:04:32,1494.0,,529.0,93.0,463.0,179.0,407.0,2196.0,,,,19820.0,,18.0,18.0,97.0,,,,,,,,2.0,,,,,,jupyter/nbviewer,https://hub.docker.com/r/jupyter/nbviewer,2023-01-27 08:07:14.487852,33.0,2794631.0,,,,,,,,,,,,, +78,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-11-29 14:26:24.000000,2023-07-07 13:05:16,1007.0,,237.0,52.0,124.0,186.0,131.0,1913.0,2023-06-02 14:35:02.046,0.6.3,,47723.0,53.0,77.0,17.0,45.0,https://pypi.org/project/ipyvolume,2023-06-02 14:35:02.046,54.0,41600.0,https://anaconda.org/conda-forge/ipyvolume,2023-06-05 11:50:27.103,465474.0,2.0,ipyvolume,https://www.npmjs.com/package/ipyvolume,2023-06-02 14:33:47.239,6.0,773.0,,,,,,,widgetti/ipyvolume,,,,,,,,,,, +79,almond,A Scala kernel for Jupyter.,https://github.com/almond-sh/almond,,kernels,25,True,,almond-sh/almond,,https://github.com/almond-sh/almond,BSD-3-Clause,2015-03-10 22:48:50.000,2024-05-09 12:43:07.000000,2024-05-09 11:26:48,1525.0,43.0,242.0,56.0,1026.0,128.0,207.0,1571.0,2023-05-15 14:58:56.000,0.13.14,2358.0,207.0,66.0,,,41.0,,,,,,,,2.0,,,,,,almondsh/almond,https://hub.docker.com/r/almondsh/almond,2023-10-19 23:11:45.308515,6.0,19080.0,,,,,,,,,,,,, +80,NBextensions Configurator,A jupyter notebook serverextension providing config interfaces for nbextensions.,https://github.com/Jupyter-contrib/jupyter_nbextensions_configurator,,jupyter-extensions,25,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,2024-01-03 14:09:47.000000,2023-09-29 00:14:07,527.0,,119.0,18.0,72.0,68.0,36.0,967.0,2023-05-05 07:10:14.000,0.6.3,,690491.0,18.0,622.0,592.0,24.0,https://pypi.org/project/jupyter_nbextensions_configurator,2023-05-05 07:04:01.205,30.0,672779.0,https://anaconda.org/conda-forge/jupyter_nbextensions_configurator,2023-06-16 13:20:40.292,1664956.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +81,ipyvizzu,Build animated charts in Jupyter Notebook and similar environments with a simple Python syntax.,https://github.com/vizzuhq/ipyvizzu,,widgets,25,True,ipyvizzu,vizzuhq/ipyvizzu,,https://github.com/vizzuhq/ipyvizzu,Apache-2.0,2022-01-05 22:37:39.000,2024-04-29 07:57:58.000000,2024-04-29 07:57:58,1213.0,11.0,89.0,16.0,207.0,14.0,77.0,924.0,2023-12-21 10:25:43.000,0.17.0,125.0,1231.0,24.0,126.0,123.0,21.0,https://pypi.org/project/ipyvizzu,2023-12-21 10:25:43.000,3.0,1227.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +82,ipydatagrid,Fast Datagrid widget for the Jupyter Notebook and JupyterLab.,https://github.com/bloomberg/ipydatagrid,,widgets,25,True,ipydatagrid,bloomberg/ipydatagrid,conda-forge/ipydatagrid,https://github.com/bloomberg/ipydatagrid,BSD-3-Clause,2019-07-19 09:06:19.000,2024-05-07 16:22:20.000000,2024-04-25 14:51:58,833.0,33.0,48.0,17.0,371.0,61.0,83.0,505.0,2024-04-25 15:01:14.690,1.3.1,,28517.0,41.0,173.0,147.0,23.0,https://pypi.org/project/ipydatagrid,2024-04-25 14:59:01.000,21.0,25451.0,https://anaconda.org/conda-forge/ipydatagrid,2024-04-26 05:00:09.178,62036.0,2.0,ipydatagrid,https://www.npmjs.com/package/ipydatagrid,2024-04-25 15:01:14.690,5.0,1476.0,,,,,,,,,,,,,,,,,, +83,Kernel Gateway,Jupyter Kernel Gateway.,https://github.com/jupyter-server/kernel_gateway,,kernels,25,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,2024-03-13 01:55:23.232000,2024-03-12 17:51:18,623.0,5.0,128.0,39.0,214.0,17.0,169.0,490.0,2024-03-12 17:51:38.000,3.0.1,183.0,48149.0,32.0,381.0,370.0,47.0,https://pypi.org/project/jupyter-kernel-gateway,2024-03-12 17:51:31.000,11.0,43728.0,https://anaconda.org/conda-forge/jupyter_kernel_gateway,2024-03-13 01:55:23.232,207717.0,2.0,,,,,,,,,,,,jupyter-server/kernel_gateway,,,,,,,,,,, +84,Octave Kernel,An Octave kernel for IPython.,https://github.com/Calysto/octave_kernel,,kernels,25,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,2024-04-16 08:58:27.890000,2024-04-15 11:20:53,427.0,4.0,65.0,22.0,55.0,34.0,150.0,441.0,2024-04-15 11:21:13.000,0.36.0,182.0,21252.0,115.0,81.0,74.0,20.0,https://pypi.org/project/octave_kernel,2024-04-15 11:21:06.000,7.0,10299.0,https://anaconda.org/conda-forge/octave_kernel,2024-04-16 08:58:27.890,525651.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +85,ipytest,Pytest in IPython notebooks.,https://github.com/chmp/ipytest,,notebook-tools,25,True,ipytest,chmp/ipytest,,https://github.com/chmp/ipytest,MIT,2016-02-07 20:24:41.000,2024-04-21 15:57:55.000000,2024-04-21 15:55:54,389.0,43.0,17.0,4.0,55.0,1.0,60.0,289.0,2024-04-21 15:57:55.000,0.14.2,,45484.0,43.0,436.0,416.0,5.0,https://pypi.org/project/ipytest,2024-04-21 15:57:55.000,20.0,45484.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +86,ipycytoscape,A Cytoscape Jupyter widget.,https://github.com/cytoscape/ipycytoscape,,widgets,25,True,ipycytoscape,cytoscape/ipycytoscape,conda-forge/ipycytoscape,https://github.com/cytoscape/ipycytoscape,BSD-3-Clause,2020-02-05 13:46:52.000,2024-04-01 17:56:54.000000,2023-05-23 19:06:45,716.0,,61.0,29.0,191.0,62.0,99.0,259.0,2022-04-04 22:26:36.000,1.3.3,4.0,34922.0,22.0,242.0,217.0,33.0,https://pypi.org/project/ipycytoscape,2022-04-04 22:26:36.000,22.0,26518.0,https://anaconda.org/conda-forge/ipycytoscape,2023-06-16 19:18:19.577,390033.0,2.0,jupyter-cytoscape,https://www.npmjs.com/package/jupyter-cytoscape,2022-04-04 22:06:25.396,3.0,604.0,,,,,,,,,,,,,,,,,, +87,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,2024-02-08 15:12:36.059000,2024-02-05 14:45:33,238.0,,937.0,8.0,92.0,10.0,17.0,3056.0,2024-02-08 15:12:36.059,5.0.10,,68724.0,120.0,126.0,13.0,5.0,https://pypi.org/project/ipyregulartable,2021-01-08 04:41:11.000,2.0,314.0,https://anaconda.org/conda-forge/ipyregulartable,2023-06-16 19:23:44.012,5987.0,3.0,@jupyter-widgets/jupyterlab-manager,https://www.npmjs.com/package/@jupyter-widgets/jupyterlab-manager,2024-02-08 15:12:36.059,111.0,68268.0,,,,,,,finos/ipyregulartable,,,,,,,,,,, +88,ipydagred3,ipywidgets library for drawing directed acyclic graphs in jupyterlab using dagre-d3.,https://github.com/timkpaine/ipydagred3,,widgets,24,True,ipydagred3,timkpaine/ipydagred3,conda-forge/ipydagred3,https://github.com/timkpaine/ipydagred3,Apache-2.0,2020-02-29 23:01:15.000,2024-02-08 15:12:36.059000,2024-02-05 22:12:05,357.0,,937.0,5.0,110.0,5.0,19.0,3056.0,2024-02-08 15:12:36.059,5.0.10,,69563.0,120.0,120.0,3.0,3.0,https://pypi.org/project/ipydagred3,2023-10-31 14:30:02.000,6.0,691.0,https://anaconda.org/conda-forge/ipydagred3,2023-11-01 13:35:17.799,28992.0,3.0,@jupyter-widgets/jupyterlab-manager,https://www.npmjs.com/package/@jupyter-widgets/jupyterlab-manager,2024-02-08 15:12:36.059,111.0,68268.0,,,,,,,,,,,,,,,,,, +89,.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,2024-05-09 01:14:33.000000,2024-05-06 15:57:40,5142.0,49.0,366.0,65.0,1904.0,516.0,1012.0,2754.0,2024-04-08 14:24:44.000,1.0.5208010,470.0,12.0,27.0,,,119.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +90,IJavascript,IJavascript is a javascript kernel for the Jupyter notebook.,https://github.com/n-riesco/ijavascript,,kernels,24,False,,n-riesco/ijavascript,,https://github.com/n-riesco/ijavascript,BSD-3-Clause,2015-02-02 15:46:34.000,2024-02-22 12:46:40.000000,2022-12-28 22:18:25,332.0,,181.0,42.0,44.0,54.0,190.0,2132.0,2021-11-15 23:43:33.000,5.2.1,,2242.0,33.0,98.0,87.0,17.0,,,,,,,,2.0,ijavascript,https://www.npmjs.com/package/ijavascript,2021-11-15 23:33:51.644,11.0,2242.0,,,,,,,,,,,,,,,,,, +91,DataLab,Interactive tools and developer experiences for Big Data on Google Cloud Platform.,https://github.com/googledatalab/datalab,,notebook-environments,24,False,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,80.0,1293.0,232.0,667.0,977.0,2022-09-02 21:15:20.926,1.2.1,,76516.0,19.0,,,53.0,https://pypi.org/project/datalab,2022-09-02 21:15:20.926,,76516.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +92,Code Formatter,A JupyterLab plugin to facilitate invocation of code formatters.,https://github.com/ryantam626/jupyterlab_code_formatter,,lab-extensions,24,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,2024-01-30 13:49:51.000000,2023-06-18 21:06:46,488.0,,54.0,7.0,139.0,33.0,165.0,802.0,2023-05-21 13:17:02.977,2.2.1,,84723.0,62.0,50.0,,42.0,https://pypi.org/project/jupyterlab_code_formatter,2023-05-21 13:17:02.977,45.0,71397.0,https://anaconda.org/conda-forge/jupyterlab_code_formatter,2023-06-16 16:15:01.154,713675.0,2.0,@ryantam626/jupyterlab_code_formatter,https://www.npmjs.com/package/@ryantam626/jupyterlab_code_formatter,2023-04-16 18:07:15.321,5.0,1627.0,,,,,,,,,,,,,,,,,, +93,Mapbox GL,Use Mapbox GL JS to visualize data in a Python Jupyter notebook.,https://github.com/mapbox/mapboxgl-jupyter,,widgets,24,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,,136.0,132.0,91.0,42.0,67.0,652.0,2019-06-03 21:24:10.000,0.10.2,,15041.0,20.0,203.0,193.0,22.0,https://pypi.org/project/mapboxgl,2019-06-02 16:02:54.380,10.0,15041.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +94,JupyterLab Templates,Support for jupyter notebook templates in jupyterlab.,https://github.com/finos/jupyterlab_templates,,lab-extensions,24,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,2024-03-27 03:31:39.169000,2024-03-27 01:22:52,475.0,22.0,67.0,16.0,164.0,9.0,84.0,378.0,2024-03-27 00:32:26.000,0.5.2,,21979.0,28.0,25.0,8.0,21.0,https://pypi.org/project/jupyterlab_templates,2024-03-27 00:32:26.000,12.0,18472.0,https://anaconda.org/conda-forge/jupyterlab_templates,2024-03-27 03:31:39.169,20484.0,2.0,jupyterlab_templates,https://www.npmjs.com/package/jupyterlab_templates,2024-02-12 21:51:37.725,5.0,3072.0,,,,,,,finos/jupyterlab_templates,,,,,,,,,,, +95,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,2024-05-07 05:39:32.000000,2024-05-07 05:39:32,198.0,4.0,175.0,20.0,86.0,76.0,83.0,198.0,2020-08-28 12:01:56.000,1.3.2,,14901.0,9.0,133.0,133.0,32.0,https://pypi.org/project/jupyterhub-ldapauthenticator,2020-08-28 12:01:56.000,,14411.0,https://anaconda.org/conda-forge/jupyterhub-ldapauthenticator,2023-06-16 16:08:49.184,34834.0,1.0,,,,,,,,,,,,,,,,,,,,,,, +96,BatchSpawner,Custom Spawner for Jupyterhub to start servers in batch scheduled systems.,https://github.com/jupyterhub/batchspawner,,hub-spawners,24,True,batchspawner,jupyterhub/batchspawner,,https://github.com/jupyterhub/batchspawner,BSD-3-Clause,2015-10-27 03:53:10.000,2024-05-07 05:39:13.000000,2024-05-07 05:39:12,452.0,32.0,129.0,17.0,163.0,61.0,90.0,180.0,2024-03-19 06:32:49.000,1.3.0,,6203.0,11.0,43.0,34.0,49.0,https://pypi.org/project/batchspawner,2024-03-19 06:32:49.000,9.0,6203.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +97,fastpages,"An easy to use blogging platform, with enhanced support for Jupyter Notebooks.",https://github.com/fastai/fastpages,,notebook-tools,23,False,,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,43.0,326.0,,328.0,3516.0,2020-09-05 21:53:23.000,2.1.6,,,9.0,144.0,144.0,55.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +98,IHaskell,A Haskell kernel for the Jupyter project.,https://github.com/IHaskell/IHaskell,,kernels,23,True,,gibiansky/IHaskell,,https://github.com/IHaskell/IHaskell,MIT,2013-08-26 07:16:09.000,2024-05-08 23:31:58.000000,2024-05-08 23:31:58,2293.0,20.0,260.0,51.0,710.0,39.0,742.0,2548.0,2018-08-01 13:19:52.714,0.0.6,,8.0,6.0,3.0,,115.0,,,,,,,,2.0,ihaskell_jupyterlab,https://www.npmjs.com/package/ihaskell_jupyterlab,2018-08-01 13:19:52.714,3.0,8.0,,,,,,,IHaskell/IHaskell,,,,,,,,,,, +99,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,2024-05-08 10:19:45.000000,2024-05-08 10:19:45,3439.0,42.0,380.0,77.0,1138.0,233.0,485.0,2481.0,2018-11-07 17:41:58.000,0.1.0,,60.0,1.0,9.0,9.0,95.0,https://pypi.org/project/binderhub,2018-11-07 17:41:58.000,,60.0,,,,3.0,,,,,,,,,,,,,,binderhub,,,,,,,,, +100,IRkernel,R kernel for Jupyter.,https://github.com/IRkernel/IRkernel,,kernels,23,True,,IRkernel/IRkernel,r/r-irkernel,https://github.com/IRkernel/IRkernel,MIT,2014-02-26 02:57:07.000,2024-04-30 07:24:08.000000,2024-04-29 16:04:27,600.0,1.0,293.0,61.0,147.0,70.0,521.0,1683.0,2023-01-20 20:54:32.000,1.3.2,,17341.0,19.0,,,44.0,,,,,https://anaconda.org/r/r-irkernel,2024-01-16 22:07:49.699,150506.0,2.0,,,,,,jupyter/r-notebook,https://hub.docker.com/r/jupyter/r-notebook,2023-10-20 20:02:50.541542,59.0,1963281.0,,,,,IRkernel,,,,,,,, +101,Variable Inspector,Variable Inspector extension for Jupyterlab.,https://github.com/jupyterlab-contrib/jupyterlab-variableInspector,,lab-extensions,23,True,lckr-jupyterlab-variableinspector,lckr/jupyterlab-variableInspector,conda-forge/jupyterlab-variableinspector,https://github.com/jupyterlab-contrib/jupyterlab-variableInspector,BSD-3-Clause,2018-06-13 18:16:02.000,2024-04-17 12:40:11.000000,2024-04-17 12:40:10,194.0,2.0,91.0,26.0,121.0,43.0,131.0,1067.0,2024-01-23 13:04:13.000,3.2.1,72.0,25342.0,14.0,11.0,6.0,22.0,https://pypi.org/project/lckr-jupyterlab-variableinspector,2024-01-23 13:04:07.000,2.0,23515.0,https://anaconda.org/conda-forge/jupyterlab-variableinspector,2024-01-23 17:07:03.089,32663.0,2.0,@lckr/jupyterlab_variableinspector,https://www.npmjs.com/package/@lckr/jupyterlab_variableinspector,2024-01-23 13:04:02.536,3.0,944.0,,,,,,,jupyterlab-contrib/jupyterlab-variableInspector,,,,,,,,,,, +102,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,,150.0,25.0,154.0,79.0,137.0,761.0,2019-07-21 08:49:48.715,0.9.0,,11381.0,96.0,20.0,4.0,16.0,https://pypi.org/project/gmaps,2021-12-15 15:42:57.506,13.0,6903.0,https://anaconda.org/conda-forge/gmaps,2023-06-16 13:23:14.332,314699.0,3.0,jupyter-gmaps,https://www.npmjs.com/package/jupyter-gmaps,2019-07-21 08:49:48.715,3.0,732.0,,,,,,,,,,,,,,,,,, +103,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,2024-03-15 12:50:01.000000,2018-12-04 14:43:25,32.0,,89.0,21.0,9.0,25.0,41.0,667.0,2018-01-15 18:14:37.000,0.9.0,,39982.0,10.0,438.0,428.0,3.0,https://pypi.org/project/pivottablejs,2018-01-15 18:14:37.000,10.0,39953.0,https://anaconda.org/anaconda/pivottablejs,2023-12-06 04:45:55.894,2917.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +104,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,23,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,2024-04-24 11:38:38.000000,2024-03-09 06:01:25,1368.0,18.0,214.0,40.0,777.0,68.0,499.0,610.0,2024-02-20 05:17:30.000,3.2.3,35996.0,6374.0,41.0,1.0,,116.0,https://pypi.org/project/jupyter_enterprise_gateway,2024-02-20 05:03:07.000,1.0,2788.0,https://anaconda.org/conda-forge/jupyter_enterprise_gateway,2024-02-20 22:41:29.015,137793.0,2.0,,,,,,,,,,,,jupyter-server/enterprise_gateway,,,,,,,,,,, +105,ThebeLab,Turn static HTML pages into live documents with Jupyter kernels.,https://github.com/executablebooks/thebe,,notebook-sharing,23,True,,executablebooks/thebe,,https://github.com/executablebooks/thebe,BSD-3-Clause,2017-03-14 12:17:22.000,2024-05-02 07:12:53.000000,2024-03-15 11:06:11,839.0,16.0,67.0,24.0,516.0,106.0,129.0,376.0,2024-04-15 16:07:15.000,thebe@0.9.0,,7613.0,20.0,13.0,11.0,31.0,,,,,,,,3.0,thebe,https://www.npmjs.com/package/thebe,2024-03-15 11:05:15.679,2.0,7613.0,,,,,,,,,,,,,,,,,, +106,naas,"Low-code Python library to safely use notebooks in production: schedule workflows, generate assets, trigger webhooks,..",https://github.com/jupyter-naas/naas,,notebook-tools,23,True,naas,jupyter-naas/naas,,https://github.com/jupyter-naas/naas,AGPL-3.0,2020-09-20 17:09:00.000,2024-05-07 12:56:33.000000,2024-05-07 12:51:26,1908.0,55.0,23.0,4.0,249.0,40.0,146.0,275.0,2024-05-07 11:00:52.000,2.14.10,,3360.0,596.0,4.0,4.0,21.0,https://pypi.org/project/naas,2024-05-07 12:56:33.000,,3360.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +107,Jupyter Bokeh,An extension for rendering Bokeh content in JupyterLab notebooks.,https://github.com/bokeh/jupyter_bokeh,,lab-extensions,23,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,2024-04-21 08:16:07.178000,2024-04-21 03:08:00,145.0,9.0,46.0,21.0,98.0,21.0,87.0,240.0,2024-04-21 03:17:04.072,4.0.4,,47952.0,24.0,53.0,3.0,19.0,https://pypi.org/project/jupyter-bokeh,2023-03-14 10:10:06.309,45.0,41375.0,https://anaconda.org/conda-forge/jupyter_bokeh,2024-04-21 08:16:07.178,88379.0,2.0,@bokeh/jupyter_bokeh,https://www.npmjs.com/package/@bokeh/jupyter_bokeh,2024-04-21 03:17:04.072,5.0,4697.0,,,,,,,,,,,,,,,,,, +108,ipywebrtc,WebRTC for Jupyter notebook/lab.,https://github.com/maartenbreddels/ipywebrtc,,widgets,23,True,ipywebrtc,maartenbreddels/ipywebrtc,conda-forge/ipywebrtc,https://github.com/maartenbreddels/ipywebrtc,MIT,2017-08-10 18:07:51.000,2024-02-20 10:19:50.000000,2024-02-06 14:17:16,218.0,,39.0,11.0,79.0,42.0,28.0,234.0,2021-03-29 11:27:31.000,0.6.0,,46269.0,13.0,1082.0,1064.0,10.0,https://pypi.org/project/ipywebrtc,2021-03-29 11:27:31.000,12.0,41739.0,https://anaconda.org/conda-forge/ipywebrtc,2023-06-16 13:24:24.196,341226.0,3.0,jupyter-webrtc,https://www.npmjs.com/package/jupyter-webrtc,2021-03-29 11:25:34.632,6.0,318.0,,,,,,,,,,,,,,,,,, +109,Rsession Proxy,Jupyter extensions for running an RStudio rsession proxy.,https://github.com/jupyterhub/jupyter-rsession-proxy,,jupyter-extensions,23,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,2024-04-03 21:22:08.000000,2024-04-03 21:22:08,245.0,7.0,85.0,13.0,67.0,35.0,49.0,112.0,2024-03-13 16:40:42.000,2.2.1,,8657.0,15.0,54.0,52.0,23.0,https://pypi.org/project/jupyter-rsession-proxy,2024-03-13 16:40:42.000,2.0,7947.0,https://anaconda.org/conda-forge/jupyter-rsession-proxy,2024-03-13 22:52:12.049,24883.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +110,jupyter-packaging,Tools to help build and install Jupyter Python packages.,https://github.com/jupyter/jupyter-packaging,,components,23,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,2024-05-06 22:19:00.000000,2024-04-05 12:54:09,439.0,4.0,45.0,12.0,143.0,14.0,30.0,62.0,2022-08-25 15:33:01.697,0.12.3,66.0,415821.0,39.0,126.0,,30.0,https://pypi.org/project/jupyter-packaging,2022-08-25 15:33:01.697,126.0,404209.0,https://anaconda.org/conda-forge/jupyter-packaging,2023-06-16 19:19:02.319,557349.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +111,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,False,,nteract/hydrogen,,https://github.com/nteract/hydrogen,MIT,2015-05-11 01:16:55.000,2024-05-08 13:02:54.000000,2023-01-10 01:11:13,2371.0,,352.0,81.0,880.0,170.0,1103.0,3904.0,2023-01-10 01:02:49.000,2.16.5,,,92.0,,,90.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +112,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-11-03 18:02:49.000000,2023-11-03 18:01:39,402.0,,255.0,82.0,78.0,53.0,132.0,3780.0,2022-05-31 17:34:28.000,0.7.5,44.0,875.0,22.0,17.0,16.0,29.0,,,,,,,,2.0,,,,,,gopherdata/gophernotes,https://hub.docker.com/r/gopherdata/gophernotes,2018-12-22 19:00:35.934804,7.0,87547.0,,,,,,github.com/gopherdata/gophernotes,https://pkg.go.dev/github.com/gopherdata/gophernotes,2022-05-31 17:31:46,1.0,,,, +113,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,2024-03-14 21:28:06.000000,2024-02-01 21:38:56,330.0,,162.0,29.0,111.0,80.0,56.0,887.0,2021-10-12 17:42:50.869,1.8.1,,52943.0,40.0,8.0,2.0,20.0,https://pypi.org/project/witwidget,2021-10-12 17:42:30.000,4.0,5432.0,https://anaconda.org/conda-forge/tensorboard-plugin-wit,2023-06-16 19:20:28.498,2176102.0,3.0,wit-widget,https://www.npmjs.com/package/wit-widget,2021-10-12 17:42:50.869,2.0,1211.0,,,,,,,,,,,,,,,,,, +114,watermark,"An IPython magic extension for printing date and time stamps, version numbers, and hardware information.",https://github.com/rasbt/watermark,,magic,22,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,,89.0,13.0,47.0,20.0,28.0,865.0,2023-07-02 14:38:00.400,2.4.3,,38440.0,27.0,2393.0,2326.0,19.0,https://pypi.org/project/watermark,2023-07-02 14:38:00.400,67.0,31690.0,https://anaconda.org/conda-forge/watermark,2023-07-02 15:47:55.854,283506.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +115,notedown,Markdown = IPython Notebook.,https://github.com/aaren/notedown,,notebook-sharing,22,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,,115.0,22.0,29.0,46.0,29.0,853.0,2017-11-16 17:59:43.000,1.5.1,,4271.0,26.0,274.0,261.0,7.0,https://pypi.org/project/notedown,2017-11-16 17:59:43.000,13.0,3770.0,https://anaconda.org/conda-forge/notedown,2023-06-16 16:08:46.317,35632.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +116,ipycanvas,Interactive Canvas in Jupyter.,https://github.com/martinRenou/ipycanvas,,widgets,22,True,ipycanvas,martinRenou/ipycanvas,conda-forge/ipycanvas,https://github.com/martinRenou/ipycanvas,BSD-3-Clause,2020-06-08 07:00:44.341,2024-04-26 07:44:25.595000,2023-07-20 09:03:10,473.0,,61.0,1.0,,,,684.0,2024-04-25 11:44:05.885,0.13.2,,36406.0,35.0,74.0,8.0,21.0,https://pypi.org/project/ipycanvas,2024-04-25 11:43:01.000,59.0,31295.0,https://anaconda.org/conda-forge/ipycanvas,2024-04-26 07:44:25.595,200630.0,3.0,ipycanvas,https://www.npmjs.com/package/ipycanvas,2024-04-25 11:44:05.885,7.0,843.0,,,,,,,,,,,,,,,,,, +117,pick,Customize your kernels on Launch!.,https://github.com/nteract/pick,,magic,22,False,pick,nteract/pick,,https://github.com/nteract/pick,BSD-3-Clause,2020-04-08 23:47:09.000,2024-04-25 10:22:09.000000,2020-11-04 01:10:24,87.0,,60.0,6.0,26.0,4.0,5.0,684.0,2024-04-25 10:22:09.000,2.3.2,,99547.0,32.0,187.0,,5.0,https://pypi.org/project/pick,2024-04-25 10:22:09.000,187.0,99547.0,,,,2.0,,,,,,,,,,,,,-1.0,,,,,,,,,, +118,Bash Kernel,A bash kernel for IPython.,https://github.com/takluyver/bash_kernel,,kernels,22,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,2024-05-08 08:17:22.000000,2024-05-08 08:17:22,113.0,1.0,142.0,27.0,38.0,41.0,97.0,676.0,2023-11-24 20:37:29.000,0.9.3,,37676.0,15.0,255.0,240.0,20.0,https://pypi.org/project/bash_kernel,2023-11-24 20:36:49.000,15.0,33771.0,https://anaconda.org/conda-forge/bash_kernel,2023-11-25 15:23:54.394,167946.0,2.0,,,,,,,,,,,,,-1.0,,,,,,,,,, +119,JupyterLab Drawio,A standalone embedding of the FOSS drawio / mxgraph package into jupyterlab.,https://github.com/QuantStack/jupyterlab-drawio,,lab-renderer,22,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,,69.0,28.0,52.0,43.0,25.0,594.0,2021-04-29 10:22:28.814,0.9.0,,4228.0,11.0,1362.0,1359.0,16.0,https://pypi.org/project/jupyterlab-drawio,2021-04-29 10:19:55.000,,1881.0,https://anaconda.org/conda-forge/jupyterlab-drawio,2023-06-16 19:25:47.823,22169.0,1.0,jupyterlab-drawio,https://www.npmjs.com/package/jupyterlab-drawio,2021-04-29 10:22:28.814,3.0,1732.0,,,,,,,,,,,,,,,,,, +120,nb_conda_kernels,Package for managing conda environment-based kernels inside of Jupyter.,https://github.com/anaconda/nb_conda_kernels,,kernels,22,True,,Anaconda-Platform/nb_conda_kernels,conda-forge/nb_conda_kernels,https://github.com/anaconda/nb_conda_kernels,BSD-3-Clause,2015-12-10 16:11:42.000,2024-04-26 16:56:00.957000,2024-04-23 13:17:31,418.0,74.0,68.0,20.0,118.0,8.0,144.0,564.0,2024-04-16 17:36:25.000,2.5.0,,29174.0,13.0,,,20.0,,,,,https://anaconda.org/conda-forge/nb_conda_kernels,2024-04-26 16:56:00.957,1312852.0,2.0,,,,,,,,,,,,anaconda/nb_conda_kernels,,,,,,,,,,, +121,GPU Dashboards,A JupyterLab extension for displaying dashboards of GPU usage.,https://github.com/rapidsai/jupyterlab-nvdashboard,,lab-extensions,22,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,2024-05-01 18:45:23.000000,2024-05-01 18:45:21,246.0,8.0,73.0,16.0,115.0,38.0,46.0,554.0,2024-04-15 19:08:43.000,0.10.0,,11010.0,124.0,8.0,3.0,21.0,https://pypi.org/project/jupyterlab-nvdashboard,2024-04-15 19:08:43.000,2.0,10034.0,https://anaconda.org/conda-forge/jupyterlab-nvdashboard,2023-06-16 16:21:24.095,39645.0,2.0,jupyterlab-nvdashboard,https://www.npmjs.com/package/jupyterlab-nvdashboard,2021-04-27 07:19:46.929,3.0,228.0,,,,,,,,,,,,,,,,,, +122,ipysheet,Jupyter handsontable integration.,https://github.com/jupyter-widgets-contrib/ipysheet,,widgets,22,True,ipysheet,QuantStack/ipysheet,conda-forge/ipysheet,https://github.com/jupyter-widgets-contrib/ipysheet,MIT,2017-07-10 13:46:31.000,2024-01-04 06:37:51.000000,2024-01-04 06:37:51,311.0,,69.0,20.0,125.0,63.0,60.0,536.0,2022-11-28 09:27:38.314,0.7.0,,133037.0,24.0,44.0,7.0,14.0,https://pypi.org/project/ipysheet,2022-11-28 09:25:01.163,34.0,130512.0,https://anaconda.org/conda-forge/ipysheet,2023-06-16 16:13:19.853,115056.0,3.0,ipysheet,https://www.npmjs.com/package/ipysheet,2022-11-28 09:27:38.314,3.0,728.0,,,,,,,jupyter-widgets-contrib/ipysheet,,,,,,,,,,, +123,JupyterLab Renderers,Renderers and renderer extensions for JupyterLab.,https://github.com/jupyterlab/jupyter-renderers,,lab-renderer,22,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,2024-05-02 14:14:07.000000,2024-05-02 14:14:04,627.0,5.0,78.0,33.0,206.0,41.0,74.0,485.0,2023-08-01 12:55:42.001,3.4.0,,1626.0,33.0,11.0,,32.0,https://pypi.org/project/jupyterlab-katex,2023-05-23 12:27:01.602,1.0,1079.0,https://anaconda.org/conda-forge/jupyterlab-vega3,2023-06-16 19:25:17.752,3840.0,1.0,@jupyterlab/geojson-extension,https://www.npmjs.com/package/@jupyterlab/geojson-extension,2023-08-01 12:55:42.001,10.0,446.0,,,,,,,,,,,,,,,,,, +124,ipyvuetify,Jupyter widgets based on vuetify UI components.,https://github.com/widgetti/ipyvuetify,,widgets,22,True,ipyvuetify,mariobuikhuizen/ipyvuetify,conda-forge/ipyvuetify,,MIT,2020-07-20 11:43:20.358,2024-04-09 15:19:30.673000,,,,57.0,,,,,333.0,2024-04-08 11:16:01.707,1.9.4,,136689.0,63.0,1265.0,1186.0,14.0,https://pypi.org/project/ipyvuetify,2024-04-08 10:59:33.000,73.0,124861.0,https://anaconda.org/conda-forge/ipyvuetify,2024-04-09 15:19:30.673,170255.0,3.0,jupyter-vuetify,https://www.npmjs.com/package/jupyter-vuetify,2024-04-08 11:16:01.707,6.0,8127.0,,,,,,,,,,,,,,,,,, +125,scrapbook,A library for recording and reading data in notebooks.,https://github.com/nteract/scrapbook,,notebook-sharing,22,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,,26.0,18.0,41.0,24.0,26.0,277.0,2021-01-06 19:12:18.000,0.4.2,,13991.0,7.0,362.0,349.0,11.0,https://pypi.org/project/nteract-scrapbook,2021-01-06 19:12:18.000,13.0,13673.0,https://anaconda.org/conda-forge/nteract-scrapbook,2023-06-16 19:17:54.716,16219.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +126,ipylab,Control JupyterLab from Python Notebooks with Jupyter Widgets.,https://github.com/jtpio/ipylab,,lab-extensions,22,True,ipylab,jtpio/ipylab,conda-forge/ipylab,https://github.com/jtpio/ipylab,BSD-3-Clause,2019-11-15 19:52:12.000,2024-04-06 06:39:52.000000,2023-10-09 07:01:31,224.0,,13.0,8.0,90.0,29.0,22.0,180.0,2023-08-11 05:48:03.000,1.0.0,133.0,125154.0,16.0,151.0,113.0,7.0,https://pypi.org/project/ipylab,2023-08-11 05:47:52.000,33.0,124150.0,https://anaconda.org/conda-forge/ipylab,2023-08-11 12:01:52.980,29809.0,2.0,ipylab,https://www.npmjs.com/package/ipylab,2023-08-11 05:47:59.304,5.0,257.0,,,,,,,,,,,,,,,,,, +127,Native Authenticator,JupyterHub-native User Authenticator.,https://github.com/jupyterhub/nativeauthenticator,,hub-auth,22,True,jupyterhub-nativeauthenticator,jupyterhub/nativeauthenticator,,https://github.com/jupyterhub/nativeauthenticator,BSD-3-Clause,2018-12-03 17:38:18.000,2024-05-07 05:41:45.000000,2024-05-07 05:41:44,587.0,4.0,65.0,13.0,161.0,36.0,73.0,69.0,2023-05-22 08:28:01.738,1.2.0,,10814.0,13.0,77.0,77.0,22.0,https://pypi.org/project/jupyterhub-nativeauthenticator,2022-09-09 11:33:03.525,,10814.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +128,ipyvue,Jupyter widgets base for Vue libraries.,https://github.com/widgetti/ipyvue,,widgets,22,True,ipyvue,mariobuikhuizen/ipyvue,conda-forge/ipyvue,https://github.com/widgetti/ipyvue,MIT,2019-08-11 10:10:05.000,2024-05-02 08:07:41.019000,2024-05-02 08:02:23,143.0,9.0,18.0,7.0,78.0,5.0,9.0,65.0,2024-05-02 08:07:41.019,1.11.1,,133600.0,34.0,866.0,818.0,6.0,https://pypi.org/project/ipyvue,2024-05-02 08:07:36.000,32.0,126348.0,https://anaconda.org/conda-forge/ipyvue,2024-04-19 09:03:21.591,130046.0,3.0,jupyter-vue,https://www.npmjs.com/package/jupyter-vue,2024-05-02 08:07:41.019,16.0,4486.0,,,,,,,widgetti/ipyvue,,,,,,,,,,, +129,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,True,,ml-tooling/ml-workspace,,https://github.com/ml-tooling/ml-workspace,Apache-2.0,2019-05-27 16:55:15.000,2023-11-14 19:49:37.000000,2023-11-14 19:49:36,847.0,,424.0,73.0,33.0,2.0,93.0,3357.0,2021-07-13 22:12:59.000,0.13.2,,9259.0,4.0,,,12.0,,,,,,,,3.0,,,,,,mltooling/ml-workspace,https://hub.docker.com/r/mltooling/ml-workspace,2021-07-13 16:32:15.225256,26.0,555586.0,,,,,,,,,,,,, +130,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,2024-05-02 15:55:46.000000,2024-04-16 07:36:06,534.0,3.0,286.0,66.0,227.0,168.0,128.0,2962.0,,,,5102.0,20.0,,,27.0,,,,,https://anaconda.org/conda-forge/xeus-cling,2023-11-11 12:27:30.968,239822.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +131,colabcode,Run VSCode (codeserver) on Google Colab or Kaggle Notebooks.,https://github.com/abhishekkrthakur/colabcode,,others,21,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,,297.0,19.0,39.0,62.0,33.0,2030.0,2021-06-11 15:17:12.000,0.3.0,,4398.0,13.0,183.0,183.0,8.0,https://pypi.org/project/colabcode,2021-06-11 15:17:12.000,,4398.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +132,datapane,Build and share data reports in 100% Python.,https://github.com/datapane/datapane,,others,21,True,datapane,datapane/datapane,conda-forge/datapane,https://github.com/datapane/datapane,Apache-2.0,2020-04-23 20:56:54.000,2023-10-16 21:21:29.000000,2023-09-07 13:44:00,362.0,,104.0,19.0,119.0,,112.0,1348.0,2023-09-07 13:59:32.000,0.17.0,,25763.0,90.0,14.0,,16.0,https://pypi.org/project/datapane,2023-09-07 13:59:32.000,14.0,23900.0,https://anaconda.org/conda-forge/datapane,2023-09-07 16:46:44.103,85709.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +133,JupyterLab Dash,An Extension for the Interactive development of Dash apps in JupyterLab.,https://github.com/plotly/jupyterlab-dash,,lab-renderer,21,False,jupyterlab-dash,plotly/jupyterlab-dash,,https://github.com/plotly/jupyterlab-dash,MIT,2018-11-07 19:47:52.000,2021-01-22 17:06:54.671000,2020-05-19 11:44:34,41.0,,237.0,49.0,12.0,22.0,8.0,947.0,2021-01-22 17:06:54.671,0.4.0,,3715.0,10.0,687.0,681.0,7.0,https://pypi.org/project/jupyterlab-dash,2019-07-13 16:38:26.000,1.0,1347.0,,,,2.0,jupyterlab-dash,https://www.npmjs.com/package/jupyterlab-dash,2021-01-22 17:06:54.671,5.0,2368.0,,,,,,,,,,,,,,,,,, +134,Appmode,A Jupyter extensions that turns notebooks into web applications.,https://github.com/oschuett/appmode,,jupyter-extensions,21,True,appmode,oschuett/appmode,conda-forge/appmode,https://github.com/oschuett/appmode,MIT,2017-03-17 13:33:53.000,2024-05-09 10:09:40.000000,2024-04-07 11:36:57,103.0,1.0,70.0,24.0,18.0,7.0,56.0,431.0,2023-05-18 14:28:00.000,0.9.0,,6295.0,17.0,381.0,359.0,10.0,https://pypi.org/project/appmode,2023-05-18 14:25:00.792,22.0,1374.0,https://anaconda.org/conda-forge/appmode,2024-02-05 12:45:27.862,226370.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +135,xeus-python,Jupyter kernel for the Python programming language.,https://github.com/jupyter-xeus/xeus-python,,kernels,21,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,2024-04-25 02:26:21.000000,2024-03-14 08:07:17,934.0,6.0,69.0,14.0,431.0,67.0,126.0,415.0,2023-11-29 16:23:49.000,0.15.11,,45983.0,89.0,3.0,,23.0,https://pypi.org/project/xeus-python,2023-12-22 15:54:22.000,3.0,15793.0,https://anaconda.org/conda-forge/xeus-python,2024-03-14 09:50:13.300,1418962.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +136,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,2024-05-01 02:15:11.000000,2024-05-01 02:14:09,660.0,2.0,65.0,30.0,457.0,22.0,91.0,370.0,2023-07-18 13:09:18.000,4.0.0,,20375.0,40.0,18.0,4.0,15.0,https://pypi.org/project/vega,2023-04-12 02:09:01.110,14.0,14208.0,https://anaconda.org/conda-forge/vega,2023-06-16 13:18:03.216,585866.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +137,jupyterlab-execute-time,A JupyterLab extension for displaying cell timings.,https://github.com/deshaw/jupyterlab-execute-time,,lab-extensions,21,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,2024-04-26 18:02:46.000000,2024-04-26 18:02:46,62.0,3.0,45.0,8.0,52.0,8.0,58.0,337.0,2024-02-14 22:33:59.000,3.1.2,,59324.0,15.0,11.0,4.0,18.0,https://pypi.org/project/jupyterlab-execute-time,2024-02-14 22:33:59.000,4.0,56499.0,https://anaconda.org/conda-forge/jupyterlab_execute_time,2024-02-15 00:39:31.021,64553.0,2.0,jupyterlab-execute-time,https://www.npmjs.com/package/jupyterlab-execute-time,2021-01-18 14:16:24.052,3.0,1212.0,,,,,,,,,,,,,,,,,, +138,jupyter-flex,Build dashboards using Jupyter Notebooks.,https://github.com/danielfrg/jupyter-flex,,notebook-sharing,21,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,2024-05-07 14:16:18.000000,2024-05-07 14:16:18,390.0,5.0,54.0,8.0,115.0,12.0,51.0,311.0,2023-03-28 23:50:00.718,0.9.1,,3142.0,18.0,50.0,47.0,4.0,https://pypi.org/project/jupyter-flex,2023-03-28 23:50:00.718,,2729.0,https://anaconda.org/conda-forge/jupyter-flex,2023-06-16 19:22:49.073,17317.0,3.0,@danielfrg/jupyter-flex,https://www.npmjs.com/package/@danielfrg/jupyter-flex,2021-10-02 05:04:29.585,3.0,20.0,,,,,,,,,,,,,,,,,, +139,dask-labextension,JupyterLab extension for Dask.,https://github.com/dask/dask-labextension,,lab-extensions,21,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,,62.0,17.0,120.0,45.0,102.0,306.0,2023-11-07 09:41:30.000,7.0.0,,31353.0,28.0,22.0,3.0,24.0,https://pypi.org/project/dask-labextension,2023-08-04 14:55:02.000,14.0,9770.0,https://anaconda.org/conda-forge/dask-labextension,2023-08-04 21:07:12.374,957603.0,2.0,dask-labextension,https://www.npmjs.com/package/dask-labextension,2022-06-21 23:23:38.435,5.0,303.0,,,,,,,,,,,,,,,,,, +140,JupyterLab Spellchecker,Spellchecker for JupyterLab notebook markdown cells and file editor.,https://github.com/jupyterlab-contrib/spellchecker,,lab-extensions,21,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-10-07 22:03:22.000000,2023-07-28 20:05:17,217.0,,19.0,9.0,84.0,19.0,39.0,199.0,2023-07-28 20:19:38.000,0.8.4,,9998.0,19.0,248.0,243.0,6.0,https://pypi.org/project/jupyterlab-spellchecker,2023-07-28 20:19:38.000,2.0,6662.0,https://anaconda.org/conda-forge/jupyterlab-spellchecker,2023-07-28 22:34:41.159,115531.0,2.0,@ijmbarr/jupyterlab_spellchecker,https://www.npmjs.com/package/@ijmbarr/jupyterlab_spellchecker,2021-10-08 10:09:24.361,3.0,214.0,,,,,,,,,,,,,,,,,, +141,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,2024-05-07 05:39:25.000000,2024-05-07 05:39:24,473.0,6.0,50.0,7.0,146.0,4.0,47.0,64.0,2024-01-04 13:15:25.000,1.6.2,,3712.0,14.0,108.0,108.0,18.0,https://pypi.org/project/jupyterhub-ltiauthenticator,2024-01-04 13:15:25.000,,3712.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +142,ipydatawidgets,A set of widgets to help facilitate reuse of large datasets across widgets.,https://github.com/vidartf/ipydatawidgets,,widgets,21,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,6.0,47.0,10.0,10.0,40.0,2023-06-14 12:41:06.000,4.3.5,,84134.0,22.0,1149.0,1120.0,5.0,https://pypi.org/project/ipydatawidgets,2023-06-14 11:16:58.611,29.0,80371.0,https://anaconda.org/conda-forge/ipydatawidgets,2023-06-16 16:11:33.197,267197.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +143,commuter,Notebook sharing hub.,https://github.com/nteract/commuter,,notebook-sharing,20,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,,551.0,40.0,255.0,59.0,39.0,6156.0,2020-10-27 19:53:29.453,5.11.0,,105.0,71.0,7.0,2.0,27.0,,,,,,,,3.0,@nteract/commuter,https://www.npmjs.com/package/@nteract/commuter,2020-10-27 19:53:29.453,5.0,105.0,,,,,,,,,,,,,,,,,, +144,IJulia.jl,Julia kernel for Jupyter.,https://github.com/JuliaLang/IJulia.jl,,kernels,20,True,,JuliaLang/IJulia.jl,,https://github.com/JuliaLang/IJulia.jl,MIT,2013-03-05 18:20:21.000,2024-03-08 20:52:07.000000,2024-03-08 20:50:01,722.0,3.0,405.0,117.0,274.0,143.0,709.0,2750.0,2023-06-02 17:41:48.000,1.24.2,,,45.0,,,108.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +145,IRuby,Official gem repository: Ruby kernel for Jupyter/IPython Notebook.,https://github.com/SciRuby/iruby,,kernels,20,True,,SciRuby/iruby,,https://github.com/SciRuby/iruby,MIT,2015-03-03 18:05:50.000,2024-04-11 04:35:25.000000,2024-04-11 04:35:24,723.0,1.0,23.0,30.0,145.0,48.0,147.0,832.0,2021-08-17 16:20:34.000,0.7.4,15.0,19.0,10.0,232.0,232.0,47.0,,,,,,,,3.0,,,,,,rubydata/datascience-notebook,https://hub.docker.com/r/rubydata/datascience-notebook,2023-02-03 04:21:45.711711,5.0,2150.0,,,,,,,,,,iruby,,, +146,Apache Toree,Jupyter kernel for Apache Spark.,https://github.com/apache/incubator-toree,,kernels,20,True,toree,apache/incubator-toree,,https://github.com/apache/incubator-toree,Apache-2.0,2016-01-07 08:00:06.000,2024-03-26 16:19:26.000000,2024-03-26 16:19:25,1173.0,1.0,221.0,49.0,222.0,12.0,,731.0,2022-04-21 19:01:00.000,0.5.0,,7210.0,14.0,,,109.0,https://pypi.org/project/toree,2022-04-21 19:01:00.000,,7210.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +147,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,2024-05-07 11:02:41.000000,2023-10-31 13:44:58,446.0,,67.0,15.0,132.0,38.0,57.0,603.0,2023-05-31 04:26:11.000,3.2.0,,2355.0,16.0,5.0,,23.0,https://pypi.org/project/jupyterlab_latex,2021-09-15 15:34:16.000,2.0,1603.0,https://anaconda.org/conda-forge/jupyterlab-latex,2024-03-19 12:12:34.255,14073.0,3.0,@jupyterlab/latex,https://www.npmjs.com/package/@jupyterlab/latex,2021-07-06 17:15:27.404,3.0,339.0,,,,,,,,,,,,,,,,,, +148,Ansible Kernel,Jupyter Notebook Kernel for running Ansible Tasks and Playbooks.,https://github.com/ansible/ansible-jupyter-kernel,,kernels,20,False,ansible-kernel,ansible/ansible-jupyter-kernel,conda-forge/ansible-kernel,https://github.com/ansible/ansible-jupyter-kernel,Apache-2.0,2018-06-26 14:28:02.000,2023-06-16 16:15:33.557000,2022-02-11 15:18:23,212.0,,58.0,21.0,51.0,17.0,29.0,530.0,2022-02-11 15:19:00.000,1.0.0,,1396.0,11.0,13.0,13.0,10.0,https://pypi.org/project/ansible-kernel,2022-02-11 15:19:00.000,,196.0,https://anaconda.org/conda-forge/ansible-kernel,2023-06-16 16:15:33.557,15368.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,66784.0,,,,,,,,,,,,, +149,nbtutor,Visualize Python code execution (line-by-line) in Jupyter Notebook cells.,https://github.com/lgpage/nbtutor,,widgets,20,False,nbtutor,lgpage/nbtutor,conda-forge/nbtutor,https://github.com/lgpage/nbtutor,BSD-3-Clause,2016-11-07 14:08:25.000,2024-05-09 08:26:04.000000,2023-04-14 07:14:04,272.0,,39.0,19.0,112.0,19.0,24.0,450.0,2022-04-19 10:58:08.000,2.0.3,,2603.0,8.0,41.0,39.0,4.0,https://pypi.org/project/nbtutor,2022-04-19 10:58:08.000,2.0,957.0,https://anaconda.org/conda-forge/nbtutor,2023-06-16 13:17:46.107,146527.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +150,testbook,Unit test your Jupyter Notebooks the right way.,https://github.com/nteract/testbook,,notebook-tools,20,False,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,,40.0,16.0,65.0,48.0,47.0,405.0,2020-08-11 16:50:08.000,0.1.3,,1630.0,7.0,359.0,359.0,15.0,https://pypi.org/project/nteract-testbook,2020-08-11 16:50:08.000,,35.0,https://anaconda.org/conda-forge/testbook,2023-06-16 19:23:33.373,66996.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +151,JupyterLab GitHub,GitHub integration for JupyterLab.,https://github.com/jupyterlab/jupyterlab-github,,lab-extensions,20,True,jupyterlab-github,jupyterlab/jupyterlab-github,,https://github.com/jupyterlab/jupyterlab-github,BSD-3-Clause,2017-10-15 17:18:11.000,2024-03-25 09:01:34.000000,2024-03-25 09:01:33,248.0,1.0,104.0,32.0,91.0,29.0,41.0,401.0,2023-08-03 14:12:11.000,4.0.0,30.0,3332.0,24.0,10.0,6.0,18.0,https://pypi.org/project/jupyterlab-github,2023-08-03 14:12:04.000,2.0,2841.0,,,,2.0,@jupyterlab/github,https://www.npmjs.com/package/@jupyterlab/github,2023-08-02 17:40:03.884,2.0,491.0,,,,,,,,,,,,,,,,,, +152,JupyterLab System Monitor,JupyterLab extension to display system metrics.,https://github.com/jtpio/jupyterlab-system-monitor,,lab-extensions,20,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,,30.0,6.0,60.0,27.0,44.0,295.0,2021-02-04 22:39:49.000,0.8.0,,8088.0,20.0,178.0,174.0,7.0,https://pypi.org/project/jupyterlab-system-monitor,2021-02-04 22:37:18.000,2.0,5828.0,https://anaconda.org/conda-forge/jupyterlab-system-monitor,2023-06-16 19:24:50.049,33016.0,2.0,jupyterlab-system-monitor,https://www.npmjs.com/package/jupyterlab-system-monitor,2020-11-23 15:30:52.408,2.0,1414.0,,,,,,,,,,,,,,,,,, +153,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,17.0,207.0,2022-07-20 12:04:00.552,4.0.0,,2779.0,13.0,1333.0,1330.0,7.0,https://pypi.org/project/theme-darcula,2022-07-20 12:04:00.552,,2023.0,https://anaconda.org/conda-forge/theme-darcula,2023-06-16 19:25:35.462,24454.0,1.0,@telamonian/theme-darcula,https://www.npmjs.com/package/@telamonian/theme-darcula,2022-07-20 12:02:58.154,3.0,96.0,,,,,,,,,,,,,,,,,, +154,jupyverse,A Jupyter server based on FastAPI.,https://github.com/jupyter-server/jupyverse,,notebook-environments,20,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,2024-05-06 20:50:41.000000,2024-05-06 20:50:37,677.0,23.0,25.0,8.0,340.0,28.0,46.0,197.0,2024-05-02 10:22:58.000,0.5.2,5712.0,2297.0,64.0,3.0,3.0,12.0,https://pypi.org/project/jupyverse,2024-05-02 10:22:50.000,,1102.0,https://anaconda.org/conda-forge/fps-auth,2024-05-02 15:55:10.242,26288.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +155,nbgallery,Enterprise Jupyter notebook sharing and collaboration app.,https://github.com/nbgallery/nbgallery,,notebook-sharing,20,True,,nbgallery/nbgallery,,https://github.com/nbgallery/nbgallery,MIT,2017-01-10 19:18:40.000,2024-03-26 16:36:01.000000,2024-02-29 16:28:43,1703.0,10.0,36.0,10.0,506.0,33.0,457.0,151.0,,,,1941.0,,,,25.0,,,,,,,,3.0,,,,,,nbgallery/nbgallery,https://hub.docker.com/r/nbgallery/nbgallery,2024-02-29 16:29:47.151305,5.0,170880.0,,,,,,,,,,,,, +156,mknotebooks,A plugin for mkdocs to help you include Jupyter notebooks in your projects.,https://github.com/greenape/mknotebooks,,notebook-sharing,20,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,,20.0,2.0,1078.0,36.0,26.0,127.0,2023-08-07 10:13:29.000,0.8.0,,15232.0,866.0,569.0,536.0,14.0,https://pypi.org/project/mknotebooks,2023-08-11 12:01:01.000,33.0,15232.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +157,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,2024-02-01 09:30:12.000000,2024-02-01 09:30:12,240.0,,49.0,9.0,70.0,27.0,49.0,89.0,2023-06-08 13:14:00.415,1.0.1,,4736.0,20.0,43.0,41.0,21.0,https://pypi.org/project/jupyterhub-systemdspawner,2023-06-08 13:14:00.415,2.0,4144.0,https://anaconda.org/conda-forge/jupyterhub-systemdspawner,2023-06-16 16:16:00.682,34353.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +158,jupyter-archive,"A Jupyter/Jupyterlab extension to make, download and extract archive files.",https://github.com/jupyterlab-contrib/jupyter-archive,,jupyter-extensions,20,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,2024-04-17 12:40:20.000000,2024-04-17 12:40:19,238.0,4.0,14.0,5.0,92.0,5.0,36.0,72.0,2023-08-15 15:28:38.000,3.4.0,3270.0,26188.0,36.0,179.0,169.0,10.0,https://pypi.org/project/jupyter-archive,2023-08-15 15:28:33.000,5.0,24650.0,https://anaconda.org/conda-forge/jupyter-archive,2023-08-16 14:54:33.988,62665.0,2.0,@hadim/jupyter-archive,https://www.npmjs.com/package/@hadim/jupyter-archive,2023-08-15 15:28:31.802,5.0,117.0,,,,,,,,,,,,,,,,,, +159,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,,195.0,38.0,33.0,13.0,14.0,1074.0,2021-06-14 15:07:13.000,1.1.0,,3730.0,10.0,9.0,,13.0,https://pypi.org/project/pyforest,2021-06-14 15:07:13.000,9.0,3730.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +160,IJava,A Jupyter kernel for executing Java code.,https://github.com/SpencerPark/IJava,,kernels,19,False,,SpencerPark/IJava,,https://github.com/SpencerPark/IJava,MIT,2017-10-08 04:42:46.000,2024-05-01 07:22:17.000000,2019-12-08 22:22:20,90.0,,209.0,34.0,15.0,86.0,59.0,1044.0,2019-05-06 03:28:50.000,1.3.0,175131.0,2466.0,5.0,,,4.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +161,Matlab Kernel,Jupyter Kernel for Matlab.,https://github.com/Calysto/matlab_kernel,,kernels,19,False,matlab_kernel,calysto/matlab_kernel,conda-forge/matlab_kernel,https://github.com/Calysto/matlab_kernel,BSD-3-Clause,2015-01-31 12:51:06.000,2023-10-02 12:02:47.993000,2022-05-09 10:21:01,216.0,,77.0,23.0,33.0,27.0,106.0,467.0,2022-05-09 10:23:00.581,0.17.1,,4204.0,56.0,5.0,,18.0,https://pypi.org/project/matlab_kernel,2017-04-20 00:39:18.000,5.0,3081.0,https://anaconda.org/conda-forge/matlab_kernel,2023-10-02 12:02:47.993,47203.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +162,nbopen,Open a Jupyter notebook in the best available server.,https://github.com/takluyver/nbopen,,notebook-tools,19,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,,58.0,15.0,18.0,40.0,27.0,300.0,2017-09-08 07:23:49.000,0.4.3,,1508.0,10.0,137.0,131.0,11.0,https://pypi.org/project/nbopen,2023-09-08 12:57:09.000,6.0,1508.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +163,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,12.0,12.0,4.0,10.0,295.0,2022-08-04 11:25:18.993,0.1.4,,32355.0,5.0,118.0,111.0,5.0,https://pypi.org/project/treon,2022-08-04 11:25:18.993,7.0,32065.0,https://anaconda.org/conda-forge/treon,2023-06-16 19:26:36.235,10183.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +164,retrolab,JupyterLab distribution with a retro look and feel.,https://github.com/jupyterlab/retrolab,,notebook-environments,19,False,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,,47.0,14.0,220.0,,111.0,281.0,2022-05-04 07:37:18.000,0.3.21,2800.0,2481.0,50.0,33.0,18.0,17.0,https://pypi.org/project/retrolab,2022-05-04 07:36:52.000,4.0,903.0,https://anaconda.org/conda-forge/retrolab,2023-06-16 19:25:59.201,53548.0,3.0,@jupyterlab-classic/application,https://www.npmjs.com/package/@jupyterlab-classic/application,2021-04-19 14:22:28.986,11.0,23.0,,,,,,,,,,,,,,,,,, +165,nbinteract,Create interactive webpages from Jupyter Notebooks.,https://github.com/SamLau95/nbinteract,,notebook-sharing,19,True,nbinteract,SamLau95/nbinteract,,https://github.com/SamLau95/nbinteract,BSD-3-Clause,2017-08-31 00:16:20.000,2024-02-13 21:24:04.000000,2024-02-13 21:24:04,595.0,5.0,23.0,7.0,117.0,66.0,42.0,230.0,2021-01-05 06:49:39.135,0.2.6,,4219.0,46.0,12.0,4.0,8.0,https://pypi.org/project/nbinteract,2021-01-05 06:49:39.135,3.0,4106.0,,,,3.0,nbinteract,https://www.npmjs.com/package/nbinteract,2021-01-05 06:49:22.791,5.0,113.0,,,,,,,,,,,,,,,,,, +166,jupyter-fs,A filesystem-like contents manager for multiple backends in Jupyter.,https://github.com/jpmorganchase/jupyter-fs,,lab-extensions,19,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,2024-04-11 12:43:03.000000,2023-11-11 18:56:51,567.0,,35.0,15.0,123.0,22.0,59.0,185.0,2023-11-11 19:03:07.000,0.4.1,,1323.0,9.0,8.0,6.0,15.0,https://pypi.org/project/jupyter-fs,2023-11-11 19:03:07.000,2.0,1107.0,https://anaconda.org/conda-forge/jupyter-fs,2023-11-12 01:40:07.839,9540.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +167,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,2024-01-11 09:22:04.000000,2018-09-20 15:43:57,188.0,,34.0,12.0,29.0,22.0,20.0,181.0,2018-03-23 20:36:58.000,0.4.1,,4430.0,14.0,169.0,169.0,6.0,https://pypi.org/project/spylon-kernel,2018-03-23 20:36:58.000,,2931.0,https://anaconda.org/conda-forge/spylon-kernel,2023-06-16 13:20:41.310,130455.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +168,ipysigma,A Jupyter widget using sigma.js to render interactive networks.,https://github.com/medialab/ipysigma,,widgets,19,True,ipysigma,Yomguithereal/ipysigma,,https://github.com/medialab/ipysigma,MIT,2018-06-25 20:03:21.000,2023-10-20 11:44:29.000000,2023-10-20 08:08:59,359.0,,14.0,5.0,18.0,56.0,155.0,176.0,2023-06-15 13:54:02.722,0.24.2,,1760.0,30.0,36.0,32.0,6.0,https://pypi.org/project/ipysigma,2022-06-08 16:10:49.000,1.0,1402.0,,,,3.0,ipysigma,https://www.npmjs.com/package/ipysigma,2023-06-15 13:50:38.516,3.0,358.0,,,,,,,medialab/ipysigma,,,,,,,,,,, +169,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,,79.0,16.0,10.0,45.0,29.0,464.0,2020-02-16 07:15:03.000,0.2.0,,7025.0,19.0,32.0,,4.0,https://pypi.org/project/jupyter-tensorboard,2020-02-16 07:15:03.000,32.0,7025.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +170,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,,78.0,34.0,118.0,50.0,99.0,401.0,2020-05-27 00:10:19.202,2.0.0,,308.0,32.0,7.0,5.0,17.0,,,,,,,,2.0,@jupyterlab/google-drive,https://www.npmjs.com/package/@jupyterlab/google-drive,2020-05-27 00:10:19.202,2.0,308.0,,,,,,,,,,,,,,,,,, +171,Lantern,Data exploration glue.,https://github.com/timkpaine/lantern,,lab-extensions,18,True,pylantern,timkpaine/lantern,,https://github.com/timkpaine/lantern,Apache-2.0,2017-07-15 03:49:10.000,2024-02-05 14:28:40.000000,2024-02-05 14:28:39,541.0,,21.0,13.0,28.0,6.0,194.0,342.0,2020-02-02 22:32:28.000,0.1.6,,110.0,26.0,21.0,19.0,3.0,https://pypi.org/project/pylantern,2020-02-02 22:31:39.000,2.0,110.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +172,OCaml Kernel,An OCaml kernel for Jupyter (IPython) notebook.,https://github.com/akabe/ocaml-jupyter,,kernels,18,True,,akabe/ocaml-jupyter,,https://github.com/akabe/ocaml-jupyter,MIT,2017-07-14 14:15:05.000,2024-01-25 21:07:30.000000,2023-08-11 05:18:21,385.0,,40.0,11.0,126.0,7.0,73.0,281.0,2023-08-11 02:56:40.000,2.8.3,124514.0,1518.0,35.0,,,23.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +173,HTTP-over-WebSocket,Jupyter support for HTTP-over-ws.,https://github.com/googlecolab/jupyter_http_over_ws,,jupyter-extensions,18,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,,55.0,13.0,2.0,22.0,9.0,266.0,2020-03-12 16:09:39.000,0.0.8,,53236.0,10.0,10.0,,3.0,https://pypi.org/project/jupyter_http_over_ws,2020-03-12 16:09:39.000,10.0,51873.0,https://anaconda.org/conda-forge/jupyter_http_over_ws,2023-06-16 19:21:18.164,61340.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +174,gator,Conda environment and package management extension from within Jupyter.,https://github.com/mamba-org/gator,,jupyter-extensions,18,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,2024-02-27 13:56:14.000000,2024-02-27 13:56:13,626.0,1.0,29.0,6.0,153.0,21.0,43.0,256.0,2023-05-05 13:05:52.701,5.2.1,2.0,1134.0,30.0,7.0,5.0,26.0,https://pypi.org/project/mamba-gator,2021-09-03 07:30:09.000,,119.0,https://anaconda.org/conda-forge/mamba_gator,2023-06-16 19:23:51.106,41230.0,3.0,@mamba-org/gator-lab,https://www.npmjs.com/package/@mamba-org/gator-lab,2021-09-03 10:15:28.752,2.0,34.0,,,,,,,,,,,,,,,,,, +175,JupyterLab SideCar,A sidecar output widget for JupyterLab.,https://github.com/jupyter-widgets/jupyterlab-sidecar,,lab-extensions,18,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,,40.0,15.0,76.0,37.0,13.0,241.0,2023-08-30 15:33:27.000,0.7.0,,10383.0,8.0,19.0,7.0,16.0,https://pypi.org/project/sidecar,2023-08-30 15:33:27.000,9.0,9639.0,https://anaconda.org/conda-forge/sidecar,2023-08-30 18:18:16.177,23166.0,2.0,@jupyter-widgets/jupyterlab-sidecar,https://www.npmjs.com/package/@jupyter-widgets/jupyterlab-sidecar,2021-07-05 14:42:11.336,3.0,165.0,,,,,,,,,,,,,,,,,, +176,bookstore,Notebook storage and publishing workflows for the masses.,https://github.com/nteract/bookstore,,notebook-sharing,18,False,bookstore,nteract/bookstore,,https://github.com/nteract/bookstore,BSD-3-Clause,2018-10-16 18:54:00.000,2021-12-15 14:37:42.138000,2019-12-09 16:52:07,619.0,,23.0,19.0,109.0,35.0,39.0,201.0,2021-12-15 14:37:42.138,0.0.0,,170.0,19.0,17.0,17.0,7.0,https://pypi.org/project/bookstore,2021-12-15 14:37:42.138,,170.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +177,cdsdashboards,JupyterHub extension for ContainDS Dashboards.,https://github.com/ideonate/cdsdashboards,,notebook-sharing,18,True,cdsdashboards,ideonate/cdsdashboards,conda-forge/cdsdashboards,https://github.com/ideonate/cdsdashboards,BSD-3-Clause,2020-04-28 13:51:31.000,2024-04-10 13:45:27.000000,2024-04-10 13:45:27,468.0,4.0,38.0,7.0,19.0,35.0,59.0,199.0,2022-09-19 18:15:56.375,0.6.3,,1781.0,44.0,,,14.0,https://pypi.org/project/cdsdashboards,2022-04-29 11:08:28.000,,507.0,https://anaconda.org/conda-forge/cdsdashboards,2023-06-16 19:20:47.542,58638.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +178,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,False,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,,82.0,37.0,29.0,1.0,58.0,197.0,2022-12-01 21:51:02.000,2.4.13,,3240.0,20.0,1.0,,11.0,https://pypi.org/project/sas_kernel,2022-12-01 21:49:02.222,1.0,3208.0,https://anaconda.org/anaconda/sas_kernel,2023-06-16 13:24:59.052,2599.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +179,SciJava Kernel,[RETIRED] Try IJava or BeakerX.,https://github.com/scijava/scijava-jupyter-kernel,,kernels,18,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,21.0,22.0,14.0,80.0,177.0,2017-06-02 21:19:27.000,0.5.0,107.0,1196.0,15.0,,,9.0,,,,,https://anaconda.org/conda-forge/scijava-jupyter-kernel,2023-06-16 13:18:35.621,101594.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +180,JupyterLab Data Explorer,First class datasets in JupyterLab.,https://github.com/jupyterlab/jupyterlab-data-explorer,,lab-extensions,18,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,,37.0,27.0,58.0,59.0,93.0,177.0,2019-10-03 18:34:08.594,3.0.0,,34.0,17.0,21.0,14.0,11.0,,,,,,,,2.0,@jupyterlab/dataregistry-extension,https://www.npmjs.com/package/@jupyterlab/dataregistry-extension,2019-10-03 18:34:08.594,7.0,34.0,,,,,,,,,,,,,,,,,, +181,ipytree,A Tree Widget using Jupyter-widgets protocol and jsTree.,https://github.com/jupyter-widgets-contrib/ipytree,,widgets,18,False,ipytree,QuantStack/ipytree,conda-forge/ipytree,https://github.com/jupyter-widgets-contrib/ipytree,MIT,2018-09-15 13:17:27.000,2023-10-25 14:25:25.000000,2022-11-23 09:34:00,111.0,,30.0,9.0,47.0,20.0,20.0,127.0,2022-08-24 12:33:17.000,0.2.2,,61874.0,12.0,25.0,,9.0,https://pypi.org/project/ipytree,2022-08-23 15:13:01.647,22.0,59752.0,https://anaconda.org/conda-forge/ipytree,2023-06-16 16:14:42.506,108490.0,3.0,ipytree,https://www.npmjs.com/package/ipytree,2022-08-23 15:10:34.820,3.0,373.0,,,,,,,jupyter-widgets-contrib/ipytree,,,,,,,,,,, +182,nbzip,Zips and downloads all the contents of a jupyter notebook.,https://github.com/data-8/nbzip,,jupyter-extensions,18,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,,18.0,8.0,12.0,9.0,5.0,86.0,2018-08-10 16:52:09.000,0.1.0,,18702.0,4.0,413.0,409.0,6.0,https://pypi.org/project/nbzip,2018-08-10 16:52:09.000,4.0,18702.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +183,sphinxcontrib.jupyter,A Sphinx Extension for Generating Jupyter Notebooks.,https://github.com/QuantEcon/sphinxcontrib-jupyter,,notebook-tools,18,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,74.0,2020-06-18 03:31:10.000,0.5.10,,2002.0,23.0,42.0,38.0,13.0,https://pypi.org/project/sphinxcontrib-jupyter,2020-06-18 03:31:10.000,4.0,2002.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +184,SudoSpawner,Spawn JupyterHub single-user servers with sudo.,https://github.com/jupyterhub/sudospawner,,hub-spawners,18,True,sudospawner,jupyterhub/sudospawner,,https://github.com/jupyterhub/sudospawner,BSD-3-Clause,2014-11-24 23:21:36.000,2023-12-14 11:31:09.000000,2023-12-14 11:31:09,119.0,,44.0,11.0,37.0,19.0,22.0,50.0,2018-06-19 13:50:35.000,0.5.2,,2431.0,8.0,69.0,67.0,15.0,https://pypi.org/project/sudospawner,2018-06-19 13:50:35.000,2.0,2431.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +185,First Use Authenticator,JupyterHub Authenticator that lets users set passwords when they first log in.,https://github.com/jupyterhub/firstuseauthenticator,,hub-auth,18,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,,29.0,5.0,29.0,9.0,17.0,48.0,2021-10-28 11:35:32.000,1.0.0,,8340.0,8.0,100.0,100.0,12.0,https://pypi.org/project/jupyterhub-firstuseauthenticator,2021-10-28 11:35:32.000,,8340.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +186,heat,IPython magic command to profile and view your python code as a heat map.,https://github.com/csurfer/pyheatmagic,,magic,17,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,,22.0,12.0,3.0,2.0,3.0,1023.0,2017-08-19 16:11:38.000,0.0.2,,432.0,2.0,45.0,45.0,3.0,https://pypi.org/project/py-heat-magic,2017-08-19 16:11:38.000,,432.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +187,JupyterWith,Declarative and reproducible Jupyter environments - powered by Nix.,https://github.com/tweag/jupyenv,,notebook-tools,17,True,,tweag/jupyterWith,,https://github.com/tweag/jupyenv,MIT,2018-12-18 10:10:58.000,2024-05-05 00:09:42.000000,2023-10-17 14:42:45,580.0,,122.0,32.0,341.0,45.0,151.0,600.0,2023-01-31 21:35:49.000,0.1.0,,,1.0,,,37.0,,,,,,,,3.0,,,,,,,,,,,,tweag/jupyenv,,,,,,,,,,, +188,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,441.0,2020-03-08 20:03:38.000,3.0.4,5560.0,50.0,15.0,,,28.0,,,,,,,,3.0,,,,,,fsprojects/ifsharp,https://hub.docker.com/r/fsprojects/ifsharp,2019-03-26 17:01:42.996172,,720.0,,,,,,,,,,,,, +189,nb_black,A simple extension for Jupyter Notebook and Jupyter Lab to beautify Python code automatically using Black.,https://github.com/dnanhkhoa/nb_black,,magic,17,True,nb_black,dnanhkhoa/nb_black,conda-forge/nb_black,https://github.com/dnanhkhoa/nb_black,MIT,2019-05-02 16:13:43.498,2023-06-16 16:15:03.923000,,,,38.0,,,,,361.0,2019-11-30 08:56:06.000,1.0.7,,19319.0,4.0,19.0,,,https://pypi.org/project/nb_black,2019-11-30 08:56:06.000,19.0,16787.0,https://anaconda.org/conda-forge/nb_black,2023-06-16 16:15:03.923,151975.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +190,blackcellmagic,IPython magic command to format python code in cell using black.,https://github.com/csurfer/blackcellmagic,,magic,17,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,306.0,2021-09-18 19:13:12.000,0.0.3,,1140.0,3.0,239.0,236.0,3.0,https://pypi.org/project/blackcellmagic,2021-09-18 19:13:12.000,3.0,1069.0,https://anaconda.org/conda-forge/blackcellmagic,2023-06-16 19:21:13.443,3230.0,2.0,,,,,,,,,,,,,,,,,,,,,,, +191,JupyterLab Chart Editor,JupyterLab extension for Plotlys react-chart-editor.,https://github.com/plotly/jupyterlab-chart-editor,,lab-renderer,17,False,,plotly/jupyterlab-chart-editor,,https://github.com/plotly/jupyterlab-chart-editor,BSD-3-Clause,2018-01-23 18:18:38.000,2023-01-06 19:12:21.000000,2021-03-10 20:56:11,71.0,,26.0,42.0,35.0,22.0,19.0,224.0,2021-03-10 20:57:44.000,4.14.3,,355.0,12.0,12.0,7.0,5.0,,,,,,,,3.0,jupyterlab-chart-editor,https://www.npmjs.com/package/jupyterlab-chart-editor,2021-03-10 20:56:44.112,5.0,355.0,,,,,,,,,,,,,,,,,, +192,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,,695.0,4.0,19.0,19.0,12.0,https://pypi.org/project/jupyter-spark,2018-03-08 14:28:54.000,,695.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +193,ipyexperiments,"Automatic GPU+CPU memory profiling, re-use and memory leaks detection using jupyter/ipython experiment containers.",https://github.com/stas00/ipyexperiments,,notebook-tools,17,True,ipyexperiments,stas00/ipyexperiments,,https://github.com/stas00/ipyexperiments,Apache-2.0,2018-11-15 01:19:40.000,2023-12-15 03:22:24.000000,2023-12-15 03:22:22,207.0,,12.0,8.0,2.0,,5.0,192.0,2023-12-15 03:21:06.000,0.1.29,,233.0,25.0,10.0,8.0,3.0,https://pypi.org/project/ipyexperiments,2023-12-15 03:21:06.000,2.0,233.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +194,Spark Monitor,Monitor Apache Spark from Jupyter Notebook.,https://github.com/krishnan-r/sparkmonitor,,jupyter-extensions,17,False,sparkmonitor,krishnan-r/sparkmonitor,,https://github.com/krishnan-r/sparkmonitor,Apache-2.0,2017-05-31 09:13:01.000,2024-01-25 15:00:22.000000,2022-05-16 18:45:37,215.0,,51.0,8.0,23.0,30.0,7.0,172.0,2024-01-25 15:00:22.000,3.0.2,2472.0,1570.0,9.0,,,3.0,https://pypi.org/project/sparkmonitor,2024-01-25 15:00:22.000,,1529.0,,,,3.0,,,,,,krishnanr/sparkmonitor,https://hub.docker.com/r/krishnanr/sparkmonitor,2019-10-04 06:28:22.959295,,963.0,,,,,,,,,,,,, +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,17,False,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,150.0,2022-11-23 11:45:34.886,1.2.0,,40204.0,4.0,5.0,5.0,8.0,https://pypi.org/project/environment_kernels,2022-11-23 11:45:34.886,,40204.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +196,nb_conda,Conda environment and package access extension from within Jupyter.,https://github.com/anaconda/nb_conda,,jupyter-extensions,17,False,,Anaconda-Platform/nb_conda,conda-forge/nb_conda,https://github.com/anaconda/nb_conda,BSD-3-Clause,2015-12-09 23:12:58.000,2024-04-17 15:24:12.000000,2020-09-11 21:06:00,158.0,,33.0,12.0,37.0,41.0,28.0,138.0,,,,14646.0,4.0,,,14.0,,,,,https://anaconda.org/conda-forge/nb_conda,2024-01-09 08:46:24.791,629786.0,3.0,,,,,,,,,,,,anaconda/nb_conda,,,,,,,,,,, +197,jupyterlab-sparkmonitor,JupyterLab extension that enables monitoring launched Apache Spark jobs from within a notebook.,https://github.com/itsjafer/jupyterlab-sparkmonitor,,lab-extensions,17,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,,25.0,8.0,24.0,11.0,8.0,91.0,2021-08-04 03:02:45.000,4.1.0,,11672.0,15.0,6.0,3.0,10.0,https://pypi.org/project/jupyterlab-sparkmonitor,2021-08-04 03:02:45.000,,11605.0,,,,3.0,jupyterlab_sparkmonitor,https://www.npmjs.com/package/jupyterlab_sparkmonitor,2020-07-29 07:52:58.288,3.0,61.0,itsjafer/sparkmonitor,https://hub.docker.com/r/itsjafer/sparkmonitor,2021-06-02 17:02:44.488613,,348.0,,,,,,,,,,,,, +198,Altair Viewer,Viewer for Altair and Vega-Lite visualizations.,https://github.com/altair-viz/altair_viewer,,widgets,17,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,2024-03-30 17:00:31.000000,2024-03-30 17:00:31,150.0,1.0,11.0,8.0,48.0,3.0,13.0,82.0,2021-11-06 14:18:45.000,0.4.0,,34813.0,7.0,15.0,,4.0,https://pypi.org/project/altair_viewer,2021-11-06 14:16:09.000,15.0,33197.0,https://anaconda.org/conda-forge/altair_viewer,2023-06-16 19:17:31.930,84070.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +199,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-10-06 09:59:54.551000,2018-06-11 01:51:34,136.0,,27.0,22.0,32.0,7.0,20.0,77.0,2017-04-05 01:49:01.000,0.7.0,,2260.0,12.0,16.0,16.0,8.0,https://pypi.org/project/jupyter_cms,2017-04-05 01:49:01.000,,136.0,https://anaconda.org/conda-forge/jupyter_cms,2023-10-06 09:59:54.551,97737.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +200,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,,139.0,67.0,90.0,39.0,46.0,1088.0,,,,1396.0,,,,9.0,,,,,,,,3.0,,,,,,geonotebook/geonotebook,https://hub.docker.com/r/geonotebook/geonotebook,2019-01-21 18:59:02.250643,9.0,131300.0,,,,,,,,,,,,, +201,JupyterLab Vim,Vim notebook cell bindings for JupyterLab.,https://github.com/jwkvam/jupyterlab-vim,,lab-extensions,16,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,,96.0,20.0,49.0,63.0,45.0,965.0,2019-07-16 04:35:55.953,0.11.0,,166.0,14.0,5.0,3.0,8.0,,,,,,,,3.0,jupyterlab_vim,https://www.npmjs.com/package/jupyterlab_vim,2019-07-16 04:35:55.953,2.0,166.0,,,,,,,,,,,,,,,,,, +202,clojupyter,a Jupyter kernel for Clojure.,https://github.com/clojupyter/clojupyter,,kernels,16,True,,clojupyter/clojupyter,simplect/clojupyter,https://github.com/clojupyter/clojupyter,MIT,2014-05-09 07:09:06.000,2024-04-11 16:50:22.000000,2024-04-11 16:50:21,325.0,2.0,82.0,37.0,62.0,15.0,89.0,815.0,,,,64.0,8.0,,,27.0,,,,,https://anaconda.org/simplect/clojupyter,2023-07-20 06:35:35.164,3563.0,3.0,,,,,,simplect/clojupyter,https://hub.docker.com/r/simplect/clojupyter,2019-04-25 08:25:07.304303,,418.0,,,,,,,,,,,,, +203,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,,124.0,17.0,16.0,47.0,28.0,787.0,2021-08-23 11:45:07.000,1.2.3,,7140.0,8.0,,,10.0,https://pypi.org/project/jupyter-tabnine,2021-08-23 11:45:07.000,,7140.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +204,gpu-jupyter,GPU-Jupyter: Leverage the flexibility of Jupyterlab through the power of your NVIDIA GPU to run your code from..,https://github.com/iot-salzburg/gpu-jupyter,,notebook-environments,16,True,,iot-salzburg/gpu-jupyter,,https://github.com/iot-salzburg/gpu-jupyter,Apache-2.0,2019-11-12 20:10:23.000,2024-04-09 09:25:07.000000,2024-04-09 09:25:06,318.0,7.0,222.0,17.0,54.0,4.0,89.0,664.0,2023-12-19 15:55:23.000,1.5_cuda-12.0_ubuntu-22.04,,,7.0,,,15.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +205,tributary,Streaming reactive and dataflow graphs in Python.,https://github.com/timkpaine/tributary,,widgets,16,True,tributary,timkpaine/tributary,conda-forge/tributary,https://github.com/timkpaine/tributary,Apache-2.0,2020-06-18 03:08:16.885,2024-02-12 19:25:12.000000,2024-02-10 17:20:45,703.0,6.0,39.0,3.0,,,,427.0,2023-05-10 10:40:01.245,0.2.1,,1103.0,18.0,,,7.0,https://pypi.org/project/tributary,2023-05-10 10:40:01.245,,328.0,https://anaconda.org/conda-forge/tributary,2023-06-16 19:20:23.415,36460.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +206,IElixir,Jupyters kernel for Elixir programming language.,https://github.com/pprzetacznik/IElixir,,kernels,16,True,,pprzetacznik/IElixir,,https://github.com/pprzetacznik/IElixir,Apache-2.0,2015-07-06 11:39:08.000,2024-03-31 21:12:22.000000,2024-03-28 23:44:53,292.0,9.0,44.0,13.0,36.0,13.0,20.0,357.0,2024-03-28 23:58:27.000,1.0.1,,7.0,9.0,3.0,,20.0,,,,,,,,3.0,jupyterlab-ielixir,https://www.npmjs.com/package/jupyterlab-ielixir,2021-05-11 21:22:51.418,3.0,4.0,pprzetacznik/ielixir,https://hub.docker.com/r/pprzetacznik/ielixir,2024-03-29 00:01:35.029031,1.0,356.0,,,,,,,,,,,ielixir,, +207,JupyterLab Tensorboard,Tensorboard extension for jupyterlab.,https://github.com/chesterli29/jupyterlab_tensorboard,,lab-extensions,16,False,,chaoleili/jupyterlab_tensorboard,,https://github.com/chesterli29/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,314.0,2020-06-27 13:40:43.778,0.2.1,,7505.0,9.0,7.0,5.0,7.0,,,,,,,,3.0,jupyterlab_tensorboard,https://www.npmjs.com/package/jupyterlab_tensorboard,2020-06-27 13:40:43.778,2.0,7505.0,,,,,,,chesterli29/jupyterlab_tensorboard,,,,,,,,,,, +208,notebookJS,notebookJS: seamless JavaScript integration in Python Notebooks.,https://github.com/jorgehpo/notebookJS,,kernels,16,False,notebookjs,jorgehpo/notebookJS,,https://github.com/jorgehpo/notebookJS,MIT,2021-04-12 03:55:17.000,2024-01-23 21:10:31.228000,2022-12-25 22:31:58,56.0,,47.0,7.0,1.0,1.0,,256.0,2024-01-23 21:10:31.228,0.8.2,,1046.0,28.0,33.0,21.0,2.0,https://pypi.org/project/notebookjs,2021-04-17 19:11:41.000,,99.0,,,,3.0,notebookjs,https://www.npmjs.com/package/notebookjs,2024-01-23 21:10:31.228,12.0,947.0,,,,,,,,,,,,,,,,,, +209,Collapsible Headings,Implements Collapsible Headers for Jupyter Lab Notebooks.,https://github.com/aquirdTurtle/Collapsible_Headings,,lab-extensions,16,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,11.0,22.0,175.0,2021-05-22 01:50:04.000,3.1.0,,3532.0,18.0,7.0,,6.0,https://pypi.org/project/aquirdturtle-collapsible-headings,2021-05-22 01:50:04.000,5.0,3284.0,,,,3.0,@aquirdturtle/collapsible_headings,https://www.npmjs.com/package/@aquirdturtle/collapsible_headings,2021-01-11 04:19:41.041,2.0,248.0,,,,,,,,,,,,,,,,,, +210,igv.js widget,Extension for Jupyter which integrates igv.js.,https://github.com/g2nb/igv-jupyter,,widgets,16,False,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,,15.0,14.0,8.0,1.0,41.0,154.0,2022-06-14 16:29:11.000,2.0.1,,231.0,10.0,16.0,14.0,5.0,https://pypi.org/project/igv-jupyter,2022-06-14 16:29:11.000,2.0,231.0,,,,3.0,,,,,,,,,,,,g2nb/igv-jupyter,,,,,,,,,,, +211,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,,25.0,10.0,35.0,17.0,22.0,139.0,2013-10-13 16:56:18.000,0.1.4,,958.0,5.0,31.0,29.0,10.0,https://pypi.org/project/ipycache,2013-10-13 16:56:18.000,2.0,107.0,https://anaconda.org/conda-forge/ipycache,2023-06-16 13:16:28.691,81714.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +212,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,133.0,2021-03-24 19:57:48.307,1.0.0,,1697.0,16.0,8.0,3.0,5.0,https://pypi.org/project/jupyterlab-tabular-data-editor,2021-03-24 19:56:11.000,,1611.0,,,,3.0,jupyterlab-tabular-data-editor,https://www.npmjs.com/package/jupyterlab-tabular-data-editor,2021-03-24 19:57:48.307,5.0,86.0,,,,,,,,,,,,,,,,,, +213,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,16,True,jupyterlab_hdf,jupyterlab/jupyterlab-hdf5,,https://github.com/jupyterlab/jupyterlab-hdf5,BSD-3-Clause,2018-10-02 18:20:20.000,2023-10-11 06:47:49.000000,2023-10-11 06:47:48,367.0,,26.0,16.0,98.0,14.0,36.0,114.0,2023-03-08 10:22:18.488,1.3.0,,622.0,15.0,6.0,3.0,9.0,https://pypi.org/project/jupyterlab_hdf,2022-02-21 09:56:23.000,1.0,556.0,,,,3.0,@jupyterlab/hdf5,https://www.npmjs.com/package/@jupyterlab/hdf5,2023-03-08 10:22:05.823,2.0,66.0,,,,,,,,,,,,,,,,,, +214,jupyterlab-flake8,Jupyterlab python linter for notebooks and text files using flake8.,https://github.com/mlshapiro/jupyterlab-flake8,,lab-extensions,16,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,,10.0,8.0,13.0,8.0,33.0,110.0,2021-09-16 15:37:05.151,0.7.1,,19312.0,21.0,6.0,3.0,5.0,https://pypi.org/project/jupyterlab-flake8,2021-09-16 15:36:42.000,1.0,19248.0,,,,3.0,jupyterlab-flake8,https://www.npmjs.com/package/jupyterlab-flake8,2021-09-16 15:37:05.151,2.0,64.0,,,,,,,,,,,,,,,,,, +215,JupyterLab IFrame,View html as an embedded iframe in JupyterLab.,https://github.com/timkpaine/jupyterlab_iframe,,lab-extensions,16,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,2024-02-06 00:03:36.000000,2024-02-06 00:03:35,352.0,,18.0,5.0,91.0,6.0,64.0,102.0,2023-07-16 16:16:00.442,0.5.0,,2772.0,26.0,8.0,6.0,5.0,https://pypi.org/project/jupyterlab_iframe,2023-07-16 16:16:00.442,,1935.0,https://anaconda.org/conda-forge/jupyterlab_iframe,2023-07-16 18:49:15.196,29109.0,3.0,jupyterlab_iframe,https://www.npmjs.com/package/jupyterlab_iframe,2023-07-16 16:13:17.752,2.0,161.0,,,,,,,,,,,,,,,,,, +216,niwidgets,Neuroimaging widgets for jupyter notebooks.,https://github.com/nipy/niwidgets,,widgets,16,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,25.0,17.0,83.0,2019-04-23 08:43:52.000,0.2.2,,159.0,5.0,32.0,32.0,16.0,https://pypi.org/project/niwidgets,2019-04-23 08:43:52.000,,159.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +217,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,2024-04-14 15:08:55.256000,2023-09-30 16:16:13,333.0,,6.0,4.0,6.0,12.0,52.0,68.0,2023-10-24 04:08:12.000,0.10.1,,1062.0,43.0,5.0,3.0,4.0,https://pypi.org/project/jupyterlab-sos,2023-10-24 04:08:12.000,,260.0,https://anaconda.org/conda-forge/jupyterlab-sos,2024-04-14 15:08:55.256,33938.0,3.0,jupyterlab-sos,https://www.npmjs.com/package/jupyterlab-sos,2021-01-14 22:31:15.129,2.0,65.0,,,,,,,,,,,,,,,,,, +218,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,2024-04-29 14:38:21.483000,2019-05-06 04:27:05,47.0,,13.0,1.0,,6.0,,50.0,2024-04-29 14:38:21.483,0.5.4,,8751.0,50.0,13.0,,2.0,https://pypi.org/project/ipyaggrid,2024-04-29 14:38:13.000,13.0,8016.0,,,,3.0,ipyaggrid,https://www.npmjs.com/package/ipyaggrid,2024-04-29 14:38:21.483,,735.0,,,,,,,,,,,,,,,,,, +219,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,2023-12-22 00:50:25.000000,2022-02-19 09:55:04,143.0,,114.0,48.0,41.0,37.0,74.0,986.0,,,9556.0,161.0,3.0,,,7.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +220,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,,38.0,73.0,26.0,13.0,12.0,579.0,2018-01-08 14:52:15.000,0.1.15,,913.0,14.0,2.0,,11.0,https://pypi.org/project/jupyternotify,2018-01-08 14:52:15.000,2.0,913.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +221,nbgather,Spit shine for Jupyter notebooks.,https://github.com/microsoft/gather,,lab-extensions,15,False,,microsoft/gather,,https://github.com/microsoft/gather,MIT,2018-10-08 23:32:10.000,2023-10-03 23:29:38.000000,2022-11-28 19:10:54,345.0,,38.0,13.0,49.0,37.0,18.0,526.0,2020-02-06 15:50:53.838,0.6.1,,37.0,9.0,6.0,3.0,13.0,,,,,,,,3.0,nbgather,https://www.npmjs.com/package/nbgather,2020-02-06 15:50:53.838,3.0,37.0,,,,,,,,,,,,,,,,,, +222,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-12-24 03:19:25.000000,2023-12-24 03:18:30,135.0,,34.0,9.0,2.0,2.0,13.0,501.0,2023-12-24 03:28:31.000,0.2.4,17.0,432.0,10.0,7.0,4.0,2.0,https://pypi.org/project/jupyterlab-stickyland,2023-12-24 03:19:14.000,1.0,427.0,,,,3.0,jupyterlab-stickyland,https://www.npmjs.com/package/jupyterlab-stickyland,2021-11-23 04:23:59.372,2.0,5.0,,,,,,,,,,,,,,,,,, +223,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,,48.0,13.0,92.0,44.0,37.0,410.0,2020-01-04 11:56:53.000,0.3.3,,491.0,41.0,,,2.0,https://pypi.org/project/jupyterlab_sql,2020-01-04 11:56:53.000,,491.0,,,,3.0,jupyterlab-sql,https://www.npmjs.com/package/jupyterlab-sql,2019-08-11 12:22:58.915,,,,,,,,,,,,,,,,,,,, +224,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,,64.0,18.0,8.0,16.0,11.0,297.0,2020-02-03 15:59:07.000,1.0.0,2082.0,808.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,45497.0,,,,,,,,,,,,, +225,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,246.0,2020-07-07 15:27:22.000,0.2.4,,102.0,17.0,23.0,22.0,8.0,https://pypi.org/project/pynb,2020-07-07 15:27:22.000,1.0,102.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +226,Jupyter DataTables,Jupyter Notebook extension leveraging pandas DataFrames by integrating DataTables and ChartJS.,https://github.com/CermakM/jupyter-datatables,,widgets,15,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,231.0,2019-11-22 07:33:04.000,0.3.9,,1847.0,9.0,,,4.0,https://pypi.org/project/jupyter-datatables,2019-11-22 07:33:04.000,,1847.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +227,jupyterlab-interactive-dashboard-editor,A drag-and-drop dashboard editor for JupyterLab.,https://github.com/jupytercalpoly/jupyterlab-interactive-dashboard-editor,,lab-extensions,15,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,213.0,2021-04-01 19:36:39.000,0.4.0,,136.0,5.0,5.0,3.0,11.0,https://pypi.org/project/jupyterlab-interactive-dashboard-editor,2021-04-01 19:36:39.000,,72.0,https://anaconda.org/conda-forge/jupyterlab-interactive-dashboard-editor,2023-06-16 19:25:52.504,1873.0,3.0,jupyterlab-interactive-dashboard-editor,https://www.npmjs.com/package/jupyterlab-interactive-dashboard-editor,2021-01-27 19:15:26.231,2.0,12.0,,,,,,,,,,,,,,,,,, +228,xeus-sqlite,Jupyter kernel for SQLite.,https://github.com/jupyter-xeus/xeus-sqlite,,kernels,15,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-12-08 12:00:06.740000,2023-12-08 08:06:36,306.0,,25.0,6.0,93.0,16.0,31.0,161.0,,,,762.0,11.0,,,13.0,,,,,https://anaconda.org/conda-forge/xeus-sqlite,2023-12-08 12:00:06.740,35854.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +229,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,15,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,,11.0,10.0,51.0,65.0,24.0,150.0,2019-05-19 02:21:20.000,0.2.0,,42.0,15.0,3.0,2.0,14.0,https://pypi.org/project/sqlcell,2019-05-20 11:16:28.000,1.0,42.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +230,JupyterLab Commenting,Commenting and annotation for JupyterLab.,https://github.com/jupyterlab/jupyterlab-commenting,,lab-extensions,15,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,,25.0,27.0,32.0,25.0,10.0,99.0,2020-05-01 11:39:08.310,0.3.0,,75.0,4.0,5.0,3.0,10.0,https://pypi.org/project/jupyterlab-commenting-service,2019-10-18 14:13:09.000,,61.0,,,,3.0,@jupyterlab/commenting-extension,https://www.npmjs.com/package/@jupyterlab/commenting-extension,2020-05-01 11:39:08.310,2.0,14.0,,,,,,,,,,,,,,,,,, +231,nbcelltests,Cell-by-cell testing for production Jupyter notebooks in JupyterLab.,https://github.com/jpmorganchase/nbcelltests,,lab-extensions,15,False,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,,20.0,11.0,149.0,33.0,85.0,81.0,2020-10-05 14:26:51.696,0.2.3,,273.0,17.0,5.0,3.0,7.0,https://pypi.org/project/nbcelltests,2020-10-05 14:26:38.000,,65.0,https://anaconda.org/conda-forge/nbcelltests,2023-06-16 19:19:22.434,9027.0,3.0,jupyterlab_celltests,https://www.npmjs.com/package/jupyterlab_celltests,2020-10-05 14:26:51.696,2.0,20.0,,,,,,,,,,,,,,,,,, +232,JupyterLab Kernelspy,A Jupyter Lab extension for inspecting messages to/from a kernel.,https://github.com/jupyterlab-contrib/jupyterlab-kernelspy,,lab-extensions,15,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-10-08 08:15:21.000000,2023-10-08 08:15:20,158.0,,12.0,7.0,78.0,2.0,11.0,79.0,2023-08-30 15:49:27.000,4.0.0,29.0,896.0,23.0,10.0,7.0,6.0,https://pypi.org/project/jupyterlab-kernelspy,2023-08-30 15:49:23.000,,446.0,https://anaconda.org/conda-forge/jupyterlab-kernelspy,2023-08-30 16:54:25.412,12836.0,3.0,jupyterlab-kernelspy,https://www.npmjs.com/package/jupyterlab-kernelspy,2023-08-30 15:49:13.452,3.0,73.0,,,,,,,,,,,,,,,,,, +233,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,2024-04-10 23:38:30.000000,2024-04-10 23:38:29,323.0,8.0,9.0,6.0,90.0,6.0,29.0,74.0,2022-04-11 15:35:12.000,0.3.6,,646.0,16.0,2.0,,5.0,https://pypi.org/project/jupyterlab_autoversion,2022-04-11 15:34:34.000,,227.0,https://anaconda.org/conda-forge/jupyterlab_autoversion,2023-06-16 19:19:04.178,18951.0,3.0,jupyterlab_autoversion,https://www.npmjs.com/package/jupyterlab_autoversion,2022-04-11 15:34:49.164,2.0,25.0,,,,,,,,,,,,,,,,,, +234,SAML Authenticator,jupyterhub-samlauthenticator.,https://github.com/HewlettPackard/jupyterhub-samlauthenticator,,hub-auth,15,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,,22.0,31.0,40.0,17.0,15.0,36.0,2020-07-13 15:59:02.000,0.0.9,13.0,1209.0,8.0,,,7.0,https://pypi.org/project/jupyterhub-samlauthenticator,2020-07-13 15:59:02.000,,1209.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,, +235,ipyscales,A widget library for scales.,https://github.com/vidartf/ipyscales,,widgets,15,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,3.0,23.0,2.0,4.0,13.0,2022-09-01 10:53:14.353,0.7.0,,1036.0,11.0,69.0,58.0,4.0,https://pypi.org/project/ipyscales,2022-09-01 10:53:14.353,2.0,130.0,https://anaconda.org/conda-forge/ipyscales,2023-06-16 16:11:22.840,63216.0,3.0,jupyter-scales,https://www.npmjs.com/package/jupyter-scales,2022-09-01 10:39:34.683,9.0,16.0,,,,,,,,,,,,,,,,,, +236,JupyterLab Top Bar,JupyterLab Top Bar extension.,https://github.com/jtpio/jupyterlab-topbar,,lab-extensions,15,False,,jtpio/jupyterlab-topbar,,https://github.com/jtpio/jupyterlab-topbar,BSD-3-Clause,2021-05-31 16:53:55.000,2024-02-23 12:48:27.000000,2024-02-21 15:26:06,243.0,6.0,3.0,1.0,,,,6.0,2020-10-30 20:22:49.425,0.6.0,,1592.0,13.0,43.0,40.0,5.0,,,,,,,,3.0,jupyterlab-topbar-extension,https://www.npmjs.com/package/jupyterlab-topbar-extension,2020-10-30 20:22:49.425,3.0,1592.0,,,,,,,,,,,,,,,,,, +237,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,,122.0,47.0,16.0,23.0,54.0,2348.0,,,,,,,,9.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +238,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,,40.0,23.0,6.0,1.0,15.0,450.0,2018-03-28 15:38:57.000,0.3.0,,76.0,9.0,,,4.0,https://pypi.org/project/py_d3,2018-03-28 15:38:57.000,,76.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +239,JupyterLab Voyager,JupyterLab extension visualize data with Voyager.,https://github.com/altair-viz/jupyterlab_voyager,,lab-renderer,14,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,,35.0,20.0,48.0,56.0,20.0,294.0,2019-08-14 17:26:02.030,1.0.2,,26.0,5.0,5.0,3.0,6.0,,,,,,,,3.0,jupyterlab_voyager,https://www.npmjs.com/package/jupyterlab_voyager,2019-08-14 17:26:02.030,2.0,26.0,,,,,,,,,,,,,,,,,, +240,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,,10.0,8.0,4.0,11.0,13.0,225.0,2020-03-14 15:54:46.503,1.0.0,,297.0,19.0,26.0,17.0,2.0,,,,,,,,3.0,@krassowski/jupyterlab_go_to_definition,https://www.npmjs.com/package/@krassowski/jupyterlab_go_to_definition,2020-03-14 15:54:46.503,9.0,297.0,,,,,,,,,,,,,,,,,, +241,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,14,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,,16.0,7.0,37.0,9.0,18.0,191.0,2021-07-17 23:46:41.952,0.4.1,,691.0,12.0,9.0,6.0,4.0,,,,,,,,3.0,jupyterlab-spreadsheet,https://www.npmjs.com/package/jupyterlab-spreadsheet,2021-07-17 23:46:41.952,3.0,691.0,,,,,,,,,,,,,,,,,, +242,Material Darker Theme,The Material Darker theme for JupyterLab.,https://github.com/oriolmirosa/jupyterlab_materialdarker,,lab-themes,14,False,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,,18.0,8.0,14.0,5.0,15.0,155.0,2022-12-16 18:37:02.020,0.6.1,,526.0,21.0,11.0,8.0,2.0,https://pypi.org/project/jupyterlab-materialdarker,2022-12-16 18:37:02.020,,401.0,,,,2.0,@oriolmirosa/jupyterlab_materialdarker,https://www.npmjs.com/package/@oriolmirosa/jupyterlab_materialdarker,2022-12-16 18:26:12.391,3.0,125.0,,,,,,,,,,,,,,,,,, +243,Neon Theme,"A flat, 80s neon inspired theme for JupyterLab.",https://github.com/yeebc/jupyterlab-neon-theme,,lab-themes,14,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,,10.0,5.0,22.0,2.0,11.0,152.0,2021-03-07 04:41:55.473,3.1.0,,171.0,20.0,6.0,4.0,4.0,,,,,,,,2.0,@yeebc/jupyterlab_neon_theme,https://www.npmjs.com/package/@yeebc/jupyterlab_neon_theme,2021-03-07 04:41:55.473,2.0,171.0,,,,,,,,,,,,,,,,,, +244,JupyterLab Flake8,A jupyterlab extension to email notebooks directly from JupyterLab.,https://github.com/timkpaine/jupyterlab_email,,lab-extensions,14,True,jupyterlab-email,timkpaine/jupyterlab_email,,https://github.com/timkpaine/jupyterlab_email,Apache-2.0,2018-08-07 14:14:40.000,2024-02-06 01:34:52.000000,2024-02-06 01:34:52,247.0,,10.0,3.0,61.0,2.0,36.0,106.0,2023-08-17 16:44:39.000,0.3.1,,244.0,21.0,3.0,1.0,2.0,https://pypi.org/project/jupyterlab-email,2023-08-17 14:42:10.000,,180.0,,,,3.0,jupyterlab-flake8,https://www.npmjs.com/package/jupyterlab-flake8,2021-09-16 15:37:05.151,2.0,64.0,,,,,,,,,,,,,,,,,, +245,WrapSpawner,Mechanism for runtime configuration of spawners for JupyterHub.,https://github.com/jupyterhub/wrapspawner,,hub-spawners,14,True,,jupyterhub/wrapspawner,,https://github.com/jupyterhub/wrapspawner,BSD-3-Clause,2016-09-21 21:48:31.000,2024-04-09 11:45:46.000000,2024-04-08 13:35:40,47.0,9.0,57.0,10.0,30.0,22.0,16.0,59.0,2022-03-02 16:00:43.000,1.0.1,,,2.0,11.0,11.0,19.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +246,JupyterLab Python Files,JupyterLab extension to create Python files.,https://github.com/jtpio/jupyterlab-python-file,,lab-extensions,14,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,3.0,8.0,52.0,2021-06-23 21:13:28.000,0.5.5,99.0,1663.0,10.0,6.0,3.0,4.0,https://pypi.org/project/jupyterlab-python-file,2021-06-23 21:13:27.000,,1267.0,https://anaconda.org/conda-forge/jupyterlab-python-file,2023-06-16 19:22:55.197,12129.0,3.0,jupyterlab-python-file,https://www.npmjs.com/package/jupyterlab-python-file,2021-06-23 21:13:24.676,3.0,112.0,,,,,,,,,,,,,,,,,, +247,KnowledgeLab,KnowledgeRepo + JupyterLab.,https://github.com/timkpaine/knowledgelab,,lab-extensions,14,True,knowledgelab,timkpaine/knowledgelab,,https://github.com/timkpaine/knowledgelab,Apache-2.0,2017-10-18 01:10:58.000,2024-03-01 19:29:36.000000,2024-03-01 19:29:35,183.0,2.0,6.0,9.0,51.0,5.0,24.0,48.0,2018-10-16 21:43:49.317,0.0.6,,22.0,5.0,8.0,6.0,3.0,https://pypi.org/project/knowledgelab,2017-10-19 21:16:50.000,,8.0,,,,3.0,knowledgelab,https://www.npmjs.com/package/knowledgelab,2018-10-16 21:43:49.317,2.0,14.0,,,,,,,,,,,,,,,,,, +248,FargateSpawner,Spawns JupyterHub single user servers in Docker containers running in AWS Fargate.,https://github.com/uktrade/fargatespawner,,hub-spawners,14,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,44.0,2020-06-28 13:26:26.000,0.0.25,,431.0,25.0,4.0,4.0,3.0,https://pypi.org/project/fargatespawner,2020-06-28 13:26:26.000,,431.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +249,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,6.0,311.0,1.0,32.0,17.0,2020-04-22 09:38:54.000,0.7.3,,1623.0,15.0,1.0,,13.0,https://pypi.org/project/jupyter-nbrequirements,2020-04-22 09:38:54.000,1.0,1623.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +250,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,19.0,100.0,7.0,4.0,,74.0,https://pypi.org/project/jupyter-kernel-mgmt,2019-12-07 18:06:15.000,4.0,100.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +251,pigeon,Quickly annotate data from the comfort of your Jupyter notebook.,https://github.com/agermanidis/pigeon,,widgets,13,False,pigeon-jupyter,agermanidis/pigeon,,https://github.com/agermanidis/pigeon,Apache-2.0,2017-09-05 00:04:14.000,2024-04-04 08:55:11.000000,2017-09-05 17:22:02,2.0,,121.0,11.0,7.0,14.0,,766.0,2017-09-05 01:20:43.000,0.1.0,,212.0,1.0,30.0,30.0,1.0,https://pypi.org/project/pigeon-jupyter,2017-09-05 01:20:43.000,,212.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +252,nbmake-action,GitHub Action for testing notebooks.,https://github.com/treebeardtech/nbmake-action,,notebook-tools,13,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,,8.0,9.0,41.0,,24.0,153.0,2020-12-11 15:26:11.000,0.2.1,,,5.0,33.0,33.0,4.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +253,jupyterlab-theme-solarized-dark,JupyterLab Theme Solarized Dark.,https://github.com/AllanChain/jupyterlab-theme-solarized-dark,,lab-themes,13,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,2024-04-11 12:37:05.000000,2024-04-11 12:37:04,125.0,2.0,11.0,2.0,35.0,2.0,2.0,93.0,2024-01-18 12:03:37.000,3.0.1,32.0,10666.0,21.0,6.0,3.0,2.0,https://pypi.org/project/jupyterlab_theme_solarized_dark,2024-01-18 12:03:30.000,,9011.0,,,,2.0,jupyterlab-theme-solarized-dark,https://www.npmjs.com/package/jupyterlab-theme-solarized-dark,2024-01-18 12:03:28.487,3.0,1655.0,,,,,,,,,,,,,,,,,, +254,ipymaterialui,Jupyter Widgets based on React Material UI components.,https://github.com/maartenbreddels/ipymaterialui,,widgets,13,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-10-29 13:57:12.560,0.1.4,,48.0,6.0,11.0,8.0,3.0,https://pypi.org/project/ipymaterialui,2019-10-29 13:56:17.000,1.0,37.0,,,,3.0,jupyter-materialui,https://www.npmjs.com/package/jupyter-materialui,2019-10-29 13:57:12.560,2.0,11.0,,,,,,,,,,,,,,,,,, +255,Horizon Theme,VSCode Horizon Theme port for JupyterLab.,https://github.com/mohirio/jupyterlab-horizon-theme,,lab-themes,13,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,2024-04-11 13:05:14.000000,2023-11-22 19:40:53,62.0,,9.0,1.0,17.0,1.0,8.0,85.0,2023-11-22 19:41:10.000,4.0.2,42.0,1061.0,17.0,5.0,3.0,3.0,https://pypi.org/project/jupyterlab-horizon-theme,2023-11-22 19:41:02.000,,906.0,,,,2.0,@mohirio/jupyterlab-horizon-theme,https://www.npmjs.com/package/@mohirio/jupyterlab-horizon-theme,2023-11-22 19:41:07.437,2.0,148.0,,,,,,,,,,,,,,,,,, +256,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,76.0,2022-08-22 11:55:23.558,1.2.0,,211.0,6.0,6.0,6.0,9.0,https://pypi.org/project/allthekernels,2022-08-22 11:55:23.558,,89.0,https://anaconda.org/conda-forge/allthekernels,2023-06-16 16:16:46.289,6995.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +257,SSH Kernel,SSH Kernel for Jupyter.,https://github.com/NII-cloud-operation/sshkernel,,kernels,13,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:42:14.000000,2021-11-04 09:33:21,398.0,,14.0,4.0,20.0,2.0,7.0,67.0,2021-11-04 09:42:14.000,0.11.1,,131.0,15.0,7.0,7.0,4.0,https://pypi.org/project/sshkernel,2021-11-04 09:42:14.000,,131.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +258,JupyterLab Shortcutui,A JupyterLab extension for managing keyboard shortcuts.,https://github.com/jupyterlab/jupyterlab-shortcutui,,lab-extensions,13,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,,15.0,5.0,50.0,8.0,14.0,54.0,2019-09-05 11:54:07.000,0.4.0,,76.0,11.0,5.0,3.0,9.0,,,,,,,,3.0,@jupyterlab/shortcutui,https://www.npmjs.com/package/@jupyterlab/shortcutui,2020-01-17 14:43:21.930,2.0,76.0,,,,,,,,,,,,,,,,,, +259,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,,41.0,7.0,14.0,10.0,8.0,53.0,,,,296.0,1.0,19.0,16.0,7.0,https://pypi.org/project/jupyterhub-jwtauthenticator,2018-01-25 07:43:22.000,3.0,296.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +260,JupyterLab Email,A jupyterlab extension to email notebooks directly from JupyterLab.,https://github.com/timkpaine/jupyterlab_email,,lab-extensions,13,True,jupyterlab_email,timkpaine/jupyterlab_email,,https://github.com/timkpaine/jupyterlab_email,Apache-2.0,2018-08-07 14:14:40.000,2024-02-06 01:34:52.000000,2024-02-06 01:34:52,247.0,,2.0,3.0,61.0,2.0,36.0,53.0,2023-08-17 16:44:39.000,0.3.1,,216.0,18.0,3.0,1.0,2.0,https://pypi.org/project/jupyterlab_email,2023-08-17 14:42:10.000,,180.0,,,,3.0,jupyterlab_email,https://www.npmjs.com/package/jupyterlab_email,2023-08-17 14:43:10.426,2.0,36.0,,,,,,,,,,,,,,,,,, +261,jupyterlab_commands,Add arbitrary python commands to the jupyterlab command palette.,https://github.com/timkpaine/jupyterlab_commands,,lab-extensions,13,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,2024-02-05 18:50:41.000000,2024-02-05 18:50:41,276.0,,6.0,4.0,79.0,1.0,23.0,51.0,2023-07-12 22:35:00.619,0.4.0,,411.0,14.0,,,2.0,https://pypi.org/project/jupyterlab-commands,2023-07-12 22:35:00.619,,146.0,https://anaconda.org/conda-forge/jupyterlab_commands,2023-07-13 15:10:21.540,12456.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +262,PPExtensions,Set of iPython and Jupyter extensions to improve user experience.,https://github.com/paypal/PPExtensions,,jupyter-extensions,13,False,ppextensions,paypal/PPExtensions,,https://github.com/paypal/PPExtensions,BSD-3-Clause,2018-08-17 20:07:23.000,2019-11-22 13:46:43.000000,2018-12-07 00:05:33,32.0,,31.0,20.0,30.0,20.0,22.0,50.0,2019-08-02 20:26:21.257,0.0.6,,58.0,6.0,1.0,1.0,9.0,https://pypi.org/project/ppextensions,2018-08-23 23:53:16.000,,58.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +263,Remote User Auth,REMOTE_USER authenticator for Jupyterhub.,https://github.com/cwaldbieser/jhub_remote_user_authenticator,,hub-auth,13,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,,27.0,4.0,7.0,9.0,11.0,40.0,2018-09-27 22:26:32.000,0.1.0,,1171.0,3.0,2.0,,5.0,https://pypi.org/project/jhub_remote_user_authenticator,2018-09-27 22:26:32.000,2.0,1171.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +264,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,,15.0,5.0,2.0,5.0,2.0,28.0,2017-04-29 22:45:46.000,0.3.1,,2250.0,4.0,123.0,119.0,1.0,https://pypi.org/project/jupyterhub-dummyauthenticator,2017-04-29 22:45:46.000,4.0,2250.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +265,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,,13.0,6.0,5.0,1.0,,9.0,2017-08-30 13:12:25.000,1.0.0,,4053.0,1.0,118.0,116.0,7.0,https://pypi.org/project/nullauthenticator,2017-08-30 13:12:25.000,2.0,4053.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +266,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,192.0,2020-04-12 11:15:09.000,1.3,,199.0,6.0,,,5.0,https://pypi.org/project/jupyter-manim,2020-04-12 11:15:32.000,,199.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +267,jupyterlab_darkside_ui,Darkside ui and syntax theme for jupyterlab.,https://github.com/dunovank/jupyterlab_darkside_ui,,lab-themes,12,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,,10.0,4.0,6.0,1.0,5.0,119.0,2022-03-18 17:41:32.000,0.2.3,,983.0,12.0,,,6.0,https://pypi.org/project/jupyterlab_darkside_ui,2022-03-18 17:41:32.000,,983.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +268,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,2024-04-18 17:06:39.000000,2024-04-16 08:47:50,2682.0,25.0,7.0,1.0,11.0,,,89.0,,,,,,,,59.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +269,JupyterLab Quickopen,Quickly open a file in JupyterLab by typing part of its name.,https://github.com/parente/jupyterlab-quickopen,,lab-extensions,12,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,,10.0,2.0,38.0,7.0,,76.0,2021-12-12 18:33:03.000,1.2.0,,397.0,9.0,7.0,3.0,5.0,https://pypi.org/project/jupyterlab-quickopen,2021-12-12 18:33:03.000,1.0,327.0,,,,3.0,@parente/jupyterlab-quickopen,https://www.npmjs.com/package/@parente/jupyterlab-quickopen,2020-03-20 12:56:10.580,3.0,70.0,,,,,,,,,,,,,,,,,, +270,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,,,52.0,2019-09-22 14:06:52.149,1.1.0,,39.0,5.0,7.0,4.0,3.0,,,,,,,,3.0,@rahlir/theme-gruvbox,https://www.npmjs.com/package/@rahlir/theme-gruvbox,2019-09-22 14:06:52.149,3.0,39.0,,,,,,,,,,,,,,,,,, +271,pidgy,Interactive computing in Markdown.,https://github.com/deathbeds/pidgy,,kernels,12,False,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,42.0,2023-04-20 18:39:03.604,2023.4.20,2.0,139.0,14.0,1.0,1.0,3.0,https://pypi.org/project/pidgy,2021-11-27 00:19:00.000,,139.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +272,perfume,Interactive performance benchmarking in Jupyter.,https://github.com/leifwalsh/perfume,,widgets,12,True,perfume-bench,leifwalsh/perfume,,https://github.com/leifwalsh/perfume,BSD-3-Clause,2017-07-10 14:34:03.000,2024-03-16 02:07:43.000000,2024-03-16 02:07:30,197.0,1.0,4.0,3.0,316.0,3.0,4.0,33.0,2018-05-20 05:11:04.000,0.1.6,,55.0,7.0,,,3.0,https://pypi.org/project/perfume-bench,2018-05-20 05:11:04.000,,55.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +273,ssh_ipykernel,A remote jupyter kernel via ssh.,https://github.com/bernhard-42/ssh_ipykernel,,kernels,12,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,,5.0,4.0,24.0,3.0,,13.0,2021-06-28 15:15:13.000,1.2.3,,197.0,12.0,6.0,3.0,,https://pypi.org/project/ssh-ipykernel,2021-06-28 15:15:13.000,1.0,183.0,,,,3.0,interrupt-ipykernel-extension,https://www.npmjs.com/package/interrupt-ipykernel-extension,2020-05-07 15:53:36.321,2.0,14.0,,,,,,,,,,,,,,,,,, +274,ipyannotate,Jupyter Widget for data annotation.,https://github.com/ipyannotate/ipyannotate,,widgets,11,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,4.0,27.0,4.0,,138.0,2018-10-05 14:26:44.945,0.1.0,,893.0,2.0,3.0,,4.0,https://pypi.org/project/ipyannotate,2018-07-29 08:53:50.000,1.0,885.0,,,,3.0,ipyannotate,https://www.npmjs.com/package/ipyannotate,2018-10-05 14:26:44.945,2.0,8.0,,,,,,,,,,,,,,,,,, +275,jupyterlab-gitplus,JupyterLab extension to create GitHub commits & pull requests.,https://github.com/ReviewNB/jupyterlab-gitplus,,lab-extensions,11,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:20:56.470000,2023-02-28 12:09:08,114.0,,8.0,4.0,14.0,11.0,9.0,114.0,2023-02-28 12:20:56.470,0.1.6,,159.0,18.0,5.0,3.0,2.0,https://pypi.org/project/jupyterlab_gitplus,2021-07-11 09:46:06.000,,143.0,,,,3.0,@reviewnb/jupyterlab_gitplus,https://www.npmjs.com/package/@reviewnb/jupyterlab_gitplus,2023-02-28 12:20:56.470,2.0,16.0,,,,,,,,,,,,,,,,,, +276,CAS Authenticator,CAS authenticator for Jupyterhub.,https://github.com/cwaldbieser/jhub_cas_authenticator,,hub-auth,11,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,6.0,8.0,3.0,12.0,22.0,2020-03-27 22:25:50.000,1.0.2,,296.0,7.0,1.0,,4.0,https://pypi.org/project/jhub_cas_authenticator,2020-03-27 22:25:50.000,1.0,296.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +277,nbstata,A Jupyter kernel for Stata built on pystata.,https://github.com/hugetim/nbstata,,kernels,11,False,nbstata,hugetim/nbstata,,https://github.com/hugetim/nbstata,GPL-3.0,2022-11-09 20:52:11.000,2023-12-17 05:28:21.000000,2023-12-17 05:27:25,349.0,,1.0,3.0,,10.0,25.0,20.0,2023-10-05 01:07:38.000,0.7.0,,398.0,42.0,,,,https://pypi.org/project/nbstata,2023-10-05 00:46:39.000,,398.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,https://hugetim.github.io/nbstata/, +278,remote_ikernel,"All your Jupyter kernels, on all your machines, in one place.",https://github.com/tdaff/remote_ikernel,,kernels,11,False,remote_ikernel,tdaff/remote_ikernel,,https://github.com/tdaff/remote_ikernel,BSD-2-Clause,2017-07-11 14:29:42.000,2021-12-15 16:24:07.577000,2020-11-08 22:02:16,78.0,,13.0,2.0,4.0,11.0,18.0,15.0,2021-12-15 16:24:07.577,0.2.5,,207.0,19.0,3.0,,7.0,https://pypi.org/project/remote_ikernel,2021-12-15 16:24:07.577,3.0,207.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,tdaff/remote_ikernel +279,Hash Authenticator,Authenticate users with passwords generated from their username.,https://github.com/thedataincubator/jupyterhub-hashauthenticator,,hub-auth,11,False,jupyterhub-hashauthenticator,thedataincubator/jupyterhub-hashauthenticator,,https://github.com/thedataincubator/jupyterhub-hashauthenticator,BSD-3-Clause,2017-08-18 19:18:33.000,2024-01-04 01:03:19.000000,2024-01-04 01:03:07,46.0,,3.0,9.0,6.0,,,4.0,2024-01-04 01:02:47.000,0.5.0,,83.0,8.0,,,3.0,https://pypi.org/project/jupyterhub-hashauthenticator,2024-01-04 01:02:47.000,,83.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +280,jupyter2slides,Cloud Native Presentation Slides with Jupyter Notebook + Reveal.js.,https://github.com/datitran/jupyter2slides,,notebook-tools,10,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,,168.0,53.0,1.0,11.0,4.0,795.0,,,,,,,,1.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +281,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,,58.0,20.0,19.0,28.0,18.0,277.0,,,,,,,,11.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +282,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,,27.0,14.0,184.0,12.0,7.0,111.0,,,,,,,,10.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +283,Jupyter Helpers,A collection of helpers for Jupyter/IPython.,https://github.com/krassowski/jupyter-helpers,,notebook-tools,10,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:37:32.000,0.2.3,,165.0,5.0,,,2.0,https://pypi.org/project/jupyter_helpers,2021-02-10 16:37:32.000,,165.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +284,ipyp5,p5.js Jupyter Widget.,https://github.com/jtpio/ipyp5,,widgets,10,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,4.0,21.0,5.0,,39.0,2019-07-06 21:45:12.000,0.1.1,,28.0,2.0,1.0,1.0,2.0,https://pypi.org/project/ipyp5,2019-07-06 21:45:12.000,,28.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +285,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,,16.0,8.0,13.0,7.0,4.0,19.0,2019-07-01 16:01:55.000,0.4.0,,665.0,4.0,,,2.0,https://pypi.org/project/jupyterhub-yarnspawner,2019-07-01 16:01:55.000,,71.0,https://anaconda.org/conda-forge/jupyterhub-yarnspawner,2023-06-16 16:13:13.990,38062.0,3.0,,,,,,,,,,,,,,,,,,,,,,, +286,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,,1.0,4.0,4.0,1.0,2.0,13.0,2023-09-10 20:26:52.000,2023.1.1,4.0,368.0,5.0,5.0,3.0,2.0,https://pypi.org/project/jupyterlab-executor,2023-09-10 20:17:39.000,,359.0,,,,3.0,@gavincyi/jupyterlab-executor,https://www.npmjs.com/package/@gavincyi/jupyterlab-executor,2021-03-24 21:39:03.790,2.0,9.0,,,,,,,,,,,,,,,,,, +287,Theme Toggle,JupyterLab extension to toggle the theme in the Top Bar area.,https://github.com/jtpio/jupyterlab-theme-toggle,,lab-themes,10,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,,305.0,7.0,8.0,5.0,2.0,,,,,,,,3.0,jupyterlab-theme-toggle,https://www.npmjs.com/package/jupyterlab-theme-toggle,2020-11-06 21:10:33.532,3.0,305.0,,,,,,,,,,,,,,,,,, +288,easyexplore,Toolbox for easy and effective data exploration in Python.,https://github.com/GianniBalistreri/easyexplore,,widgets,10,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,5.0,2023-04-16 18:44:00.620,0.7.4,,572.0,65.0,3.0,2.0,4.0,https://pypi.org/project/easyexplore,2022-06-08 16:40:13.000,1.0,572.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +289,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,102.0,2021-02-10 02:34:21.000,1.0.2,,,3.0,,,7.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +290,JupyterLab Bytecode,JupyterLab extension to explore CPython Bytecode.,https://github.com/jtpio/jupyterlab-python-bytecode,,lab-extensions,9,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,2.0,48.0,2.0,3.0,62.0,2020-03-12 15:14:07.198,1.0.0,,16.0,12.0,6.0,3.0,2.0,,,,,,,,3.0,jupyterlab-python-bytecode,https://www.npmjs.com/package/jupyterlab-python-bytecode,2020-03-12 15:14:07.198,3.0,16.0,,,,,,,,,,,,,,,,,, +291,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,,24.0,5.0,3.0,11.0,14.0,438.0,,,,,,,,2.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +292,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,,13.0,7.0,5.0,3.0,1.0,,,,,,,,3.0,@kenshohara/theme-nord-extension,https://www.npmjs.com/package/@kenshohara/theme-nord-extension,2020-09-20 07:58:25.186,2.0,13.0,,,,,,,,,,,,,,,,,, +293,Keberos Authenticator,A JupyterHub authenticator using Kerberos.,https://github.com/jupyterhub/kerberosauthenticator,,hub-auth,8,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,11.0,2019-07-01 16:05:41.987,0.2.0,,116.0,2.0,,,2.0,https://pypi.org/project/jupyterhub-kerberosauthenticator,2019-07-01 16:05:41.987,,116.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +294,jupyterterminals,Jupyter plugin to support inline terminal shells along with buttons to control them.,https://github.com/willkessler/jupyterterminals,,jupyter-extensions,8,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,,3.0,3.0,15.0,,1.0,10.0,2020-04-28 05:56:20.000,0.1.2,,23.0,2.0,2.0,2.0,2.0,https://pypi.org/project/jupyterterminals,2020-04-28 05:56:20.000,,23.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +295,JupyterLab Spark,Spark Application UI extension for JupyterLab.,https://github.com/manuzhang/jupyterlab_spark,,lab-extensions,8,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,5.0,11.0,2.0,3.0,9.0,2021-09-05 07:10:44.275,0.4.0,,13.0,4.0,5.0,3.0,2.0,,,,,,,,3.0,jupyterlab_spark,https://www.npmjs.com/package/jupyterlab_spark,2021-09-05 07:10:44.275,2.0,13.0,,,,,,,,,,,,,,,,,, +296,Remote Authenticator,"A collection of JupyterHub Authenticators, including Header, Remote-User and Dummy, based on..",https://github.com/ucphhpc/jhub-authenticators,,hub-auth,8,False,jhub-authenticators,ucphhpc/jhub-authenticators,,https://github.com/ucphhpc/jhub-authenticators,GPL-3.0,2017-12-20 14:46:18.000,2024-03-21 13:05:24.000000,2024-03-21 13:05:17,236.0,2.0,1.0,2.0,1.0,,,1.0,2022-10-03 13:12:31.287,0.5.0,,309.0,19.0,2.0,1.0,6.0,https://pypi.org/project/jhub-authenticators,2022-04-15 09:56:22.000,1.0,309.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +297,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,12.0,2.0,1.0,2.0,248.0,,,,,,,,3.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +298,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,,9.0,3.0,16.0,,,75.0,,,,,,,,2.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,4,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,,,,,,3.0,3.0,3.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,, +300,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,,,,,,,,,,,,,,,,,,,,,,, diff --git a/latest-changes.md b/latest-changes.md index a5808f0..a50af8d 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._ -- Jupytext (πŸ₯‡34 Β· ⭐ 6.4K Β· πŸ“ˆ) - Jupyter Notebooks as Markdown Documents, Julia, Python or R scripts. MIT -- nbdev (πŸ₯‡31 Β· ⭐ 4.7K Β· πŸ“ˆ) - Create delightful software with Jupyter Notebooks. Apache-2 -- D-Tale (πŸ₯ˆ30 Β· ⭐ 4.6K Β· πŸ“ˆ) - Visualizer for Pandas Data Structures. ❗️LGPL-2.1 -- dtale (πŸ₯‡30 Β· ⭐ 4.6K Β· πŸ“ˆ) - Visualizer for pandas data structures. ❗️LGPL-2.1 -- ipyvue (πŸ₯‰23 Β· ⭐ 65 Β· πŸ“ˆ) - Jupyter widgets base for Vue libraries. MIT +- pandas-profiling (πŸ₯‡38 Β· ⭐ 12K Β· πŸ“ˆ) - 1 Line of code data quality profiling & exploratory data.. MIT +- qtconsole (πŸ₯‡37 Β· ⭐ 390 Β· πŸ“ˆ) - Jupyter Qt Console. BSD-3 +- Jupytext (πŸ₯‡35 Β· ⭐ 6.4K Β· πŸ“ˆ) - Jupyter Notebooks as Markdown Documents, Julia, Python or R scripts. MIT +- nbdev (πŸ₯‡32 Β· ⭐ 4.8K Β· πŸ“ˆ) - Create delightful software with Jupyter Notebooks. Apache-2 +- mercury (πŸ₯ˆ26 Β· ⭐ 3.8K Β· πŸ“ˆ) - Convert Jupyter Notebooks to Web Apps. ❗️AGPL-3.0 ## πŸ“‰ 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._ -- qtconsole (πŸ₯‡34 Β· ⭐ 390 Β· πŸ“‰) - Jupyter Qt Console. BSD-3 -- papermill (πŸ₯‡33 Β· ⭐ 5.6K Β· πŸ“‰) - Parameterize, execute, and analyze notebooks. BSD-3 -- JupyterLab Git (πŸ₯‡31 Β· ⭐ 1.4K Β· πŸ“‰) - A Git extension for JupyterLab. BSD-3 -- KubeSpawner (πŸ₯‡28 Β· ⭐ 520 Β· πŸ“‰) - Kubernetes spawner for JupyterHub. BSD-3 -- DataLab (πŸ₯‰24 Β· ⭐ 980 Β· πŸ’€) - Interactive tools and developer experiences for Big Data on.. Apache-2 +- Jupyter Book (πŸ₯ˆ32 Β· ⭐ 3.7K Β· πŸ“‰) - Create beautiful, publication-quality books and documents.. BSD-3 +- nteract (πŸ₯ˆ31 Β· ⭐ 6.2K Β· πŸ“‰) - The interactive computing suite for you!. BSD-3 +- jupyter-console (πŸ₯ˆ26 Β· ⭐ 240 Β· πŸ’€) - Jupyter Terminal Console. BSD-3 +- pick (πŸ₯ˆ22 Β· ⭐ 680 Β· πŸ’€) - Customize your kernels on Launch!. BSD-3 +- Bash Kernel (πŸ₯ˆ22 Β· ⭐ 680 Β· πŸ“‰) - A bash kernel for IPython. BSD-3