diff --git a/README.md b/README.md
index 0a65c8a..9c3f190 100644
--- a/README.md
+++ b/README.md
@@ -34,7 +34,7 @@ This curated list contains 300 awesome open-source projects with a total of 370K
- [Notebook Environments](#notebook-environments) _16 projects_
- [Interactive Widgets & Visualization](#interactive-widgets--visualization) _56 projects_
- [Jupyter Extensions](#jupyter-extensions) _25 projects_
-- [Jupyter Magic](#jupyter-magic) _11 projects_
+- [Jupyter Magic](#jupyter-magic) _12 projects_
- [Jupyter Kernels](#jupyter-kernels) _44 projects_
- [Notebook Sharing & Conversion](#notebook-sharing--conversion) _24 projects_
- [Notebook Tools](#notebook-tools) _26 projects_
@@ -72,12 +72,12 @@ _Development environments with support for Jupyter Notebooks._
Jupyter (π₯44 Β· β 12K) - Jupyter Interactive Notebook. BSD-3
-- [GitHub](https://github.com/jupyter/notebook) (π¨βπ» 640 Β· π 4.5K Β· π₯ 16K Β· π¦ 260K Β· π 4.8K - 41% open Β· β±οΈ 22.01.2024):
+- [GitHub](https://github.com/jupyter/notebook) (π¨βπ» 640 Β· π 4.5K Β· π₯ 16K Β· π¦ 260K Β· π 4.8K - 41% open Β· β±οΈ 29.01.2024):
```
git clone https://github.com/jupyter/notebook
```
-- [PyPi](https://pypi.org/project/notebook) (π₯ 16M / month Β· π¦ 9.1K Β· β±οΈ 19.01.2024):
+- [PyPi](https://pypi.org/project/notebook) (π₯ 17M / month Β· π¦ 9.1K Β· β±οΈ 26.01.2024):
```
pip install notebook
```
@@ -90,14 +90,14 @@ _Development environments with support for Jupyter Notebooks._
docker pull jupyter/datascience-notebook
```
-JupyterHub (π₯38 Β· β 7.8K) - Multi-user server for Jupyter notebooks. BSD-3
+JupyterHub (π₯37 Β· β 7.8K) - Multi-user server for Jupyter notebooks. BSD-3
-- [GitHub](https://github.com/jupyterhub/jupyterhub) (π¨βπ» 350 Β· π 2K Β· π¦ 2.7K Β· π 2.4K - 7% open Β· β±οΈ 25.01.2024):
+- [GitHub](https://github.com/jupyterhub/jupyterhub) (π¨βπ» 350 Β· π 2K Β· π¦ 2.7K Β· π 2.4K - 7% open Β· β±οΈ 01.02.2024):
```
git clone https://github.com/jupyterhub/jupyterhub
```
-- [PyPi](https://pypi.org/project/jupyterhub) (π₯ 180K / month Β· π¦ 390 Β· β±οΈ 10.08.2023):
+- [PyPi](https://pypi.org/project/jupyterhub) (π₯ 240K / month Β· π¦ 390 Β· β±οΈ 10.08.2023):
```
pip install jupyterhub
```
@@ -105,26 +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.1M Β· β 330 Β· β±οΈ 25.01.2024):
+- [Docker Hub](https://hub.docker.com/r/jupyterhub/jupyterhub) (π₯ 5.1M Β· β 330 Β· β±οΈ 30.01.2024):
```
docker pull jupyterhub/jupyterhub
```
-VSCode Jupyter (π₯33 Β· β 1.2K) - VS Code Jupyter extension. MIT
-
-- [GitHub](https://github.com/microsoft/vscode-jupyter) (π¨βπ» 270 Β· π 260 Β· π¦ 3 Β· π 9.5K - 3% open Β· β±οΈ 24.01.2024):
-
- ```
- git clone https://github.com/microsoft/vscode-jupyter
- ```
-- [Conda](https://anaconda.org/conda-forge/vscode-jupyter) (π₯ 64K Β· β±οΈ 16.06.2023):
- ```
- conda install -c conda-forge vscode-jupyter
- ```
-
Docker Stacks (π₯32 Β· β 8.1K) - Ready-to-run Docker images containing Jupyter applications. BSD-3
-- [GitHub](https://github.com/jupyter/docker-stacks) (π¨βπ» 240 Β· π 2.9K Β· π¦ 21 Β· π 890 - 2% open Β· β±οΈ 23.01.2024):
+- [GitHub](https://github.com/jupyter/docker-stacks) (π¨βπ» 240 Β· π 3K Β· π¦ 21 Β· π 870 - 1% open Β· β±οΈ 31.01.2024):
```
git clone https://github.com/jupyter/docker-stacks
@@ -141,15 +129,27 @@ _Development environments with support for Jupyter Notebooks._
```
git clone https://github.com/nteract/nteract
```
-- [PyPi](https://pypi.org/project/nteract_on_jupyter) (π₯ 660 / month Β· π¦ 5 Β· β±οΈ 16.07.2019):
+- [PyPi](https://pypi.org/project/nteract_on_jupyter) (π₯ 730 / month Β· π¦ 5 Β· β±οΈ 16.07.2019):
```
pip install nteract_on_jupyter
```
-- [npm](https://www.npmjs.com/package/@nteract/messaging) (π₯ 52K / month Β· π¦ 37 Β· β±οΈ 22.10.2021):
+- [npm](https://www.npmjs.com/package/@nteract/messaging) (π₯ 65K / 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 Β· π 270 Β· π¦ 3 Β· π 9.6K - 3% open Β· β±οΈ 01.02.2024):
+
+ ```
+ git clone https://github.com/microsoft/vscode-jupyter
+ ```
+- [Conda](https://anaconda.org/conda-forge/vscode-jupyter) (π₯ 64K Β· β±οΈ 16.06.2023):
+ ```
+ conda install -c conda-forge vscode-jupyter
+ ```
+
JupyterLab (π₯31 Β· β 14K) - JupyterLab computational environment. BSD-3
- [GitHub](https://github.com/jupyterlab/jupyterlab) (π¨βπ» 470 Β· π 3K):
@@ -157,15 +157,15 @@ _Development environments with support for Jupyter Notebooks._
```
git clone https://github.com/jupyterlab/jupyterlab
```
-- [PyPi](https://pypi.org/project/jupyterlab) (π₯ 11M / month Β· π¦ 2.5K Β· β±οΈ 19.01.2024):
+- [PyPi](https://pypi.org/project/jupyterlab) (π₯ 13M / month Β· π¦ 2.5K Β· β±οΈ 01.02.2024):
```
pip install jupyterlab
```
-- [Conda](https://anaconda.org/conda-forge/jupyterlab) (π₯ 9.6M Β· β±οΈ 20.01.2024):
+- [Conda](https://anaconda.org/conda-forge/jupyterlab) (π₯ 9.6M Β· β±οΈ 31.01.2024):
```
conda install -c conda-forge jupyterlab
```
-- [npm](https://www.npmjs.com/package/@jupyterlab/ui-components) (π₯ 140K / month Β· π¦ 380 Β· β±οΈ 22.01.2024):
+- [npm](https://www.npmjs.com/package/@jupyterlab/ui-components) (π₯ 170K / month Β· π¦ 380 Β· β±οΈ 30.01.2024):
```
npm install @jupyterlab/ui-components
```
@@ -177,7 +177,7 @@ _Development environments with support for Jupyter Notebooks._
```
git clone https://github.com/vatlab/SOS
```
-- [PyPi](https://pypi.org/project/sos-notebook) (π₯ 1.4K / month Β· π¦ 36 Β· β±οΈ 25.09.2023):
+- [PyPi](https://pypi.org/project/sos-notebook) (π₯ 1.6K / month Β· π¦ 36 Β· β±οΈ 25.09.2023):
```
pip install sos-notebook
```
@@ -188,7 +188,7 @@ _Development environments with support for Jupyter Notebooks._
docker-python (π₯26 Β· β 2.5K) - Kaggle Python docker image. Apache-2
-- [GitHub](https://github.com/Kaggle/docker-python) (π¨βπ» 160 Β· π 870 Β· π 340 - 8% open Β· β±οΈ 19.01.2024):
+- [GitHub](https://github.com/Kaggle/docker-python) (π¨βπ» 160 Β· π 870 Β· π 340 - 8% open Β· β±οΈ 29.01.2024):
```
git clone https://github.com/kaggle/docker-python
@@ -198,15 +198,7 @@ _Development environments with support for Jupyter Notebooks._
docker pull kaggle/python
```
-Hydrogen (π₯22 Β· β 3.9K Β· π€) - Run code interactively, inspect data, and plot. All the power of.. MIT
-
-- [GitHub](https://github.com/nteract/hydrogen) (π¨βπ» 90 Β· π 350 Β· π 1.3K - 13% open Β· β±οΈ 10.01.2023):
-
- ```
- git clone https://github.com/nteract/hydrogen
- ```
-
-ML Workspace (π₯21 Β· β 3.3K) - All-in-one web-based IDE specialized for machine learning and.. Apache-2
+ML Workspace (π₯20 Β· β 3.3K) - All-in-one web-based IDE specialized for machine learning and.. Apache-2
- [GitHub](https://github.com/ml-tooling/ml-workspace) (π¨βπ» 12 Β· π 420 Β· π 93 - 2% open Β· β±οΈ 14.11.2023):
@@ -220,12 +212,12 @@ _Development environments with support for Jupyter Notebooks._
retrolab (π₯19 Β· β 280 Β· π€) - JupyterLab distribution with a retro look and feel. BSD-3
-- [GitHub](https://github.com/jupyterlab/retrolab) (π¨βπ» 17 Β· π 45 Β· π₯ 2.8K Β· π¦ 18 Β· β±οΈ 16.02.2023):
+- [GitHub](https://github.com/jupyterlab/retrolab) (π¨βπ» 17 Β· π 46 Β· π₯ 2.8K Β· π¦ 18 Β· β±οΈ 16.02.2023):
```
git clone https://github.com/jupyterlab/retrolab
```
-- [PyPi](https://pypi.org/project/retrolab) (π₯ 680 / month):
+- [PyPi](https://pypi.org/project/retrolab) (π₯ 760 / month Β· π¦ 3 Β· β±οΈ 04.05.2022):
```
pip install retrolab
```
@@ -233,14 +225,14 @@ _Development environments with support for Jupyter Notebooks._
```
conda install -c conda-forge retrolab
```
-- [npm](https://www.npmjs.com/package/@jupyterlab-classic/application) (π₯ 16 / month):
+- [npm](https://www.npmjs.com/package/@jupyterlab-classic/application) (π₯ 16 / month Β· π¦ 7 Β· β±οΈ 19.04.2021):
```
npm install @jupyterlab-classic/application
```
gpu-jupyter (π₯18 Β· β 620) - GPU-Jupyter: Leverage the flexibility of Jupyterlab through the.. Apache-2
-- [GitHub](https://github.com/iot-salzburg/gpu-jupyter) (π¨βπ» 15 Β· π 210 Β· π 87 - 3% open Β· β±οΈ 24.01.2024):
+- [GitHub](https://github.com/iot-salzburg/gpu-jupyter) (π¨βπ» 15 Β· π 210 Β· π 89 - 5% open Β· β±οΈ 24.01.2024):
```
git clone https://github.com/iot-salzburg/gpu-jupyter
@@ -254,10 +246,11 @@ _Development environments with support for Jupyter Notebooks._
git clone https://github.com/jtpio/jupyterlite
```
-Show 3 hidden projects...
+Show 4 hidden projects...
- DataLab (π₯26 Β· β 980 Β· π) - Interactive tools and developer experiences for Big Data on.. Apache-2
-- jupyverse (π₯18 Β· β 180) - A Jupyter server based on FastAPI. βUnlicensed
+- Hydrogen (π₯22 Β· β 3.9K Β· π) - Run code interactively, inspect data, and plot. All the power of.. MIT
+- jupyverse (π₯19 Β· β 180) - A Jupyter server based on FastAPI. βοΈBSD-1-Clause
- ML Hub (π₯15 Β· β 290 Β· π) - Multi-user development platform for machine learning teams. Simple.. Apache-2
@@ -272,52 +265,52 @@ _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) (π¨βπ» 680 Β· π 4.2K Β· π¦ 82K Β· π 7.6K - 10% open Β· β±οΈ 24.01.2024):
+- [GitHub](https://github.com/bokeh/bokeh) (π¨βπ» 680 Β· π 4.2K Β· π¦ 83K Β· π 7.6K - 10% open Β· β±οΈ 30.01.2024):
```
git clone https://github.com/bokeh/bokeh
```
-- [PyPi](https://pypi.org/project/bokeh) (π₯ 3.3M / month Β· π¦ 3.8K Β· β±οΈ 25.01.2024):
+- [PyPi](https://pypi.org/project/bokeh) (π₯ 3.7M / month Β· π¦ 3.8K Β· β±οΈ 30.01.2024):
```
pip install bokeh
```
-- [Conda](https://anaconda.org/conda-forge/bokeh) (π₯ 13M Β· β±οΈ 08.01.2024):
+- [Conda](https://anaconda.org/conda-forge/bokeh) (π₯ 13M Β· β±οΈ 25.01.2024):
```
conda install -c conda-forge bokeh
```
-- [npm](https://www.npmjs.com/package/@bokeh/bokehjs) (π₯ 8.4K / month Β· π¦ 10 Β· β±οΈ 23.01.2024):
+- [npm](https://www.npmjs.com/package/@bokeh/bokehjs) (π₯ 9.5K / month Β· π¦ 10 Β· β±οΈ 30.01.2024):
```
npm install @bokeh/bokehjs
```
-panel (π₯39 Β· β 3.7K) - Panel: The powerful data exploration & web app framework for Python. BSD-3
+panel (π₯39 Β· β 3.8K) - Panel: The powerful data exploration & web app framework for Python. BSD-3
-- [GitHub](https://github.com/holoviz/panel) (π¨βπ» 160 Β· π 420 Β· π¦ 9.8K Β· π 3.2K - 30% open Β· β±οΈ 24.01.2024):
+- [GitHub](https://github.com/holoviz/panel) (π¨βπ» 160 Β· π 420 Β· π¦ 9.9K Β· π 3.2K - 29% open Β· β±οΈ 01.02.2024):
```
git clone https://github.com/holoviz/panel
```
-- [PyPi](https://pypi.org/project/panel) (π₯ 570K / month Β· π¦ 200 Β· β±οΈ 24.01.2024):
+- [PyPi](https://pypi.org/project/panel) (π₯ 620K / month):
```
pip install panel
```
-- [Conda](https://anaconda.org/conda-forge/panel) (π₯ 1.3M Β· β±οΈ 24.01.2024):
+- [Conda](https://anaconda.org/conda-forge/panel) (π₯ 1.3M Β· β±οΈ 27.01.2024):
```
conda install -c conda-forge panel
```
-- [npm](https://www.npmjs.com/package/@holoviz/panel) (π₯ 54K / month Β· π¦ 3 Β· β±οΈ 24.01.2024):
+- [npm](https://www.npmjs.com/package/@holoviz/panel) (π₯ 63K / month):
```
npm install @holoviz/panel
```
pandas-profiling (π₯37 Β· β 12K) - 1 Line of code data quality profiling & exploratory data.. MIT
-- [GitHub](https://github.com/ydataai/ydata-profiling) (π¨βπ» 120 Β· π 1.6K Β· π₯ 35 Β· π¦ 2.3K Β· π 750 - 26% open Β· β±οΈ 18.01.2024):
+- [GitHub](https://github.com/ydataai/ydata-profiling) (π¨βπ» 120 Β· π 1.6K Β· π₯ 38 Β· π¦ 2.3K Β· π 760 - 26% open Β· β±οΈ 18.01.2024):
```
git clone https://github.com/pandas-profiling/pandas-profiling
```
-- [PyPi](https://pypi.org/project/pandas-profiling) (π₯ 530K / month):
+- [PyPi](https://pypi.org/project/pandas-profiling) (π₯ 550K / month Β· π¦ 200 Β· β±οΈ 03.02.2023):
```
pip install pandas-profiling
```
@@ -326,50 +319,46 @@ _Extensions that provide interactive UI-widgets and visualization tools._
conda install -c conda-forge pandas-profiling
```
-ipywidgets (π₯36 Β· β 3K) - Interactive Widgets for the Jupyter Notebook. BSD-3
+evidently (π₯35 Β· β 4.4K) - Evaluate and monitor ML models from validation to production... Apache-2
-- [GitHub](https://github.com/jupyter-widgets/ipywidgets) (π¨βπ» 210 Β· π 940 Β· π¦ 3 Β· π 2.1K - 35% open Β· β±οΈ 19.12.2023):
+- [GitHub](https://github.com/evidentlyai/evidently) (π¨βπ» 59 Β· π 480 Β· π₯ 7 Β· π¦ 2.9K Β· π 310 - 38% open Β· β±οΈ 31.01.2024):
```
- git clone https://github.com/jupyter-widgets/ipywidgets
- ```
-- [PyPi](https://pypi.org/project/ipywidgets) (π₯ 9.9M / month Β· π¦ 9.6K Β· β±οΈ 13.09.2023):
+ git clone https://github.com/evidentlyai/evidently
```
- pip install ipywidgets
+- [PyPi](https://pypi.org/project/evidently) (π₯ 3M / month):
```
-- [Conda](https://anaconda.org/conda-forge/ipywidgets) (π₯ 13M Β· β±οΈ 13.09.2023):
- ```
- conda install -c conda-forge ipywidgets
+ pip install evidently
```
-- [npm](https://www.npmjs.com/package/@jupyter-widgets/jupyterlab-manager) (π₯ 55K / month Β· π¦ 98 Β· β±οΈ 13.09.2023):
+- [Conda](https://anaconda.org/conda-forge/evidently) (π₯ 14K Β· β±οΈ 18.01.2024):
```
- npm install @jupyter-widgets/jupyterlab-manager
+ conda install -c conda-forge evidently
```
-evidently (π₯35 Β· β 4.3K) - Evaluate and monitor ML models from validation to production... Apache-2
+papermill (π₯34 Β· β 5.5K) - Parameterize, execute, and analyze notebooks. BSD-3
-- [GitHub](https://github.com/evidentlyai/evidently) (π¨βπ» 59 Β· π 480 Β· π₯ 7 Β· π¦ 2.8K Β· π 310 - 37% open Β· β±οΈ 25.01.2024):
+- [GitHub](https://github.com/nteract/papermill) (π¨βπ» 120 Β· π 400 Β· π¦ 5.6K Β· π 380 - 34% open Β· β±οΈ 25.01.2024):
```
- git clone https://github.com/evidentlyai/evidently
+ git clone https://github.com/nteract/papermill
```
-- [PyPi](https://pypi.org/project/evidently) (π₯ 1.4M / month):
+- [PyPi](https://pypi.org/project/papermill) (π₯ 1.5M / month Β· π¦ 250 Β· β±οΈ 01.11.2023):
```
- pip install evidently
+ pip install papermill
```
-- [Conda](https://anaconda.org/conda-forge/evidently) (π₯ 13K Β· β±οΈ 18.01.2024):
+- [Conda](https://anaconda.org/conda-forge/papermill) (π₯ 540K Β· β±οΈ 30.08.2023):
```
- conda install -c conda-forge evidently
+ conda install -c conda-forge papermill
```
ipyleaflet (π₯34 Β· β 1.4K) - A Jupyter - Leaflet.js bridge. MIT
-- [GitHub](https://github.com/jupyter-widgets/ipyleaflet) (π¨βπ» 87 Β· π 360 Β· π¦ 7K Β· π 620 - 43% open Β· β±οΈ 16.01.2024):
+- [GitHub](https://github.com/jupyter-widgets/ipyleaflet) (π¨βπ» 87 Β· π 360 Β· π¦ 7.1K Β· π 620 - 43% open Β· β±οΈ 26.01.2024):
```
git clone https://github.com/jupyter-widgets/ipyleaflet
```
-- [PyPi](https://pypi.org/project/ipyleaflet) (π₯ 100K / month Β· π¦ 160 Β· β±οΈ 23.01.2024):
+- [PyPi](https://pypi.org/project/ipyleaflet) (π₯ 130K / month Β· π¦ 160 Β· β±οΈ 23.01.2024):
```
pip install ipyleaflet
```
@@ -377,103 +366,107 @@ _Extensions that provide interactive UI-widgets and visualization tools._
```
conda install -c conda-forge ipyleaflet
```
-- [npm](https://www.npmjs.com/package/jupyter-leaflet) (π₯ 23K / month Β· π¦ 6 Β· β±οΈ 23.01.2024):
+- [npm](https://www.npmjs.com/package/jupyter-leaflet) (π₯ 24K / month Β· π¦ 6 Β· β±οΈ 23.01.2024):
```
npm install jupyter-leaflet
```
-papermill (π₯32 Β· β 5.5K) - Parameterize, execute, and analyze notebooks. BSD-3
+ipywidgets (π₯31 Β· β 3K Β· π) - Interactive Widgets for the Jupyter Notebook. BSD-3
-- [GitHub](https://github.com/nteract/papermill) (π¨βπ» 120 Β· π 400 Β· π¦ 5.6K Β· π 380 - 33% open Β· β±οΈ 25.01.2024):
+- [GitHub](https://github.com/jupyter-widgets/ipywidgets) (π¨βπ» 210 Β· π 900 Β· π¦ 3 Β· π 2K - 33% open Β· β±οΈ 19.12.2023):
```
- git clone https://github.com/nteract/papermill
+ git clone https://github.com/jupyter-widgets/ipywidgets
```
-- [PyPi](https://pypi.org/project/papermill) (π₯ 1.4M / month):
+- [PyPi](https://pypi.org/project/ipywidgets) (π₯ 11M / month):
```
- pip install papermill
+ pip install ipywidgets
```
-- [Conda](https://anaconda.org/conda-forge/papermill) (π₯ 540K Β· β±οΈ 30.08.2023):
+- [Conda](https://anaconda.org/conda-forge/ipywidgets) (π₯ 13M Β· β±οΈ 13.09.2023):
```
- conda install -c conda-forge papermill
+ conda install -c conda-forge ipywidgets
+ ```
+- [npm](https://www.npmjs.com/package/@jupyter-widgets/jupyterlab-manager) (π₯ 67K / month):
+ ```
+ npm install @jupyter-widgets/jupyterlab-manager
```
-bqplot (π₯30 Β· β 3.5K) - Plotting library for IPython/Jupyter notebooks. Apache-2
+jupyter-matplotlib (π₯31 Β· β 1.5K) - Matplotlib Jupyter Integration. BSD-3
-- [GitHub](https://github.com/bqplot/bqplot) (π¨βπ» 64 Β· π 440 Β· π¦ 53 Β· π 590 - 37% open Β· β±οΈ 04.10.2023):
+- [GitHub](https://github.com/matplotlib/ipympl) (π¨βπ» 33 Β· π 220 Β· π¦ 10K Β· π 310 - 49% open Β· β±οΈ 29.01.2024):
```
- git clone https://github.com/bqplot/bqplot
+ git clone https://github.com/matplotlib/ipympl
```
-- [PyPi](https://pypi.org/project/bqplot) (π₯ 110K / month):
+- [PyPi](https://pypi.org/project/ipympl) (π₯ 210K / month Β· π¦ 180 Β· β±οΈ 15.02.2023):
```
- pip install bqplot
+ pip install ipympl
```
-- [Conda](https://anaconda.org/conda-forge/bqplot) (π₯ 1.3M Β· β±οΈ 06.11.2023):
+- [Conda](https://anaconda.org/conda-forge/ipympl) (π₯ 1.5M Β· β±οΈ 16.06.2023):
```
- conda install -c conda-forge bqplot
+ conda install -c conda-forge ipympl
```
-- [npm](https://www.npmjs.com/package/bqplot) (π₯ 2.9K / month):
+- [npm](https://www.npmjs.com/package/jupyter-matplotlib) (π₯ 12K / month Β· π¦ 4 Β· β±οΈ 15.02.2023):
```
- npm install bqplot
+ npm install jupyter-matplotlib
```
-jupyter-matplotlib (π₯30 Β· β 1.5K) - Matplotlib Jupyter Integration. BSD-3
+bqplot (π₯30 Β· β 3.5K) - Plotting library for IPython/Jupyter notebooks. Apache-2
-- [GitHub](https://github.com/matplotlib/ipympl) (π¨βπ» 33 Β· π 220 Β· π¦ 10K Β· π 300 - 49% open Β· β±οΈ 24.01.2024):
+- [GitHub](https://github.com/bqplot/bqplot) (π¨βπ» 64 Β· π 470 Β· π¦ 53 Β· π 590 - 37% open Β· β±οΈ 04.10.2023):
```
- git clone https://github.com/matplotlib/ipympl
+ git clone https://github.com/bqplot/bqplot
```
-- [PyPi](https://pypi.org/project/ipympl) (π₯ 190K / month Β· π¦ 180 Β· β±οΈ 15.02.2023):
+- [PyPi](https://pypi.org/project/bqplot) (π₯ 120K / month Β· π¦ 110 Β· β±οΈ 17.10.2023):
```
- pip install ipympl
+ pip install bqplot
```
-- [Conda](https://anaconda.org/conda-forge/ipympl) (π₯ 1.5M Β· β±οΈ 16.06.2023):
+- [Conda](https://anaconda.org/conda-forge/bqplot) (π₯ 1.3M Β· β±οΈ 06.11.2023):
```
- conda install -c conda-forge ipympl
+ conda install -c conda-forge bqplot
```
-- [npm](https://www.npmjs.com/package/jupyter-matplotlib) (π₯ 10K / month):
+- [npm](https://www.npmjs.com/package/bqplot) (π₯ 3.2K / month Β· π¦ 17 Β· β±οΈ 17.10.2023):
```
- npm install jupyter-matplotlib
+ npm install bqplot
```
-responsible-ai-widgets (π₯29 Β· β 1.1K) - Responsible AI Toolbox is a suite of tools providing.. MIT
+responsible-ai-widgets (π₯30 Β· β 1.1K) - Responsible AI Toolbox is a suite of tools providing.. MIT
-- [GitHub](https://github.com/microsoft/responsible-ai-toolbox) (π¨βπ» 41 Β· π 280 Β· π¦ 79 Β· π 270 - 17% open Β· β±οΈ 24.01.2024):
+- [GitHub](https://github.com/microsoft/responsible-ai-toolbox) (π¨βπ» 42 Β· π 300 Β· π¦ 82 Β· π 310 - 26% open Β· β±οΈ 31.01.2024):
```
git clone https://github.com/microsoft/responsible-ai-toolbox
```
-- [PyPi](https://pypi.org/project/raiwidgets) (π₯ 4.5K / month):
+- [PyPi](https://pypi.org/project/raiwidgets) (π₯ 5K / month Β· π¦ 3 Β· β±οΈ 31.01.2024):
```
pip install raiwidgets
```
facets-overview (π₯28 Β· β 7.3K Β· π€) - Visualizations for machine learning datasets. Apache-2
-- [GitHub](https://github.com/PAIR-code/facets) (π¨βπ» 31 Β· π 880 Β· π¦ 210 Β· π 160 - 49% open Β· β±οΈ 24.05.2023):
+- [GitHub](https://github.com/PAIR-code/facets) (π¨βπ» 31 Β· π 910 Β· π¦ 210 Β· π 160 - 50% open Β· β±οΈ 24.05.2023):
```
git clone https://github.com/pair-code/facets
```
-- [PyPi](https://pypi.org/project/facets-overview) (π₯ 220K / month):
+- [PyPi](https://pypi.org/project/facets-overview) (π₯ 230K / month Β· π¦ 8 Β· β±οΈ 24.05.2023):
```
pip install facets-overview
```
itkwidgets (π₯28 Β· β 560) - An elegant Python interface for visualization on the web platform.. Apache-2
-- [GitHub](https://github.com/InsightSoftwareConsortium/itkwidgets) (π¨βπ» 27 Β· π 83 Β· π₯ 87 Β· π¦ 280 Β· π 270 - 41% open Β· β±οΈ 19.01.2024):
+- [GitHub](https://github.com/InsightSoftwareConsortium/itkwidgets) (π¨βπ» 27 Β· π 83 Β· π₯ 87 Β· π¦ 290 Β· π 270 - 41% open Β· β±οΈ 19.01.2024):
```
git clone https://github.com/InsightSoftwareConsortium/itkwidgets
```
-- [PyPi](https://pypi.org/project/itkwidgets) (π₯ 5.9K / month Β· π¦ 18 Β· β±οΈ 19.01.2024):
+- [PyPi](https://pypi.org/project/itkwidgets) (π₯ 6.7K / month Β· π¦ 18 Β· β±οΈ 19.01.2024):
```
pip install itkwidgets
```
-- [Conda](https://anaconda.org/conda-forge/itkwidgets) (π₯ 340K Β· β±οΈ 16.06.2023):
+- [Conda](https://anaconda.org/conda-forge/itkwidgets) (π₯ 350K Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge itkwidgets
```
@@ -497,12 +490,64 @@ _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.1K / month Β· π¦ 3 Β· β±οΈ 22.01.2021):
+- [npm](https://www.npmjs.com/package/jupyterlab-dash) (π₯ 2.3K / month Β· π¦ 3 Β· β±οΈ 22.01.2021):
```
npm install jupyterlab-dash
```
-lux (π₯25 Β· β 4.8K) - Automatically visualize your pandas dataframe via a single print!. Apache-2
+nglview (π₯27 Β· β 760) - Jupyter widget to interactively view molecular structures and trajectories. MIT
+
+- [GitHub](https://github.com/nglviewer/nglview) (π¨βπ» 38 Β· π 130 Β· π₯ 280 Β· π¦ 4 Β· π 500 - 8% open Β· β±οΈ 12.01.2024):
+
+ ```
+ git clone https://github.com/nglviewer/nglview
+ ```
+- [PyPi](https://pypi.org/project/nglview) (π₯ 9K / month Β· π¦ 65 Β· β±οΈ 12.01.2024):
+ ```
+ pip install nglview
+ ```
+- [Conda](https://anaconda.org/conda-forge/nglview) (π₯ 700K Β· β±οΈ 12.01.2024):
+ ```
+ conda install -c conda-forge nglview
+ ```
+- [npm](https://www.npmjs.com/package/nglview-js-widgets) (π₯ 6.2K / month Β· π¦ 5 Β· β±οΈ 10.01.2024):
+ ```
+ npm install nglview-js-widgets
+ ```
+
+pythreejs (π₯26 Β· β 920 Β· π€) - A Jupyter - Three.js bridge. BSD-3
+
+- [GitHub](https://github.com/jupyter-widgets/pythreejs) (π¨βπ» 30 Β· π 180 Β· π¦ 29 Β· π 240 - 25% open Β· β±οΈ 20.02.2023):
+
+ ```
+ git clone https://github.com/jupyter-widgets/pythreejs
+ ```
+- [PyPi](https://pypi.org/project/pythreejs) (π₯ 49K / month Β· π¦ 58 Β· β±οΈ 20.02.2023):
+ ```
+ pip install pythreejs
+ ```
+- [Conda](https://anaconda.org/conda-forge/pythreejs) (π₯ 520K Β· β±οΈ 16.06.2023):
+ ```
+ conda install -c conda-forge pythreejs
+ ```
+- [npm](https://www.npmjs.com/package/jupyter-threejs) (π₯ 3.5K / month Β· π¦ 12 Β· β±οΈ 20.02.2023):
+ ```
+ npm install jupyter-threejs
+ ```
+
+jdaviz (π₯26 Β· β 120) - JWST astronomical data analysis tools in the Jupyter platform. BSD-3
+
+- [GitHub](https://github.com/spacetelescope/jdaviz) (π¨βπ» 32 Β· π 55 Β· π¦ 37 Β· π 980 - 32% open Β· β±οΈ 30.01.2024):
+
+ ```
+ git clone https://github.com/spacetelescope/jdaviz
+ ```
+- [PyPi](https://pypi.org/project/jdaviz) (π₯ 1.2K / month):
+ ```
+ pip install jdaviz
+ ```
+
+lux (π₯25 Β· β 4.8K Β· π€) - 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):
@@ -517,19 +562,19 @@ _Extensions that provide interactive UI-widgets and visualization tools._
```
conda install -c conda-forge lux-api
```
-- [npm](https://www.npmjs.com/package/luxwidget) (π₯ 280 / month Β· π¦ 2 Β· β±οΈ 17.02.2022):
+- [npm](https://www.npmjs.com/package/luxwidget) (π₯ 320 / month Β· π¦ 2 Β· β±οΈ 17.02.2022):
```
npm install luxwidget
```
ipyvuetify (π₯25 Β· β 320) - Jupyter widgets based on vuetify UI components. MIT
-- [GitHub](https://github.com/widgetti/ipyvuetify) (π¨βπ» 12 Β· π 53 Β· π¦ 1K Β· π 200 - 32% open Β· β±οΈ 23.11.2023):
+- [GitHub](https://github.com/widgetti/ipyvuetify) (π¨βπ» 12 Β· π 53 Β· π¦ 1.1K Β· π 200 - 33% open Β· β±οΈ 23.11.2023):
```
git clone https://github.com/mariobuikhuizen/ipyvuetify
```
-- [PyPi](https://pypi.org/project/ipyvuetify) (π₯ 79K / month Β· π¦ 42 Β· β±οΈ 28.11.2023):
+- [PyPi](https://pypi.org/project/ipyvuetify) (π₯ 85K / month):
```
pip install ipyvuetify
```
@@ -537,19 +582,19 @@ _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 Β· β±οΈ 28.11.2023):
+- [npm](https://www.npmjs.com/package/jupyter-vuetify) (π₯ 9.5K / month):
```
npm install jupyter-vuetify
```
-ipycytoscape (π₯25 Β· β 250 Β· π€) - A Cytoscape Jupyter widget. BSD-3
+ipycytoscape (π₯25 Β· β 260 Β· π€) - A Cytoscape Jupyter widget. BSD-3
- [GitHub](https://github.com/cytoscape/ipycytoscape) (π¨βπ» 32 Β· π 60 Β· π₯ 4 Β· π¦ 190 Β· π 160 - 38% open Β· β±οΈ 23.05.2023):
```
git clone https://github.com/cytoscape/ipycytoscape
```
-- [PyPi](https://pypi.org/project/ipycytoscape) (π₯ 39K / month Β· π¦ 22 Β· β±οΈ 04.04.2022):
+- [PyPi](https://pypi.org/project/ipycytoscape) (π₯ 40K / month Β· π¦ 22 Β· β±οΈ 04.04.2022):
```
pip install ipycytoscape
```
@@ -557,43 +602,11 @@ _Extensions that provide interactive UI-widgets and visualization tools._
```
conda install -c conda-forge ipycytoscape
```
-- [npm](https://www.npmjs.com/package/jupyter-cytoscape) (π₯ 660 / month Β· π¦ 3 Β· β±οΈ 04.04.2022):
+- [npm](https://www.npmjs.com/package/jupyter-cytoscape) (π₯ 700 / month Β· π¦ 3 Β· β±οΈ 04.04.2022):
```
npm install jupyter-cytoscape
```
-jdaviz (π₯25 Β· β 110) - JWST astronomical data analysis tools in the Jupyter platform. BSD-3
-
-- [GitHub](https://github.com/spacetelescope/jdaviz) (π¨βπ» 32 Β· π 54 Β· π¦ 37 Β· π 980 - 32% open Β· β±οΈ 23.01.2024):
-
- ```
- git clone https://github.com/spacetelescope/jdaviz
- ```
-- [PyPi](https://pypi.org/project/jdaviz) (π₯ 1K / month):
- ```
- pip install jdaviz
- ```
-
-ipyvolume (π₯24 Β· β 1.9K) - 3d plotting for Python in the Jupyter notebook based on IPython.. MIT
-
-- [GitHub](https://github.com/widgetti/ipyvolume) (π¨βπ» 45 Β· π 230 Β· π¦ 16 Β· π 320 - 58% open Β· β±οΈ 07.07.2023):
-
- ```
- git clone https://github.com/maartenbreddels/ipyvolume
- ```
-- [PyPi](https://pypi.org/project/ipyvolume) (π₯ 44K / month):
- ```
- pip install ipyvolume
- ```
-- [Conda](https://anaconda.org/conda-forge/ipyvolume) (π₯ 450K Β· β±οΈ 05.06.2023):
- ```
- conda install -c conda-forge ipyvolume
- ```
-- [npm](https://www.npmjs.com/package/ipyvolume) (π₯ 1.1K / month):
- ```
- npm install ipyvolume
- ```
-
ipyvizzu (π₯24 Β· β 900) - Build animated charts in Jupyter Notebook and similar environments.. Apache-2
- [GitHub](https://github.com/vizzuhq/ipyvizzu) (π¨βπ» 20 Β· π 87 Β· π₯ 120 Β· π¦ 110 Β· π 87 - 13% open Β· β±οΈ 09.01.2024):
@@ -601,19 +614,19 @@ _Extensions that provide interactive UI-widgets and visualization tools._
```
git clone https://github.com/vizzuhq/ipyvizzu
```
-- [PyPi](https://pypi.org/project/ipyvizzu) (π₯ 710 / month):
+- [PyPi](https://pypi.org/project/ipyvizzu) (π₯ 760 / month):
```
pip install ipyvizzu
```
itables (π₯24 Β· β 560) - Pandas DataFrames as Interactive DataTables. MIT
-- [GitHub](https://github.com/mwouts/itables) (π¨βπ» 6 Β· π 43 Β· π¦ 390 Β· π 100 - 23% open Β· β±οΈ 10.12.2023):
+- [GitHub](https://github.com/mwouts/itables) (π¨βπ» 6 Β· π 43 Β· π¦ 400 Β· π 110 - 25% open Β· β±οΈ 10.12.2023):
```
git clone https://github.com/mwouts/itables
```
-- [PyPi](https://pypi.org/project/itables) (π₯ 130K / month):
+- [PyPi](https://pypi.org/project/itables) (π₯ 140K / month):
```
pip install itables
```
@@ -622,50 +635,54 @@ _Extensions that provide interactive UI-widgets and visualization tools._
conda install -c conda-forge itables
```
-vega (π₯24 Β· β 370) - IPython/Jupyter notebook module for Vega and Vega-Lite. BSD-3
+ipyvolume (π₯23 Β· β 1.9K Β· π€) - 3d plotting for Python in the Jupyter notebook based on IPython.. MIT
-- [GitHub](https://github.com/vega/ipyvega) (π¨βπ» 15 Β· π 62 Β· π¦ 4 Β· π 100 - 12% open Β· β±οΈ 03.01.2024):
+- [GitHub](https://github.com/widgetti/ipyvolume) (π¨βπ» 45 Β· π 230 Β· π¦ 16 Β· π 320 - 58% open Β· β±οΈ 07.07.2023):
```
- git clone https://github.com/vega/ipyvega
+ git clone https://github.com/maartenbreddels/ipyvolume
```
-- [PyPi](https://pypi.org/project/vega) (π₯ 19K / month Β· π¦ 83 Β· β±οΈ 12.04.2023):
+- [PyPi](https://pypi.org/project/ipyvolume) (π₯ 48K / month):
```
- pip install vega
+ pip install ipyvolume
```
-- [Conda](https://anaconda.org/conda-forge/vega) (π₯ 570K Β· β±οΈ 16.06.2023):
+- [Conda](https://anaconda.org/conda-forge/ipyvolume) (π₯ 460K Β· β±οΈ 05.06.2023):
```
- conda install -c conda-forge vega
+ conda install -c conda-forge ipyvolume
+ ```
+- [npm](https://www.npmjs.com/package/ipyvolume) (π₯ 1.2K / month):
+ ```
+ npm install ipyvolume
```
ipydatagrid (π₯23 Β· β 470) - Fast Datagrid widget for the Jupyter Notebook and JupyterLab. BSD-3
-- [GitHub](https://github.com/bloomberg/ipydatagrid) (π¨βπ» 19 Β· π 44 Β· π¦ 120 Β· π 130 - 43% open Β· β±οΈ 17.01.2024):
+- [GitHub](https://github.com/bloomberg/ipydatagrid) (π¨βπ» 19 Β· π 46 Β· π¦ 120 Β· π 130 - 46% open Β· β±οΈ 26.01.2024):
```
git clone https://github.com/bloomberg/ipydatagrid
```
-- [PyPi](https://pypi.org/project/ipydatagrid) (π₯ 19K / month):
+- [PyPi](https://pypi.org/project/ipydatagrid) (π₯ 18K / month Β· π¦ 11 Β· β±οΈ 26.01.2024):
```
pip install ipydatagrid
```
-- [Conda](https://anaconda.org/conda-forge/ipydatagrid) (π₯ 55K Β· β±οΈ 08.09.2023):
+- [Conda](https://anaconda.org/conda-forge/ipydatagrid) (π₯ 56K Β· β±οΈ 26.01.2024):
```
conda install -c conda-forge ipydatagrid
```
-- [npm](https://www.npmjs.com/package/ipydatagrid) (π₯ 1.6K / month):
+- [npm](https://www.npmjs.com/package/ipydatagrid) (π₯ 1.8K / month Β· π¦ 3 Β· β±οΈ 09.11.2023):
```
npm install ipydatagrid
```
ipywebrtc (π₯23 Β· β 230 Β· π€) - WebRTC for Jupyter notebook/lab. MIT
-- [GitHub](https://github.com/maartenbreddels/ipywebrtc) (π¨βπ» 9 Β· π 37 Β· π¦ 970 Β· π 61 - 54% open Β· β±οΈ 06.03.2023):
+- [GitHub](https://github.com/maartenbreddels/ipywebrtc) (π¨βπ» 9 Β· π 37 Β· π¦ 980 Β· π 61 - 54% open Β· β±οΈ 06.03.2023):
```
git clone https://github.com/maartenbreddels/ipywebrtc
```
-- [PyPi](https://pypi.org/project/ipywebrtc) (π₯ 32K / month):
+- [PyPi](https://pypi.org/project/ipywebrtc) (π₯ 34K / month):
```
pip install ipywebrtc
```
@@ -673,19 +690,19 @@ _Extensions that provide interactive UI-widgets and visualization tools._
```
conda install -c conda-forge ipywebrtc
```
-- [npm](https://www.npmjs.com/package/jupyter-webrtc) (π₯ 280 / month):
+- [npm](https://www.npmjs.com/package/jupyter-webrtc) (π₯ 290 / month):
```
npm install jupyter-webrtc
```
-What-If Tool (π₯22 Β· β 870 Β· π€) - Source code/webpage/demos for the What-If Tool. Apache-2
+What-If Tool (π₯21 Β· β 870 Β· π€) - 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 Β· β±οΈ 27.04.2023):
+- [GitHub](https://github.com/PAIR-code/what-if-tool) (π¨βπ» 20 Β· π 160 Β· π¦ 2 Β· π 120 - 54% open Β· β±οΈ 27.04.2023):
```
git clone https://github.com/PAIR-code/what-if-tool
```
-- [PyPi](https://pypi.org/project/witwidget) (π₯ 2.3K / month Β· π¦ 4 Β· β±οΈ 12.10.2021):
+- [PyPi](https://pypi.org/project/witwidget) (π₯ 2.4K / month):
```
pip install witwidget
```
@@ -693,39 +710,35 @@ _Extensions that provide interactive UI-widgets and visualization tools._
```
conda install -c conda-forge tensorboard-plugin-wit
```
-- [npm](https://www.npmjs.com/package/wit-widget) (π₯ 1.1K / month Β· π¦ 2 Β· β±οΈ 12.10.2021):
+- [npm](https://www.npmjs.com/package/wit-widget) (π₯ 1.3K / month):
```
npm install wit-widget
```
-ipyvue (π₯21 Β· β 60) - Jupyter widgets base for Vue libraries. MIT
+vega (π₯21 Β· β 370) - IPython/Jupyter notebook module for Vega and Vega-Lite. BSD-3
-- [GitHub](https://github.com/widgetti/ipyvue) (π¨βπ» 5 Β· π 16 Β· π¦ 690 Β· π 13 - 38% open Β· β±οΈ 08.12.2023):
+- [GitHub](https://github.com/vega/ipyvega) (π¨βπ» 15 Β· π 60 Β· π¦ 4 Β· π 100 - 10% open Β· β±οΈ 01.02.2024):
```
- git clone https://github.com/mariobuikhuizen/ipyvue
- ```
-- [PyPi](https://pypi.org/project/ipyvue) (π₯ 100K / month):
+ git clone https://github.com/vega/ipyvega
```
- pip install ipyvue
+- [PyPi](https://pypi.org/project/vega) (π₯ 26K / month):
```
-- [Conda](https://anaconda.org/conda-forge/ipyvue) (π₯ 120K Β· β±οΈ 07.09.2023):
- ```
- conda install -c conda-forge ipyvue
+ pip install vega
```
-- [npm](https://www.npmjs.com/package/jupyter-vue) (π₯ 3K / month Β· π¦ 13 Β· β±οΈ 28.11.2023):
+- [Conda](https://anaconda.org/conda-forge/vega) (π₯ 570K Β· β±οΈ 16.06.2023):
```
- npm install jupyter-vue
+ conda install -c conda-forge vega
```
ipydatawidgets (π₯21 Β· β 38 Β· π€) - A set of widgets to help facilitate reuse of large datasets.. BSD-3
-- [GitHub](https://github.com/vidartf/ipydatawidgets) (π¨βπ» 5 Β· π 9 Β· π¦ 1K Β· π 18 - 44% open Β· β±οΈ 14.06.2023):
+- [GitHub](https://github.com/vidartf/ipydatawidgets) (π¨βπ» 5 Β· π 9 Β· π¦ 1K Β· π 12 - 16% open Β· β±οΈ 14.06.2023):
```
git clone https://github.com/vidartf/ipydatawidgets
```
-- [PyPi](https://pypi.org/project/ipydatawidgets) (π₯ 65K / month Β· π¦ 30 Β· β±οΈ 14.06.2023):
+- [PyPi](https://pypi.org/project/ipydatawidgets) (π₯ 72K / month Β· π¦ 30 Β· β±οΈ 14.06.2023):
```
pip install ipydatawidgets
```
@@ -734,50 +747,70 @@ _Extensions that provide interactive UI-widgets and visualization tools._
conda install -c conda-forge ipydatawidgets
```
-ipysheet (π₯18 Β· β 530) - Jupyter handsontable integration. MIT
+ipysheet (π₯20 Β· β 530) - Jupyter handsontable integration. MIT
-- [GitHub](https://github.com/jupyter-widgets-contrib/ipysheet) (π¨βπ» 14 Β· π 66 Β· π¦ 7 Β· π 120 - 51% open Β· β±οΈ 04.01.2024):
+- [GitHub](https://github.com/jupyter-widgets-contrib/ipysheet) (π¨βπ» 14 Β· π 69 Β· π¦ 7 Β· π 120 - 51% open Β· β±οΈ 04.01.2024):
```
git clone https://github.com/QuantStack/ipysheet
```
-- [PyPi](https://pypi.org/project/ipysheet) (π₯ 43K / month):
+- [PyPi](https://pypi.org/project/ipysheet) (π₯ 49K / month Β· π¦ 28 Β· β±οΈ 28.11.2022):
```
pip install ipysheet
```
-- [Conda](https://anaconda.org/conda-forge/ipysheet) (π₯ 100K Β· β±οΈ 16.06.2023):
+- [Conda](https://anaconda.org/conda-forge/ipysheet) (π₯ 110K Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge ipysheet
```
-- [npm](https://www.npmjs.com/package/ipysheet) (π₯ 710 / month):
+- [npm](https://www.npmjs.com/package/ipysheet) (π₯ 800 / month Β· π¦ 3 Β· β±οΈ 28.11.2022):
```
npm install ipysheet
```
-ipysigma (π₯18 Β· β 150) - A Jupyter widget using sigma.js to render interactive networks. MIT
+nbtutor (π₯20 Β· β 450 Β· π€) - Visualize Python code execution (line-by-line) in Jupyter Notebook.. BSD-3
-- [GitHub](https://github.com/medialab/ipysigma) (π¨βπ» 6 Β· π 13 Β· π¦ 25 Β· π 200 - 23% open Β· β±οΈ 20.10.2023):
+- [GitHub](https://github.com/lgpage/nbtutor) (π¨βπ» 4 Β· π 39 Β· π¦ 38 Β· π 43 - 44% open Β· β±οΈ 14.04.2023):
```
- git clone https://github.com/Yomguithereal/ipysigma
+ git clone https://github.com/lgpage/nbtutor
```
-- [PyPi](https://pypi.org/project/ipysigma) (π₯ 450 / month):
+- [PyPi](https://pypi.org/project/nbtutor) (π₯ 98 / month Β· π¦ 3 Β· β±οΈ 19.04.2022):
```
- pip install ipysigma
+ pip install nbtutor
```
-- [npm](https://www.npmjs.com/package/ipysigma) (π₯ 330 / month):
+- [Conda](https://anaconda.org/conda-forge/nbtutor) (π₯ 140K Β· β±οΈ 16.06.2023):
```
- npm install ipysigma
+ conda install -c conda-forge nbtutor
+ ```
+
+ipyvue (π₯20 Β· β 60) - Jupyter widgets base for Vue libraries. MIT
+
+- [GitHub](https://github.com/widgetti/ipyvue) (π¨βπ» 5 Β· π 17 Β· π¦ 700 Β· π 13 - 38% open Β· β±οΈ 08.12.2023):
+
+ ```
+ git clone https://github.com/mariobuikhuizen/ipyvue
+ ```
+- [PyPi](https://pypi.org/project/ipyvue) (π₯ 110K / month):
+ ```
+ pip install ipyvue
+ ```
+- [Conda](https://anaconda.org/conda-forge/ipyvue) (π₯ 120K Β· β±οΈ 07.09.2023):
+ ```
+ conda install -c conda-forge ipyvue
+ ```
+- [npm](https://www.npmjs.com/package/jupyter-vue) (π₯ 3.5K / month):
+ ```
+ npm install jupyter-vue
```
-ipydagred3 (π₯18 Β· β 67 Β· π) - ipywidgets library for drawing directed acyclic graphs in.. Apache-2
+ipydagred3 (π₯19 Β· β 67) - ipywidgets library for drawing directed acyclic graphs in.. Apache-2
- [GitHub](https://github.com/timkpaine/ipydagred3) (π¨βπ» 3 Β· π 6 Β· π¦ 3 Β· π 24 - 20% open Β· β±οΈ 19.12.2023):
```
git clone https://github.com/timkpaine/ipydagred3
```
-- [PyPi](https://pypi.org/project/ipydagred3) (π₯ 330 / month):
+- [PyPi](https://pypi.org/project/ipydagred3) (π₯ 380 / month):
```
pip install ipydagred3
```
@@ -785,12 +818,28 @@ _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) (π₯ 55K / month):
+- [npm](https://www.npmjs.com/package/@jupyter-widgets/jupyterlab-manager) (π₯ 67K / month):
```
npm install @jupyter-widgets/jupyterlab-manager
```
-ipyregulartable (π₯17 Β· β 95) - High performance, editable, stylable datagrids in jupyter.. Apache-2
+ipysigma (π₯18 Β· β 150) - A Jupyter widget using sigma.js to render interactive networks. MIT
+
+- [GitHub](https://github.com/medialab/ipysigma) (π¨βπ» 6 Β· π 13 Β· π¦ 25 Β· π 200 - 23% open Β· β±οΈ 20.10.2023):
+
+ ```
+ git clone https://github.com/Yomguithereal/ipysigma
+ ```
+- [PyPi](https://pypi.org/project/ipysigma) (π₯ 560 / month Β· π¦ 1 Β· β±οΈ 08.06.2022):
+ ```
+ pip install ipysigma
+ ```
+- [npm](https://www.npmjs.com/package/ipysigma) (π₯ 390 / month Β· π¦ 3 Β· β±οΈ 15.06.2023):
+ ```
+ npm install ipysigma
+ ```
+
+ipyregulartable (π₯18 Β· β 96) - High performance, editable, stylable datagrids in jupyter.. Apache-2
- [GitHub](https://github.com/finos/ipyregulartable) (π¨βπ» 5 Β· π 15 Β· π¦ 13 Β· π 27 - 37% open Β· β±οΈ 18.12.2023):
@@ -801,23 +850,23 @@ _Extensions that provide interactive UI-widgets and visualization tools._
```
pip install ipyregulartable
```
-- [Conda](https://anaconda.org/conda-forge/ipyregulartable) (π₯ 5.7K Β· β±οΈ 16.06.2023):
+- [Conda](https://anaconda.org/conda-forge/ipyregulartable) (π₯ 5.8K Β· β±οΈ 16.06.2023):
```
conda install -c conda-forge ipyregulartable
```
-- [npm](https://www.npmjs.com/package/@jupyter-widgets/jupyterlab-manager) (π₯ 55K / month):
+- [npm](https://www.npmjs.com/package/@jupyter-widgets/jupyterlab-manager) (π₯ 67K / month):
```
npm install @jupyter-widgets/jupyterlab-manager
```
-ipycanvas (π₯17) - Interactive Canvas in Jupyter. BSD-3
+ipycanvas (π₯16 Β· π€) - Interactive Canvas in Jupyter. BSD-3
- [GitHub](https://github.com/martinRenou/ipycanvas) (π¨βπ» 21 Β· π¦ 8 Β· β±οΈ 20.07.2023):
```
git clone https://github.com/martinRenou/ipycanvas
```
-- [PyPi](https://pypi.org/project/ipycanvas) (π₯ 31K / month Β· π¦ 33 Β· β±οΈ 29.08.2022):
+- [PyPi](https://pypi.org/project/ipycanvas) (π₯ 51K / month Β· π¦ 33 Β· β±οΈ 29.08.2022):
```
pip install ipycanvas
```
@@ -825,31 +874,35 @@ _Extensions that provide interactive UI-widgets and visualization tools._
```
conda install -c conda-forge ipycanvas
```
-- [npm](https://www.npmjs.com/package/ipycanvas) (π₯ 980 / month Β· π¦ 4 Β· β±οΈ 29.08.2022):
+- [npm](https://www.npmjs.com/package/ipycanvas) (π₯ 1.1K / month Β· π¦ 4 Β· β±οΈ 29.08.2022):
```
npm install ipycanvas
```
-igv.js widget (π₯15 Β· β 160 Β· π€) - Extension for Jupyter which integrates igv.js. MIT
+tributary (π₯15 Β· β 410) - Streaming reactive and dataflow graphs in Python. Apache-2
-- [GitHub](https://github.com/g2nb/igv-jupyter) (π¨βπ» 5 Β· π 15 Β· π¦ 14 Β· β±οΈ 03.01.2023):
+- [GitHub](https://github.com/timkpaine/tributary) (π¨βπ» 7 Β· π 36 Β· β±οΈ 19.12.2023):
```
- git clone https://github.com/igvteam/igv-jupyter
+ git clone https://github.com/timkpaine/tributary
+ ```
+- [PyPi](https://pypi.org/project/tributary) (π₯ 120 / month Β· β±οΈ 10.05.2023):
```
-- [PyPi](https://pypi.org/project/igv-jupyter) (π₯ 120 / month Β· π¦ 2 Β· β±οΈ 14.06.2022):
+ pip install tributary
```
- pip install igv-jupyter
+- [Conda](https://anaconda.org/conda-forge/tributary) (π₯ 34K Β· β±οΈ 16.06.2023):
+ ```
+ conda install -c conda-forge tributary
```
-Altair Viewer (π₯15 Β· β 79 Β· π€) - Viewer for Altair and Vega-Lite visualizations. BSD-3
+Altair Viewer (π₯15 Β· β 80 Β· π€) - Viewer for Altair and Vega-Lite visualizations. BSD-3
- [GitHub](https://github.com/altair-viz/altair_viewer) (π¨βπ» 3 Β· π 11 Β· π 13 - 61% open Β· β±οΈ 02.05.2023):
```
git clone https://github.com/altair-viz/altair_viewer
```
-- [PyPi](https://pypi.org/project/altair_viewer) (π₯ 27K / month):
+- [PyPi](https://pypi.org/project/altair_viewer) (π₯ 28K / month):
```
pip install altair_viewer
```
@@ -858,30 +911,27 @@ _Extensions that provide interactive UI-widgets and visualization tools._
conda install -c conda-forge altair_viewer
```
-Show 22 hidden projects...
+Show 19 hidden projects...
- D-Tale (π₯31 Β· β 4.4K) - Visualizer for Pandas Data Structures. βοΈLGPL-2.1
-- qgrid (π₯26 Β· β 3K Β· π) - An interactive grid for sorting, filtering, and editing DataFrames.. Apache-2
+- qgrid (π₯25 Β· β 3K Β· π) - An interactive grid for sorting, filtering, and editing DataFrames.. Apache-2
- gmaps (π₯24 Β· β 760 Β· π) - Google maps for Jupyter notebooks. BSD-3
- Mapbox GL (π₯24 Β· β 650 Β· π) - Use Mapbox GL JS to visualize data in a Python Jupyter notebook. MIT
-- pythreejs (π₯23 Β· β 910 Β· π€) - A Jupyter - Three.js bridge. βUnlicensed
-- nglview (π₯23 Β· β 760) - Jupyter widget to interactively view molecular structures and.. βUnlicensed
- pivottablejs (π₯23 Β· β 640 Β· π) - Dragndrop Pivot Tables and Charts for Jupyter/IPython Notebook,.. MIT
-- nbtutor (π₯17 Β· β 450 Β· π€) - Visualize Python code execution (line-by-line) in Jupyter.. βUnlicensed
-- ipytree (π₯17 Β· β 120 Β· π) - A Tree Widget using Jupyter-widgets protocol and jsTree. MIT
+- ipytree (π₯18 Β· β 120 Β· π) - 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 (π₯15 Β· β 160 Β· π) - Extension for Jupyter which integrates igv.js. MIT
- niwidgets (π₯15 Β· β 82 Β· π) - Neuroimaging widgets for jupyter notebooks. Apache-2
- ipyscales (π₯15 Β· β 13 Β· π) - A widget library for scales. BSD-3
-- ipyaggrid (π₯14 Β· β 39 Β· π) - Jupyter widget - ag-grid in the notebook. MIT
+- ipymaterialui (π₯13 Β· β 85 Β· π) - Jupyter Widgets based on React Material UI components. MIT
- perfume (π₯13 Β· β 33 Β· π) - Interactive performance benchmarking in Jupyter. BSD-3
- pigeon (π₯12 Β· β 750 Β· π) - Quickly annotate data from the comfort of your Jupyter notebook. Apache-2
- Jupyter DataTables (π₯12 Β· β 230 Β· π) - Jupyter Notebook extension leveraging pandas DataFrames.. MIT
-- ipymaterialui (π₯11 Β· β 85 Β· π) - Jupyter Widgets based on React Material UI components. MIT
-- tributary (π₯10 Β· β 17) - Streaming reactive and dataflow graphs in Python. Apache-2
+- ipyaggrid (π₯10 Β· β 13 Β· π) - A jupyter widget embedding the ag-grid library. MIT
+- easyexplore (π₯10 Β· β 5 Β· π€) - Toolbox for easy and effective data exploration in Python. βοΈGPL-3.0
- ipyp5 (π₯9 Β· β 37 Β· π) - p5.js Jupyter Widget. BSD-3
- ipyannotate (π₯8 Β· β 140 Β· π) - Jupyter Widget for data annotation. βUnlicensed
- Vision UI (π₯7 Β· β 250 Β· π) - UI visual interface for fastai - now compatible with Google.. βUnlicensed
-- easyexplore (π₯7 Β· β 5 Β· π€) - Toolbox for easy and effective data exploration in Python. βοΈGPL-3.0
@@ -893,40 +943,56 @@ _Application plugins that extend the functionality of Jupyter itself._
nbgrader (π₯30 Β· β 1.2K) - A system for assigning and grading notebooks. BSD-3
-- [GitHub](https://github.com/jupyter/nbgrader) (π¨βπ» 100 Β· π 300 Β· π₯ 310 Β· π¦ 520 Β· π 900 - 28% open Β· β±οΈ 04.12.2023):
+- [GitHub](https://github.com/jupyter/nbgrader) (π¨βπ» 100 Β· π 290 Β· π₯ 310 Β· π¦ 520 Β· π 900 - 28% open Β· β±οΈ 04.12.2023):
```
git clone https://github.com/jupyter/nbgrader
```
-- [PyPi](https://pypi.org/project/nbgrader) (π₯ 6.9K / month):
+- [PyPi](https://pypi.org/project/nbgrader) (π₯ 7.9K / month):
```
pip install nbgrader
```
-- [Conda](https://anaconda.org/conda-forge/nbgrader) (π₯ 150K Β· β±οΈ 13.09.2023):
+- [Conda](https://anaconda.org/conda-forge/nbgrader) (π₯ 160K Β· β±οΈ 13.09.2023):
```
conda install -c conda-forge nbgrader
```
-Jupyter Themes (π₯25 Β· β 9.7K) - Custom Jupyter Notebook Themes. MIT
+Jupyter Themes (π₯28 Β· β 9.7K) - Custom Jupyter Notebook Themes. MIT
-- [GitHub](https://github.com/dunovank/jupyter-themes) (π¨βπ» 43 Β· π 1.1K Β· π¦ 21 Β· π 400 - 48% open Β· β±οΈ 18.10.2023):
+- [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) (π₯ 32K / month):
+- [PyPi](https://pypi.org/project/jupyterthemes) (π₯ 35K / month Β· π¦ 120 Β· β±οΈ 22.11.2018):
```
pip install jupyterthemes
```
-Resource Usage (π₯25 Β· β 430) - Jupyter Notebook Extension for monitoring your own Resource.. BSD-2
+NBextensions Configurator (π₯26 Β· β 960) - A jupyter notebook serverextension providing config.. BSD-3
+
+- [GitHub](https://github.com/Jupyter-contrib/jupyter_nbextensions_configurator) (π¨βπ» 24 Β· π 120 Β· π¦ 550 Β· π 100 - 65% open Β· β±οΈ 29.09.2023):
+
+ ```
+ git clone https://github.com/jupyter-contrib/jupyter_nbextensions_configurator
+ ```
+- [PyPi](https://pypi.org/project/jupyter_nbextensions_configurator) (π₯ 470K / month Β· π¦ 19 Β· β±οΈ 05.05.2023):
+ ```
+ pip install jupyter_nbextensions_configurator
+ ```
+- [Conda](https://anaconda.org/conda-forge/jupyter_nbextensions_configurator) (π₯ 1.6M Β· β±οΈ 16.06.2023):
+ ```
+ conda install -c conda-forge jupyter_nbextensions_configurator
+ ```
+
+Resource Usage (π₯24 Β· β 430) - Jupyter Notebook Extension for monitoring your own Resource.. BSD-2
-- [GitHub](https://github.com/jupyter-server/jupyter-resource-usage) (π¨βπ» 34 Β· π 97 Β· π₯ 260 Β· π¦ 520 Β· π 87 - 48% open Β· β±οΈ 09.01.2024):
+- [GitHub](https://github.com/jupyter-server/jupyter-resource-usage) (π¨βπ» 34 Β· π 97 Β· π₯ 260 Β· π¦ 530 Β· π 87 - 48% open Β· β±οΈ 09.01.2024):
```
git clone https://github.com/jupyter-server/jupyter-resource-usage
```
-- [PyPi](https://pypi.org/project/jupyter-resource-usage) (π₯ 25K / month):
+- [PyPi](https://pypi.org/project/jupyter-resource-usage) (π₯ 29K / month):
```
pip install jupyter-resource-usage
```
@@ -934,55 +1000,55 @@ _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) (π₯ 190 / month):
+- [npm](https://www.npmjs.com/package/@jupyter-server/resource-usage) (π₯ 210 / month):
```
npm install @jupyter-server/resource-usage
```
-jupyter-server-proxy (π₯23 Β· β 320) - Jupyter notebook server extension to proxy web services. BSD-3
+nbgitpuller (π₯24 Β· β 200) - Jupyter server extension to sync a git repository one-way to a.. BSD-3
-- [GitHub](https://github.com/jupyterhub/jupyter-server-proxy) (π¨βπ» 71 Β· π 130 Β· π¦ 3 Β· π 190 - 33% open Β· β±οΈ 04.01.2024):
+- [GitHub](https://github.com/jupyterhub/nbgitpuller) (π¨βπ» 31 Β· π 80 Β· π¦ 720 Β· π 160 - 44% open Β· β±οΈ 04.01.2024):
```
- git clone https://github.com/jupyterhub/jupyter-server-proxy
- ```
-- [PyPi](https://pypi.org/project/jupyter-server-proxy) (π₯ 190K / month):
- ```
- pip install jupyter-server-proxy
+ git clone https://github.com/jupyterhub/nbgitpuller
```
-- [Conda](https://anaconda.org/conda-forge/jupyter-server-proxy) (π₯ 1.4M Β· β±οΈ 25.09.2023):
+- [PyPi](https://pypi.org/project/nbgitpuller) (π₯ 23K / month Β· π¦ 19 Β· β±οΈ 07.08.2023):
```
- conda install -c conda-forge jupyter-server-proxy
+ pip install nbgitpuller
```
-- [npm](https://www.npmjs.com/package/@jupyterlab/server-proxy) (π₯ 2.6K / month):
+- [Conda](https://anaconda.org/conda-forge/nbgitpuller) (π₯ 84K Β· β±οΈ 07.08.2023):
```
- npm install @jupyterlab/server-proxy
+ conda install -c conda-forge nbgitpuller
```
-nbgitpuller (π₯23 Β· β 200) - Jupyter server extension to sync a git repository one-way to a.. BSD-3
+jupyter-server-proxy (π₯23 Β· β 320) - Jupyter notebook server extension to proxy web services. BSD-3
-- [GitHub](https://github.com/jupyterhub/nbgitpuller) (π¨βπ» 31 Β· π 75 Β· π¦ 720 Β· π 160 - 43% open Β· β±οΈ 04.01.2024):
+- [GitHub](https://github.com/jupyterhub/jupyter-server-proxy) (π¨βπ» 71 Β· π 140 Β· π¦ 3 Β· π 190 - 33% open Β· β±οΈ 01.02.2024):
```
- git clone https://github.com/jupyterhub/nbgitpuller
+ git clone https://github.com/jupyterhub/jupyter-server-proxy
```
-- [PyPi](https://pypi.org/project/nbgitpuller) (π₯ 21K / month):
+- [PyPi](https://pypi.org/project/jupyter-server-proxy) (π₯ 250K / month):
```
- pip install nbgitpuller
+ pip install jupyter-server-proxy
+ ```
+- [Conda](https://anaconda.org/conda-forge/jupyter-server-proxy) (π₯ 1.4M Β· β±οΈ 25.09.2023):
```
-- [Conda](https://anaconda.org/conda-forge/nbgitpuller) (π₯ 83K Β· β±οΈ 07.08.2023):
+ conda install -c conda-forge jupyter-server-proxy
```
- conda install -c conda-forge nbgitpuller
+- [npm](https://www.npmjs.com/package/@jupyterlab/server-proxy) (π₯ 3.1K / month Β· π¦ 4 Β· β±οΈ 08.09.2022):
+ ```
+ npm install @jupyterlab/server-proxy
```
Appmode (π₯21 Β· β 430 Β· π€) - A Jupyter extensions that turns notebooks into web applications. MIT
-- [GitHub](https://github.com/oschuett/appmode) (π¨βπ» 9 Β· π 67 Β· π¦ 360 Β· π 58 - 6% open Β· β±οΈ 18.05.2023):
+- [GitHub](https://github.com/oschuett/appmode) (π¨βπ» 9 Β· π 70 Β· π¦ 360 Β· π 61 - 11% open Β· β±οΈ 18.05.2023):
```
git clone https://github.com/oschuett/appmode
```
-- [PyPi](https://pypi.org/project/appmode) (π₯ 1.6K / month):
+- [PyPi](https://pypi.org/project/appmode) (π₯ 1.9K / month Β· π¦ 22 Β· β±οΈ 18.05.2023):
```
pip install appmode
```
@@ -991,14 +1057,14 @@ _Application plugins that extend the functionality of Jupyter itself._
conda install -c conda-forge appmode
```
-Rsession Proxy (π₯20 Β· β 110 Β· π€) - Jupyter extensions for running an RStudio rsession proxy. BSD-3
+Rsession Proxy (π₯21 Β· β 110 Β· π€) - Jupyter extensions for running an RStudio rsession proxy. BSD-3
-- [GitHub](https://github.com/jupyterhub/jupyter-rsession-proxy) (π¨βπ» 21 Β· π 76 Β· π¦ 45 Β· π 79 - 39% open Β· β±οΈ 23.06.2023):
+- [GitHub](https://github.com/jupyterhub/jupyter-rsession-proxy) (π¨βπ» 21 Β· π 84 Β· π¦ 45 Β· π 80 - 40% open Β· β±οΈ 23.06.2023):
```
git clone https://github.com/jupyterhub/jupyter-rsession-proxy
```
-- [PyPi](https://pypi.org/project/jupyter-rsession-proxy) (π₯ 7.7K / month):
+- [PyPi](https://pypi.org/project/jupyter-rsession-proxy) (π₯ 9.3K / month Β· π¦ 1 Β· β±οΈ 07.09.2022):
```
pip install jupyter-rsession-proxy
```
@@ -1007,34 +1073,34 @@ _Application plugins that extend the functionality of Jupyter itself._
conda install -c conda-forge jupyter-rsession-proxy
```
-jupyter-archive (π₯20 Β· β 68) - A Jupyter/Jupyterlab extension to make, download and extract.. BSD-3
+jupyter-archive (π₯19 Β· β 68) - A Jupyter/Jupyterlab extension to make, download and extract.. BSD-3
-- [GitHub](https://github.com/jupyterlab-contrib/jupyter-archive) (π¨βπ» 10 Β· π 13 Β· π₯ 3.3K Β· π¦ 120 Β· π 38 - 5% open Β· β±οΈ 26.10.2023):
+- [GitHub](https://github.com/jupyterlab-contrib/jupyter-archive) (π¨βπ» 10 Β· π 13 Β· π₯ 3.3K Β· π¦ 120 Β· π 39 - 7% open Β· β±οΈ 26.10.2023):
```
git clone https://github.com/jupyterlab-contrib/jupyter-archive
```
-- [PyPi](https://pypi.org/project/jupyter-archive) (π₯ 22K / month):
+- [PyPi](https://pypi.org/project/jupyter-archive) (π₯ 24K / month Β· π¦ 4 Β· β±οΈ 15.08.2023):
```
pip install jupyter-archive
```
-- [Conda](https://anaconda.org/conda-forge/jupyter-archive) (π₯ 59K Β· β±οΈ 16.08.2023):
+- [Conda](https://anaconda.org/conda-forge/jupyter-archive) (π₯ 60K Β· β±οΈ 16.08.2023):
```
conda install -c conda-forge jupyter-archive
```
-- [npm](https://www.npmjs.com/package/@hadim/jupyter-archive) (π₯ 100 / month):
+- [npm](https://www.npmjs.com/package/@hadim/jupyter-archive) (π₯ 120 / month Β· π¦ 3 Β· β±οΈ 15.08.2023):
```
npm install @hadim/jupyter-archive
```
-gator (π₯19 Β· β 250) - Conda environment and package management extension from within Jupyter. BSD-3
+gator (π₯18 Β· β 250) - Conda environment and package management extension from within Jupyter. BSD-3
-- [GitHub](https://github.com/mamba-org/gator) (π¨βπ» 26 Β· π 26 Β· π₯ 2 Β· π¦ 5 Β· π 56 - 23% open Β· β±οΈ 26.10.2023):
+- [GitHub](https://github.com/mamba-org/gator) (π¨βπ» 26 Β· π 29 Β· π₯ 2 Β· π¦ 5 Β· π 64 - 32% open Β· β±οΈ 26.10.2023):
```
git clone https://github.com/mamba-org/gator
```
-- [PyPi](https://pypi.org/project/mamba-gator) (π₯ 26 / month):
+- [PyPi](https://pypi.org/project/mamba-gator) (π₯ 38 / month Β· β±οΈ 03.09.2021):
```
pip install mamba-gator
```
@@ -1042,7 +1108,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) (π₯ 40 / month):
+- [npm](https://www.npmjs.com/package/@mamba-org/gator-lab) (π₯ 41 / month Β· π¦ 2 Β· β±οΈ 03.09.2021):
```
npm install @mamba-org/gator-lab
```
@@ -1055,23 +1121,22 @@ _Application plugins that extend the functionality of Jupyter itself._
git clone https://github.com/drillan/jupyter-black
```
-Show 15 hidden projects...
+Show 14 hidden projects...
- dtale (π₯31 Β· β 4.4K) - Visualizer for pandas data structures. βοΈLGPL-2.1
-- Contrib NBextensions (π₯26 Β· β 5.1K Β· π) - A collection of various notebook extensions for.. βUnlicensed
-- NBextensions Configurator (π₯24 Β· β 960) - A jupyter notebook serverextension providing config.. βUnlicensed
+- Contrib NBextensions (π₯30 Β· β 5.1K Β· π) - A collection of various notebook extensions for.. BSD-3
- pyforest (π₯19 Β· β 1.1K Β· π) - pyforest - feel the bliss of automated imports. MIT
+- nbzip (π₯18 Β· β 84 Β· π) - Zips and downloads all the contents of a jupyter notebook. Apache-2
+- Jupyter Spark (π₯17 Β· β 190 Β· π) - Jupyter Notebook extension for Apache Spark integration. MPL-2.0
- nb_conda (π₯17 Β· β 140 Β· π) - Conda environment and package access extension from within Jupyter. BSD-3
- jupyter-tabnine (π₯16 Β· β 780 Β· π) - Autocompletion with Deep Learning on Jupyter Notebook. MIT
- Spark Monitor (π₯16 Β· β 170 Β· π) - Monitor Apache Spark from Jupyter Notebook. Apache-2
-- nbzip (π₯16 Β· β 84 Β· π) - Zips and downloads all the contents of a jupyter notebook. Apache-2
- Content Management (π₯16 Β· β 77 Β· π) - Jupyter Content Management Extensions. BSD-3
-- Jupyter Spark (π₯15 Β· β 190 Β· π) - Jupyter Notebook extension for Apache Spark integration. MPL-2.0
- jupyter-tensorboard (π₯14 Β· β 460 Β· π) - Start Tensorboard in Jupyter Notebook. MIT
- HTTP-over-WebSocket (π₯14 Β· β 260 Β· π) - Jupyter support for HTTP-over-ws. Apache-2
- jupyter-nbrequirements (π₯14 Β· β 17 Β· π€) - Dependency management and optimization in Jupyter.. MIT
- PPExtensions (π₯9 Β· β 50 Β· π) - Set of iPython and Jupyter extensions to improve user.. βUnlicensed
-- jupyterterminals (π₯6 Β· β 9 Β· π€) - Jupyter plugin to support inline terminal shells along with.. MIT
+- jupyterterminals (π₯6 Β· β 9 Β· π) - Jupyter plugin to support inline terminal shells along with.. MIT
@@ -1081,14 +1146,14 @@ _Application plugins that extend the functionality of Jupyter itself._
_Extensions that provide magic commands to access convenient functionality within a notebook._
-ipython-sql (π₯29 Β· β 1.7K Β· π€) - %%sql magic for IPython, hopefully evolving into full SQL client. MIT
+ipython-sql (π₯30 Β· β 1.7K Β· π€) - %%sql magic for IPython, hopefully evolving into full SQL client. MIT
-- [GitHub](https://github.com/catherinedevlin/ipython-sql) (π¨βπ» 55 Β· π 270 Β· π¦ 5.8K Β· π 150 - 71% open Β· β±οΈ 21.04.2023):
+- [GitHub](https://github.com/catherinedevlin/ipython-sql) (π¨βπ» 55 Β· π 300 Β· π¦ 5.8K Β· π 150 - 72% open Β· β±οΈ 21.04.2023):
```
git clone https://github.com/catherinedevlin/ipython-sql
```
-- [PyPi](https://pypi.org/project/ipython-sql) (π₯ 120K / month):
+- [PyPi](https://pypi.org/project/ipython-sql) (π₯ 130K / month Β· π¦ 68 Β· β±οΈ 27.02.2023):
```
pip install ipython-sql
```
@@ -1097,14 +1162,30 @@ _Extensions that provide magic commands to access convenient functionality withi
conda install -c conda-forge ipython-sql
```
-watermark (π₯22 Β· β 850) - An IPython magic extension for printing date and time stamps, version.. BSD-3
+sparkmagic (π₯30 Β· β 1.3K) - Jupyter magics and kernels for working with remote Spark clusters. BSD-3
+
+- [GitHub](https://github.com/jupyter-incubator/sparkmagic) (π¨βπ» 64 Β· π 440 Β· π¦ 330 Β· π 450 - 33% open Β· β±οΈ 01.01.2024):
+
+ ```
+ git clone https://github.com/jupyter-incubator/sparkmagic
+ ```
+- [PyPi](https://pypi.org/project/sparkmagic) (π₯ 29K / month Β· π¦ 22 Β· β±οΈ 13.09.2023):
+ ```
+ pip install sparkmagic
+ ```
+- [Conda](https://anaconda.org/conda-forge/sparkmagic) (π₯ 110K Β· β±οΈ 23.09.2023):
+ ```
+ conda install -c conda-forge sparkmagic
+ ```
+
+watermark (π₯22 Β· β 860 Β· π€) - An IPython magic extension for printing date and time stamps,.. BSD-3
-- [GitHub](https://github.com/rasbt/watermark) (π¨βπ» 19 Β· π 88 Β· π¦ 2.2K Β· π 46 - 39% open Β· β±οΈ 02.07.2023):
+- [GitHub](https://github.com/rasbt/watermark) (π¨βπ» 19 Β· π 88 Β· π¦ 2.2K Β· π 47 - 40% open Β· β±οΈ 02.07.2023):
```
git clone https://github.com/rasbt/watermark
```
-- [PyPi](https://pypi.org/project/watermark) (π₯ 22K / month):
+- [PyPi](https://pypi.org/project/watermark) (π₯ 24K / month Β· π¦ 98 Β· β±οΈ 02.07.2023):
```
pip install watermark
```
@@ -1113,16 +1194,31 @@ _Extensions that provide magic commands to access convenient functionality withi
conda install -c conda-forge watermark
```
-Show 9 hidden projects...
+nb_black (π₯15 Β· β 62 Β· π€) - A simple extension for Jupyter Notebook and Jupyter Lab to beautify.. MIT
+
+- [GitHub](https://github.com/dnanhkhoa/nb_black) (π 7):
+
+ ```
+ git clone https://github.com/dnanhkhoa/nb_black
+ ```
+- [PyPi](https://pypi.org/project/nb_black) (π₯ 14K / month Β· π¦ 24 Β· β±οΈ 30.11.2019):
+ ```
+ pip install nb_black
+ ```
+- [Conda](https://anaconda.org/conda-forge/nb_black) (π₯ 120K Β· β±οΈ 16.06.2023):
+ ```
+ conda install -c conda-forge nb_black
+ ```
+
+Show 8 hidden projects...
-- sparkmagic (π₯29 Β· β 1.3K) - Jupyter magics and kernels for working with remote Spark.. βUnlicensed
- pick (π₯20 Β· β 620 Β· π) - Customize your kernels on Launch!. BSD-3
- blackcellmagic (π₯17 Β· β 300 Β· π) - IPython magic command to format python code in cell using.. MIT
- heat (π₯16 Β· β 1K Β· π) - IPython magic command to profile and view your python code as a heat map. MIT
+- ipycache (π₯16 Β· β 140 Β· π) - Defines a %%cache cell magic in the IPython notebook to cache.. BSD-3
- jupyter-notify (π₯15 Β· β 580 Β· π) - A Jupyter Notebook magic for browser notifications of cell.. BSD-3
-- ipycache (π₯15 Β· β 140 Β· π) - Defines a %%cache cell magic in the IPython notebook to cache.. BSD-3
+- py_d3 (π₯14 Β· β 450 Β· π) - D3 block magic for Jupyter notebook. MIT
- SQLCell (π₯13 Β· β 150 Β· π) - SQLCell is a magic function for the Jupyter Notebook that executes.. MIT
-- py_d3 (π₯12 Β· β 450 Β· π) - D3 block magic for Jupyter notebook. MIT
- jupyter-manim (π₯12 Β· β 190 Β· π) - manim cell magic for IPython/Jupyter to show the output video. MIT
@@ -1135,12 +1231,12 @@ _Jupyter kernels that run and introspect the user's code in a given language._
IPython Kernel (π₯38 Β· β 600) - IPython Kernel for Jupyter. BSD-3
-- [GitHub](https://github.com/ipython/ipykernel) (π¨βπ» 180 Β· π 360 Β· π₯ 2.1K Β· π¦ 330K Β· π 510 - 53% open Β· β±οΈ 16.01.2024):
+- [GitHub](https://github.com/ipython/ipykernel) (π¨βπ» 180 Β· π 360 Β· π₯ 2.1K Β· π¦ 330K Β· π 510 - 53% open Β· β±οΈ 29.01.2024):
```
git clone https://github.com/ipython/ipykernel
```
-- [PyPi](https://pypi.org/project/ipykernel) (π₯ 17M / month Β· π¦ 11K Β· β±οΈ 16.01.2024):
+- [PyPi](https://pypi.org/project/ipykernel) (π₯ 18M / month Β· π¦ 11K Β· β±οΈ 16.01.2024):
```
pip install ipykernel
```
@@ -1149,22 +1245,38 @@ _Jupyter kernels that run and introspect the user's code in a given language._
conda install -c anaconda ipykernel
```
+LFortran (π₯27 Β· β 820) - Official main repository for LFortran. MIT
+
+- [GitHub](https://github.com/lfortran/lfortran) (π¨βπ» 72 Β· π 100 Β· π₯ 720 Β· π 1.6K - 57% open Β· β±οΈ 31.01.2024):
+
+ ```
+ git clone https://github.com/lfortran/lfortran
+ ```
+- [PyPi](https://pypi.org/project/lfortran) (π₯ 89 / month Β· β±οΈ 31.07.2020):
+ ```
+ pip install lfortran
+ ```
+- [Conda](https://anaconda.org/conda-forge/lfortran) (π₯ 78K Β· β±οΈ 31.01.2024):
+ ```
+ conda install -c conda-forge lfortran
+ ```
+
Evcxr (π₯26 Β· β 5K) - An evaluation context for Rust, including a Jupyter Kernel. MIT
-- [GitHub](https://github.com/evcxr/evcxr) (π¨βπ» 49 Β· π 210 Β· π₯ 3.7K Β· π¦ 160 Β· π 240 - 39% open Β· β±οΈ 17.01.2024):
+- [GitHub](https://github.com/evcxr/evcxr) (π¨βπ» 49 Β· π 210 Β· π₯ 3.7K Β· π¦ 160 Β· π 240 - 40% open Β· β±οΈ 17.01.2024):
```
git clone https://github.com/evcxr/evcxr
```
-Kernel Gateway (π₯26 Β· β 460 Β· π) - Jupyter Kernel Gateway. BSD-3
+Kernel Gateway (π₯26 Β· β 470) - Jupyter Kernel Gateway. BSD-3
-- [GitHub](https://github.com/jupyter-server/kernel_gateway) (π¨βπ» 46 Β· π 130 Β· π₯ 140 Β· π 180 - 8% open Β· β±οΈ 22.01.2024):
+- [GitHub](https://github.com/jupyter-server/kernel_gateway) (π¨βπ» 46 Β· π 130 Β· π₯ 150 Β· π 180 - 8% open Β· β±οΈ 29.01.2024):
```
git clone https://github.com/jupyter/kernel_gateway
```
-- [PyPi](https://pypi.org/project/jupyter-kernel-gateway) (π₯ 12K / month Β· π¦ 10 Β· β±οΈ 06.02.2023):
+- [PyPi](https://pypi.org/project/jupyter-kernel-gateway) (π₯ 13K / month Β· π¦ 10 Β· β±οΈ 29.01.2024):
```
pip install jupyter-kernel-gateway
```
@@ -1173,14 +1285,14 @@ _Jupyter kernels that run and introspect the user's code in a given language._
conda install -c conda-forge jupyter_kernel_gateway
```
-Metakernel (π₯25 Β· β 330) - Jupyter/IPython Kernel Tools. BSD-3
+Metakernel (π₯25 Β· β 330) - Jupyter/IPython Kernel Tools. BSD-3
-- [GitHub](https://github.com/Calysto/metakernel) (π¨βπ» 33 Β· π 84 Β· π₯ 160 Β· π¦ 840 Β· π 140 - 20% open Β· β±οΈ 05.11.2023):
+- [GitHub](https://github.com/Calysto/metakernel) (π¨βπ» 33 Β· π 85 Β· π₯ 160 Β· π¦ 840 Β· π 150 - 21% open Β· β±οΈ 05.11.2023):
```
git clone https://github.com/Calysto/metakernel
```
-- [PyPi](https://pypi.org/project/metakernel) (π₯ 24K / month):
+- [PyPi](https://pypi.org/project/metakernel) (π₯ 26K / month Β· π¦ 78 Β· β±οΈ 11.09.2023):
```
pip install metakernel
```
@@ -1191,12 +1303,24 @@ _Jupyter kernels that run and introspect the user's code in a given language._
.NET Interactive (π₯24 Β· β 2.6K) - .NET Interactive combines the power of .NET with many other.. MIT
-- [GitHub](https://github.com/dotnet/interactive) (π¨βπ» 120 Β· π 350 Β· π₯ 440 Β· π 1.5K - 32% open Β· β±οΈ 22.01.2024):
+- [GitHub](https://github.com/dotnet/interactive) (π¨βπ» 120 Β· π 370 Β· π₯ 440 Β· π 1.5K - 32% open Β· β±οΈ 25.01.2024):
```
git clone https://github.com/dotnet/interactive
```
+IHaskell (π₯24 Β· β 2.5K) - A Haskell kernel for the Jupyter project. MIT
+
+- [GitHub](https://github.com/IHaskell/IHaskell) (π¨βπ» 110 Β· π 260 Β· π 780 - 5% open Β· β±οΈ 28.01.2024):
+
+ ```
+ git clone https://github.com/gibiansky/IHaskell
+ ```
+- [npm](https://www.npmjs.com/package/ihaskell_jupyterlab) (π₯ 16 / month Β· π¦ 3 Β· β±οΈ 01.08.2018):
+ ```
+ npm install ihaskell_jupyterlab
+ ```
+
IRkernel (π₯24 Β· β 1.7K Β· π€) - R kernel for Jupyter. MIT
- [GitHub](https://github.com/IRkernel/IRkernel) (π¨βπ» 43 Β· π 290 Β· π 590 - 11% open Β· β±οΈ 06.03.2023):
@@ -1225,14 +1349,14 @@ _Jupyter kernels that run and introspect the user's code in a given language._
docker pull almondsh/almond
```
-Bash Kernel (π₯24 Β· β 670) - A bash kernel for IPython. BSD-3
+Bash Kernel (π₯23 Β· β 670) - A bash kernel for IPython. BSD-3
- [GitHub](https://github.com/takluyver/bash_kernel) (π¨βπ» 20 Β· π 140 Β· π¦ 200 Β· π 100 - 34% open Β· β±οΈ 24.11.2023):
```
git clone https://github.com/takluyver/bash_kernel
```
-- [PyPi](https://pypi.org/project/bash_kernel) (π₯ 34K / month Β· π¦ 31 Β· β±οΈ 24.11.2023):
+- [PyPi](https://pypi.org/project/bash_kernel) (π₯ 35K / month Β· π¦ 31 Β· β±οΈ 24.11.2023):
```
pip install bash_kernel
```
@@ -1241,26 +1365,14 @@ _Jupyter kernels that run and introspect the user's code in a given language._
conda install -c conda-forge bash_kernel
```
-IHaskell (π₯23 Β· β 2.5K) - A Haskell kernel for the Jupyter project. MIT
-
-- [GitHub](https://github.com/IHaskell/IHaskell) (π¨βπ» 110 Β· π 260 Β· π 780 - 5% open Β· β±οΈ 21.01.2024):
-
- ```
- git clone https://github.com/gibiansky/IHaskell
- ```
-- [npm](https://www.npmjs.com/package/ihaskell_jupyterlab) (π₯ 12 / month Β· π¦ 2 Β· β±οΈ 01.08.2018):
- ```
- npm install ihaskell_jupyterlab
- ```
-
xeus-python (π₯23 Β· β 400) - Jupyter kernel for the Python programming language. BSD-3
-- [GitHub](https://github.com/jupyter-xeus/xeus-python) (π¨βπ» 21 Β· π 66 Β· π 190 - 33% open Β· β±οΈ 17.01.2024):
+- [GitHub](https://github.com/jupyter-xeus/xeus-python) (π¨βπ» 21 Β· π 67 Β· π 190 - 33% open Β· β±οΈ 25.01.2024):
```
git clone https://github.com/jupyter-xeus/xeus-python
```
-- [PyPi](https://pypi.org/project/xeus-python) (π₯ 4.8K / month Β· π¦ 3 Β· β±οΈ 22.12.2023):
+- [PyPi](https://pypi.org/project/xeus-python) (π₯ 5.5K / month Β· π¦ 3 Β· β±οΈ 22.12.2023):
```
pip install xeus-python
```
@@ -1285,40 +1397,48 @@ _Jupyter kernels that run and introspect the user's code in a given language._
go install github.com/gopherdata/gophernotes
```
-xeus-cling (π₯21 Β· β 2.9K) - Jupyter kernel for the C++ programming language. BSD-3
+Apache Toree (π₯22 Β· β 730) - Jupyter kernel for Apache Spark. Apache-2
-- [GitHub](https://github.com/jupyter-xeus/xeus-cling) (π¨βπ» 26 Β· π 280 Β· π 290 - 57% open Β· β±οΈ 05.08.2023):
+- [GitHub](https://github.com/apache/incubator-toree) (π¨βπ» 110 Β· π 220 Β· β±οΈ 01.10.2023):
```
- git clone https://github.com/jupyter-xeus/xeus-cling
+ git clone https://github.com/apache/incubator-toree
```
-- [Conda](https://anaconda.org/conda-forge/xeus-cling) (π₯ 230K Β· β±οΈ 11.11.2023):
+- [PyPi](https://pypi.org/project/toree) (π₯ 8.3K / month Β· π¦ 9 Β· β±οΈ 21.04.2022):
```
- conda install -c conda-forge xeus-cling
+ pip install toree
```
-Apache Toree (π₯21 Β· β 730) - Jupyter kernel for Apache Spark. Apache-2
+xeus-cling (π₯21 Β· β 2.9K) - Jupyter kernel for the C++ programming language. BSD-3
-- [GitHub](https://github.com/apache/incubator-toree) (π¨βπ» 110 Β· π 220 Β· β±οΈ 01.10.2023):
+- [GitHub](https://github.com/jupyter-xeus/xeus-cling) (π¨βπ» 26 Β· π 280 Β· π 290 - 57% open Β· β±οΈ 05.08.2023):
```
- git clone https://github.com/apache/incubator-toree
+ git clone https://github.com/jupyter-xeus/xeus-cling
```
-- [PyPi](https://pypi.org/project/toree) (π₯ 7.9K / month Β· π¦ 9 Β· β±οΈ 21.04.2022):
+- [Conda](https://anaconda.org/conda-forge/xeus-cling) (π₯ 230K Β· β±οΈ 11.11.2023):
```
- pip install toree
+ conda install -c conda-forge xeus-cling
```
-IRuby (π₯20 Β· β 820) - Official gem repository: Ruby kernel for Jupyter/IPython Notebook. MIT
+IRuby (π₯21 Β· β 820) - Official gem repository: Ruby kernel for Jupyter/IPython Notebook. MIT
-- [GitHub](https://github.com/SciRuby/iruby) (π¨βπ» 47 Β· π 22 Β· π₯ 15 Β· π¦ 220 Β· π 190 - 23% open Β· β±οΈ 14.01.2024):
+- [GitHub](https://github.com/SciRuby/iruby) (π¨βπ» 47 Β· π 22 Β· π₯ 15 Β· π¦ 220 Β· π 190 - 24% open Β· β±οΈ 30.01.2024):
```
git clone https://github.com/SciRuby/iruby
```
- [Docker Hub](https://hub.docker.com/r/rubydata/datascience-notebook) (π₯ 2.1K Β· β 5 Β· β±οΈ 03.02.2023):
```
- docker pull rubydata/datascience-notebook
+ docker pull rubydata/datascience-notebook
+ ```
+
+IJulia.jl (π₯20 Β· β 2.7K Β· π€) - Julia kernel for Jupyter. MIT
+
+- [GitHub](https://github.com/JuliaLang/IJulia.jl) (π¨βπ» 110 Β· π 410 Β· π 850 - 16% open Β· β±οΈ 02.06.2023):
+
+ ```
+ git clone https://github.com/JuliaLang/IJulia.jl
```
nb_conda_kernels (π₯20 Β· β 550) - Package for managing conda environment-based kernels inside.. BSD-3
@@ -1333,14 +1453,6 @@ _Jupyter kernels that run and introspect the user's code in a given language._
conda install -c conda-forge nb_conda_kernels
```
-IJulia.jl (π₯19 Β· β 2.7K Β· π€) - Julia kernel for Jupyter. MIT
-
-- [GitHub](https://github.com/JuliaLang/IJulia.jl) (π¨βπ» 110 Β· π 410 Β· π 840 - 16% open Β· β±οΈ 02.06.2023):
-
- ```
- git clone https://github.com/JuliaLang/IJulia.jl
- ```
-
OCaml Kernel (π₯19 Β· β 270) - An OCaml kernel for Jupyter (IPython) notebook. MIT
- [GitHub](https://github.com/akabe/ocaml-jupyter) (π¨βπ» 23 Β· π 38 Β· π₯ 110K Β· π 79 - 8% open Β· β±οΈ 11.08.2023):
@@ -1365,22 +1477,6 @@ _Jupyter kernels that run and introspect the user's code in a given language._
docker pull simplect/clojupyter
```
-SAS Kernel (π₯18 Β· β 200 Β· π€) - A Jupyter kernel for SAS. This opens up all the data.. Apache-2
-
-- [GitHub](https://github.com/sassoftware/sas_kernel) (π¨βπ» 11 Β· π 80 Β· β±οΈ 13.01.2023):
-
- ```
- git clone https://github.com/sassoftware/sas_kernel
- ```
-- [PyPi](https://pypi.org/project/sas_kernel) (π₯ 3.5K / month):
- ```
- pip install sas_kernel
- ```
-- [Conda](https://anaconda.org/anaconda/sas_kernel) (π₯ 2.6K Β· β±οΈ 16.06.2023):
- ```
- conda install -c anaconda sas_kernel
- ```
-
xeus-sqlite (π₯17 Β· β 160) - Jupyter kernel for SQLite. BSD-3
- [GitHub](https://github.com/jupyter-xeus/xeus-sqlite) (π¨βπ» 13 Β· π 24 Β· π 46 - 32% open Β· β±οΈ 08.12.2023):
@@ -1393,39 +1489,39 @@ _Jupyter kernels that run and introspect the user's code in a given language._
conda install -c conda-forge xeus-sqlite
```
-pidgy (π₯11 Β· β 41 Β· π€) - Interactive computing in Markdown. BSD-3
+pidgy (π₯12 Β· β 41 Β· π€) - Interactive computing in Markdown. BSD-3
- [GitHub](https://github.com/deathbeds/pidgy) (π¨βπ» 3 Β· π 7 Β· π₯ 1 Β· π¦ 1 Β· π 21 - 42% open Β· β±οΈ 23.02.2023):
```
git clone https://github.com/deathbeds/pidgy
```
-- [PyPi](https://pypi.org/project/pidgy) (π₯ 95 / month):
+- [PyPi](https://pypi.org/project/pidgy) (π₯ 85 / month Β· β±οΈ 27.11.2021):
```
pip install pidgy
```
Show 23 hidden projects...
-- xonsh (π₯29 Β· β 7.5K) - Python-powered, cross-platform, Unix-gazing shell. βοΈCustom
-- LFortran (π₯25 Β· β 820) - Official main repository for LFortran. βUnlicensed
+- xonsh (π₯32 Β· β 7.5K) - Python-powered, cross-platform, Unix-gazing shell. βοΈCustom
- IJavascript (π₯24 Β· β 2.1K Β· π) - IJavascript is a javascript kernel for the Jupyter notebook. BSD-3
- Octave Kernel (π₯23 Β· β 440 Β· π) - An Octave kernel for IPython. BSD-3
- Enterprise Gateway (π₯21 Β· β 600) - A lightweight, multi-tenant, scalable and secure.. βUnlicensed
+- Ansible Kernel (π₯20 Β· β 530 Β· π) - Jupyter Notebook Kernel for running Ansible Tasks and.. Apache-2
+- IJava (π₯19 Β· β 1K Β· π) - A Jupyter kernel for executing Java code. MIT
- Matlab Kernel (π₯19 Β· β 460 Β· π) - Jupyter Kernel for Matlab. BSD-3
-- IJava (π₯18 Β· β 1K Β· π) - A Jupyter kernel for executing Java code. MIT
+- notebookJS (π₯18 Β· β 260 Β· π) - notebookJS: seamless JavaScript integration in Python Notebooks. MIT
+- SAS Kernel (π₯18 Β· β 200 Β· π) - A Jupyter kernel for SAS. This opens up all the data.. Apache-2
- Spylon Kernel (π₯18 Β· β 180 Β· π) - Jupyter kernel for scala and spark. βUnlicensed
- SciJava Kernel (π₯18 Β· β 180 Β· π) - [RETIRED] Try IJava or BeakerX. Apache-2
-- Ansible Kernel (π₯17 Β· β 530 Β· π) - Jupyter Notebook Kernel for running Ansible Tasks and.. βUnlicensed
+- 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
- Wolfram Kernel (π₯16 Β· β 940 Β· π) - Wolfram Language kernel for Jupyter notebooks. MIT
-- F# Kernel (π₯15 Β· β 440 Β· π) - F# for Jupyter Notebooks. βUnlicensed
- lgo (π₯14 Β· β 2.3K Β· π) - Interactive Go programming with Jupyter. BSD-3
-- SSH Kernel (π₯14 Β· β 63 Β· π) - SSH Kernel for Jupyter. BSD-3
- IElixir (π₯13 Β· β 350 Β· π) - Jupyters kernel for Elixir programming language. Apache-2
-- notebookJS (π₯12 Β· β 160 Β· π) - notebookJS: seamless JavaScript integration in Python Notebooks. MIT
-- allthekernels (π₯12 Β· β 75 Β· π) - A multiplexer kernel for Jupyter. MIT
-- nbstata (π₯12 Β· β 20) - A Jupyter kernel for Stata built on pystata. βοΈGPL-3.0
+- allthekernels (π₯13 Β· β 75 Β· π) - A multiplexer kernel for Jupyter. MIT
+- SSH Kernel (π₯13 Β· β 63 Β· π) - SSH Kernel for Jupyter. BSD-3
+- nbstata (π₯12 Β· β 21) - A Jupyter kernel for Stata built on pystata. βοΈGPL-3.0
- remote_ikernel (π₯11 Β· β 15 Β· π) - All your Jupyter kernels, on all your machines, in one place. BSD-2
- ICSharp (π₯10 Β· β 280 Β· π) - C# kernel for Jupyter. Apache-2
- ssh_ipykernel (π₯9 Β· β 12 Β· π) - A remote jupyter kernel via ssh. MIT
@@ -1446,7 +1542,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) (π₯ 19M / month Β· π¦ 8.7K Β· β±οΈ 16.01.2024):
+- [PyPi](https://pypi.org/project/nbconvert) (π₯ 21M / month Β· π¦ 8.7K Β· β±οΈ 16.01.2024):
```
pip install nbconvert
```
@@ -1457,12 +1553,12 @@ _Tools to share, convert and simplify collaboration (e.g., via git) with noteboo
Jupytext (π₯36 Β· β 6.3K) - Jupyter Notebooks as Markdown Documents, Julia, Python or R scripts. MIT
-- [GitHub](https://github.com/mwouts/jupytext) (π¨βπ» 85 Β· π 390 Β· π¦ 6.6K Β· π 660 - 18% open Β· β±οΈ 13.01.2024):
+- [GitHub](https://github.com/mwouts/jupytext) (π¨βπ» 85 Β· π 390 Β· π¦ 6.7K Β· π 660 - 18% open Β· β±οΈ 13.01.2024):
```
git clone https://github.com/mwouts/jupytext
```
-- [PyPi](https://pypi.org/project/jupytext) (π₯ 510K / month Β· π¦ 290 Β· β±οΈ 13.01.2024):
+- [PyPi](https://pypi.org/project/jupytext) (π₯ 590K / month Β· π¦ 290 Β· β±οΈ 13.01.2024):
```
pip install jupytext
```
@@ -1470,55 +1566,55 @@ _Tools to share, convert and simplify collaboration (e.g., via git) with noteboo
```
conda install -c conda-forge jupytext
```
-- [npm](https://www.npmjs.com/package/jupyterlab-jupytext) (π₯ 4.9K / month Β· π¦ 3 Β· β±οΈ 13.01.2024):
+- [npm](https://www.npmjs.com/package/jupyterlab-jupytext) (π₯ 5.6K / month Β· π¦ 3 Β· β±οΈ 13.01.2024):
```
npm install jupyterlab-jupytext
```
-Voila (π₯34 Β· β 5.1K) - Voil turns Jupyter notebooks into standalone web applications. BSD-3
+Jupyter Book (π₯35 Β· β 3.6K) - Create beautiful, publication-quality books and documents from.. BSD-3
-- [GitHub](https://github.com/voila-dashboards/voila) (π¨βπ» 68 Β· π 490 Β· π₯ 1K Β· π¦ 11K Β· π 710 - 40% open Β· β±οΈ 11.01.2024):
+- [GitHub](https://github.com/executablebooks/jupyter-book) (π¨βπ» 140 Β· π 650 Β· π¦ 13K Β· π 1.3K - 44% open Β· β±οΈ 30.01.2024):
```
- git clone https://github.com/voila-dashboards/voila
- ```
-- [PyPi](https://pypi.org/project/voila) (π₯ 55K / month Β· π¦ 88 Β· β±οΈ 31.10.2023):
- ```
- pip install voila
+ git clone https://github.com/executablebooks/jupyter-book
```
-- [Conda](https://anaconda.org/conda-forge/voila) (π₯ 320K Β· β±οΈ 31.10.2023):
+- [PyPi](https://pypi.org/project/jupyter-book) (π₯ 72K / month Β· π¦ 160 Β· β±οΈ 26.01.2024):
```
- conda install -c conda-forge voila
+ pip install jupyter-book
```
-- [npm](https://www.npmjs.com/package/@jupyter-voila/jupyterlab-preview) (π₯ 270 / month Β· π¦ 3 Β· β±οΈ 19.05.2020):
+- [Conda](https://anaconda.org/conda-forge/jupyter-book) (π₯ 120K Β· β±οΈ 16.06.2023):
```
- npm install @jupyter-voila/jupyterlab-preview
+ conda install -c conda-forge jupyter-book
```
-Jupyter Book (π₯33 Β· β 3.6K) - Create beautiful, publication-quality books and documents from.. BSD-3
+Voila (π₯34 Β· β 5.1K) - Voil turns Jupyter notebooks into standalone web applications. BSD-3
-- [GitHub](https://github.com/executablebooks/jupyter-book) (π¨βπ» 130 Β· π 650 Β· π¦ 12K Β· π 1.3K - 45% open Β· β±οΈ 25.01.2024):
+- [GitHub](https://github.com/voila-dashboards/voila) (π¨βπ» 68 Β· π 490 Β· π₯ 1K Β· π¦ 11K Β· π 710 - 40% open Β· β±οΈ 11.01.2024):
```
- git clone https://github.com/executablebooks/jupyter-book
+ git clone https://github.com/voila-dashboards/voila
```
-- [PyPi](https://pypi.org/project/jupyter-book) (π₯ 62K / month Β· π¦ 160 Β· β±οΈ 14.03.2023):
+- [PyPi](https://pypi.org/project/voila) (π₯ 63K / month Β· π¦ 88 Β· β±οΈ 31.10.2023):
```
- pip install jupyter-book
+ pip install voila
```
-- [Conda](https://anaconda.org/conda-forge/jupyter-book) (π₯ 120K Β· β±οΈ 16.06.2023):
+- [Conda](https://anaconda.org/conda-forge/voila) (π₯ 320K Β· β±οΈ 31.10.2023):
```
- conda install -c conda-forge jupyter-book
+ conda install -c conda-forge voila
+ ```
+- [npm](https://www.npmjs.com/package/@jupyter-voila/jupyterlab-preview) (π₯ 300 / month Β· π¦ 3 Β· β±οΈ 19.05.2020):
+ ```
+ npm install @jupyter-voila/jupyterlab-preview
```
nikola (π₯33 Β· β 2.5K) - A static website and blog generator. MIT
-- [GitHub](https://github.com/getnikola/nikola) (π¨βπ» 240 Β· π 440 Β· π₯ 62 Β· π¦ 500 Β· π 2.2K - 2% open Β· β±οΈ 24.01.2024):
+- [GitHub](https://github.com/getnikola/nikola) (π¨βπ» 240 Β· π 440 Β· π₯ 80 Β· π¦ 500 Β· π 2.2K - 2% open Β· β±οΈ 30.01.2024):
```
git clone https://github.com/getnikola/nikola
```
-- [PyPi](https://pypi.org/project/nikola) (π₯ 2.4K / month Β· π¦ 140 Β· β±οΈ 10.01.2024):
+- [PyPi](https://pypi.org/project/nikola) (π₯ 2.7K / month Β· π¦ 140 Β· β±οΈ 10.01.2024):
```
pip install nikola
```
@@ -1530,22 +1626,22 @@ _Tools to share, convert and simplify collaboration (e.g., via git) with noteboo
```
git clone https://github.com/jupyter/nbdime
```
-- [PyPi](https://pypi.org/project/nbdime) (π₯ 200K / month Β· π¦ 150 Β· β±οΈ 21.11.2023):
+- [PyPi](https://pypi.org/project/nbdime) (π₯ 220K / month Β· π¦ 150 Β· β±οΈ 21.11.2023):
```
pip install nbdime
```
-- [Conda](https://anaconda.org/conda-forge/nbdime) (π₯ 960K Β· β±οΈ 21.11.2023):
+- [Conda](https://anaconda.org/conda-forge/nbdime) (π₯ 970K Β· β±οΈ 21.11.2023):
```
conda install -c conda-forge nbdime
```
-- [npm](https://www.npmjs.com/package/nbdime-jupyterlab) (π₯ 27K / month Β· π¦ 5 Β· β±οΈ 21.11.2023):
+- [npm](https://www.npmjs.com/package/nbdime-jupyterlab) (π₯ 30K / month Β· π¦ 5 Β· β±οΈ 21.11.2023):
```
npm install nbdime-jupyterlab
```
Stencila (π₯29 Β· β 750) - Programmable, reproducible, interactive documents. Apache-2
-- [GitHub](https://github.com/stencila/stencila) (π¨βπ» 42 Β· π 46 Β· π₯ 3.9K Β· π¦ 20 Β· π 650 - 8% open Β· β±οΈ 25.01.2024):
+- [GitHub](https://github.com/stencila/stencila) (π¨βπ» 42 Β· π 46 Β· π₯ 3.9K Β· π¦ 20 Β· π 660 - 8% open Β· β±οΈ 31.01.2024):
```
git clone https://github.com/stencila/stencila
@@ -1566,7 +1662,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) (π₯ 7.3K / month Β· π¦ 170 Β· β±οΈ 03.11.2022):
+- [PyPi](https://pypi.org/project/RISE) (π₯ 8K / month Β· π¦ 170 Β· β±οΈ 03.11.2022):
```
pip install RISE
```
@@ -1574,7 +1670,7 @@ _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) (π₯ 5 / month Β· π¦ 2 Β· β±οΈ 03.07.2019):
+- [npm](https://www.npmjs.com/package/rise-reveal) (π₯ 6 / month Β· π¦ 2 Β· β±οΈ 03.07.2019):
```
npm install rise-reveal
```
@@ -1586,23 +1682,11 @@ _Tools to share, convert and simplify collaboration (e.g., via git) with noteboo
```
git clone https://github.com/airbnb/knowledge-repo
```
-- [PyPi](https://pypi.org/project/knowledge-repo) (π₯ 740 / month Β· π¦ 1 Β· β±οΈ 22.02.2023):
+- [PyPi](https://pypi.org/project/knowledge-repo) (π₯ 970 / month Β· π¦ 1 Β· β±οΈ 22.02.2023):
```
pip install knowledge-repo
```
-nbviewer (π₯25 Β· β 2.2K Β· π€) - nbconvert as a web service: Render Jupyter Notebooks as static web.. BSD-3
-
-- [GitHub](https://github.com/jupyter/nbviewer) (π¨βπ» 96 Β· π 530 Β· π¦ 14 Β· π 580 - 30% open Β· β±οΈ 27.01.2023):
-
- ```
- git clone https://github.com/jupyter/nbviewer
- ```
-- [Docker Hub](https://hub.docker.com/r/jupyter/nbviewer) (π₯ 2.8M Β· β 33 Β· β±οΈ 27.01.2023):
- ```
- docker pull jupyter/nbviewer
- ```
-
mkdocs-jupyter (π₯25 Β· β 310) - Use Jupyter Notebook in mkdocs. Apache-2
- [GitHub](https://github.com/danielfrg/mkdocs-jupyter) (π¨βπ» 19 Β· π 36 Β· π¦ 1.9K Β· π 110 - 14% open Β· β±οΈ 20.01.2024):
@@ -1610,23 +1694,23 @@ _Tools to share, convert and simplify collaboration (e.g., via git) with noteboo
```
git clone https://github.com/danielfrg/mkdocs-jupyter
```
-- [PyPi](https://pypi.org/project/mkdocs-jupyter) (π₯ 130K / month Β· π¦ 150 Β· β±οΈ 15.10.2023):
+- [PyPi](https://pypi.org/project/mkdocs-jupyter) (π₯ 140K / month Β· π¦ 150 Β· β±οΈ 15.10.2023):
```
pip install mkdocs-jupyter
```
-- [Conda](https://anaconda.org/conda-forge/mkdocs-jupyter) (π₯ 53K Β· β±οΈ 15.10.2023):
+- [Conda](https://anaconda.org/conda-forge/mkdocs-jupyter) (π₯ 54K Β· β±οΈ 15.10.2023):
```
conda install -c conda-forge mkdocs-jupyter
```
BinderHub (π₯24 Β· β 2.4K) - 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 Β· β±οΈ 25.01.2024):
+- [GitHub](https://github.com/jupyterhub/binderhub) (π¨βπ» 95 Β· π 390 Β· π¦ 9 Β· π 710 - 31% open Β· β±οΈ 01.02.2024):
```
git clone https://github.com/jupyterhub/binderhub
```
-- [PyPi](https://pypi.org/project/binderhub) (π₯ 28 / month Β· β±οΈ 07.11.2018):
+- [PyPi](https://pypi.org/project/binderhub) (π₯ 55 / month Β· β±οΈ 07.11.2018):
```
pip install binderhub
```
@@ -1638,21 +1722,29 @@ _Tools to share, convert and simplify collaboration (e.g., via git) with noteboo
```
git clone https://github.com/executablebooks/thebe
```
-- [npm](https://www.npmjs.com/package/thebe) (π₯ 9.8K / month Β· π¦ 1 Β· β±οΈ 21.12.2023):
+- [npm](https://www.npmjs.com/package/thebe) (π₯ 11K / month Β· π¦ 1 Β· β±οΈ 21.12.2023):
```
npm install thebe
```
-mknotebooks (π₯21 Β· β 120) - A plugin for mkdocs to help you include Jupyter notebooks in your.. MIT
+jupyter-flex (π₯20 Β· β 300) - Build dashboards using Jupyter Notebooks. Apache-2
-- [GitHub](https://github.com/greenape/mknotebooks) (π¨βπ» 14 Β· π 20 Β· π¦ 490 Β· π 39 - 33% open Β· β±οΈ 11.08.2023):
+- [GitHub](https://github.com/danielfrg/jupyter-flex) (π¨βπ» 4 Β· π 54 Β· π¦ 46 Β· π 63 - 20% open Β· β±οΈ 23.01.2024):
```
- git clone https://github.com/greenape/mknotebooks
+ git clone https://github.com/danielfrg/jupyter-flex
```
-- [PyPi](https://pypi.org/project/mknotebooks) (π₯ 14K / month):
+- [PyPi](https://pypi.org/project/jupyter-flex) (π₯ 1.2K / month Β· β±οΈ 28.03.2023):
```
- pip install mknotebooks
+ pip install jupyter-flex
+ ```
+- [Conda](https://anaconda.org/conda-forge/jupyter-flex) (π₯ 17K Β· β±οΈ 16.06.2023):
+ ```
+ conda install -c conda-forge jupyter-flex
+ ```
+- [npm](https://www.npmjs.com/package/@danielfrg/jupyter-flex) (π₯ 19 / month Β· π¦ 3 Β· β±οΈ 02.10.2021):
+ ```
+ npm install @danielfrg/jupyter-flex
```
nbgallery (π₯20 Β· β 150) - Enterprise Jupyter notebook sharing and collaboration app. MIT
@@ -1667,35 +1759,28 @@ _Tools to share, convert and simplify collaboration (e.g., via git) with noteboo
docker pull nbgallery/nbgallery
```
-jupyter-flex (π₯19 Β· β 300) - Build dashboards using Jupyter Notebooks. Apache-2
+mknotebooks (π₯20 Β· β 120) - A plugin for mkdocs to help you include Jupyter notebooks in your.. MIT
-- [GitHub](https://github.com/danielfrg/jupyter-flex) (π¨βπ» 4 Β· π 54 Β· π¦ 46 Β· π 63 - 20% open Β· β±οΈ 23.01.2024):
+- [GitHub](https://github.com/greenape/mknotebooks) (π¨βπ» 14 Β· π 20 Β· π¦ 500 Β· π 62 - 58% open Β· β±οΈ 11.08.2023):
```
- git clone https://github.com/danielfrg/jupyter-flex
- ```
-- [PyPi](https://pypi.org/project/jupyter-flex) (π₯ 1K / month):
- ```
- pip install jupyter-flex
- ```
-- [Conda](https://anaconda.org/conda-forge/jupyter-flex) (π₯ 17K Β· β±οΈ 16.06.2023):
- ```
- conda install -c conda-forge jupyter-flex
+ git clone https://github.com/greenape/mknotebooks
```
-- [npm](https://www.npmjs.com/package/@danielfrg/jupyter-flex) (π₯ 22 / month):
+- [PyPi](https://pypi.org/project/mknotebooks) (π₯ 16K / month Β· π¦ 33 Β· β±οΈ 11.08.2023):
```
- npm install @danielfrg/jupyter-flex
+ pip install mknotebooks
```
-Show 8 hidden projects...
+Show 9 hidden projects...
+- nbviewer (π₯25 Β· β 2.2K Β· π) - nbconvert as a web service: Render Jupyter Notebooks as static web.. BSD-3
- scrapbook (π₯22 Β· β 280 Β· π) - A library for recording and reading data in notebooks. BSD-3
- commuter (π₯21 Β· β 6.1K Β· π) - Notebook sharing hub. BSD-3
- nbinteract (π₯21 Β· β 230 Β· π) - Create interactive webpages from Jupyter Notebooks. BSD-3
+- bookstore (π₯21 Β· β 200 Β· π) - Notebook storage and publishing workflows for the masses. BSD-3
- notedown (π₯20 Β· β 850 Β· π) - Markdown = IPython Notebook. BSD-2
-- bookstore (π₯20 Β· β 200 Β· π) - Notebook storage and publishing workflows for the masses. BSD-3
+- cdsdashboards (π₯17 Β· β 200 Β· π) - JupyterHub extension for ContainDS Dashboards. BSD-3
- pynb (π₯15 Β· β 240 Β· π) - Jupyter Notebooks as plain Python code with embedded Markdown text. MIT
-- cdsdashboards (π₯14 Β· β 200 Β· π) - JupyterHub extension for ContainDS Dashboards. βUnlicensed
- jnotebook-reader (π₯9 Β· β 100 Β· π) - An awesome viewer to browse and render Jupyter.. Apache-2
@@ -1706,14 +1791,30 @@ _Tools to share, convert and simplify collaboration (e.g., via git) with noteboo
_Libraries and tools that work with or can be used within notebook files._
-nbformat (π₯32 Β· β 230) - Reference implementation of the Jupyter Notebook format. BSD-3
+Jupyter Client (π₯33 Β· β 350) - Jupyter protocol client APIs. BSD-3
+
+- [GitHub](https://github.com/jupyter/jupyter_client) (π¨βπ» 130 Β· π 270 Β· π₯ 1.5K Β· π 380 - 48% open Β· β±οΈ 02.01.2024):
+
+ ```
+ git clone https://github.com/jupyter/jupyter_client
+ ```
+- [PyPi](https://pypi.org/project/jupyter-client) (π₯ 21M / month Β· π¦ 2.4K Β· β±οΈ 06.11.2023):
+ ```
+ pip install jupyter-client
+ ```
+- [Conda](https://anaconda.org/conda-forge/jupyter_client) (π₯ 20M Β· β±οΈ 06.11.2023):
+ ```
+ conda install -c conda-forge jupyter_client
+ ```
+
+nbformat (π₯33 Β· β 240) - Reference implementation of the Jupyter Notebook format. BSD-3
-- [GitHub](https://github.com/jupyter/nbformat) (π¨βπ» 79 Β· π 140 Β· π₯ 220 Β· π¦ 260K Β· π 140 - 42% open Β· β±οΈ 02.01.2024):
+- [GitHub](https://github.com/jupyter/nbformat) (π¨βπ» 79 Β· π 150 Β· π₯ 220 Β· π¦ 260K Β· π 140 - 44% open Β· β±οΈ 02.01.2024):
```
git clone https://github.com/jupyter/nbformat
```
-- [PyPi](https://pypi.org/project/nbformat) (π₯ 15M / month):
+- [PyPi](https://pypi.org/project/nbformat) (π₯ 17M / month Β· π¦ 9K Β· β±οΈ 31.07.2023):
```
pip install nbformat
```
@@ -1721,19 +1822,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) (π₯ 35 / month):
+- [npm](https://www.npmjs.com/package/nbformat-schema) (π₯ 34 / month):
```
npm install nbformat-schema
```
nbclient (π₯31 Β· β 130) - A client library for executing notebooks. Formally nbconverts.. BSD-3
-- [GitHub](https://github.com/jupyter/nbclient) (π¨βπ» 37 Β· π 49 Β· π₯ 410 Β· π¦ 140K Β· π 100 - 33% open Β· β±οΈ 02.01.2024):
+- [GitHub](https://github.com/jupyter/nbclient) (π¨βπ» 37 Β· π 49 Β· π₯ 410 Β· π¦ 150K Β· π 100 - 33% open Β· β±οΈ 02.01.2024):
```
git clone https://github.com/jupyter/nbclient
```
-- [PyPi](https://pypi.org/project/nbclient) (π₯ 12M / month):
+- [PyPi](https://pypi.org/project/nbclient) (π₯ 13M / month):
```
pip install nbclient
```
@@ -1742,149 +1843,144 @@ _Libraries and tools that work with or can be used within notebook files._
conda install -c conda-forge nbclient
```
-repo2docker (π₯29 Β· β 1.6K) - Turn repositories into Jupyter-enabled Docker images. BSD-3
+repo2docker (π₯29 Β· β 1.6K) - Turn repositories into Jupyter-enabled Docker images. BSD-3
-- [GitHub](https://github.com/jupyterhub/repo2docker) (π¨βπ» 120 Β· π 350 Β· π¦ 200 Β· π 540 - 32% open Β· β±οΈ 24.01.2024):
+- [GitHub](https://github.com/jupyterhub/repo2docker) (π¨βπ» 120 Β· π 350 Β· π¦ 200 Β· π 540 - 32% open Β· β±οΈ 01.02.2024):
```
git clone https://github.com/jupyterhub/repo2docker
```
-- [PyPi](https://pypi.org/project/jupyter-repo2docker) (π₯ 4.2K / month Β· π¦ 28 Β· β±οΈ 13.06.2023):
+- [PyPi](https://pypi.org/project/jupyter-repo2docker) (π₯ 4.5K / month Β· π¦ 28 Β· β±οΈ 13.06.2023):
```
pip install jupyter-repo2docker
```
-Jupyter Client (π₯29 Β· β 350 Β· π) - Jupyter protocol client APIs. BSD-3
+Jupyter Sphinx (π₯28 Β· β 180) - Sphinx extension for rendering of Jupyter interactive widgets. BSD-3
-- [GitHub](https://github.com/jupyter/jupyter_client) (π¨βπ» 130 Β· π 260 Β· π₯ 1.5K Β· π 370 - 46% open Β· β±οΈ 02.01.2024):
+- [GitHub](https://github.com/jupyter/jupyter-sphinx) (π¨βπ» 28 Β· π 65 Β· π 170 - 35% open Β· β±οΈ 10.01.2024):
```
- git clone https://github.com/jupyter/jupyter_client
+ git clone https://github.com/jupyter/jupyter-sphinx
```
-- [PyPi](https://pypi.org/project/jupyter-client) (π₯ 19M / month):
+- [PyPi](https://pypi.org/project/jupyter_sphinx) (π₯ 74K / month Β· π¦ 290 Β· β±οΈ 28.12.2023):
```
- pip install jupyter-client
+ pip install jupyter_sphinx
```
-- [Conda](https://anaconda.org/conda-forge/jupyter_client) (π₯ 20M Β· β±οΈ 06.11.2023):
+- [Conda](https://anaconda.org/conda-forge/jupyter_sphinx) (π₯ 240K Β· β±οΈ 27.01.2024):
```
- conda install -c conda-forge jupyter_client
+ conda install -c conda-forge jupyter_sphinx
```
-nbdev (π₯28 Β· β 4.7K) - Create delightful software with Jupyter Notebooks. Apache-2
+nbdev (π₯25 Β· β 4.7K Β· π) - Create delightful software with Jupyter Notebooks. Apache-2
- [GitHub](https://github.com/fastai/nbdev) (π¨βπ» 46 Β· π 460 Β· π 840 - 15% open Β· β±οΈ 13.11.2023):
```
git clone https://github.com/fastai/nbdev
```
-- [PyPi](https://pypi.org/project/nbdev) (π₯ 43K / month Β· π¦ 150 Β· β±οΈ 19.10.2023):
+- [PyPi](https://pypi.org/project/nbdev) (π₯ 49K / month):
```
pip install nbdev
```
-Jupyter Sphinx (π₯28 Β· β 180) - Sphinx extension for rendering of Jupyter interactive widgets. BSD-3
-
-- [GitHub](https://github.com/jupyter/jupyter-sphinx) (π¨βπ» 28 Β· π 65 Β· π 170 - 35% open Β· β±οΈ 10.01.2024):
-
- ```
- git clone https://github.com/jupyter/jupyter-sphinx
- ```
-- [PyPi](https://pypi.org/project/jupyter_sphinx) (π₯ 64K / month Β· π¦ 290 Β· β±οΈ 28.12.2023):
- ```
- pip install jupyter_sphinx
- ```
-- [Conda](https://anaconda.org/conda-forge/jupyter_sphinx) (π₯ 240K Β· β±οΈ 29.12.2023):
- ```
- conda install -c conda-forge jupyter_sphinx
- ```
-
mercury (π₯25 Β· β 3.7K) - Convert Jupyter Notebooks to Web Apps. βοΈAGPL-3.0
-- [GitHub](https://github.com/mljar/mercury) (π¨βπ» 12 Β· π 230 Β· π¦ 94 Β· π 380 - 15% open Β· β±οΈ 10.01.2024):
+- [GitHub](https://github.com/mljar/mercury) (π¨βπ» 12 Β· π 230 Β· π¦ 95 Β· π 380 - 15% open Β· β±οΈ 10.01.2024):
```
git clone https://github.com/mljar/mercury
```
-- [PyPi](https://pypi.org/project/mljar-mercury) (π₯ 550 / month):
+- [PyPi](https://pypi.org/project/mljar-mercury) (π₯ 520 / month Β· β±οΈ 02.09.2022):
```
pip install mljar-mercury
```
-nbQA (π₯25 Β· β 930 Β· π) - Run ruff, isort, pyupgrade, mypy, pylint, flake8, and more on Jupyter.. MIT
+nbQA (π₯25 Β· β 930) - Run ruff, isort, pyupgrade, mypy, pylint, flake8, and more on Jupyter Notebooks. MIT
- [GitHub](https://github.com/nbQA-dev/nbQA) (π¨βπ» 31 Β· π 36 Β· π 290 - 2% open Β· β±οΈ 27.11.2023):
```
git clone https://github.com/nbQA-dev/nbQA
```
-- [PyPi](https://pypi.org/project/nbqa) (π₯ 100K / month Β· π¦ 39 Β· β±οΈ 25.11.2023):
+- [PyPi](https://pypi.org/project/nbqa) (π₯ 120K / month Β· π¦ 39 Β· β±οΈ 25.11.2023):
```
pip install nbqa
```
-- [Conda](https://anaconda.org/conda-forge/nbqa) (π₯ 130K Β· β±οΈ 25.11.2023):
+- [Conda](https://anaconda.org/conda-forge/nbqa) (π₯ 140K Β· β±οΈ 25.11.2023):
```
conda install -c conda-forge nbqa
```
ipytest (π₯23 Β· β 280) - Pytest in IPython notebooks. MIT
-- [GitHub](https://github.com/chmp/ipytest) (π¨βπ» 5 Β· π 17 Β· π¦ 340 Β· π 60 - 5% open Β· β±οΈ 16.01.2024):
+- [GitHub](https://github.com/chmp/ipytest) (π¨βπ» 5 Β· π 17 Β· π¦ 350 Β· π 60 - 5% open Β· β±οΈ 16.01.2024):
```
git clone https://github.com/chmp/ipytest
```
-- [PyPi](https://pypi.org/project/ipytest) (π₯ 26K / month Β· π¦ 22 Β· β±οΈ 16.01.2024):
+- [PyPi](https://pypi.org/project/ipytest) (π₯ 33K / month Β· π¦ 22 Β· β±οΈ 16.01.2024):
```
pip install ipytest
```
-naas (π₯18 Β· β 270) - Low-code Python library to safely use notebooks in production: schedule.. βοΈAGPL-3.0
+naas (π₯21 Β· β 270) - Low-code Python library to safely use notebooks in production: schedule.. βοΈAGPL-3.0
- [GitHub](https://github.com/jupyter-naas/naas) (π¨βπ» 20 Β· π 23 Β· π¦ 4 Β· π 180 - 21% open Β· β±οΈ 15.01.2024):
```
git clone https://github.com/jupyter-naas/naas
```
-- [PyPi](https://pypi.org/project/naas) (π₯ 1.9K / month):
+- [PyPi](https://pypi.org/project/naas) (π₯ 2.4K / month Β· β±οΈ 15.01.2024):
```
pip install naas
```
-JupyterWith (π₯17 Β· β 560) - Declarative and reproducible Jupyter environments - powered by Nix. MIT
+nbopen (π₯19 Β· β 300) - Open a Jupyter notebook in the best available server. BSD-3
-- [GitHub](https://github.com/tweag/jupyenv) (π¨βπ» 37 Β· π 120 Β· π 190 - 20% open Β· β±οΈ 17.10.2023):
+- [GitHub](https://github.com/takluyver/nbopen) (π¨βπ» 11 Β· π 58 Β· π¦ 130 Β· π 67 - 59% open Β· β±οΈ 08.09.2023):
```
- git clone https://github.com/tweag/jupyterWith
+ git clone https://github.com/takluyver/nbopen
+ ```
+- [PyPi](https://pypi.org/project/nbopen) (π₯ 1.6K / month Β· π¦ 10 Β· β±οΈ 08.09.2023):
+ ```
+ pip install nbopen
```
-nbopen (π₯17 Β· β 300) - Open a Jupyter notebook in the best available server. BSD-3
+ipyexperiments (π₯18 Β· β 180 Β· π) - Automatic GPU+CPU memory profiling, re-use and memory.. Apache-2
-- [GitHub](https://github.com/takluyver/nbopen) (π¨βπ» 11 Β· π 56 Β· π¦ 130 Β· π 65 - 58% open Β· β±οΈ 08.09.2023):
+- [GitHub](https://github.com/stas00/ipyexperiments) (π¨βπ» 3 Β· π 11 Β· π¦ 8 Β· β±οΈ 15.12.2023):
```
- git clone https://github.com/takluyver/nbopen
+ git clone https://github.com/stas00/ipyexperiments
```
-- [PyPi](https://pypi.org/project/nbopen) (π₯ 1.2K / month):
+- [PyPi](https://pypi.org/project/ipyexperiments) (π₯ 250 / month Β· π¦ 2 Β· β±οΈ 15.12.2023):
```
- pip install nbopen
+ pip install ipyexperiments
```
-Show 14 hidden projects...
+JupyterWith (π₯17 Β· β 560) - Declarative and reproducible Jupyter environments - powered by Nix. MIT
+
+- [GitHub](https://github.com/tweag/jupyenv) (π¨βπ» 37 Β· π 120 Β· π 190 - 20% open Β· β±οΈ 17.10.2023):
+
+ ```
+ git clone https://github.com/tweag/jupyterWith
+ ```
+
+Show 13 hidden projects...
-- BeakerX (π₯28 Β· β 2.8K Β· π) - Beaker Extensions for Jupyter Notebook. Apache-2
+- ipyparallel (π₯29 Β· β 2.5K Β· π) - IPython Parallel: Interactive Parallel Computing in.. βUnlicensed
- PixieDust (π₯27 Β· β 1K Β· π) - Python Helper library for Jupyter Notebooks. Apache-2
-- ipyparallel (π₯24 Β· β 2.5K Β· π) - IPython Parallel: Interactive Parallel Computing in.. βUnlicensed
+- BeakerX (π₯26 Β· β 2.8K Β· π) - Beaker Extensions for Jupyter Notebook. Apache-2
+- nbval (π₯25 Β· β 430 Β· π) - A py.test plugin to validate Jupyter notebooks. BSD-3
- fastpages (π₯23 Β· β 3.5K Β· π) - An easy to use blogging platform, with enhanced support for.. Apache-2
-- nbval (π₯23 Β· β 420 Β· π€) - A py.test plugin to validate Jupyter notebooks. βUnlicensed
-- testbook (π₯19 Β· β 380 Β· π) - Unit test your Jupyter Notebooks the right way. BSD-3
+- testbook (π₯20 Β· β 390 Β· π) - Unit test your Jupyter Notebooks the right way. BSD-3
- treon (π₯19 Β· β 290 Β· π) - Easy to use test framework for Jupyter Notebooks. MIT
- sphinxcontrib.jupyter (π₯17 Β· β 74 Β· π) - A Sphinx Extension for Generating Jupyter Notebooks. BSD-3
-- ipyexperiments (π₯12 Β· β 180 Β· π) - Automatic GPU+CPU memory profiling, re-use and memory.. βUnlicensed
-- nbmake-action (π₯12 Β· β 150 Β· π) - GitHub Action for testing notebooks. Apache-2
-- jupyter2slides (π₯11 Β· β 790 Β· π) - Cloud Native Presentation Slides with Jupyter Notebook +.. MIT
+- nbmake-action (π₯13 Β· β 150 Β· π) - GitHub Action for testing notebooks. Apache-2
- Kernel Management (π₯11 Β· β 15 Β· π) - Experimental new kernel management framework for.. βUnlicensed
-- Jupyter Helpers (π₯9 Β· β 45 Β· π) - A collection of helpers for Jupyter/IPython. MIT
+- jupyter2slides (π₯10 Β· β 790 Β· π) - 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 Β· β 74 Β· π) - Run your jupyter notebooks as a REST API endpoint... MIT
@@ -1897,12 +1993,12 @@ _Extensions that can render and display files of specific MIME types._
JupyterLab Latex (π₯18 Β· β 590) - JupyterLab extension for live editing of LaTeX documents. BSD-3
-- [GitHub](https://github.com/jupyterlab/jupyterlab-latex) (π¨βπ» 23 Β· π 66 Β· π 90 - 36% open Β· β±οΈ 31.10.2023):
+- [GitHub](https://github.com/jupyterlab/jupyterlab-latex) (π¨βπ» 23 Β· π 67 Β· π 90 - 36% open Β· β±οΈ 31.10.2023):
```
git clone https://github.com/jupyterlab/jupyterlab-latex
```
-- [PyPi](https://pypi.org/project/jupyterlab_latex) (π₯ 1.9K / month):
+- [PyPi](https://pypi.org/project/jupyterlab_latex) (π₯ 2.1K / month):
```
pip install jupyterlab_latex
```
@@ -1910,19 +2006,19 @@ _Extensions that can render and display files of specific MIME types._
```
conda install -c conda-forge jupyterlab-latex
```
-- [npm](https://www.npmjs.com/package/@jupyterlab/latex) (π₯ 250 / month):
+- [npm](https://www.npmjs.com/package/@jupyterlab/latex) (π₯ 260 / month):
```
npm install @jupyterlab/latex
```
JupyterLab Renderers (π₯18 Β· β 480) - Renderers and renderer extensions for JupyterLab. BSD-3
-- [GitHub](https://github.com/jupyterlab/jupyter-renderers) (π¨βπ» 29 Β· π 71 Β· π 110 - 32% open Β· β±οΈ 12.11.2023):
+- [GitHub](https://github.com/jupyterlab/jupyter-renderers) (π¨βπ» 29 Β· π 72 Β· π 110 - 32% open Β· β±οΈ 12.11.2023):
```
git clone https://github.com/jupyterlab/jupyter-renderers
```
-- [PyPi](https://pypi.org/project/jupyterlab-katex) (π₯ 740 / month):
+- [PyPi](https://pypi.org/project/jupyterlab-katex) (π₯ 940 / month):
```
pip install jupyterlab-katex
```
@@ -1930,7 +2026,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) (π₯ 2K / month):
+- [npm](https://www.npmjs.com/package/@jupyterlab/geojson-extension) (π₯ 1.8K / month):
```
npm install @jupyterlab/geojson-extension
```
@@ -1939,10 +2035,10 @@ _Extensions that can render and display files of specific MIME types._
- JupyterLab Drawio (π₯20 Β· β 580 Β· π) - A standalone embedding of the FOSS drawio / mxgraph.. BSD-3
- JupyterLab Dash (π₯19 Β· β 360 Β· π) - An Extension for the Interactive development of Dash apps in.. MIT
-- JupyterLab Spreadsheet (π₯15 Β· β 180 Β· π) - JupyterLab plugin for viewing spreadsheets, such as.. BSD-3
+- JupyterLab Spreadsheet (π₯15 Β· β 190 Β· π) - JupyterLab plugin for viewing spreadsheets, such as.. BSD-3
+- jupyterlab-tabular-data-editor (π₯15 Β· β 130 Β· π) - Manipulate your tabular data responsively and.. BSD-3
- JupyterLab Chart Editor (π₯14 Β· β 220 Β· π) - JupyterLab extension for Plotlys react-chart-editor. βUnlicensed
-- jupyterlab-tabular-data-editor (π₯14 Β· β 130 Β· π) - Manipulate your tabular data responsively and.. BSD-3
-- JupyterLab Voyager (π₯12 Β· β 290 Β· π) - JupyterLab extension visualize data with Voyager. BSD-3
+- JupyterLab Voyager (π₯11 Β· β 290 Β· π) - JupyterLab extension visualize data with Voyager. BSD-3
@@ -1952,58 +2048,58 @@ _Extensions that can render and display files of specific MIME types._
_Extensions that can customize the appearance of JupyterLab._
-Horizon Theme (π₯16 Β· β 81) - VSCode Horizon Theme port for JupyterLab. BSD-3
+Horizon Theme (π₯16 Β· β 82) - VSCode Horizon Theme port for JupyterLab. BSD-3
-- [GitHub](https://github.com/mohirio/jupyterlab-horizon-theme) (π¨βπ» 3 Β· π 8 Β· π₯ 24 Β· π¦ 3 Β· π 9 - 11% open Β· β±οΈ 22.11.2023):
+- [GitHub](https://github.com/mohirio/jupyterlab-horizon-theme) (π¨βπ» 3 Β· π 7 Β· π₯ 24 Β· π¦ 3 Β· π 9 - 11% open Β· β±οΈ 22.11.2023):
```
git clone https://github.com/mohirio/jupyterlab-horizon-theme
```
-- [PyPi](https://pypi.org/project/jupyterlab-horizon-theme) (π₯ 870 / month Β· β±οΈ 22.11.2023):
+- [PyPi](https://pypi.org/project/jupyterlab-horizon-theme) (π₯ 940 / month):
```
pip install jupyterlab-horizon-theme
```
-- [npm](https://www.npmjs.com/package/@mohirio/jupyterlab-horizon-theme) (π₯ 260 / month Β· π¦ 2 Β· β±οΈ 22.11.2023):
+- [npm](https://www.npmjs.com/package/@mohirio/jupyterlab-horizon-theme) (π₯ 300 / month):
```
npm install @mohirio/jupyterlab-horizon-theme
```
-jupyterlab-theme-solarized-dark (π₯12 Β· β 89) - JupyterLab Theme Solarized Dark. BSD-3
+jupyterlab_darkside_ui (π₯12 Β· β 120) - Darkside ui and syntax theme for jupyterlab. BSD-3
-- [GitHub](https://github.com/AllanChain/jupyterlab-theme-solarized-dark) (π¨βπ» 2 Β· π 9 Β· π₯ 28 Β· π¦ 3 Β· π 4 - 50% open Β· β±οΈ 18.01.2024):
+- [GitHub](https://github.com/dunovank/jupyterlab_darkside_ui) (π¨βπ» 6 Β· π 10 Β· π 6 - 16% open Β· β±οΈ 18.09.2023):
```
- git clone https://github.com/AllanChain/jupyterlab-theme-solarized-dark
- ```
-- [PyPi](https://pypi.org/project/jupyterlab_theme_solarized_dark) (π₯ 5.5K / month):
- ```
- pip install jupyterlab_theme_solarized_dark
+ git clone https://github.com/dunovank/jupyterlab_darkside_ui
```
-- [npm](https://www.npmjs.com/package/jupyterlab-theme-solarized-dark) (π₯ 1.8K / month):
+- [PyPi](https://pypi.org/project/jupyterlab_darkside_ui) (π₯ 420 / month Β· β±οΈ 18.03.2022):
```
- npm install jupyterlab-theme-solarized-dark
+ pip install jupyterlab_darkside_ui
```
-jupyterlab_darkside_ui (π₯10 Β· β 120) - Darkside ui and syntax theme for jupyterlab. BSD-3
+jupyterlab-theme-solarized-dark (π₯12 Β· β 89) - JupyterLab Theme Solarized Dark. BSD-3
-- [GitHub](https://github.com/dunovank/jupyterlab_darkside_ui) (π¨βπ» 6 Β· π 10 Β· β±οΈ 18.09.2023):
+- [GitHub](https://github.com/AllanChain/jupyterlab-theme-solarized-dark) (π¨βπ» 2 Β· π 10 Β· π₯ 28 Β· π¦ 3 Β· π 4 - 50% open Β· β±οΈ 18.01.2024):
```
- git clone https://github.com/dunovank/jupyterlab_darkside_ui
+ git clone https://github.com/AllanChain/jupyterlab-theme-solarized-dark
```
-- [PyPi](https://pypi.org/project/jupyterlab_darkside_ui) (π₯ 370 / month):
+- [PyPi](https://pypi.org/project/jupyterlab_theme_solarized_dark) (π₯ 5.7K / month Β· β±οΈ 18.01.2024):
```
- pip install jupyterlab_darkside_ui
+ pip install jupyterlab_theme_solarized_dark
+ ```
+- [npm](https://www.npmjs.com/package/jupyterlab-theme-solarized-dark) (π₯ 2.2K / month Β· π¦ 3 Β· β±οΈ 18.01.2024):
+ ```
+ npm install jupyterlab-theme-solarized-dark
```
Show 6 hidden projects...
- Darcula Theme (π₯19 Β· β 200 Β· π) - A handsome Darcula theme for Jupyterlab. The first jlab.. BSD-3
-- Neon Theme (π₯13 Β· β 150 Β· π) - A flat, 80s neon inspired theme for JupyterLab. BSD-3
- Material Darker Theme (π₯11 Β· β 150 Β· π) - The Material Darker theme for JupyterLab. BSD-3
-- Theme Toggle (π₯10 Β· β 11 Β· π) - JupyterLab extension to toggle the theme in the Top Bar area. BSD-3
+- Neon Theme (π₯11 Β· β 150 Β· π) - A flat, 80s neon inspired theme for JupyterLab. BSD-3
- Gruvbox Theme (π₯8 Β· β 49 Β· π) - Gruvbox dark theme for Jupyter Lab. Modeled on classic.. βUnlicensed
-- Nord Theme (π₯8 Β· β 26 Β· π) - JupyterLab - Nord Theme. BSD-3
+- Theme Toggle (π₯8 Β· β 11 Β· π) - JupyterLab extension to toggle the theme in the Top Bar area. BSD-3
+- Nord Theme (π₯4 Β· β 26 Β· π) - JupyterLab - Nord Theme. βUnlicensed
@@ -2015,12 +2111,12 @@ _Application plugins that extend the functionality of JupyterLab itself._
Perspective (π₯31 Β· β 7.1K) - A data visualization and analytics component, especially well-.. Apache-2
-- [GitHub](https://github.com/finos/perspective) (π¨βπ» 93 Β· π 920 Β· π₯ 2K Β· π¦ 110 Β· π 710 - 12% open Β· β±οΈ 22.01.2024):
+- [GitHub](https://github.com/finos/perspective) (π¨βπ» 93 Β· π 920 Β· π₯ 2K Β· π¦ 110 Β· π 720 - 12% open Β· β±οΈ 22.01.2024):
```
git clone https://github.com/finos/perspective
```
-- [PyPi](https://pypi.org/project/perspective-python) (π₯ 6.1K / month Β· π¦ 15 Β· β±οΈ 29.11.2023):
+- [PyPi](https://pypi.org/project/perspective-python) (π₯ 6.4K / month Β· π¦ 15 Β· β±οΈ 29.11.2023):
```
pip install perspective-python
```
@@ -2028,19 +2124,19 @@ _Application plugins that extend the functionality of JupyterLab itself._
```
conda install -c conda-forge perspective
```
-- [npm](https://www.npmjs.com/package/@finos/perspective-jupyterlab) (π₯ 520 / month Β· π¦ 3 Β· β±οΈ 29.11.2023):
+- [npm](https://www.npmjs.com/package/@finos/perspective-jupyterlab) (π₯ 500 / month Β· π¦ 3 Β· β±οΈ 29.11.2023):
```
npm install @finos/perspective-jupyterlab
```
JupyterLab LSP (π₯31 Β· β 1.7K) - Coding assistance for JupyterLab (code navigation + hover.. BSD-3
-- [GitHub](https://github.com/jupyter-lsp/jupyterlab-lsp) (π¨βπ» 51 Β· π 130 Β· π¦ 1.8K Β· π 530 - 32% open Β· β±οΈ 18.01.2024):
+- [GitHub](https://github.com/jupyter-lsp/jupyterlab-lsp) (π¨βπ» 51 Β· π 130 Β· π¦ 1.8K Β· π 540 - 33% open Β· β±οΈ 18.01.2024):
```
git clone https://github.com/jupyter-lsp/jupyterlab-lsp
```
-- [PyPi](https://pypi.org/project/jupyterlab-lsp) (π₯ 36K / month):
+- [PyPi](https://pypi.org/project/jupyterlab-lsp) (π₯ 40K / month Β· π¦ 23 Β· β±οΈ 17.01.2024):
```
pip install jupyterlab-lsp
```
@@ -2048,19 +2144,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) (π₯ 1.4K / month):
+- [npm](https://www.npmjs.com/package/@krassowski/jupyterlab-lsp) (π₯ 1.4K / month Β· π¦ 5 Β· β±οΈ 26.08.2022):
```
npm install @krassowski/jupyterlab-lsp
```
-JupyterLab Git (π₯29 Β· β 1.3K) - A Git extension for JupyterLab. BSD-3
+JupyterLab Git (π₯29 Β· β 1.4K) - A Git extension for JupyterLab. BSD-3
- [GitHub](https://github.com/jupyterlab/jupyterlab-git) (π¨βπ» 94 Β· π 280 Β· π₯ 160 Β· π¦ 3 Β· π 580 - 14% open Β· β±οΈ 06.12.2023):
```
git clone https://github.com/jupyterlab/jupyterlab-git
```
-- [PyPi](https://pypi.org/project/jupyterlab-git) (π₯ 140K / month):
+- [PyPi](https://pypi.org/project/jupyterlab-git) (π₯ 150K / month):
```
pip install jupyterlab-git
```
@@ -2068,19 +2164,19 @@ _Application plugins that extend the functionality of JupyterLab itself._
```
conda install -c conda-forge jupyterlab-git
```
-- [npm](https://www.npmjs.com/package/@jupyterlab/git) (π₯ 17K / month):
+- [npm](https://www.npmjs.com/package/@jupyterlab/git) (π₯ 18K / month):
```
npm install @jupyterlab/git
```
elyra (π₯28 Β· β 1.7K) - Elyra extends JupyterLab with an AI centric approach. Apache-2
-- [GitHub](https://github.com/elyra-ai/elyra) (π¨βπ» 62 Β· π 310 Β· π¦ 53 Β· π 1.6K - 16% open Β· β±οΈ 13.01.2024):
+- [GitHub](https://github.com/elyra-ai/elyra) (π¨βπ» 62 Β· π 310 Β· π¦ 54 Β· π 1.6K - 16% open Β· β±οΈ 13.01.2024):
```
git clone https://github.com/elyra-ai/elyra
```
-- [PyPi](https://pypi.org/project/elyra) (π₯ 2.8K / month Β· π¦ 3 Β· β±οΈ 29.03.2023):
+- [PyPi](https://pypi.org/project/elyra) (π₯ 2.7K / month Β· π¦ 3 Β· β±οΈ 29.03.2023):
```
pip install elyra
```
@@ -2088,19 +2184,19 @@ _Application plugins that extend the functionality of JupyterLab itself._
```
conda install -c conda-forge elyra
```
-- [npm](https://www.npmjs.com/package/@elyra/services) (π₯ 340 / month Β· π¦ 6 Β· β±οΈ 29.03.2023):
+- [npm](https://www.npmjs.com/package/@elyra/services) (π₯ 280 / month Β· π¦ 6 Β· β±οΈ 29.03.2023):
```
npm install @elyra/services
```
Variable Inspector (π₯24 Β· β 1K) - Variable Inspector extension for Jupyterlab. BSD-3
-- [GitHub](https://github.com/jupyterlab-contrib/jupyterlab-variableInspector) (π¨βπ» 22 Β· π 87 Β· π₯ 35 Β· π¦ 6 Β· π 170 - 23% open Β· β±οΈ 23.01.2024):
+- [GitHub](https://github.com/jupyterlab-contrib/jupyterlab-variableInspector) (π¨βπ» 22 Β· π 91 Β· π₯ 35 Β· π¦ 6 Β· π 170 - 23% open Β· β±οΈ 23.01.2024):
```
git clone https://github.com/lckr/jupyterlab-variableInspector
```
-- [PyPi](https://pypi.org/project/lckr-jupyterlab-variableinspector) (π₯ 9.6K / month):
+- [PyPi](https://pypi.org/project/lckr-jupyterlab-variableinspector) (π₯ 11K / month Β· π¦ 2 Β· β±οΈ 23.01.2024):
```
pip install lckr-jupyterlab-variableinspector
```
@@ -2108,19 +2204,59 @@ _Application plugins that extend the functionality of JupyterLab itself._
```
conda install -c conda-forge jupyterlab-variableinspector
```
-- [npm](https://www.npmjs.com/package/@lckr/jupyterlab_variableinspector) (π₯ 5.4K / month):
+- [npm](https://www.npmjs.com/package/@lckr/jupyterlab_variableinspector) (π₯ 6.7K / month Β· π¦ 3 Β· β±οΈ 23.01.2024):
```
npm install @lckr/jupyterlab_variableinspector
```
-ipylab (π₯23 Β· β 160) - Control JupyterLab from Python Notebooks with Jupyter Widgets. BSD-3
+Code Formatter (π₯24 Β· β 780 Β· π€) - A JupyterLab plugin to facilitate invocation of code.. MIT
+
+- [GitHub](https://github.com/ryantam626/jupyterlab_code_formatter) (π¨βπ» 42 Β· π 54 Β· π 190 - 14% open Β· β±οΈ 18.06.2023):
+
+ ```
+ git clone https://github.com/ryantam626/jupyterlab_code_formatter
+ ```
+- [PyPi](https://pypi.org/project/jupyterlab_code_formatter) (π₯ 67K / month Β· π¦ 26 Β· β±οΈ 21.05.2023):
+ ```
+ pip install jupyterlab_code_formatter
+ ```
+- [Conda](https://anaconda.org/conda-forge/jupyterlab_code_formatter) (π₯ 700K Β· β±οΈ 16.06.2023):
+ ```
+ conda install -c conda-forge jupyterlab_code_formatter
+ ```
+- [npm](https://www.npmjs.com/package/@ryantam626/jupyterlab_code_formatter) (π₯ 1.6K / month Β· π¦ 3 Β· β±οΈ 16.04.2023):
+ ```
+ npm install @ryantam626/jupyterlab_code_formatter
+ ```
+
+JupyterLab Templates (π₯22 Β· β 360) - Support for jupyter notebook templates in jupyterlab. Apache-2
+
+- [GitHub](https://github.com/finos/jupyterlab_templates) (π¨βπ» 20 Β· π 64 Β· π¦ 8 Β· π 89 - 8% open Β· β±οΈ 20.01.2024):
+
+ ```
+ git clone https://github.com/jpmorganchase/jupyterlab_templates
+ ```
+- [PyPi](https://pypi.org/project/jupyterlab_templates) (π₯ 15K / month):
+ ```
+ pip install jupyterlab_templates
+ ```
+- [Conda](https://anaconda.org/conda-forge/jupyterlab_templates) (π₯ 19K Β· β±οΈ 17.08.2023):
+ ```
+ conda install -c conda-forge jupyterlab_templates
+ ```
+- [npm](https://www.npmjs.com/package/jupyterlab_templates) (π₯ 3.4K / month Β· π¦ 3 Β· β±οΈ 14.07.2023):
+ ```
+ npm install jupyterlab_templates
+ ```
+
+ipylab (π₯22 Β· β 160) - Control JupyterLab from Python Notebooks with Jupyter Widgets. BSD-3
-- [GitHub](https://github.com/jtpio/ipylab) (π¨βπ» 7 Β· π 13 Β· π₯ 130 Β· π¦ 83 Β· π 45 - 53% open Β· β±οΈ 09.10.2023):
+- [GitHub](https://github.com/jtpio/ipylab) (π¨βπ» 7 Β· π 13 Β· π₯ 130 Β· π¦ 85 Β· π 45 - 53% open Β· β±οΈ 09.10.2023):
```
git clone https://github.com/jtpio/ipylab
```
-- [PyPi](https://pypi.org/project/ipylab) (π₯ 88K / month):
+- [PyPi](https://pypi.org/project/ipylab) (π₯ 94K / month Β· π¦ 14 Β· β±οΈ 11.08.2023):
```
pip install ipylab
```
@@ -2128,19 +2264,19 @@ _Application plugins that extend the functionality of JupyterLab itself._
```
conda install -c conda-forge ipylab
```
-- [npm](https://www.npmjs.com/package/ipylab) (π₯ 530 / month):
+- [npm](https://www.npmjs.com/package/ipylab) (π₯ 590 / month Β· π¦ 3 Β· β±οΈ 11.08.2023):
```
npm install ipylab
```
-GPU Dashboards (π₯22 Β· β 530) - A JupyterLab extension for displaying dashboards of GPU usage. BSD-3
+GPU Dashboards (π₯21 Β· β 530) - A JupyterLab extension for displaying dashboards of GPU usage. BSD-3
- [GitHub](https://github.com/rapidsai/jupyterlab-nvdashboard) (π¨βπ» 19 Β· π 73 Β· π¦ 3 Β· π 75 - 46% open Β· β±οΈ 12.01.2024):
```
git clone https://github.com/rapidsai/jupyterlab-nvdashboard
```
-- [PyPi](https://pypi.org/project/jupyterlab-nvdashboard) (π₯ 79K / month Β· π¦ 2 Β· β±οΈ 04.12.2023):
+- [PyPi](https://pypi.org/project/jupyterlab-nvdashboard) (π₯ 120K / month Β· π¦ 2 Β· β±οΈ 04.12.2023):
```
pip install jupyterlab-nvdashboard
```
@@ -2148,151 +2284,131 @@ _Application plugins that extend the functionality of JupyterLab itself._
```
conda install -c conda-forge jupyterlab-nvdashboard
```
-- [npm](https://www.npmjs.com/package/jupyterlab-nvdashboard) (π₯ 190 / month Β· π¦ 3 Β· β±οΈ 27.04.2021):
+- [npm](https://www.npmjs.com/package/jupyterlab-nvdashboard) (π₯ 230 / month Β· π¦ 3 Β· β±οΈ 27.04.2021):
```
npm install jupyterlab-nvdashboard
```
-JupyterLab Templates (π₯21 Β· β 360) - Support for jupyter notebook templates in jupyterlab. Apache-2
+dask-labextension (π₯21 Β· β 300) - JupyterLab extension for Dask. BSD-3
-- [GitHub](https://github.com/finos/jupyterlab_templates) (π¨βπ» 20 Β· π 62 Β· π¦ 8 Β· π 88 - 7% open Β· β±οΈ 20.01.2024):
+- [GitHub](https://github.com/dask/dask-labextension) (π¨βπ» 24 Β· π 58 Β· π¦ 3 Β· π 150 - 30% open Β· β±οΈ 04.08.2023):
```
- git clone https://github.com/jpmorganchase/jupyterlab_templates
+ git clone https://github.com/dask/dask-labextension
```
-- [PyPi](https://pypi.org/project/jupyterlab_templates) (π₯ 12K / month):
+- [PyPi](https://pypi.org/project/dask-labextension) (π₯ 7K / month):
```
- pip install jupyterlab_templates
+ pip install dask-labextension
```
-- [Conda](https://anaconda.org/conda-forge/jupyterlab_templates) (π₯ 19K Β· β±οΈ 17.08.2023):
+- [Conda](https://anaconda.org/conda-forge/dask-labextension) (π₯ 940K Β· β±οΈ 04.08.2023):
```
- conda install -c conda-forge jupyterlab_templates
+ conda install -c conda-forge dask-labextension
```
-- [npm](https://www.npmjs.com/package/jupyterlab_templates) (π₯ 2.9K / month):
+- [npm](https://www.npmjs.com/package/dask-labextension) (π₯ 590 / month):
```
- npm install jupyterlab_templates
+ npm install dask-labextension
```
-dask-labextension (π₯21 Β· β 300) - JupyterLab extension for Dask. BSD-3
+JupyterLab System Monitor (π₯21 Β· β 290 Β· π€) - JupyterLab extension to display system metrics. BSD-3
-- [GitHub](https://github.com/dask/dask-labextension) (π¨βπ» 24 Β· π 58 Β· π¦ 3 Β· π 150 - 30% open Β· β±οΈ 04.08.2023):
+- [GitHub](https://github.com/jtpio/jupyterlab-system-monitor) (π¨βπ» 7 Β· π 30 Β· π¦ 160 Β· π 71 - 38% open Β· β±οΈ 28.07.2023):
```
- git clone https://github.com/dask/dask-labextension
+ git clone https://github.com/jtpio/jupyterlab-system-monitor
```
-- [PyPi](https://pypi.org/project/dask-labextension) (π₯ 6.5K / month):
+- [PyPi](https://pypi.org/project/jupyterlab-system-monitor) (π₯ 6K / month Β· π¦ 2 Β· β±οΈ 04.02.2021):
```
- pip install dask-labextension
+ pip install jupyterlab-system-monitor
```
-- [Conda](https://anaconda.org/conda-forge/dask-labextension) (π₯ 940K Β· β±οΈ 04.08.2023):
+- [Conda](https://anaconda.org/conda-forge/jupyterlab-system-monitor) (π₯ 32K Β· β±οΈ 16.06.2023):
```
- conda install -c conda-forge dask-labextension
+ conda install -c conda-forge jupyterlab-system-monitor
```
-- [npm](https://www.npmjs.com/package/dask-labextension) (π₯ 640 / month):
+- [npm](https://www.npmjs.com/package/jupyterlab-system-monitor) (π₯ 1.7K / month Β· π¦ 2 Β· β±οΈ 23.11.2020):
```
- npm install dask-labextension
+ npm install jupyterlab-system-monitor
```
-JupyterLab Spellchecker (π₯21 Β· β 200) - Spellchecker for JupyterLab notebook markdown cells.. BSD-3
+JupyterLab Spellchecker (π₯21 Β· β 200 Β· π€) - Spellchecker for JupyterLab notebook markdown cells.. BSD-3
- [GitHub](https://github.com/jupyterlab-contrib/spellchecker) (π¨βπ» 6 Β· π 19 Β· π¦ 220 Β· π 57 - 31% open Β· β±οΈ 28.07.2023):
```
git clone https://github.com/jupyterlab-contrib/spellchecker
```
-- [PyPi](https://pypi.org/project/jupyterlab-spellchecker) (π₯ 7.1K / month):
+- [PyPi](https://pypi.org/project/jupyterlab-spellchecker) (π₯ 8K / month Β· π¦ 2 Β· β±οΈ 28.07.2023):
```
pip install jupyterlab-spellchecker
```
-- [Conda](https://anaconda.org/conda-forge/jupyterlab-spellchecker) (π₯ 100K Β· β±οΈ 28.07.2023):
+- [Conda](https://anaconda.org/conda-forge/jupyterlab-spellchecker) (π₯ 110K Β· β±οΈ 28.07.2023):
```
conda install -c conda-forge jupyterlab-spellchecker
```
-- [npm](https://www.npmjs.com/package/@ijmbarr/jupyterlab_spellchecker) (π₯ 260 / month):
+- [npm](https://www.npmjs.com/package/@ijmbarr/jupyterlab_spellchecker) (π₯ 260 / month Β· π¦ 3 Β· β±οΈ 08.10.2021):
```
npm install @ijmbarr/jupyterlab_spellchecker
```
jupyter-fs (π₯21 Β· β 170) - A filesystem-like contents manager for multiple backends in.. Apache-2
-- [GitHub](https://github.com/jpmorganchase/jupyter-fs) (π¨βπ» 15 Β· π 33 Β· π¦ 5 Β· π 74 - 21% open Β· β±οΈ 11.11.2023):
+- [GitHub](https://github.com/jpmorganchase/jupyter-fs) (π¨βπ» 15 Β· π 34 Β· π¦ 5 Β· π 74 - 21% open Β· β±οΈ 11.11.2023):
```
git clone https://github.com/jpmorganchase/jupyter-fs
```
-- [PyPi](https://pypi.org/project/jupyter-fs) (π₯ 510 / month):
+- [PyPi](https://pypi.org/project/jupyter-fs) (π₯ 550 / month Β· π¦ 1 Β· β±οΈ 11.11.2023):
```
pip install jupyter-fs
```
-- [Conda](https://anaconda.org/conda-forge/jupyter-fs) (π₯ 9K Β· β±οΈ 12.11.2023):
+- [Conda](https://anaconda.org/conda-forge/jupyter-fs) (π₯ 9.1K Β· β±οΈ 12.11.2023):
```
conda install -c conda-forge jupyter-fs
```
-Code Formatter (π₯20 Β· β 780 Β· π€) - A JupyterLab plugin to facilitate invocation of code.. MIT
-
-- [GitHub](https://github.com/ryantam626/jupyterlab_code_formatter) (π¨βπ» 42 Β· π 52 Β· π 190 - 14% open Β· β±οΈ 18.06.2023):
-
- ```
- git clone https://github.com/ryantam626/jupyterlab_code_formatter
- ```
-- [PyPi](https://pypi.org/project/jupyterlab_code_formatter) (π₯ 66K / month):
- ```
- pip install jupyterlab_code_formatter
- ```
-- [Conda](https://anaconda.org/conda-forge/jupyterlab_code_formatter) (π₯ 690K Β· β±οΈ 16.06.2023):
- ```
- conda install -c conda-forge jupyterlab_code_formatter
- ```
-- [npm](https://www.npmjs.com/package/@ryantam626/jupyterlab_code_formatter) (π₯ 1.6K / month):
- ```
- npm install @ryantam626/jupyterlab_code_formatter
- ```
-
JupyterLab GitHub (π₯20 Β· β 390) - GitHub integration for JupyterLab. BSD-3
-- [GitHub](https://github.com/jupyterlab/jupyterlab-github) (π¨βπ» 17 Β· π 99 Β· π₯ 29 Β· π¦ 6 Β· π 62 - 33% open Β· β±οΈ 03.08.2023):
+- [GitHub](https://github.com/jupyterlab/jupyterlab-github) (π¨βπ» 17 Β· π 100 Β· π₯ 30 Β· π¦ 6 Β· π 70 - 41% open Β· β±οΈ 03.08.2023):
```
git clone https://github.com/jupyterlab/jupyterlab-github
```
-- [PyPi](https://pypi.org/project/jupyterlab-github) (π₯ 1.9K / month):
+- [PyPi](https://pypi.org/project/jupyterlab-github) (π₯ 2.2K / month Β· π¦ 2 Β· β±οΈ 03.08.2023):
```
pip install jupyterlab-github
```
-- [npm](https://www.npmjs.com/package/@jupyterlab/github) (π₯ 1.1K / month):
+- [npm](https://www.npmjs.com/package/@jupyterlab/github) (π₯ 1.2K / month Β· π¦ 2 Β· β±οΈ 02.08.2023):
```
npm install @jupyterlab/github
```
-JupyterLab System Monitor (π₯20 Β· β 290) - JupyterLab extension to display system metrics. BSD-3
+Jupyter Bokeh (π₯20 Β· β 230 Β· π€) - An extension for rendering Bokeh content in JupyterLab.. BSD-3
-- [GitHub](https://github.com/jtpio/jupyterlab-system-monitor) (π¨βπ» 7 Β· π 29 Β· π¦ 160 Β· π 71 - 38% open Β· β±οΈ 28.07.2023):
+- [GitHub](https://github.com/bokeh/jupyter_bokeh) (π¨βπ» 18 Β· π 45 Β· π¦ 3 Β· π 100 - 21% open Β· β±οΈ 14.03.2023):
```
- git clone https://github.com/jtpio/jupyterlab-system-monitor
+ git clone https://github.com/bokeh/jupyter_bokeh
```
-- [PyPi](https://pypi.org/project/jupyterlab-system-monitor) (π₯ 5.5K / month Β· π¦ 2 Β· β±οΈ 04.02.2021):
+- [PyPi](https://pypi.org/project/jupyter-bokeh) (π₯ 52K / month Β· π¦ 25 Β· β±οΈ 14.03.2023):
```
- pip install jupyterlab-system-monitor
+ pip install jupyter-bokeh
```
-- [Conda](https://anaconda.org/conda-forge/jupyterlab-system-monitor) (π₯ 32K Β· β±οΈ 16.06.2023):
+- [Conda](https://anaconda.org/conda-forge/jupyter_bokeh) (π₯ 76K Β· β±οΈ 16.06.2023):
```
- conda install -c conda-forge jupyterlab-system-monitor
+ conda install -c conda-forge jupyter_bokeh
```
-- [npm](https://www.npmjs.com/package/jupyterlab-system-monitor) (π₯ 1.5K / month):
+- [npm](https://www.npmjs.com/package/@bokeh/jupyter_bokeh) (π₯ 4.7K / month Β· π¦ 3 Β· β±οΈ 14.03.2023):
```
- npm install jupyterlab-system-monitor
+ npm install @bokeh/jupyter_bokeh
```
JupyterLab Google Drive (π₯18 Β· β 400) - Cloud storage for JupyterLab using Google Drive. BSD-3
-- [GitHub](https://github.com/jupyterlab/jupyterlab-google-drive) (π¨βπ» 17 Β· π 74 Β· π¦ 5 Β· β±οΈ 03.08.2023):
+- [GitHub](https://github.com/jupyterlab/jupyterlab-google-drive) (π¨βπ» 17 Β· π 78 Β· π¦ 5 Β· π 150 - 33% open Β· β±οΈ 03.08.2023):
```
git clone https://github.com/jupyterlab/jupyterlab-google-drive
```
-- [npm](https://www.npmjs.com/package/@jupyterlab/google-drive) (π₯ 310 / month):
+- [npm](https://www.npmjs.com/package/@jupyterlab/google-drive) (π₯ 350 / month Β· π¦ 2 Β· β±οΈ 27.05.2020):
```
npm install @jupyterlab/google-drive
```
@@ -2304,59 +2420,51 @@ _Application plugins that extend the functionality of JupyterLab itself._
```
git clone https://github.com/timkpaine/lantern
```
-- [PyPi](https://pypi.org/project/pylantern) (π₯ 75 / month):
+- [PyPi](https://pypi.org/project/pylantern) (π₯ 74 / month):
```
pip install pylantern
```
jupyterlab-execute-time (π₯18 Β· β 320) - A JupyterLab extension for displaying cell timings. BSD-3
-- [GitHub](https://github.com/deshaw/jupyterlab-execute-time) (π¨βπ» 17 Β· π 43 Β· π¦ 4 Β· π 61 - 16% open Β· β±οΈ 06.11.2023):
+- [GitHub](https://github.com/deshaw/jupyterlab-execute-time) (π¨βπ» 17 Β· π 43 Β· π¦ 4 Β· π 62 - 14% open Β· β±οΈ 30.01.2024):
```
git clone https://github.com/deshaw/jupyterlab-execute-time
```
-- [PyPi](https://pypi.org/project/jupyterlab-execute-time) (π₯ 39K / month):
+- [PyPi](https://pypi.org/project/jupyterlab-execute-time) (π₯ 42K / month):
```
pip install jupyterlab-execute-time
```
-- [Conda](https://anaconda.org/conda-forge/jupyterlab_execute_time) (π₯ 56K Β· β±οΈ 06.11.2023):
+- [Conda](https://anaconda.org/conda-forge/jupyterlab_execute_time) (π₯ 57K Β· β±οΈ 29.01.2024):
```
conda install -c conda-forge jupyterlab_execute_time
```
-- [npm](https://www.npmjs.com/package/jupyterlab-execute-time) (π₯ 1.4K / month):
+- [npm](https://www.npmjs.com/package/jupyterlab-execute-time) (π₯ 1.5K / month):
```
npm install jupyterlab-execute-time
```
-Jupyter Bokeh (π₯18 Β· β 230 Β· π€) - An extension for rendering Bokeh content in JupyterLab.. BSD-3
+JupyterLab Data Explorer (π₯18 Β· β 180) - First class datasets in JupyterLab. BSD-3
-- [GitHub](https://github.com/bokeh/jupyter_bokeh) (π¨βπ» 18 Β· π 45 Β· π¦ 3 Β· π 100 - 18% open Β· β±οΈ 14.03.2023):
+- [GitHub](https://github.com/jupyterlab/jupyterlab-data-explorer) (π¨βπ» 10 Β· π 36 Β· π¦ 14 Β· π 150 - 38% open Β· β±οΈ 08.08.2023):
```
- git clone https://github.com/bokeh/jupyter_bokeh
- ```
-- [PyPi](https://pypi.org/project/jupyter-bokeh) (π₯ 51K / month):
- ```
- pip install jupyter-bokeh
- ```
-- [Conda](https://anaconda.org/conda-forge/jupyter_bokeh) (π₯ 76K Β· β±οΈ 16.06.2023):
- ```
- conda install -c conda-forge jupyter_bokeh
+ git clone https://github.com/jupyterlab/jupyterlab-data-explorer
```
-- [npm](https://www.npmjs.com/package/@bokeh/jupyter_bokeh) (π₯ 4.2K / month):
+- [npm](https://www.npmjs.com/package/@jupyterlab/dataregistry-extension) (π₯ 35 / month Β· π¦ 7 Β· β±οΈ 03.10.2019):
```
- npm install @bokeh/jupyter_bokeh
+ npm install @jupyterlab/dataregistry-extension
```
-JupyterLab SideCar (π₯17 Β· β 240) - A sidecar output widget for JupyterLab. BSD-3
+JupyterLab SideCar (π₯17 Β· β 240) - A sidecar output widget for JupyterLab. BSD-3
-- [GitHub](https://github.com/jupyter-widgets/jupyterlab-sidecar) (π¨βπ» 16 Β· π 39 Β· π¦ 7 Β· π 35 - 62% open Β· β±οΈ 30.08.2023):
+- [GitHub](https://github.com/jupyter-widgets/jupyterlab-sidecar) (π¨βπ» 16 Β· π 40 Β· π¦ 7 Β· π 50 - 74% open Β· β±οΈ 30.08.2023):
```
git clone https://github.com/jupyter-widgets/jupyterlab-sidecar
```
-- [PyPi](https://pypi.org/project/sidecar) (π₯ 4.9K / month):
+- [PyPi](https://pypi.org/project/sidecar) (π₯ 5.6K / month Β· π¦ 9 Β· β±οΈ 30.08.2023):
```
pip install sidecar
```
@@ -2364,19 +2472,19 @@ _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) (π₯ 500 / month):
+- [npm](https://www.npmjs.com/package/@jupyter-widgets/jupyterlab-sidecar) (π₯ 470 / month Β· π¦ 3 Β· β±οΈ 05.07.2021):
```
npm install @jupyter-widgets/jupyterlab-sidecar
```
-JupyterLab IFrame (π₯17 Β· β 100) - View html as an embedded iframe in JupyterLab. Apache-2
+JupyterLab IFrame (π₯17 Β· β 100) - View html as an embedded iframe in JupyterLab. Apache-2
-- [GitHub](https://github.com/timkpaine/jupyterlab_iframe) (π¨βπ» 5 Β· π 17 Β· π¦ 6 Β· π 68 - 5% open Β· β±οΈ 19.12.2023):
+- [GitHub](https://github.com/timkpaine/jupyterlab_iframe) (π¨βπ» 5 Β· π 17 Β· π¦ 6 Β· π 70 - 8% open Β· β±οΈ 19.12.2023):
```
git clone https://github.com/timkpaine/jupyterlab_iframe
```
-- [PyPi](https://pypi.org/project/jupyterlab_iframe) (π₯ 1.2K / month):
+- [PyPi](https://pypi.org/project/jupyterlab_iframe) (π₯ 1.2K / month Β· β±οΈ 16.07.2023):
```
pip install jupyterlab_iframe
```
@@ -2384,47 +2492,51 @@ _Application plugins that extend the functionality of JupyterLab itself._
```
conda install -c conda-forge jupyterlab_iframe
```
-- [npm](https://www.npmjs.com/package/jupyterlab_iframe) (π₯ 190 / month):
+- [npm](https://www.npmjs.com/package/jupyterlab_iframe) (π₯ 240 / month Β· π¦ 2 Β· β±οΈ 16.07.2023):
```
npm install jupyterlab_iframe
```
StickyLand (π₯16 Β· β 480) - Break the linear presentation of Jupyter Notebooks with sticky cells!. BSD-3
-- [GitHub](https://github.com/xiaohk/stickyland) (π¨βπ» 2 Β· π 31 Β· π₯ 17 Β· π¦ 4 Β· π 14 - 7% open Β· β±οΈ 24.12.2023):
+- [GitHub](https://github.com/xiaohk/stickyland) (π¨βπ» 2 Β· π 31 Β· π₯ 17 Β· π¦ 4 Β· π 15 - 13% open Β· β±οΈ 24.12.2023):
```
git clone https://github.com/xiaohk/stickyland
```
-- [PyPi](https://pypi.org/project/jupyterlab-stickyland) (π₯ 480 / month):
+- [PyPi](https://pypi.org/project/jupyterlab-stickyland) (π₯ 570 / month Β· π¦ 1 Β· β±οΈ 24.12.2023):
```
pip install jupyterlab-stickyland
```
-- [npm](https://www.npmjs.com/package/jupyterlab-stickyland) (π₯ 17 / month):
+- [npm](https://www.npmjs.com/package/jupyterlab-stickyland) (π₯ 14 / month Β· π¦ 2 Β· β±οΈ 23.11.2021):
```
npm install jupyterlab-stickyland
```
-JupyterLab Data Explorer (π₯16 Β· β 180) - First class datasets in JupyterLab. BSD-3
+JupyterLab HDF5 (π₯16 Β· β 110) - Open and explore HDF5 files in JupyterLab. Can handle very.. BSD-3
-- [GitHub](https://github.com/jupyterlab/jupyterlab-data-explorer) (π¨βπ» 10 Β· π 36 Β· π¦ 14 Β· β±οΈ 08.08.2023):
+- [GitHub](https://github.com/jupyterlab/jupyterlab-hdf5) (π¨βπ» 9 Β· π 23 Β· π¦ 3 Β· π 50 - 28% open Β· β±οΈ 11.10.2023):
```
- git clone https://github.com/jupyterlab/jupyterlab-data-explorer
+ git clone https://github.com/jupyterlab/jupyterlab-hdf5
```
-- [npm](https://www.npmjs.com/package/@jupyterlab/dataregistry-extension) (π₯ 58 / month):
+- [PyPi](https://pypi.org/project/jupyterlab_hdf) (π₯ 410 / month Β· π¦ 1 Β· β±οΈ 21.02.2022):
```
- npm install @jupyterlab/dataregistry-extension
+ pip install jupyterlab_hdf
+ ```
+- [npm](https://www.npmjs.com/package/@jupyterlab/hdf5) (π₯ 120 / month Β· π¦ 2 Β· β±οΈ 08.03.2023):
+ ```
+ npm install @jupyterlab/hdf5
```
-JupyterLab Kernelspy (π₯16 Β· β 75) - A Jupyter Lab extension for inspecting messages to/from.. BSD-3
+JupyterLab Kernelspy (π₯15 Β· β 75) - A Jupyter Lab extension for inspecting messages to/from.. BSD-3
- [GitHub](https://github.com/jupyterlab-contrib/jupyterlab-kernelspy) (π¨βπ» 6 Β· π 12 Β· π₯ 19 Β· π¦ 7 Β· π 13 - 15% open Β· β±οΈ 08.10.2023):
```
git clone https://github.com/jupyterlab-contrib/jupyterlab-kernelspy
```
-- [PyPi](https://pypi.org/project/jupyterlab-kernelspy) (π₯ 380 / month Β· β±οΈ 30.08.2023):
+- [PyPi](https://pypi.org/project/jupyterlab-kernelspy) (π₯ 450 / month Β· β±οΈ 30.08.2023):
```
pip install jupyterlab-kernelspy
```
@@ -2432,19 +2544,19 @@ _Application plugins that extend the functionality of JupyterLab itself._
```
conda install -c conda-forge jupyterlab-kernelspy
```
-- [npm](https://www.npmjs.com/package/jupyterlab-kernelspy) (π₯ 120 / month Β· π¦ 3 Β· β±οΈ 30.08.2023):
+- [npm](https://www.npmjs.com/package/jupyterlab-kernelspy) (π₯ 91 / month Β· π¦ 3 Β· β±οΈ 30.08.2023):
```
npm install jupyterlab-kernelspy
```
-JupyterLab Autoversion (π₯15 Β· β 70) - Automatically version jupyter notebooks in JupyterLab. Apache-2
+JupyterLab Autoversion (π₯15 Β· β 71) - Automatically version jupyter notebooks in JupyterLab. Apache-2
- [GitHub](https://github.com/timkpaine/jupyterlab_autoversion) (π¨βπ» 5 Β· π 9 Β· π 34 - 14% open Β· β±οΈ 18.12.2023):
```
git clone https://github.com/timkpaine/jupyterlab_autoversion
```
-- [PyPi](https://pypi.org/project/jupyterlab_autoversion) (π₯ 96 / month):
+- [PyPi](https://pypi.org/project/jupyterlab_autoversion) (π₯ 110 / month Β· β±οΈ 11.04.2022):
```
pip install jupyterlab_autoversion
```
@@ -2452,7 +2564,7 @@ _Application plugins that extend the functionality of JupyterLab itself._
```
conda install -c conda-forge jupyterlab_autoversion
```
-- [npm](https://www.npmjs.com/package/jupyterlab_autoversion) (π₯ 45 / month):
+- [npm](https://www.npmjs.com/package/jupyterlab_autoversion) (π₯ 35 / month Β· π¦ 2 Β· β±οΈ 11.04.2022):
```
npm install jupyterlab_autoversion
```
@@ -2464,7 +2576,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) (π₯ 230 / month):
+- [PyPi](https://pypi.org/project/jupyterlab-sos) (π₯ 260 / month):
```
pip install jupyterlab-sos
```
@@ -2472,25 +2584,25 @@ _Application plugins that extend the functionality of JupyterLab itself._
```
conda install -c conda-forge jupyterlab-sos
```
-- [npm](https://www.npmjs.com/package/jupyterlab-sos) (π₯ 90 / month):
+- [npm](https://www.npmjs.com/package/jupyterlab-sos) (π₯ 83 / month):
```
npm install jupyterlab-sos
```
-JupyterLab HDF5 (π₯14 Β· β 110) - Open and explore HDF5 files in JupyterLab. Can handle very.. BSD-3
+KnowledgeLab (π₯15 Β· β 46) - KnowledgeRepo + JupyterLab. Apache-2
-- [GitHub](https://github.com/jupyterlab/jupyterlab-hdf5) (π¨βπ» 9 Β· π 23 Β· π¦ 3 Β· π 50 - 28% open Β· β±οΈ 11.10.2023):
+- [GitHub](https://github.com/timkpaine/knowledgelab) (π¨βπ» 3 Β· π 6 Β· π¦ 6 Β· π 29 - 17% open Β· β±οΈ 18.12.2023):
```
- git clone https://github.com/jupyterlab/jupyterlab-hdf5
+ git clone https://github.com/timkpaine/knowledgelab
```
-- [PyPi](https://pypi.org/project/jupyterlab_hdf) (π₯ 370 / month):
+- [PyPi](https://pypi.org/project/knowledgelab) (π₯ 9 / month Β· β±οΈ 19.10.2017):
```
- pip install jupyterlab_hdf
+ pip install knowledgelab
```
-- [npm](https://www.npmjs.com/package/@jupyterlab/hdf5) (π₯ 130 / month):
+- [npm](https://www.npmjs.com/package/knowledgelab) (π₯ 13 / month Β· π¦ 2 Β· β±οΈ 16.10.2018):
```
- npm install @jupyterlab/hdf5
+ npm install knowledgelab
```
jupyterlab_commands (π₯14 Β· β 49) - Add arbitrary python commands to the jupyterlab.. Apache-2
@@ -2500,7 +2612,7 @@ _Application plugins that extend the functionality of JupyterLab itself._
```
git clone https://github.com/timkpaine/jupyterlab_commands
```
-- [PyPi](https://pypi.org/project/jupyterlab-commands) (π₯ 71 / month):
+- [PyPi](https://pypi.org/project/jupyterlab-commands) (π₯ 120 / month):
```
pip install jupyterlab-commands
```
@@ -2516,23 +2628,23 @@ _Application plugins that extend the functionality of JupyterLab itself._
```
git clone https://github.com/jupyterlab/jupyterlab-shortcutui
```
-- [npm](https://www.npmjs.com/package/@jupyterlab/shortcutui) (π₯ 120 / month Β· π¦ 2 Β· β±οΈ 17.01.2020):
+- [npm](https://www.npmjs.com/package/@jupyterlab/shortcutui) (π₯ 130 / month Β· π¦ 2 Β· β±οΈ 17.01.2020):
```
npm install @jupyterlab/shortcutui
```
-JupyterLab Email (π₯13 Β· β 52) - A jupyterlab extension to email notebooks directly from.. Apache-2
+JupyterLab Email (π₯13 Β· β 53) - A jupyterlab extension to email notebooks directly from.. Apache-2
- [GitHub](https://github.com/timkpaine/jupyterlab_email) (π¨βπ» 2 Β· π 2 Β· π¦ 1 Β· π 38 - 5% open Β· β±οΈ 19.12.2023):
```
git clone https://github.com/timkpaine/jupyterlab_email
```
-- [PyPi](https://pypi.org/project/jupyterlab_email) (π₯ 65 / month):
+- [PyPi](https://pypi.org/project/jupyterlab_email) (π₯ 110 / month):
```
pip install jupyterlab_email
```
-- [npm](https://www.npmjs.com/package/jupyterlab_email) (π₯ 27 / month):
+- [npm](https://www.npmjs.com/package/jupyterlab_email) (π₯ 43 / month):
```
npm install jupyterlab_email
```
@@ -2544,53 +2656,52 @@ _Application plugins that extend the functionality of JupyterLab itself._
```
git clone https://github.com/timkpaine/jupyterlab_email
```
-- [PyPi](https://pypi.org/project/jupyterlab-email) (π₯ 65 / month):
+- [PyPi](https://pypi.org/project/jupyterlab-email) (π₯ 110 / month):
```
pip install jupyterlab-email
```
-- [npm](https://www.npmjs.com/package/jupyterlab-flake8) (π₯ 73 / month):
+- [npm](https://www.npmjs.com/package/jupyterlab-flake8) (π₯ 66 / month):
```
npm install jupyterlab-flake8
```
-KnowledgeLab (π₯12 Β· β 46) - KnowledgeRepo + JupyterLab. Apache-2
+jupyterlab-gitplus (π₯10 Β· β 110 Β· π€) - JupyterLab extension to create GitHub commits & pull.. βοΈAGPL-3.0
-- [GitHub](https://github.com/timkpaine/knowledgelab) (π¨βπ» 3 Β· π 6 Β· π¦ 6 Β· π 27 - 11% open Β· β±οΈ 18.12.2023):
+- [GitHub](https://github.com/ReviewNB/jupyterlab-gitplus) (π¨βπ» 2 Β· π 8 Β· π¦ 3 Β· π 20 - 55% open Β· β±οΈ 28.02.2023):
```
- git clone https://github.com/timkpaine/knowledgelab
+ git clone https://github.com/ReviewNB/jupyterlab-gitplus
```
-- [PyPi](https://pypi.org/project/knowledgelab) (π₯ 8 / month):
+- [PyPi](https://pypi.org/project/jupyterlab_gitplus) (π₯ 47 / month Β· β±οΈ 11.07.2021):
```
- pip install knowledgelab
+ pip install jupyterlab_gitplus
```
-- [npm](https://www.npmjs.com/package/knowledgelab) (π₯ 9 / month):
+- [npm](https://www.npmjs.com/package/@reviewnb/jupyterlab_gitplus) (π₯ 20 / month Β· π¦ 2 Β· β±οΈ 28.02.2023):
```
- npm install knowledgelab
+ npm install @reviewnb/jupyterlab_gitplus
```
-Show 21 hidden projects...
+Show 20 hidden projects...
-- JupyterLab Debugger (π₯29 Β· β 14K Β· π) - A visual debugger for Jupyter notebooks, consoles,.. BSD-3
-- JupyterLab TOC (π₯19 Β· β 730 Β· π) - Table of Contents extension for JupyterLab. BSD-3
-- JupyterLab Vim (π₯15 Β· β 960 Β· π) - Vim notebook cell bindings for JupyterLab. MIT
-- jupyterlab-interactive-dashboard-editor (π₯15 Β· β 210 Β· π) - A drag-and-drop dashboard editor for JupyterLab. BSD-3
-- jupyterlab-sparkmonitor (π₯15 Β· β 91 Β· π) - JupyterLab extension that enables monitoring launched.. Apache-2
+- JupyterLab TOC (π₯28 Β· β 14K Β· π) - Table of Contents extension for JupyterLab. BSD-3
+- JupyterLab Debugger (π₯21 Β· β 560 Β· π) - A visual debugger for Jupyter notebooks, consoles,.. BSD-3
+- jupyterlab-sparkmonitor (π₯17 Β· β 91 Β· π) - JupyterLab extension that enables monitoring launched.. Apache-2
+- JupyterLab Vim (π₯16 Β· β 960 Β· π) - Vim notebook cell bindings for JupyterLab. MIT
+- JupyterLab Tensorboard (π₯16 Β· β 310 Β· π) - Tensorboard extension for jupyterlab. MIT
+- jupyterlab-interactive-dashboard-editor (π₯16 Β· β 210 Β· π) - A drag-and-drop dashboard editor for JupyterLab. BSD-3
+- Collapsible Headings (π₯16 Β· β 170 Β· π) - Implements Collapsible Headers for Jupyter Lab.. BSD-3
+- jupyterlab-flake8 (π₯16 Β· β 110 Β· π) - Jupyterlab python linter for notebooks and text files.. BSD-3
+- nbgather (π₯15 Β· β 520 Β· π) - Spit shine for Jupyter notebooks. MIT
+- JupyterLab SQL (π₯15 Β· β 400 Β· π) - SQL GUI for JupyterLab. MIT
+- JupyterLab Commenting (π₯15 Β· β 98 Β· π) - Commenting and annotation for JupyterLab. BSD-3
- nbcelltests (π₯15 Β· β 81 Β· π) - Cell-by-cell testing for production Jupyter notebooks in.. Apache-2
-- JupyterLab Tensorboard (π₯14 Β· β 310 Β· π) - Tensorboard extension for jupyterlab. MIT
- JupyterLab Go-To-Definition (π₯14 Β· β 220 Β· π) - Navigate to variables definition with a click in.. BSD-3
-- jupyterlab-flake8 (π₯14 Β· β 110 Β· π) - Jupyterlab python linter for notebooks and text files.. BSD-3
-- nbgather (π₯13 Β· β 520 Β· π) - Spit shine for Jupyter notebooks. MIT
-- JupyterLab SQL (π₯13 Β· β 400 Β· π) - SQL GUI for JupyterLab. MIT
-- Collapsible Headings (π₯13 Β· β 170 Β· π) - Implements Collapsible Headers for Jupyter Lab.. BSD-3
-- JupyterLab Commenting (π₯13 Β· β 98 Β· π) - Commenting and annotation for JupyterLab. BSD-3
+- JupyterLab Top Bar (π₯14 Β· β 5) - JupyterLab Top Bar extension. BSD-3
- JupyterLab Python Files (π₯13 Β· β 52 Β· π) - JupyterLab extension to create Python files. BSD-3
- JupyterLab Quickopen (π₯12 Β· β 75 Β· π) - Quickly open a file in JupyterLab by typing part of.. BSD-3
-- JupyterLab Top Bar (π₯11 Β· β 5) - JupyterLab Top Bar extension. BSD-3
- jupyterlab-celltags (π₯10 Β· β 110 Β· π) - A JupyterLab extension for notebook cell tags. BSD-3
- jupyterlab-executor (π₯10 Β· β 12) - JupyterLab extension to execute the scripts from the file.. BSD-3
- JupyterLab Bytecode (π₯9 Β· β 60 Β· π) - JupyterLab extension to explore CPython Bytecode. BSD-3
-- jupyterlab-gitplus (π₯8 Β· β 110 Β· π€) - JupyterLab extension to create GitHub commits & pull.. βοΈAGPL-3.0
- JupyterLab Spark (π₯8 Β· β 9 Β· π) - Spark Application UI extension for JupyterLab. Apache-2
@@ -2603,12 +2714,12 @@ _Authentication modules that manage and control how users can access the Jupyter
OAuthenticator (π₯30 Β· β 390) - OAuth + JupyterHub Authenticator = OAuthenticator. BSD-3
-- [GitHub](https://github.com/jupyterhub/oauthenticator) (π¨βπ» 120 Β· π 360 Β· π¦ 400 Β· π 300 - 18% open Β· β±οΈ 22.01.2024):
+- [GitHub](https://github.com/jupyterhub/oauthenticator) (π¨βπ» 120 Β· π 360 Β· π¦ 400 Β· π 300 - 18% open Β· β±οΈ 01.02.2024):
```
git clone https://github.com/jupyterhub/oauthenticator
```
-- [PyPi](https://pypi.org/project/oauthenticator) (π₯ 22K / month Β· π¦ 49 Β· β±οΈ 27.11.2023):
+- [PyPi](https://pypi.org/project/oauthenticator) (π₯ 28K / month Β· π¦ 49 Β· β±οΈ 27.11.2023):
```
pip install oauthenticator
```
@@ -2617,14 +2728,14 @@ _Authentication modules that manage and control how users can access the Jupyter
conda install -c conda-forge oauthenticator
```
-LDAP Authenticator (π₯23 Β· β 200) - LDAP Authenticator Plugin for Jupyter. BSD-3
+LDAP Authenticator (π₯24 Β· β 200) - LDAP Authenticator Plugin for Jupyter. BSD-3
- [GitHub](https://github.com/jupyterhub/ldapauthenticator) (π¨βπ» 32 Β· π 170 Β· π¦ 130 Β· π 150 - 46% open Β· β±οΈ 04.01.2024):
```
git clone https://github.com/jupyterhub/ldapauthenticator
```
-- [PyPi](https://pypi.org/project/jupyterhub-ldapauthenticator) (π₯ 7.4K / month Β· π¦ 7 Β· β±οΈ 28.08.2020):
+- [PyPi](https://pypi.org/project/jupyterhub-ldapauthenticator) (π₯ 8.8K / month Β· π¦ 7 Β· β±οΈ 28.08.2020):
```
pip install jupyterhub-ldapauthenticator
```
@@ -2635,24 +2746,24 @@ _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 Β· π¦ 72 Β· π 100 - 30% open Β· β±οΈ 04.01.2024):
+- [GitHub](https://github.com/jupyterhub/nativeauthenticator) (π¨βπ» 22 Β· π 63 Β· π¦ 73 Β· π 100 - 30% open Β· β±οΈ 01.02.2024):
```
git clone https://github.com/jupyterhub/nativeauthenticator
```
-- [PyPi](https://pypi.org/project/jupyterhub-nativeauthenticator) (π₯ 8.6K / month Β· β±οΈ 09.09.2022):
+- [PyPi](https://pypi.org/project/jupyterhub-nativeauthenticator) (π₯ 11K / month Β· β±οΈ 09.09.2022):
```
pip install jupyterhub-nativeauthenticator
```
LTI Authenticator (π₯22 Β· β 62) - A JupyterHub authenticator for LTI. BSD-3
-- [GitHub](https://github.com/jupyterhub/ltiauthenticator) (π¨βπ» 18 Β· π 49 Β· π¦ 100 Β· π 50 - 6% open Β· β±οΈ 17.01.2024):
+- [GitHub](https://github.com/jupyterhub/ltiauthenticator) (π¨βπ» 18 Β· π 49 Β· π¦ 100 Β· π 50 - 6% open Β· β±οΈ 01.02.2024):
```
git clone https://github.com/jupyterhub/ltiauthenticator
```
-- [PyPi](https://pypi.org/project/jupyterhub-ltiauthenticator) (π₯ 2.6K / month Β· π¦ 9 Β· β±οΈ 04.01.2024):
+- [PyPi](https://pypi.org/project/jupyterhub-ltiauthenticator) (π₯ 4.4K / month Β· π¦ 9 Β· β±οΈ 04.01.2024):
```
pip install jupyterhub-ltiauthenticator
```
@@ -2664,7 +2775,7 @@ _Authentication modules that manage and control how users can access the Jupyter
```
git clone https://github.com/jupyterhub/firstuseauthenticator
```
-- [PyPi](https://pypi.org/project/jupyterhub-firstuseauthenticator) (π₯ 3.9K / month Β· π¦ 3 Β· β±οΈ 28.10.2021):
+- [PyPi](https://pypi.org/project/jupyterhub-firstuseauthenticator) (π₯ 5.2K / month Β· π¦ 3 Β· β±οΈ 28.10.2021):
```
pip install jupyterhub-firstuseauthenticator
```
@@ -2672,13 +2783,13 @@ _Authentication modules that manage and control how users can access the Jupyter
Show 10 hidden projects...
- SAML Authenticator (π₯14 Β· β 36 Β· π) - jupyterhub-samlauthenticator. MIT
-- dummyauthenticator (π₯13 Β· β 28 Β· π) - A Dummy JupyterHub Authenticator to make testing easy. BSD-3
- Null Authenticator (π₯13 Β· β 9 Β· π) - Null Authenticator for JupyterHub instances that should.. BSD-3
- JWT Authenticator (π₯12 Β· β 52 Β· π) - A Token Authenticator for JupyterHub. Apache-2
-- Remote User Auth (π₯12 Β· β 40 Β· π) - REMOTE_USER authenticator for Jupyterhub. βοΈGPL-3.0
-- Hash Authenticator (π₯12 Β· β 4) - Authenticate users with passwords generated from their.. BSD-3
+- dummyauthenticator (π₯11 Β· β 28 Β· π) - A Dummy JupyterHub Authenticator to make testing easy. BSD-3
+- Remote User Auth (π₯10 Β· β 40 Β· π) - REMOTE_USER authenticator for Jupyterhub. βοΈGPL-3.0
- CAS Authenticator (π₯10 Β· β 21 Β· π€) - CAS authenticator for Jupyterhub. βοΈGPL-3.0
- Keberos Authenticator (π₯9 Β· β 11 Β· π) - A JupyterHub authenticator using Kerberos. BSD-3
+- Hash Authenticator (π₯9 Β· β 4) - Authenticate users with passwords generated from their.. BSD-3
- Remote Authenticator (π₯8 Β· β 1) - A collection of JupyterHub Authenticators, including.. βοΈGPL-3.0
- SSH Authenticator (π₯4 Β· β 6 Β· π) - A simple SSH authenticator for JupyterHub. BSD-3
@@ -2692,56 +2803,56 @@ _Spawner modules that start, monitor, and stop single-user notebook servers._
KubeSpawner (π₯30 Β· β 510) - Kubernetes spawner for JupyterHub. BSD-3
-- [GitHub](https://github.com/jupyterhub/kubespawner) (π¨βπ» 84 Β· π 300 Β· π¦ 160 Β· π 370 - 23% open Β· β±οΈ 04.01.2024):
+- [GitHub](https://github.com/jupyterhub/kubespawner) (π¨βπ» 84 Β· π 300 Β· π¦ 160 Β· π 370 - 23% open Β· β±οΈ 01.02.2024):
```
git clone https://github.com/jupyterhub/kubespawner
```
-- [PyPi](https://pypi.org/project/jupyterhub-kubespawner) (π₯ 85K / month Β· π¦ 14 Β· β±οΈ 23.11.2023):
+- [PyPi](https://pypi.org/project/jupyterhub-kubespawner) (π₯ 130K / month Β· π¦ 14 Β· β±οΈ 23.11.2023):
```
pip install jupyterhub-kubespawner
```
-- [Conda](https://anaconda.org/conda-forge/jupyterhub-kubespawner) (π₯ 20K Β· β±οΈ 23.11.2023):
+- [Conda](https://anaconda.org/conda-forge/jupyterhub-kubespawner) (π₯ 21K Β· β±οΈ 23.11.2023):
```
conda install -c conda-forge jupyterhub-kubespawner
```
DockerSpawner (π₯29 Β· β 470) - Spawns JupyterHub single user servers in Docker containers. BSD-3
-- [GitHub](https://github.com/jupyterhub/dockerspawner) (π¨βπ» 69 Β· π 310 Β· π¦ 180 Β· π 280 - 9% open Β· β±οΈ 04.01.2024):
+- [GitHub](https://github.com/jupyterhub/dockerspawner) (π¨βπ» 69 Β· π 310 Β· π¦ 180 Β· π 280 - 9% open Β· β±οΈ 01.02.2024):
```
git clone https://github.com/jupyterhub/dockerspawner
```
-- [PyPi](https://pypi.org/project/dockerspawner) (π₯ 38K / month Β· π¦ 27 Β· β±οΈ 21.11.2023):
+- [PyPi](https://pypi.org/project/dockerspawner) (π₯ 26K / month Β· π¦ 27 Β· β±οΈ 21.11.2023):
```
pip install dockerspawner
```
-- [Conda](https://anaconda.org/conda-forge/dockerspawner) (π₯ 20K Β· β±οΈ 21.11.2023):
+- [Conda](https://anaconda.org/conda-forge/dockerspawner) (π₯ 21K Β· β±οΈ 21.11.2023):
```
conda install -c conda-forge dockerspawner
```
BatchSpawner (π₯22 Β· β 170) - Custom Spawner for Jupyterhub to start servers in batch scheduled.. BSD-3
-- [GitHub](https://github.com/jupyterhub/batchspawner) (π¨βπ» 44 Β· π 130 Β· π¦ 31 Β· π 160 - 47% open Β· β±οΈ 04.01.2024):
+- [GitHub](https://github.com/jupyterhub/batchspawner) (π¨βπ» 44 Β· π 130 Β· π¦ 31 Β· π 160 - 47% open Β· β±οΈ 01.02.2024):
```
git clone https://github.com/jupyterhub/batchspawner
```
-- [PyPi](https://pypi.org/project/batchspawner) (π₯ 3.8K / month Β· π¦ 4 Β· β±οΈ 05.10.2022):
+- [PyPi](https://pypi.org/project/batchspawner) (π₯ 4.2K / month Β· π¦ 4 Β· β±οΈ 05.10.2022):
```
pip install batchspawner
```
SystemdSpawner (π₯20 Β· β 88) - Spawn JupyterHub single-user notebook servers with systemd. BSD-3
-- [GitHub](https://github.com/jupyterhub/systemdspawner) (π¨βπ» 21 Β· π 47 Β· π¦ 36 Β· π 76 - 35% open Β· β±οΈ 04.01.2024):
+- [GitHub](https://github.com/jupyterhub/systemdspawner) (π¨βπ» 21 Β· π 47 Β· π¦ 36 Β· π 76 - 35% open Β· β±οΈ 01.02.2024):
```
git clone https://github.com/jupyterhub/systemdspawner
```
-- [PyPi](https://pypi.org/project/jupyterhub-systemdspawner) (π₯ 2.6K / month Β· π¦ 1 Β· β±οΈ 08.06.2023):
+- [PyPi](https://pypi.org/project/jupyterhub-systemdspawner) (π₯ 3K / month Β· π¦ 1 Β· β±οΈ 08.06.2023):
```
pip install jupyterhub-systemdspawner
```
@@ -2752,12 +2863,12 @@ _Spawner modules that start, monitor, and stop single-user notebook servers._
SudoSpawner (π₯18 Β· β 49) - Spawn JupyterHub single-user servers with sudo. BSD-3
-- [GitHub](https://github.com/jupyterhub/sudospawner) (π¨βπ» 15 Β· π 39 Β· π¦ 60 Β· π 39 - 43% open Β· β±οΈ 14.12.2023):
+- [GitHub](https://github.com/jupyterhub/sudospawner) (π¨βπ» 15 Β· π 39 Β· π¦ 61 Β· π 39 - 43% open Β· β±οΈ 14.12.2023):
```
git clone https://github.com/jupyterhub/sudospawner
```
-- [PyPi](https://pypi.org/project/sudospawner) (π₯ 910 / month Β· π¦ 4 Β· β±οΈ 19.06.2018):
+- [PyPi](https://pypi.org/project/sudospawner) (π₯ 1.1K / month Β· π¦ 4 Β· β±οΈ 19.06.2018):
```
pip install sudospawner
```
@@ -2772,7 +2883,7 @@ _Spawner modules that start, monitor, and stop single-user notebook servers._
Show 2 hidden projects...
-- FargateSpawner (π₯13 Β· β 41 Β· π) - Spawns JupyterHub single user servers in Docker containers.. MIT
+- FargateSpawner (π₯14 Β· β 41 Β· π) - Spawns JupyterHub single user servers in Docker containers.. MIT
- YarnSpawner (π₯10 Β· β 19 Β· π) - Spawn JupyterHub single user notebook servers in Hadoop/YARN.. BSD-3
@@ -2783,46 +2894,46 @@ _Spawner modules that start, monitor, and stop single-user notebook servers._
_Core components of the Jupyter architecture._
-ipython (π₯46 Β· β 16K) - Official repository for IPython itself. Other repos in the IPython.. BSD-3
+ipython (π₯47 Β· β 16K) - Official repository for IPython itself. Other repos in the IPython.. BSD-3
-- [GitHub](https://github.com/ipython/ipython) (π¨βπ» 980 Β· π 4.3K Β· π₯ 320K Β· π¦ 500K Β· π 7.2K - 21% open Β· β±οΈ 19.01.2024):
+- [GitHub](https://github.com/ipython/ipython) (π¨βπ» 980 Β· π 4.5K Β· π₯ 320K Β· π¦ 500K Β· π 7.3K - 22% open Β· β±οΈ 31.01.2024):
```
git clone https://github.com/ipython/ipython
```
-- [PyPi](https://pypi.org/project/ipython) (π₯ 31M / month):
+- [PyPi](https://pypi.org/project/ipython) (π₯ 34M / month Β· π¦ 37K Β· β±οΈ 31.01.2024):
```
pip install ipython
```
-- [Conda](https://anaconda.org/conda-forge/ipython) (π₯ 26M Β· β±οΈ 08.01.2024):
+- [Conda](https://anaconda.org/conda-forge/ipython) (π₯ 26M Β· β±οΈ 01.02.2024):
```
conda install -c conda-forge ipython
```
-jupyter_server (π₯32 Β· β 430) - The backendi.e. core services, APIs, and REST endpointsto.. BSD-3
+jupyter_server (π₯36 Β· β 430) - The backendi.e. core services, APIs, and REST endpointsto.. BSD-3
-- [GitHub](https://github.com/jupyter-server/jupyter_server) (π¨βπ» 520 Β· π 250 Β· π₯ 2.7K Β· π 420 - 34% open Β· β±οΈ 16.01.2024):
+- [GitHub](https://github.com/jupyter-server/jupyter_server) (π¨βπ» 520 Β· π 260 Β· π₯ 2.7K Β· π 440 - 37% open Β· β±οΈ 16.01.2024):
```
git clone https://github.com/jupyter-server/jupyter_server
```
-- [PyPi](https://pypi.org/project/jupyter_server) (π₯ 19M / month):
+- [PyPi](https://pypi.org/project/jupyter_server) (π₯ 21M / month Β· π¦ 440 Β· β±οΈ 16.01.2024):
```
pip install jupyter_server
```
-- [Conda](https://anaconda.org/conda-forge/jupyter_server) (π₯ 9.8M Β· β±οΈ 16.01.2024):
+- [Conda](https://anaconda.org/conda-forge/jupyter_server) (π₯ 9.9M Β· β±οΈ 16.01.2024):
```
conda install -c conda-forge jupyter_server
```
-jupyter-packaging (π₯20 Β· β 61) - Tools to help build and install Jupyter Python packages. BSD-3
+jupyter-packaging (π₯23 Β· β 62) - Tools to help build and install Jupyter Python packages. BSD-3
-- [GitHub](https://github.com/jupyter/jupyter-packaging) (π¨βπ» 30 Β· π 45 Β· π₯ 62 Β· π 41 - 26% open Β· β±οΈ 02.01.2024):
+- [GitHub](https://github.com/jupyter/jupyter-packaging) (π¨βπ» 30 Β· π 50 Β· π₯ 62 Β· π 44 - 31% open Β· β±οΈ 02.01.2024):
```
git clone https://github.com/jupyter/jupyter-packaging
```
-- [PyPi](https://pypi.org/project/jupyter-packaging) (π₯ 270K / month):
+- [PyPi](https://pypi.org/project/jupyter-packaging) (π₯ 310K / month Β· π¦ 70 Β· β±οΈ 25.08.2022):
```
pip install jupyter-packaging
```
@@ -2837,14 +2948,14 @@ _Core components of the Jupyter architecture._
-qtconsole (π₯35 Β· β 380) - Jupyter Qt Console. BSD-3
+qtconsole (π₯36 Β· β 380) - Jupyter Qt Console. BSD-3
-- [GitHub](https://github.com/jupyter/qtconsole) (π¨βπ» 120 Β· π 190 Β· π¦ 160K Β· π 340 - 31% open Β· β±οΈ 25.11.2023):
+- [GitHub](https://github.com/jupyter/qtconsole) (π¨βπ» 120 Β· π 200 Β· π¦ 160K Β· π 340 - 31% open Β· β±οΈ 25.11.2023):
```
git clone https://github.com/jupyter/qtconsole
```
-- [PyPi](https://pypi.org/project/qtconsole) (π₯ 4.1M / month):
+- [PyPi](https://pypi.org/project/qtconsole) (π₯ 4.5M / month Β· π¦ 6.4K Β· β±οΈ 15.11.2023):
```
pip install qtconsole
```
@@ -2853,14 +2964,14 @@ _Core components of the Jupyter architecture._
conda install -c conda-forge qtconsole
```
-jupyter-console (π₯23 Β· β 230 Β· π€) - Jupyter Terminal Console. BSD-3
+jupyter-console (π₯27 Β· β 240 Β· π€) - Jupyter Terminal Console. BSD-3
-- [GitHub](https://github.com/jupyter/jupyter_console) (π¨βπ» 60 Β· π 140 Β· π₯ 360 Β· π 160 - 39% open Β· β±οΈ 06.03.2023):
+- [GitHub](https://github.com/jupyter/jupyter_console) (π¨βπ» 60 Β· π 150 Β· π₯ 370 Β· π 160 - 41% open Β· β±οΈ 06.03.2023):
```
git clone https://github.com/jupyter/jupyter_console
```
-- [PyPi](https://pypi.org/project/jupyter-console) (π₯ 3.2M / month):
+- [PyPi](https://pypi.org/project/jupyter-console) (π₯ 3.4M / month Β· π¦ 120 Β· β±οΈ 06.03.2023):
```
pip install jupyter-console
```
@@ -2869,14 +2980,14 @@ _Core components of the Jupyter architecture._
conda install -c conda-forge jupyter_console
```
-datapane (π₯18 Β· β 1.3K) - Build and share data reports in 100% Python. Apache-2
+datapane (π₯22 Β· β 1.3K) - Build and share data reports in 100% Python. Apache-2
-- [GitHub](https://github.com/datapane/datapane) (π¨βπ» 13 Β· π 93 Β· β±οΈ 07.09.2023):
+- [GitHub](https://github.com/datapane/datapane) (π¨βπ» 16 Β· π 94 Β· β±οΈ 07.09.2023):
```
git clone https://github.com/datapane/datapane
```
-- [PyPi](https://pypi.org/project/datapane) (π₯ 16K / month):
+- [PyPi](https://pypi.org/project/datapane) (π₯ 19K / month Β· π¦ 14 Β· β±οΈ 07.09.2023):
```
pip install datapane
```
@@ -2887,7 +2998,7 @@ _Core components of the Jupyter architecture._
Show 1 hidden projects...
-- colabcode (π₯19 Β· β 2K Β· π) - Run VSCode (codeserver) on Google Colab or Kaggle Notebooks. MIT
+- colabcode (π₯21 Β· β 2K Β· π) - Run VSCode (codeserver) on Google Colab or Kaggle Notebooks. MIT
---
diff --git a/history/2024-02-01_changes.md b/history/2024-02-01_changes.md
new file mode 100644
index 0000000..8010504
--- /dev/null
+++ b/history/2024-02-01_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._
+
+- ipyparallel (π₯29 Β· β 2.5K Β· π) - IPython Parallel: Interactive Parallel Computing in.. βUnlicensed
+- JupyterLab TOC (π₯28 Β· β 14K Β· π) - Table of Contents extension for JupyterLab. BSD-3
+- notebookJS (π₯18 Β· β 260 Β· π) - notebookJS: seamless JavaScript integration in Python Notebooks. MIT
+- ipyexperiments (π₯18 Β· β 180 Β· π) - Automatic GPU+CPU memory profiling, re-use and memory.. Apache-2
+- nb_black (π₯15 Β· β 62 Β· π€) - A simple extension for Jupyter Notebook and Jupyter Lab to beautify.. MIT
+
+## π Trending Down
+
+_Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._
+
+- ipywidgets (π₯31 Β· β 3K Β· π) - Interactive Widgets for the Jupyter Notebook. BSD-3
+- nbdev (π₯25 Β· β 4.7K Β· π) - Create delightful software with Jupyter Notebooks. Apache-2
+- JupyterLab Debugger (π₯21 Β· β 560 Β· π) - A visual debugger for Jupyter notebooks, consoles,.. BSD-3
+- ipyaggrid (π₯10 Β· β 13 Β· π) - A jupyter widget embedding the ag-grid library. MIT
+- Nord Theme (π₯4 Β· β 26 Β· π) - JupyterLab - Nord Theme. βUnlicensed
+
diff --git a/history/2024-02-01_projects.csv b/history/2024-02-01_projects.csv
new file mode 100644
index 0000000..d0358d5
--- /dev/null
+++ b/history/2024-02-01_projects.csv
@@ -0,0 +1,303 @@
+,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-02-01 14:09:19.226000,2024-01-31 10:34:15,26859.0,105.0,4484.0,755.0,7009.0,1666.0,5654.0,16068.0,2024-01-31 10:35:28.000,8.21.0,320743.0,34721510.0,181.0,536188.0,499268.0,979.0,https://pypi.org/project/ipython,2024-01-31 10:35:28.000,36920.0,34061759.0,https://anaconda.org/conda-forge/ipython,2024-02-01 14:09:19.226,25631034.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-02-01 05:43:55.000000,2024-01-30 22:18:34,20376.0,86.0,4207.0,443.0,5960.0,759.0,6812.0,18533.0,2024-01-25 18:45:35.000,3.3.4,,4005521.0,194.0,86406.0,82583.0,681.0,https://pypi.org/project/bokeh,2024-01-30 22:20:58.000,3813.0,3693240.0,https://anaconda.org/conda-forge/bokeh,2024-01-25 20:54:18.325,13322288.0,1.0,@bokeh/bokehjs,https://www.npmjs.com/package/@bokeh/bokehjs,2024-01-30 22:20:50.693,10.0,9502.0,,,,,,,,,,,,,,,,,,
+3,Jupyter,Jupyter Interactive Notebook.,https://github.com/jupyter/notebook,,notebook-environments,44,True,notebook,jupyter/notebook,conda-forge/jupyter,https://github.com/jupyter/notebook,BSD-3-Clause,2015-04-09 06:58:03.000,2024-01-29 10:17:02.000000,2024-01-29 10:17:01,13502.0,30.0,4491.0,321.0,2376.0,2010.0,2798.0,11990.0,2024-01-19 16:50:06.000,7.0.7,16272.0,17547973.0,143.0,271001.0,261911.0,645.0,https://pypi.org/project/notebook,2024-01-26 12:25:26.000,9090.0,17136658.0,https://anaconda.org/conda-forge/jupyter,2023-10-02 14:08:37.561,4023526.0,1.0,,,,,,jupyter/datascience-notebook,https://hub.docker.com/r/jupyter/datascience-notebook,2023-10-20 20:06:40.614669,1067.0,32052616.0,,,,,,,,,,,,,
+4,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-02-01 08:00:23.000000,2024-02-01 08:00:22,3590.0,232.0,416.0,53.0,3104.0,941.0,2214.0,3750.0,2024-01-24 17:32:42.000,1.3.8,,706757.0,64.0,9914.0,9914.0,158.0,https://pypi.org/project/panel,,,615399.0,https://anaconda.org/conda-forge/panel,2024-01-27 09:14:49.749,1268765.0,1.0,@holoviz/panel,https://www.npmjs.com/package/@holoviz/panel,,,62523.0,,,,,,,,,,,,,,,,,,
+5,nbconvert,Jupyter Notebook Conversion.,https://github.com/jupyter/nbconvert,,notebook-sharing,39,True,nbconvert,jupyter/nbconvert,conda-forge/nbconvert,https://github.com/jupyter/nbconvert,BSD-3-Clause,2015-04-09 06:58:23.000,2024-01-16 15:32:14.796000,2024-01-16 15:00:49,4037.0,24.0,547.0,51.0,955.0,519.0,642.0,1624.0,2024-01-16 15:01:05.000,7.14.2,945.0,21504738.0,95.0,260816.0,252101.0,270.0,https://pypi.org/project/nbconvert,2024-01-16 15:00:58.000,8715.0,21095777.0,https://anaconda.org/conda-forge/nbconvert,2024-01-16 15:32:14.796,15948865.0,1.0,,,,,,,,,,,,,,,,,,,,,,,
+6,IPython Kernel,IPython Kernel for Jupyter.,https://github.com/ipython/ipykernel,,kernels,38,True,ipykernel,ipython/ipykernel,ipykernel,https://github.com/ipython/ipykernel,BSD-3-Clause,2015-04-09 07:44:14.000,2024-01-29 23:31:41.000000,2024-01-29 23:31:39,2894.0,23.0,362.0,38.0,710.0,270.0,237.0,598.0,2024-01-22 14:37:37.000,6.28.0,2082.0,18457735.0,128.0,338859.0,328256.0,178.0,https://pypi.org/project/ipykernel,2024-01-16 14:44:39.000,10564.0,18449056.0,https://anaconda.org/anaconda/ipykernel,2024-01-22 15:02:52.448,853009.0,1.0,,,,,,,,,,,39.0,,,,,,,,,,,,
+7,pandas-profiling,1 Line of code data quality profiling & exploratory data analysis for Pandas and Spark DataFrames.,https://github.com/ydataai/ydata-profiling,,widgets,37,True,pandas-profiling,pandas-profiling/pandas-profiling,conda-forge/pandas-profiling,https://github.com/ydataai/ydata-profiling,MIT,2016-01-09 23:47:55.000,2024-02-01 00:43:59.000000,2024-01-18 02:26:18,1371.0,17.0,1616.0,151.0,744.0,203.0,553.0,11779.0,2024-01-08 15:03:46.000,4.6.4,38.0,555791.0,55.0,2539.0,2343.0,117.0,https://pypi.org/project/pandas-profiling,2023-02-03 17:59:40.571,196.0,551157.0,https://anaconda.org/conda-forge/pandas-profiling,2023-06-16 13:22:30.453,417096.0,1.0,,,,,,,,,,,,ydataai/ydata-profiling,,,,,,,,,,,
+8,JupyterHub,Multi-user server for Jupyter notebooks.,https://github.com/jupyterhub/jupyterhub,,notebook-environments,37,True,jupyterhub,jupyterhub/jupyterhub,conda-forge/jupyterhub,https://github.com/jupyterhub/jupyterhub,BSD-3-Clause,2014-06-12 23:22:10.000,2024-02-01 09:20:37.000000,2024-02-01 09:20:36,7228.0,94.0,1974.0,267.0,2257.0,180.0,2186.0,7822.0,2023-08-10 09:30:00.000,4.0.2,,303403.0,74.0,3090.0,2697.0,354.0,https://pypi.org/project/jupyterhub,2023-08-10 09:30:00.000,393.0,235472.0,https://anaconda.org/conda-forge/jupyterhub,2023-08-10 13:04:08.285,1043602.0,1.0,,,,,,jupyterhub/jupyterhub,https://hub.docker.com/r/jupyterhub/jupyterhub,2024-01-30 13:37:39.325558,331.0,5064798.0,,,,,,,,,,,,,
+9,Jupytext,"Jupyter Notebooks as Markdown Documents, Julia, Python or R scripts.",https://github.com/mwouts/jupytext,,notebook-sharing,36,True,jupytext,mwouts/jupytext,conda-forge/jupytext,https://github.com/mwouts/jupytext,MIT,2018-06-15 05:25:36.000,2024-01-13 18:58:26.560000,2024-01-13 17:13:08,2445.0,67.0,387.0,69.0,561.0,123.0,533.0,6327.0,2024-01-13 17:42:20.000,1.16.1,,608485.0,126.0,6957.0,6664.0,85.0,https://pypi.org/project/jupytext,2024-01-13 17:42:20.000,290.0,586002.0,https://anaconda.org/conda-forge/jupytext,2024-01-13 18:58:26.560,743540.0,1.0,jupyterlab-jupytext,https://www.npmjs.com/package/jupyterlab-jupytext,2024-01-13 17:12:47.276,3.0,5585.0,,,,,,,,,,,,,,,,,,
+10,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-01-31 15:28:47.000000,2024-01-16 14:58:01,12719.0,50.0,255.0,39.0,954.0,165.0,277.0,433.0,2024-01-16 14:58:23.000,2.12.5,2667.0,21339319.0,148.0,441.0,,518.0,https://pypi.org/project/jupyter_server,2024-01-16 14:58:14.000,441.0,21098470.0,https://anaconda.org/conda-forge/jupyter_server,2024-01-16 15:28:38.695,9871889.0,3.0,,,,,,,,,,,,,,,,,,,,,,,
+11,qtconsole,Jupyter Qt Console.,https://github.com/jupyter/qtconsole,,others,36,True,qtconsole,jupyter/qtconsole,conda-forge/qtconsole,https://github.com/jupyter/qtconsole,BSD-3-Clause,2015-04-09 06:59:10.000,2023-11-25 20:30:31.000000,2023-11-25 20:30:31,1971.0,17.0,198.0,23.0,261.0,108.0,230.0,385.0,2023-11-15 22:59:37.000,5.5.1,,4617830.0,48.0,168682.0,162296.0,122.0,https://pypi.org/project/qtconsole,2023-11-15 22:59:37.000,6386.0,4513014.0,https://anaconda.org/conda-forge/qtconsole,2023-11-16 21:13:55.750,4611911.0,1.0,,,,,,,,,,,,,,,,,,,,,,,
+12,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-01-31 17:12:22.000000,2024-01-31 15:41:54,1960.0,100.0,475.0,43.0,665.0,119.0,193.0,4361.0,2024-01-17 17:49:41.000,0.4.14,7.0,3039238.0,66.0,2858.0,2858.0,59.0,https://pypi.org/project/evidently,,,3038787.0,https://anaconda.org/conda-forge/evidently,2024-01-18 23:42:48.137,13545.0,1.0,,,,,,,,,,,,,,,,,,,,,,,
+13,Jupyter Book,"Create beautiful, publication-quality books and documents from computational content.",https://github.com/executablebooks/jupyter-book,,notebook-sharing,35,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-01-30 21:15:53.000000,2024-01-30 21:15:53,1521.0,80.0,651.0,62.0,753.0,598.0,734.0,3614.0,2024-01-26 21:10:26.000,1.0.0,,75013.0,47.0,12679.0,12516.0,135.0,https://pypi.org/project/jupyter-book,2024-01-26 14:30:38.000,163.0,71694.0,https://anaconda.org/conda-forge/jupyter-book,2023-06-16 19:24:49.553,119497.0,1.0,,,,,,,,,,,,,,,,,,,,,,,
+14,papermill,"Parameterize, execute, and analyze notebooks.",https://github.com/nteract/papermill,,widgets,34,True,papermill,nteract/papermill,conda-forge/papermill,https://github.com/nteract/papermill,BSD-3-Clause,2017-07-06 17:17:53.000,2024-01-30 00:13:25.000000,2024-01-25 03:50:11,975.0,24.0,402.0,92.0,381.0,132.0,253.0,5520.0,2023-11-01 22:59:26.000,2.5.0,,1500261.0,74.0,5862.0,5611.0,115.0,https://pypi.org/project/papermill,2023-11-01 22:59:26.000,251.0,1487891.0,https://anaconda.org/conda-forge/papermill,2023-08-30 21:31:47.332,544290.0,1.0,,,,,,,,,,,,,,,,,,,,,,,
+15,Voila,Voil turns Jupyter notebooks into standalone web applications.,https://github.com/voila-dashboards/voila,,notebook-sharing,34,True,voila,voila-dashboards/voila,conda-forge/voila,https://github.com/voila-dashboards/voila,BSD-3-Clause,2018-08-21 14:21:42.000,2024-01-31 15:38:02.000000,2024-01-11 08:22:54,1442.0,12.0,487.0,77.0,725.0,290.0,424.0,5085.0,2023-10-31 09:04:25.000,0.5.5,1029.0,71294.0,102.0,10825.0,10734.0,68.0,https://pypi.org/project/voila,2023-10-31 09:04:11.000,88.0,63234.0,https://anaconda.org/conda-forge/voila,2023-10-31 12:26:37.734,316557.0,2.0,@jupyter-voila/jupyterlab-preview,https://www.npmjs.com/package/@jupyter-voila/jupyterlab-preview,2020-05-19 10:24:11.555,3.0,305.0,,,,,,,,,,,,,,,,,,
+16,ipyleaflet,A Jupyter - Leaflet.js bridge.,https://github.com/jupyter-widgets/ipyleaflet,,widgets,34,True,ipyleaflet,jupyter-widgets/ipyleaflet,conda-forge/ipyleaflet,https://github.com/jupyter-widgets/ipyleaflet,MIT,2014-05-07 16:32:10.000,2024-01-26 10:55:56.000000,2024-01-26 10:55:56,1171.0,21.0,364.0,65.0,595.0,268.0,347.0,1439.0,2024-01-23 17:57:40.189,0.18.2,,176652.0,81.0,7222.0,7054.0,87.0,https://pypi.org/project/ipyleaflet,2024-01-23 17:54:03.000,162.0,128716.0,https://anaconda.org/conda-forge/ipyleaflet,2024-01-23 20:31:49.209,1098952.0,1.0,jupyter-leaflet,https://www.npmjs.com/package/jupyter-leaflet,2024-01-23 17:57:40.189,6.0,23515.0,,,,,,,,,,,,,,,,,,
+17,nikola,A static website and blog generator.,https://github.com/getnikola/nikola,,notebook-sharing,33,True,nikola,getnikola/nikola,,https://github.com/getnikola/nikola,MIT,2012-04-14 13:53:22.000,2024-02-01 08:14:10.000000,2024-01-30 19:25:58,10404.0,23.0,441.0,78.0,1549.0,60.0,2105.0,2514.0,2024-01-10 20:52:22.000,8.3.0,80.0,2732.0,88.0,637.0,501.0,237.0,https://pypi.org/project/nikola,2024-01-10 20:49:58.000,136.0,2732.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,
+18,Jupyter Client,Jupyter protocol client APIs.,https://github.com/jupyter/jupyter_client,,notebook-tools,33,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-01-31 15:32:30.000000,2024-01-02 13:33:54,2592.0,9.0,271.0,35.0,636.0,184.0,197.0,346.0,2023-11-06 12:55:30.000,8.6.0,1480.0,21727165.0,93.0,2428.0,,131.0,https://pypi.org/project/jupyter-client,2023-11-06 12:55:23.000,2428.0,21253959.0,https://anaconda.org/conda-forge/jupyter_client,2023-11-06 15:36:13.460,20345761.0,1.0,,,,,,,,,,,,,,,,,,,,,,,
+19,nbformat,Reference implementation of the Jupyter Notebook format.,https://github.com/jupyter/nbformat,,notebook-tools,33,True,nbformat,jupyter/nbformat,conda-forge/nbformat,https://github.com/jupyter/nbformat,BSD-3-Clause,2015-04-09 01:07:29.000,2024-01-02 13:34:29.000000,2024-01-02 13:34:27,1041.0,6.0,153.0,22.0,250.0,63.0,80.0,235.0,2023-07-31 10:35:35.000,5.9.2,223.0,17374399.0,38.0,271418.0,262432.0,79.0,https://pypi.org/project/nbformat,2023-07-31 10:35:27.000,8986.0,16886624.0,https://anaconda.org/conda-forge/nbformat,2023-07-31 14:51:04.971,20972652.0,1.0,nbformat-schema,https://www.npmjs.com/package/nbformat-schema,,,34.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-02-01 12:41:07.000000,2024-01-31 00:00:13,3697.0,142.0,2977.0,191.0,1216.0,10.0,862.0,8100.0,,,,876163.0,,21.0,21.0,240.0,,,,,,,,2.0,,,,,,jupyter/scipy-notebook,https://hub.docker.com/r/jupyter/scipy-notebook,2023-10-20 20:03:34.298948,439.0,90244884.0,,,,,,,,,,,,,
+21,xonsh,"Python-powered, cross-platform, Unix-gazing shell.",https://github.com/xonsh/xonsh,,kernels,32,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-01-30 11:24:36.000000,2024-01-30 11:24:36,10494.0,27.0,634.0,105.0,2600.0,287.0,2209.0,7527.0,2024-01-16 14:00:03.000,0.14.4,9625.0,24692.0,126.0,98.0,,323.0,https://pypi.org/project/xonsh,2024-01-16 14:00:03.000,98.0,24589.0,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,
+22,nteract,The interactive computing suite for you!.,https://github.com/nteract/nteract,,notebook-environments,32,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,2.0,579.0,152.0,3990.0,189.0,1522.0,6127.0,2021-10-22 17:46:48.907,7.0.20,1488116.0,82142.0,94.0,45.0,3.0,180.0,https://pypi.org/project/nteract_on_jupyter,2019-07-16 03:59:16.000,5.0,731.0,,,,2.0,@nteract/messaging,https://www.npmjs.com/package/@nteract/messaging,2021-10-22 17:46:48.907,37.0,65410.0,,,,,,,,,,,,,,,,,,
+23,nbdime,Tools for diffing and merging of Jupyter notebooks.,https://github.com/jupyter/nbdime,,notebook-sharing,32,True,nbdime,jupyter/nbdime,conda-forge/nbdime,https://github.com/jupyter/nbdime,BSD-3-Clause,2015-11-16 09:25:53.000,2024-01-25 19:32:31.000000,2023-11-21 09:21:22,2132.0,27.0,164.0,42.0,411.0,77.0,263.0,2563.0,2023-11-21 09:21:51.000,4.0.1,74.0,278575.0,36.0,295.0,136.0,50.0,https://pypi.org/project/nbdime,2023-11-21 09:21:36.000,154.0,224567.0,https://anaconda.org/conda-forge/nbdime,2023-11-21 14:11:17.594,965719.0,2.0,nbdime-jupyterlab,https://www.npmjs.com/package/nbdime-jupyterlab,2023-11-21 09:21:48.655,5.0,29859.0,,,,,,,,,,,,,,,,,,
+24,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-02-01 11:32:05.000000,2024-02-01 07:25:12,8594.0,179.0,272.0,44.0,4295.0,375.0,9193.0,1175.0,2023-11-14 18:47:44.000,2023.10.1100000000,,1821.0,33.0,3.0,3.0,266.0,,,,,https://anaconda.org/conda-forge/vscode-jupyter,2023-06-16 19:25:09.142,63748.0,2.0,,,,,,,,,,,,,,,,,,,,,,,
+25,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-02-01 11:35:53.000000,,,,2994.0,,,2451.0,,13593.0,2024-01-30 14:26:32.952,4.0.12,,12930285.0,507.0,2866.0,,472.0,https://pypi.org/project/jupyterlab,2024-02-01 11:31:24.000,2487.0,12546623.0,https://anaconda.org/conda-forge/jupyterlab,2024-01-31 17:54:17.693,9645169.0,2.0,@jupyterlab/ui-components,https://www.npmjs.com/package/@jupyterlab/ui-components,2024-01-30 14:26:32.952,379.0,169325.0,,,,,,,,,,,,,,,,,,
+26,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-01-30 20:39:50.000000,2024-01-22 01:39:06,5898.0,114.0,920.0,112.0,1602.0,92.0,626.0,7118.0,2023-11-29 21:48:30.000,2.7.1,2033.0,18814.0,117.0,131.0,113.0,93.0,https://pypi.org/project/perspective-python,2023-11-29 16:47:42.000,15.0,6413.0,https://anaconda.org/conda-forge/perspective,2023-12-04 04:58:10.833,510806.0,1.0,@finos/perspective-jupyterlab,https://www.npmjs.com/package/@finos/perspective-jupyterlab,2023-11-29 16:47:08.922,3.0,502.0,,,,,,,,,,,,,,,,,,
+27,D-Tale,Visualizer for Pandas Data Structures.,https://github.com/man-group/dtale,,widgets,31,False,dtale,man-group/dtale,conda-forge/dtale,https://github.com/man-group/dtale,LGPL-2.1,2019-07-15 09:34:48.000,2024-01-31 21:54:07.762000,2024-01-31 21:05:41,785.0,20.0,374.0,74.0,283.0,59.0,507.0,4424.0,2024-01-31 21:35:10.000,3.10.0,,107139.0,180.0,1027.0,1004.0,30.0,https://pypi.org/project/dtale,2024-01-31 21:35:10.000,23.0,101266.0,https://anaconda.org/conda-forge/dtale,2024-01-31 21:54:07.762,264303.0,2.0,,,,,,,,,,,,,,,,,,,,,,,
+28,dtale,Visualizer for pandas data structures.,https://github.com/man-group/dtale,,jupyter-extensions,31,False,dtale,man-group/dtale,conda-forge/dtale,https://github.com/man-group/dtale,LGPL-2.1,2019-07-15 09:34:48.000,2024-01-31 21:54:07.762000,2024-01-31 21:05:41,785.0,20.0,374.0,74.0,283.0,59.0,507.0,4424.0,2024-01-31 21:35:10.000,3.10.0,,107139.0,180.0,1027.0,1004.0,30.0,https://pypi.org/project/dtale,2024-01-31 21:35:10.000,23.0,101266.0,https://anaconda.org/conda-forge/dtale,2024-01-31 21:54:07.762,264303.0,1.0,,,,,,,,,,,,,,,,,,,,,,,
+29,ipywidgets,Interactive Widgets for the Jupyter Notebook.,https://github.com/jupyter-widgets/ipywidgets,,widgets,31,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-01-30 16:37:43.000000,2023-12-19 12:53:50,7816.0,1.0,905.0,77.0,1885.0,673.0,1320.0,2987.0,2023-09-13 09:49:35.000,8.1.1,,11599708.0,52.0,3.0,3.0,212.0,https://pypi.org/project/ipywidgets,,,11224914.0,https://anaconda.org/conda-forge/ipywidgets,2023-09-13 12:15:46.781,12639548.0,2.0,@jupyter-widgets/jupyterlab-manager,https://www.npmjs.com/package/@jupyter-widgets/jupyterlab-manager,,,66513.0,,,,,,,,-5.0,,,,,,,,,,
+30,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-01-18 11:36:15.000000,2024-01-18 11:36:15,2869.0,17.0,134.0,20.0,513.0,178.0,358.0,1670.0,2024-01-17 22:55:53.000,5.0.2,,70974.0,67.0,1813.0,1785.0,51.0,https://pypi.org/project/jupyterlab-lsp,2024-01-17 22:19:21.000,23.0,39896.0,https://anaconda.org/conda-forge/jupyter-lsp,2024-01-17 23:02:45.582,1215486.0,1.0,@krassowski/jupyterlab-lsp,https://www.npmjs.com/package/@krassowski/jupyterlab-lsp,2022-08-26 15:27:01.064,5.0,1432.0,,,,,,,,,,,,,,,,,,
+31,jupyter-matplotlib,Matplotlib Jupyter Integration.,https://github.com/matplotlib/ipympl,,widgets,31,True,ipympl,matplotlib/ipympl,conda-forge/ipympl,https://github.com/matplotlib/ipympl,BSD-3-Clause,2016-07-21 14:38:56.000,2024-01-29 13:55:28.000000,2024-01-29 13:53:38,515.0,5.0,224.0,40.0,251.0,150.0,156.0,1498.0,2023-02-15 19:39:15.846,0.11.3,,242175.0,49.0,10256.0,10067.0,33.0,https://pypi.org/project/ipympl,2023-02-15 19:26:01.770,185.0,212678.0,https://anaconda.org/conda-forge/ipympl,2023-06-16 13:22:32.078,1517161.0,2.0,jupyter-matplotlib,https://www.npmjs.com/package/jupyter-matplotlib,2023-02-15 19:39:15.846,4.0,11649.0,,,,,,,,,,,,,,,,,,
+32,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-01-02 13:44:54.000000,2024-01-02 13:44:52,376.0,7.0,49.0,11.0,201.0,34.0,69.0,130.0,2023-11-07 18:01:22.000,0.9.0,413.0,13710098.0,32.0,145818.0,145818.0,37.0,https://pypi.org/project/nbclient,,,13431262.0,https://anaconda.org/conda-forge/nbclient,2023-06-16 19:18:04.408,13383549.0,1.0,,,,,,,,,,,,,,,,,,,,,,,
+33,Contrib NBextensions,A collection of various notebook extensions for Jupyter.,https://github.com/ipython-contrib/jupyter_contrib_nbextensions,,jupyter-extensions,30,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-01-03 13:58:38.000000,2022-12-21 19:56:24,2660.0,,803.0,134.0,851.0,352.0,462.0,5140.0,2022-11-15 17:33:00.905,0.7.0,,414793.0,18.0,273.0,20.0,136.0,https://pypi.org/project/jupyter_contrib_nbextensions,2022-11-15 17:33:00.905,253.0,393927.0,https://anaconda.org/conda-forge/jupyter_contrib_nbextensions,2023-06-16 13:22:12.750,1877942.0,1.0,,,,,,,,,,,,,,,,,,,,,,,
+34,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-01-30 15:36:10.000000,2023-10-04 07:40:23,3656.0,,474.0,100.0,1044.0,224.0,368.0,3521.0,2023-10-17 15:07:51.000,0.12.42,,154225.0,110.0,176.0,53.0,64.0,https://pypi.org/project/bqplot,2023-10-17 15:07:51.000,106.0,123198.0,https://anaconda.org/conda-forge/bqplot,2023-11-06 09:55:37.480,1254143.0,2.0,bqplot,https://www.npmjs.com/package/bqplot,2023-10-17 10:48:26.195,17.0,3158.0,,,,,,,,,,,,,,,,,,
+35,ipython-sql,"%%sql magic for IPython, hopefully evolving into full SQL client.",https://github.com/catherinedevlin/ipython-sql,,magic,30,True,ipython-sql,catherinedevlin/ipython-sql,conda-forge/ipython-sql,https://github.com/catherinedevlin/ipython-sql,MIT,2013-03-20 16:41:10.000,2024-02-01 03:06:42.000000,2023-04-21 20:49:35,292.0,,297.0,48.0,97.0,111.0,43.0,1741.0,2023-02-27 00:06:57.430,0.5.0,,130646.0,19.0,5909.0,5841.0,55.0,https://pypi.org/project/ipython-sql,2023-02-27 00:06:57.430,68.0,127877.0,https://anaconda.org/conda-forge/ipython-sql,2023-06-16 13:23:09.898,249257.0,1.0,,,,,,,,,,,,,,,,,,,,,,,
+36,sparkmagic,Jupyter magics and kernels for working with remote Spark clusters.,https://github.com/jupyter-incubator/sparkmagic,,magic,30,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-01-29 17:24:08.000000,2024-01-01 19:50:50,1354.0,8.0,436.0,49.0,436.0,151.0,300.0,1273.0,2023-09-13 15:53:21.000,0.21.0,,31641.0,56.0,352.0,330.0,64.0,https://pypi.org/project/sparkmagic,2023-09-13 15:53:21.000,22.0,28900.0,https://anaconda.org/conda-forge/sparkmagic,2023-09-23 23:23:29.586,112395.0,1.0,,,,,,,,,,,,,,,,,,,,,,,
+37,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-01-26 11:42:00.000000,2023-12-04 18:34:04,3409.0,4.0,293.0,44.0,935.0,251.0,644.0,1243.0,2023-09-05 12:35:02.000,0.9.1,308.0,12340.0,34.0,518.0,518.0,105.0,https://pypi.org/project/nbgrader,,,7907.0,https://anaconda.org/conda-forge/nbgrader,2023-09-13 22:27:45.981,155055.0,1.0,,,,,,,,,,,,,,,,,,,,,,,
+38,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,30,True,raiwidgets,microsoft/responsible-ai-toolbox,,https://github.com/microsoft/responsible-ai-toolbox,MIT,2020-07-06 20:46:53.000,2024-01-31 23:03:33.000000,2024-01-31 22:04:03,1926.0,83.0,295.0,23.0,2226.0,80.0,226.0,1102.0,2024-01-31 23:03:33.000,0.34.0,,4969.0,53.0,85.0,82.0,42.0,https://pypi.org/project/raiwidgets,2024-01-31 23:03:33.000,3.0,4969.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,
+39,KubeSpawner,Kubernetes spawner for JupyterHub.,https://github.com/jupyterhub/kubespawner,,hub-spawners,30,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-02-01 09:37:55.000000,2024-02-01 09:37:54,1596.0,34.0,304.0,28.0,462.0,85.0,281.0,511.0,2023-11-23 11:08:31.000,6.2.0,,130602.0,38.0,169.0,155.0,84.0,https://pypi.org/project/jupyterhub-kubespawner,2023-11-23 11:08:31.000,14.0,130016.0,https://anaconda.org/conda-forge/jupyterhub-kubespawner,2023-11-23 12:55:19.939,20532.0,1.0,,,,,,,,,,,,,,,,,,,,,,,
+40,OAuthenticator,OAuth + JupyterHub Authenticator = OAuthenticator.,https://github.com/jupyterhub/oauthenticator,,hub-auth,30,True,oauthenticator,jupyterhub/oauthenticator,conda-forge/oauthenticator,https://github.com/jupyterhub/oauthenticator,BSD-3-Clause,2014-09-23 21:37:06.000,2024-02-01 09:25:45.000000,2024-02-01 09:25:44,1562.0,47.0,359.0,20.0,432.0,54.0,245.0,392.0,2023-11-27 17:40:41.000,16.2.1,,29351.0,44.0,453.0,404.0,121.0,https://pypi.org/project/oauthenticator,2023-11-27 17:40:41.000,49.0,28199.0,https://anaconda.org/conda-forge/oauthenticator,2023-11-28 06:31:15.831,46108.0,1.0,,,,,,,,,,,,,,,,,,,,,,,
+41,ipyparallel,IPython Parallel: Interactive Parallel Computing in Python.,https://github.com/ipython/ipyparallel,,notebook-tools,29,False,ipyparallel,ipython/ipyparallel,conda-forge/ipyparallel,https://github.com/ipython/ipyparallel,,2015-04-09 07:43:55.000,2024-01-15 07:57:11.000000,2024-01-15 07:57:10,2867.0,14.0,1055.0,121.0,502.0,61.0,293.0,2524.0,2023-04-14 13:35:06.415,8.6.1,,208634.0,45.0,304.0,,113.0,https://pypi.org/project/ipyparallel,2023-04-14 13:35:06.415,304.0,198523.0,https://anaconda.org/conda-forge/ipyparallel,2023-06-16 13:17:51.662,950435.0,2.0,,,,,,,,,,,,,5.0,,,,,,,,,,
+42,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-02-01 09:29:50.000000,2024-02-01 09:29:49,2743.0,28.0,354.0,49.0,803.0,174.0,363.0,1558.0,2023-06-13 07:26:00.805,2023.6.0,,4454.0,20.0,229.0,201.0,123.0,https://pypi.org/project/jupyter-repo2docker,2023-06-13 07:26:00.805,28.0,4454.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,
+43,JupyterLab Git,A Git extension for JupyterLab.,https://github.com/jupyterlab/jupyterlab-git,,lab-extensions,29,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-01-23 18:45:18.000000,2023-12-06 16:15:46,1884.0,15.0,279.0,39.0,700.0,86.0,495.0,1350.0,2023-11-21 14:39:09.000,0.50.0,165.0,180169.0,56.0,3.0,3.0,94.0,https://pypi.org/project/jupyterlab-git,,,149961.0,https://anaconda.org/conda-forge/jupyterlab-git,2023-11-22 14:00:51.490,517646.0,1.0,@jupyterlab/git,https://www.npmjs.com/package/@jupyterlab/git,,,18441.0,,,,,,,,,,,,,,,,,,
+44,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-02-01 09:57:41.000000,2024-01-31 23:23:15,12236.0,910.0,46.0,27.0,1323.0,57.0,607.0,752.0,2023-11-26 02:36:17.000,2.0.0-alpha.23,3918.0,626.0,100.0,30.0,20.0,42.0,,,,,,,,2.0,stencila,https://www.npmjs.com/package/stencila,2020-11-06 15:20:04.059,10.0,375.0,stencila/cloud,https://hub.docker.com/r/stencila/cloud,2019-04-08 04:14:51.284193,,16469.0,,,,,,,,,,,,,
+45,DockerSpawner,Spawns JupyterHub single user servers in Docker containers.,https://github.com/jupyterhub/dockerspawner,,hub-spawners,29,True,dockerspawner,jupyterhub/dockerspawner,conda-forge/dockerspawner,https://github.com/jupyterhub/dockerspawner,BSD-3-Clause,2014-09-26 20:08:26.000,2024-02-01 09:28:11.000000,2024-02-01 09:28:10,725.0,20.0,309.0,27.0,243.0,25.0,250.0,467.0,2023-11-21 14:14:18.000,13.0.0,,26670.0,17.0,208.0,181.0,69.0,https://pypi.org/project/dockerspawner,2023-11-21 14:14:18.000,27.0,25985.0,https://anaconda.org/conda-forge/dockerspawner,2023-11-21 14:56:25.623,20560.0,2.0,,,,,,,,,,,,,,,,,,,,,,,
+46,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-01-30 14:26:08.560000,2021-08-10 23:33:21,523.0,,2994.0,30.0,63.0,64.0,51.0,13593.0,2024-01-30 14:26:08.560,6.0.12,,111947.0,232.0,19.0,,14.0,,,,,,,,1.0,@jupyterlab/toc,https://www.npmjs.com/package/@jupyterlab/toc,2024-01-30 14:26:08.560,19.0,111947.0,,,,,,,,9.0,,,,,,,,,,
+47,Jupyter Themes,Custom Jupyter Notebook Themes.,https://github.com/dunovank/jupyter-themes,,jupyter-extensions,28,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,159.0,79.0,199.0,202.0,9697.0,2018-11-22 17:02:16.000,0.20.0,,35111.0,116.0,145.0,21.0,43.0,https://pypi.org/project/jupyterthemes,2018-11-22 17:02:16.000,124.0,35111.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,
+48,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,268.0,98.0,82.0,81.0,7289.0,2023-05-24 15:58:01.158,1.1.1,,234559.0,9.0,221.0,213.0,31.0,https://pypi.org/project/facets-overview,2023-05-24 15:58:01.158,8.0,234559.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,
+49,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,3633.0,2020-10-29 01:31:20.000,5.7.1,,12016.0,31.0,2905.0,2732.0,44.0,https://pypi.org/project/RISE,2022-11-03 16:45:29.021,171.0,8023.0,https://anaconda.org/conda-forge/rise,2023-06-16 16:08:42.704,287091.0,2.0,rise-reveal,https://www.npmjs.com/package/rise-reveal,2019-07-03 12:51:16.722,2.0,6.0,,,,,,,,,,,,,,,,,,
+50,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-01-15 20:29:59.000000,2024-01-13 18:01:50,1911.0,6.0,306.0,45.0,1477.0,267.0,1356.0,1730.0,2023-03-29 14:23:28.000,3.15.0,,3966.0,126.0,63.0,54.0,62.0,https://pypi.org/project/elyra,2023-03-29 00:28:01.071,3.0,2656.0,https://anaconda.org/conda-forge/elyra,2023-06-16 19:21:23.887,43498.0,1.0,@elyra/services,https://www.npmjs.com/package/@elyra/services,2023-03-29 00:30:07.768,6.0,275.0,,,,,,,,,,,,,,,,,,
+51,itkwidgets,An elegant Python interface for visualization on the web platform to interactively generate insights into..,https://github.com/InsightSoftwareConsortium/itkwidgets,,widgets,28,True,itkwidgets,InsightSoftwareConsortium/itkwidgets,conda-forge/itkwidgets,https://github.com/InsightSoftwareConsortium/itkwidgets,Apache-2.0,2018-02-15 01:43:39.000,2024-01-30 20:14:02.000000,2024-01-19 22:05:06,606.0,142.0,83.0,26.0,463.0,113.0,161.0,565.0,2023-03-02 22:39:43.651,0.32.6,87.0,12476.0,116.0,308.0,287.0,27.0,https://pypi.org/project/itkwidgets,2024-01-19 15:45:55.000,18.0,6733.0,https://anaconda.org/conda-forge/itkwidgets,2023-06-16 16:12:17.646,345028.0,2.0,itkwidgets,https://www.npmjs.com/package/itkwidgets,2023-03-02 22:39:43.651,3.0,266.0,,,,,,,,,,,,,,,,,,
+52,sos,SoS workflow system for daily data analysis.,https://github.com/vatlab/sos,,notebook-environments,28,True,sos-notebook,vatlab/SOS,conda-forge/sos,https://github.com/vatlab/sos,BSD-3-Clause,2016-02-13 00:46:46.000,2023-12-23 06:19:23.000000,2023-12-23 06:19:23,7596.0,2.0,40.0,8.0,72.0,66.0,1382.0,261.0,2023-09-25 05:56:08.000,0.24.4,,5265.0,168.0,5336.0,5300.0,36.0,https://pypi.org/project/sos-notebook,2023-09-25 05:56:08.000,36.0,1577.0,https://anaconda.org/conda-forge/sos,2023-12-08 18:18:35.648,165983.0,2.0,,,,,,,,,,,,,,,,,,,,,,,
+53,Jupyter Sphinx,Sphinx extension for rendering of Jupyter interactive widgets.,https://github.com/jupyter/jupyter-sphinx,,notebook-tools,28,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-01-27 18:09:27.331000,2024-01-10 12:24:35,417.0,41.0,65.0,24.0,118.0,59.0,109.0,178.0,2023-12-28 12:19:39.000,0.5.3,,79829.0,21.0,291.0,,28.0,https://pypi.org/project/jupyter_sphinx,2023-12-28 12:19:39.000,291.0,74304.0,https://anaconda.org/conda-forge/jupyter_sphinx,2024-01-27 18:09:27.331,237605.0,2.0,,,,,,,,,,,,,,,,,,,,,,,
+54,PixieDust,Python Helper library for Jupyter Notebooks.,https://github.com/pixiedust/pixiedust,,notebook-tools,27,False,pixiedust,pixiedust/pixiedust,conda-forge/pixiedust,https://github.com/pixiedust/pixiedust,Apache-2.0,2016-07-01 17:34:14.000,2023-06-16 16:19:15.930000,2021-02-16 04:46:41,2157.0,,162.0,42.0,374.0,164.0,261.0,1035.0,2021-02-01 03:34:36.000,1.1.19,,13150.0,92.0,291.0,262.0,33.0,https://pypi.org/project/pixiedust,2021-02-01 03:34:36.000,29.0,12192.0,https://anaconda.org/conda-forge/pixiedust,2023-06-16 16:19:15.930,48868.0,2.0,,,,,,,,,,,,,,,,,,,,,,,
+55,jupyter-dash,OBSOLETE - Dash v2.11+ has Jupyter support built in!.,https://github.com/plotly/jupyter-dash,,widgets,27,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-01-28 00:35:23.000000,2023-08-11 17:18:48,162.0,,237.0,44.0,49.0,52.0,29.0,942.0,2022-04-01 20:13:44.000,0.4.2,99.0,164724.0,14.0,3679.0,3603.0,10.0,https://pypi.org/project/jupyter-dash,2022-04-01 20:05:08.000,73.0,153330.0,https://anaconda.org/conda-forge/jupyter-dash,2023-06-16 19:23:51.624,353731.0,2.0,jupyterlab-dash,https://www.npmjs.com/package/jupyterlab-dash,2021-01-22 17:06:54.671,3.0,2322.0,,,,,,,,,,,,,,,,,,
+56,LFortran,Official main repository for LFortran.,https://github.com/lfortran/lfortran,,kernels,27,True,lfortran,lfortran/lfortran,conda-forge/lfortran,https://github.com/lfortran/lfortran,MIT,2019-03-24 13:22:20.000,2024-02-01 14:11:45.000000,2024-01-31 18:45:38,14470.0,764.0,104.0,21.0,1641.0,936.0,698.0,820.0,2024-01-31 00:26:53.000,0.33.1,717.0,2027.0,34.0,,,72.0,https://pypi.org/project/lfortran,2020-07-31 19:39:55.000,,89.0,https://anaconda.org/conda-forge/lfortran,2024-01-31 04:39:12.114,78450.0,1.0,,,,,,,,,,,,,,,,,,,,,,,
+57,nglview,Jupyter widget to interactively view molecular structures and trajectories.,https://github.com/nglviewer/nglview,,widgets,27,True,nglview,nglviewer/nglview,conda-forge/nglview,https://github.com/nglviewer/nglview,MIT,2015-11-09 16:48:57.000,2024-01-12 16:17:35.703000,2024-01-12 02:33:33,1443.0,7.0,129.0,24.0,613.0,41.0,454.0,760.0,2024-01-12 02:39:16.000,3.1.1,285.0,31316.0,83.0,74.0,4.0,38.0,https://pypi.org/project/nglview,2024-01-12 02:39:16.000,65.0,9049.0,https://anaconda.org/conda-forge/nglview,2024-01-12 16:17:35.703,704766.0,2.0,nglview-js-widgets,https://www.npmjs.com/package/nglview-js-widgets,2024-01-10 20:34:58.970,5.0,6248.0,,,,,,,,,,,,,,,,,,
+58,jupyter-console,Jupyter Terminal Console.,https://github.com/jupyter/jupyter_console,,others,27,True,jupyter-console,jupyter/jupyter_console,conda-forge/jupyter_console,https://github.com/jupyter/jupyter_console,BSD-3-Clause,2015-04-09 06:58:55.000,2023-09-13 20:27:19.000000,2023-03-06 14:13:15,629.0,,152.0,29.0,141.0,67.0,94.0,235.0,2023-03-06 14:15:13.579,6.6.3,366.0,3451386.0,26.0,122.0,,60.0,https://pypi.org/project/jupyter-console,2023-03-06 14:15:13.579,122.0,3406296.0,https://anaconda.org/conda-forge/jupyter_console,2023-06-16 13:18:03.803,4237065.0,2.0,,,,,,,,,,,,,,,,,,,,,,,
+59,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-01-17 05:44:36.000000,2024-01-17 05:43:36,683.0,24.0,209.0,56.0,100.0,98.0,143.0,5024.0,2023-12-17 00:16:37.000,0.17.0,3749.0,220.0,7.0,160.0,160.0,49.0,,,,,,,,1.0,,,,,,,,,,,,,,,,,,,,,,,
+60,BeakerX,Beaker Extensions for Jupyter Notebook.,https://github.com/twosigma/beakerx,,notebook-tools,26,False,beakerx,twosigma/beakerx,conda-forge/beakerx,https://github.com/twosigma/beakerx,Apache-2.0,2013-12-03 14:16:36.000,2023-12-04 02:04:59.000000,2021-01-21 14:02:57,1689.0,,379.0,124.0,3798.0,351.0,4176.0,2793.0,2018-12-04 18:27:21.000,1.3.0,35.0,17356.0,39.0,,,44.0,https://pypi.org/project/beakerx,,,7077.0,https://anaconda.org/conda-forge/beakerx,2023-06-16 13:23:56.494,620450.0,2.0,beakerx,https://www.npmjs.com/package/beakerx,,,178.0,beakerx/beakerx,https://hub.docker.com/r/beakerx/beakerx,2018-12-02 20:23:21.082606,23.0,249454.0,,,,,,,,,,,,,
+61,docker-python,Kaggle Python docker image.,https://github.com/Kaggle/docker-python,,notebook-environments,26,True,,kaggle/docker-python,,https://github.com/Kaggle/docker-python,Apache-2.0,2015-04-14 01:45:38.000,2024-02-01 09:55:00.000000,2024-01-29 20:54:50,2312.0,31.0,874.0,94.0,1005.0,28.0,316.0,2482.0,2024-01-24 00:05:05.000,54edb36433adec1db1cadce7bc9d87bf55b6b0cd1c15244a1a75e5e1d282db6c,,1843.0,100.0,,,155.0,,,,,,,,3.0,,,,,,kaggle/python,https://hub.docker.com/r/kaggle/python,2024-01-24 00:18:56.916094,180.0,195421.0,,,,,,,,,,,,,
+62,DataLab,Interactive tools and developer experiences for Big Data on Google Cloud Platform.,https://github.com/googledatalab/datalab,,notebook-environments,26,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,82.0,1293.0,232.0,667.0,977.0,2022-09-02 21:15:20.926,1.2.1,,94656.0,19.0,12.0,,53.0,https://pypi.org/project/datalab,2022-09-02 21:15:20.926,12.0,94656.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,
+63,NBextensions Configurator,A jupyter notebook serverextension providing config interfaces for nbextensions.,https://github.com/Jupyter-contrib/jupyter_nbextensions_configurator,,jupyter-extensions,26,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,,120.0,18.0,72.0,66.0,35.0,960.0,2023-05-05 07:10:14.000,0.6.3,,492726.0,18.0,573.0,554.0,24.0,https://pypi.org/project/jupyter_nbextensions_configurator,2023-05-05 07:04:01.205,19.0,474902.0,https://anaconda.org/conda-forge/jupyter_nbextensions_configurator,2023-06-16 13:20:40.292,1622072.0,2.0,,,,,,,,,,,,,,,,,,,,,,,
+64,pythreejs,A Jupyter - Three.js bridge.,https://github.com/jupyter-widgets/pythreejs,,widgets,26,True,pythreejs,jupyter-widgets/pythreejs,conda-forge/pythreejs,https://github.com/jupyter-widgets/pythreejs,BSD-3-Clause,2013-12-23 17:02:11.000,2023-06-16 13:16:30.947000,2023-02-20 00:24:10,1723.0,,185.0,40.0,173.0,61.0,174.0,915.0,2023-02-20 00:24:01.104,2.4.2,,57604.0,46.0,99.0,29.0,30.0,https://pypi.org/project/pythreejs,2023-02-20 00:24:01.104,58.0,48552.0,https://anaconda.org/conda-forge/pythreejs,2023-06-16 13:16:30.947,520643.0,2.0,jupyter-threejs,https://www.npmjs.com/package/jupyter-threejs,2023-02-20 00:16:17.277,12.0,3454.0,,,,,,,,,,,,,,,,,,
+65,Kernel Gateway,Jupyter Kernel Gateway.,https://github.com/jupyter-server/kernel_gateway,,kernels,26,True,jupyter-kernel-gateway,jupyter/kernel_gateway,conda-forge/jupyter_kernel_gateway,https://github.com/jupyter-server/kernel_gateway,BSD-3-Clause,2015-09-21 15:34:11.000,2024-01-29 19:43:01.000000,2024-01-29 19:42:53,617.0,51.0,131.0,39.0,210.0,16.0,168.0,466.0,2023-02-06 19:50:03.769,2.5.2,146.0,15758.0,30.0,10.0,,46.0,https://pypi.org/project/jupyter-kernel-gateway,2024-01-29 19:43:01.000,10.0,13473.0,https://anaconda.org/conda-forge/jupyter_kernel_gateway,2023-06-16 13:21:45.404,203218.0,1.0,,,,,,,,,,,,jupyter-server/kernel_gateway,,,,,,,,,,,
+66,jdaviz,JWST astronomical data analysis tools in the Jupyter platform.,https://github.com/spacetelescope/jdaviz,,widgets,26,True,jdaviz,spacetelescope/jdaviz,,https://github.com/spacetelescope/jdaviz,BSD-3-Clause,2019-05-07 17:54:06.000,2024-02-01 04:58:00.000000,2024-01-30 20:12:40,4907.0,264.0,55.0,19.0,1702.0,319.0,656.0,115.0,2023-12-21 21:05:26.000,3.8.1,,1184.0,32.0,37.0,37.0,32.0,https://pypi.org/project/jdaviz,,,1184.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,
+67,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,True,knowledge-repo,airbnb/knowledge-repo,,https://github.com/airbnb/knowledge-repo,Apache-2.0,2016-08-17 23:32:50.000,2023-07-20 11:16:46.000000,2023-04-17 04:04:39,1329.0,,710.0,175.0,478.0,134.0,167.0,5411.0,2023-02-22 03:49:00.886,0.9.3,,972.0,33.0,22.0,21.0,73.0,https://pypi.org/project/knowledge-repo,2023-02-22 03:49:00.886,1.0,972.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,
+68,lux,Automatically visualize your pandas dataframe via a single print!.,https://github.com/lux-org/lux,,widgets,25,True,lux-api,lux-org/lux,conda-forge/lux-api,https://github.com/lux-org/lux,Apache-2.0,2020-01-08 04:53:29.000,2023-07-12 17:45:36.000000,2023-07-04 23:34:35,692.0,,354.0,90.0,262.0,81.0,161.0,4846.0,2022-02-19 00:48:20.000,0.5.1,,4731.0,18.0,183.0,179.0,21.0,https://pypi.org/project/lux-api,2022-02-19 00:46:49.000,2.0,3799.0,https://anaconda.org/conda-forge/lux-api,2023-06-16 19:24:44.344,21947.0,2.0,luxwidget,https://www.npmjs.com/package/luxwidget,2022-02-17 19:41:18.102,2.0,323.0,,,,,,,,,,,,,,,,,,
+69,nbdev,Create delightful software with Jupyter Notebooks.,https://github.com/fastai/nbdev,,notebook-tools,25,True,nbdev,fastai/nbdev,,https://github.com/fastai/nbdev,Apache-2.0,2019-11-18 17:37:35.000,2023-12-29 22:24:56.000000,2023-11-13 05:45:49,1679.0,2.0,458.0,46.0,542.0,132.0,713.0,4670.0,2023-10-19 04:39:52.000,2.3.13,,48701.0,25.0,,,46.0,https://pypi.org/project/nbdev,,,48701.0,,,,2.0,,,,,,,,,,,,,-3.0,,,,,,,,,,
+70,mercury,Convert Jupyter Notebooks to Web Apps.,https://github.com/mljar/mercury,,notebook-tools,25,True,mljar-mercury,mljar/mercury,,https://github.com/mljar/mercury,AGPL-3.0,2021-12-20 13:43:44.000,2024-01-10 11:54:38.000000,2024-01-10 11:54:34,791.0,10.0,229.0,43.0,26.0,60.0,325.0,3677.0,2023-10-26 12:41:21.000,2.3.7,,517.0,50.0,95.0,95.0,12.0,https://pypi.org/project/mljar-mercury,2022-09-02 09:05:19.173,,517.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,
+71,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,,406.0,89.0,105.0,158.0,127.0,3011.0,2020-04-07 16:34:17.000,1.3.1,,47493.0,21.0,12.0,12.0,30.0,https://pypi.org/project/qgrid,,,41412.0,https://anaconda.org/conda-forge/qgrid,2023-06-16 16:08:00.950,399256.0,2.0,qgrid,https://www.npmjs.com/package/qgrid,,,536.0,,,,,,,,,,,,,,,,,,
+72,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-01-18 15:09:51.000000,2023-01-27 08:04:32,1494.0,,527.0,93.0,463.0,178.0,406.0,2181.0,,,,20225.0,,14.0,14.0,96.0,,,,,,,,2.0,,,,,,jupyter/nbviewer,https://hub.docker.com/r/jupyter/nbviewer,2023-01-27 08:07:14.487852,33.0,2791052.0,,,,,,,,,,,,,
+73,nbQA,"Run ruff, isort, pyupgrade, mypy, pylint, flake8, and more on Jupyter Notebooks.",https://github.com/nbQA-dev/nbQA,,notebook-tools,25,True,nbqa,nbQA-dev/nbQA,conda-forge/nbqa,https://github.com/nbQA-dev/nbQA,MIT,2020-07-11 15:30:54.000,2024-01-29 18:13:14.000000,2023-11-27 18:27:49,700.0,8.0,36.0,8.0,548.0,7.0,281.0,933.0,2023-11-25 08:57:35.000,1.7.1,,119967.0,88.0,39.0,,31.0,https://pypi.org/project/nbqa,2023-11-25 08:57:35.000,39.0,116587.0,https://anaconda.org/conda-forge/nbqa,2023-11-25 12:16:16.779,135236.0,2.0,,,,,,,,,,,,,,,,,,,,,,,
+74,nbval,A py.test plugin to validate Jupyter notebooks.,https://github.com/computationalmodelling/nbval,,notebook-tools,25,False,nbval,computationalmodelling/nbval,conda-forge/nbval,https://github.com/computationalmodelling/nbval,BSD-3-Clause,2015-04-09 09:40:33.000,2023-11-09 23:47:42.000000,2023-01-11 11:27:13,465.0,,51.0,11.0,97.0,45.0,65.0,427.0,2023-01-11 11:30:08.757,0.10.0,,100420.0,20.0,3229.0,2866.0,33.0,https://pypi.org/project/nbval,2023-01-11 11:30:08.757,363.0,90827.0,https://anaconda.org/conda-forge/nbval,2023-10-11 12:34:56.839,412541.0,2.0,,,,,,,,,,,,,,,,,,,,,,,
+75,Metakernel,Jupyter/IPython Kernel Tools.,https://github.com/Calysto/metakernel,,kernels,25,True,metakernel,Calysto/metakernel,conda-forge/metakernel,https://github.com/Calysto/metakernel,BSD-3-Clause,2014-08-24 20:53:45.000,2023-11-05 01:44:50.000000,2023-11-05 01:44:49,1150.0,1.0,85.0,17.0,128.0,31.0,116.0,331.0,2023-09-11 18:36:42.000,0.30.1,159.0,44341.0,99.0,914.0,836.0,33.0,https://pypi.org/project/metakernel,2023-09-11 18:36:35.000,78.0,26211.0,https://anaconda.org/conda-forge/metakernel,2023-09-11 20:10:34.918,761283.0,2.0,,,,,,,,,,,,,,,,,,,,,,,
+76,ipyvuetify,Jupyter widgets based on vuetify UI components.,https://github.com/widgetti/ipyvuetify,,widgets,25,True,ipyvuetify,mariobuikhuizen/ipyvuetify,conda-forge/ipyvuetify,https://github.com/widgetti/ipyvuetify,MIT,2019-05-14 17:35:51.000,2023-12-21 19:51:14.000000,2023-11-23 16:32:50,267.0,6.0,53.0,15.0,91.0,67.0,136.0,324.0,2022-02-07 15:18:40.000,1.8.2,,97358.0,31.0,1053.0,1053.0,12.0,https://pypi.org/project/ipyvuetify,,,84981.0,https://anaconda.org/conda-forge/ipyvuetify,2023-06-16 16:15:58.169,157493.0,2.0,jupyter-vuetify,https://www.npmjs.com/package/jupyter-vuetify,,,9514.0,,,,,,,widgetti/ipyvuetify,,,,,,,,,,,
+77,mkdocs-jupyter,Use Jupyter Notebook in mkdocs.,https://github.com/danielfrg/mkdocs-jupyter,,notebook-sharing,25,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-02-01 07:29:54.000000,2024-01-20 04:59:46,230.0,1.0,36.0,5.0,76.0,16.0,92.0,312.0,2023-10-15 18:55:37.000,0.24.6,,141134.0,35.0,2022.0,1873.0,19.0,https://pypi.org/project/mkdocs-jupyter,2023-10-15 18:55:37.000,149.0,139755.0,https://anaconda.org/conda-forge/mkdocs-jupyter,2023-10-15 20:44:27.551,53791.0,2.0,,,,,,,,,,,,,,,,,,,,,,,
+78,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-01-01 17:45:14.000000,2023-05-23 19:06:45,716.0,,60.0,30.0,191.0,62.0,99.0,255.0,2022-04-04 22:26:36.000,1.3.3,4.0,48635.0,22.0,211.0,186.0,32.0,https://pypi.org/project/ipycytoscape,2022-04-04 22:26:36.000,22.0,40284.0,https://anaconda.org/conda-forge/ipycytoscape,2023-06-16 19:18:19.577,359834.0,2.0,jupyter-cytoscape,https://www.npmjs.com/package/jupyter-cytoscape,2022-04-04 22:06:25.396,3.0,695.0,,,,,,,,,,,,,,,,,,
+79,.NET Interactive,".NET Interactive combines the power of .NET with many other languages to create notebooks, REPLs, and embedded coding..",https://github.com/dotnet/interactive,,kernels,24,True,,dotnet/interactive,,https://github.com/dotnet/interactive,MIT,2020-01-22 00:39:04.000,2024-01-31 23:59:01.000000,2024-01-25 22:04:37,5084.0,103.0,368.0,66.0,1852.0,473.0,997.0,2649.0,2023-12-05 19:01:38.000,1.0.4605020,439.0,12.0,26.0,,,117.0,,,,,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,
+80,IHaskell,A Haskell kernel for the Jupyter project.,https://github.com/IHaskell/IHaskell,,kernels,24,True,,gibiansky/IHaskell,,https://github.com/IHaskell/IHaskell,MIT,2013-08-26 07:16:09.000,2024-01-28 14:36:54.000000,2024-01-28 03:43:03,2269.0,65.0,260.0,49.0,688.0,39.0,740.0,2519.0,2018-08-01 13:19:52.714,0.0.6,,16.0,6.0,3.0,,114.0,,,,,,,,2.0,ihaskell_jupyterlab,https://www.npmjs.com/package/ihaskell_jupyterlab,2018-08-01 13:19:52.714,3.0,16.0,,,,,,,IHaskell/IHaskell,,,,,,,,,,,
+81,BinderHub,"Run your code in the cloud, with technology so advanced, it feels like magic!.",https://github.com/jupyterhub/binderhub,,notebook-sharing,24,True,binderhub,jupyterhub/binderhub,,https://github.com/jupyterhub/binderhub,BSD-3-Clause,2017-04-26 00:28:26.000,2024-02-01 10:11:09.000000,2024-02-01 10:11:08,3390.0,49.0,389.0,78.0,1116.0,222.0,484.0,2432.0,2018-11-07 17:41:58.000,0.1.0,,55.0,1.0,9.0,9.0,95.0,https://pypi.org/project/binderhub,2018-11-07 17:41:58.000,,55.0,,,,3.0,,,,,,,,,,,,,,binderhub,,,,,,,,,
+82,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,2022-12-28 22:18:25.000000,2022-12-28 22:18:25,332.0,,183.0,41.0,43.0,54.0,188.0,2106.0,2021-11-15 23:43:33.000,5.2.1,,2187.0,33.0,109.0,84.0,17.0,,,,,,,,2.0,ijavascript,https://www.npmjs.com/package/ijavascript,2021-11-15 23:33:51.644,25.0,2187.0,,,,,,,,,,,,,,,,,,
+83,IRkernel,R kernel for Jupyter.,https://github.com/IRkernel/IRkernel,,kernels,24,True,,IRkernel/IRkernel,r/r-irkernel,https://github.com/IRkernel/IRkernel,MIT,2014-02-26 02:57:07.000,2024-01-16 22:07:49.699000,2023-03-06 15:57:54,599.0,,293.0,62.0,145.0,70.0,519.0,1666.0,2023-01-20 20:54:32.000,1.3.2,,16332.0,19.0,,,43.0,,,,,https://anaconda.org/r/r-irkernel,2024-01-16 22:07:49.699,146027.0,2.0,,,,,,jupyter/r-notebook,https://hub.docker.com/r/jupyter/r-notebook,2023-10-20 20:02:50.541542,57.0,1794617.0,,,,,IRkernel,,,,,,,,
+84,almond,A Scala kernel for Jupyter.,https://github.com/almond-sh/almond,,kernels,24,True,,almond-sh/almond,,https://github.com/almond-sh/almond,BSD-3-Clause,2015-03-10 22:48:50.000,2024-01-22 14:04:47.000000,2023-12-07 13:03:21,1476.0,14.0,242.0,57.0,980.0,128.0,207.0,1562.0,2023-05-15 14:58:56.000,0.13.14,2288.0,207.0,66.0,,,40.0,,,,,,,,2.0,,,,,,almondsh/almond,https://hub.docker.com/r/almondsh/almond,2023-10-19 23:11:45.308515,6.0,18588.0,,,,,,,,,,,,,
+85,Variable Inspector,Variable Inspector extension for Jupyterlab.,https://github.com/jupyterlab-contrib/jupyterlab-variableInspector,,lab-extensions,24,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-01-23 17:07:03.089000,2024-01-23 13:03:46,192.0,9.0,91.0,27.0,119.0,41.0,131.0,1041.0,2024-01-23 13:04:13.000,3.2.1,35.0,18269.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,10842.0,https://anaconda.org/conda-forge/jupyterlab-variableinspector,2024-01-23 17:07:03.089,23382.0,1.0,@lckr/jupyterlab_variableinspector,https://www.npmjs.com/package/@lckr/jupyterlab_variableinspector,2024-01-23 13:04:02.536,3.0,6740.0,,,,,,,jupyterlab-contrib/jupyterlab-variableInspector,,,,,,,,,,,
+86,ipyvizzu,Build animated charts in Jupyter Notebook and similar environments with a simple Python syntax.,https://github.com/vizzuhq/ipyvizzu,,widgets,24,True,ipyvizzu,vizzuhq/ipyvizzu,,https://github.com/vizzuhq/ipyvizzu,Apache-2.0,2022-01-05 22:37:39.000,2024-01-09 18:03:00.000000,2024-01-09 18:02:58,1202.0,47.0,87.0,15.0,202.0,12.0,75.0,905.0,2023-12-21 10:25:27.000,0.17.0,118.0,768.0,24.0,107.0,107.0,20.0,https://pypi.org/project/ipyvizzu,,,764.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,
+87,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,29.0,165.0,783.0,2023-05-21 13:17:02.977,2.2.1,,80244.0,62.0,29.0,,42.0,https://pypi.org/project/jupyterlab_code_formatter,2023-05-21 13:17:02.977,26.0,66609.0,https://anaconda.org/conda-forge/jupyterlab_code_formatter,2023-06-16 16:15:01.154,695670.0,1.0,@ryantam626/jupyterlab_code_formatter,https://www.npmjs.com/package/@ryantam626/jupyterlab_code_formatter,2023-04-16 18:07:15.321,3.0,1641.0,,,,,,,,,,,,,,,,,,
+88,gmaps,Google maps for Jupyter notebooks.,https://github.com/pbugnion/gmaps,,widgets,24,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,,9797.0,96.0,51.0,4.0,16.0,https://pypi.org/project/gmaps,2021-12-15 15:42:57.506,44.0,4787.0,https://anaconda.org/conda-forge/gmaps,2023-06-16 13:23:14.332,310430.0,2.0,jupyter-gmaps,https://www.npmjs.com/package/jupyter-gmaps,2019-07-21 08:49:48.715,3.0,1178.0,,,,,,,,,,,,,,,,,,
+89,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,,138.0,130.0,91.0,43.0,67.0,647.0,2019-06-03 21:24:10.000,0.10.2,,12751.0,20.0,201.0,186.0,22.0,https://pypi.org/project/mapboxgl,2019-06-02 16:02:54.380,15.0,12751.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,
+90,itables,Pandas DataFrames as Interactive DataTables.,https://github.com/mwouts/itables,,widgets,24,True,itables,mwouts/itables,conda-forge/itables,https://github.com/mwouts/itables,MIT,2019-04-15 22:09:44.000,2024-01-29 02:14:59.000000,2023-12-10 12:14:36,219.0,1.0,43.0,11.0,113.0,27.0,79.0,563.0,2023-12-10 12:15:58.000,1.6.3,,143768.0,43.0,403.0,403.0,6.0,https://pypi.org/project/itables,,,142204.0,https://anaconda.org/conda-forge/itables,2023-12-10 14:27:36.515,39102.0,2.0,,,,,,,,,,,,,,,,,,,,,,,
+91,Resource Usage,Jupyter Notebook Extension for monitoring your own Resource Usage.,https://github.com/jupyter-server/jupyter-resource-usage,,jupyter-extensions,24,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-01-29 19:07:16.000000,2024-01-09 08:32:28,377.0,4.0,97.0,9.0,139.0,42.0,45.0,433.0,2023-08-29 14:10:55.000,1.0.1,263.0,41165.0,13.0,526.0,526.0,34.0,https://pypi.org/project/jupyter-resource-usage,,,29093.0,https://anaconda.org/conda-forge/nbresuse,2023-06-16 19:18:24.900,557388.0,2.0,@jupyter-server/resource-usage,https://www.npmjs.com/package/@jupyter-server/resource-usage,,,207.0,,,,,,,,,,,,,,,,,,
+92,ThebeLab,Turn static HTML pages into live documents with Jupyter kernels.,https://github.com/executablebooks/thebe,,notebook-sharing,24,True,,executablebooks/thebe,,https://github.com/executablebooks/thebe,BSD-3-Clause,2017-03-14 12:17:22.000,2024-01-20 03:42:00.000000,2023-12-21 10:01:33,823.0,30.0,65.0,25.0,506.0,101.0,124.0,358.0,2021-10-26 10:05:57.827,0.8.2,,10720.0,19.0,11.0,10.0,29.0,,,,,,,,3.0,thebe,https://www.npmjs.com/package/thebe,2023-12-21 10:04:16.431,1.0,10720.0,,,,,,,,,,,,,,,,,,
+93,nbgitpuller,Jupyter server extension to sync a git repository one-way to a local path.,https://github.com/jupyterhub/nbgitpuller,,jupyter-extensions,24,True,nbgitpuller,jupyterhub/nbgitpuller,conda-forge/nbgitpuller,https://github.com/jupyterhub/nbgitpuller,BSD-3-Clause,2017-05-24 19:41:10.000,2024-01-09 22:06:43.000000,2024-01-04 00:02:12,593.0,6.0,80.0,16.0,183.0,71.0,88.0,198.0,2023-08-07 09:01:12.000,1.2.0,,24962.0,22.0,743.0,724.0,31.0,https://pypi.org/project/nbgitpuller,2023-08-07 09:01:12.000,19.0,22973.0,https://anaconda.org/conda-forge/nbgitpuller,2023-08-07 11:09:29.679,83571.0,2.0,,,,,,,,,,,,,,,,,,,,,,,
+94,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-01-04 00:04:58.000000,2024-01-04 00:04:57,192.0,4.0,171.0,20.0,83.0,71.0,83.0,195.0,2020-08-28 12:01:56.000,1.3.2,,9335.0,9.0,136.0,129.0,32.0,https://pypi.org/project/jupyterhub-ldapauthenticator,2020-08-28 12:01:56.000,7.0,8834.0,https://anaconda.org/conda-forge/jupyterhub-ldapauthenticator,2023-06-16 16:08:49.184,34089.0,1.0,,,,,,,,,,,,,,,,,,,,,,,
+95,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,44.0,326.0,,328.0,3524.0,2020-09-05 21:53:23.000,2.1.6,,,9.0,143.0,143.0,55.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,
+96,ipyvolume,3d plotting for Python in the Jupyter notebook based on IPython widgets using WebGL.,https://github.com/widgetti/ipyvolume,,widgets,23,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,,231.0,52.0,124.0,185.0,131.0,1895.0,,,,54308.0,20.0,16.0,16.0,45.0,https://pypi.org/project/ipyvolume,,,47653.0,https://anaconda.org/conda-forge/ipyvolume,2023-06-05 11:50:27.103,455016.0,3.0,ipyvolume,https://www.npmjs.com/package/ipyvolume,,,1239.0,,,,,,,widgetti/ipyvolume,,,,,,,,,,,
+97,Bash Kernel,A bash kernel for IPython.,https://github.com/takluyver/bash_kernel,,kernels,23,True,bash_kernel,takluyver/bash_kernel,conda-forge/bash_kernel,https://github.com/takluyver/bash_kernel,BSD-3-Clause,2014-06-27 00:27:25.000,2023-11-25 15:23:54.394000,2023-11-24 20:17:44,112.0,3.0,143.0,28.0,35.0,36.0,67.0,667.0,2023-11-24 20:37:29.000,0.9.3,,38714.0,15.0,228.0,197.0,20.0,https://pypi.org/project/bash_kernel,2023-11-24 20:36:49.000,31.0,34799.0,https://anaconda.org/conda-forge/bash_kernel,2023-11-25 15:23:54.394,156631.0,2.0,,,,,,,,,,,,,,,,,,,,,,,
+98,pivottablejs,"Dragndrop Pivot Tables and Charts for Jupyter/IPython Notebook, care of PivotTable.js.",https://github.com/nicolaskruchten/jupyter_pivottablejs,,widgets,23,False,pivottablejs,nicolaskruchten/jupyter_pivottablejs,anaconda/pivottablejs,https://github.com/nicolaskruchten/jupyter_pivottablejs,MIT,2015-09-09 13:39:18.000,2023-12-06 04:45:55.894000,2018-12-04 14:43:25,32.0,,81.0,21.0,8.0,23.0,41.0,639.0,2018-01-15 18:14:37.000,0.9.0,,18752.0,10.0,419.0,398.0,3.0,https://pypi.org/project/pivottablejs,2018-01-15 18:14:37.000,21.0,18723.0,https://anaconda.org/anaconda/pivottablejs,2023-12-06 04:45:55.894,2855.0,3.0,,,,,,,,,,,,,,,,,,,,,,,
+99,ipydatagrid,Fast Datagrid widget for the Jupyter Notebook and JupyterLab.,https://github.com/bloomberg/ipydatagrid,,widgets,23,True,ipydatagrid,bloomberg/ipydatagrid,conda-forge/ipydatagrid,https://github.com/bloomberg/ipydatagrid,BSD-3-Clause,2019-07-19 09:06:19.000,2024-01-26 16:24:22.470000,2024-01-26 14:54:49,800.0,9.0,46.0,16.0,342.0,62.0,72.0,473.0,2024-01-26 15:38:06.000,1.2.1,,21489.0,39.0,139.0,125.0,19.0,https://pypi.org/project/ipydatagrid,2024-01-26 15:38:06.000,11.0,18124.0,https://anaconda.org/conda-forge/ipydatagrid,2024-01-26 16:24:22.470,55525.0,3.0,ipydatagrid,https://www.npmjs.com/package/ipydatagrid,2023-11-09 09:59:22.449,3.0,1823.0,,,,,,,,,,,,,,,,,,
+100,Octave Kernel,An Octave kernel for IPython.,https://github.com/Calysto/octave_kernel,,kernels,23,False,octave_kernel,calysto/octave_kernel,conda-forge/octave_kernel,https://github.com/Calysto/octave_kernel,BSD-3-Clause,2014-07-31 01:59:06.000,2023-06-16 13:22:04.819000,2022-12-18 16:07:56,423.0,,64.0,24.0,52.0,33.0,150.0,438.0,2022-11-29 02:05:39.186,0.35.1,153.0,12708.0,114.0,73.0,66.0,20.0,https://pypi.org/project/octave_kernel,2022-11-29 02:05:39.186,7.0,6721.0,https://anaconda.org/conda-forge/octave_kernel,2023-06-16 13:22:04.819,514804.0,2.0,,,,,,,,,,,,,,,,,,,,,,,
+101,xeus-python,Jupyter kernel for the Python programming language.,https://github.com/jupyter-xeus/xeus-python,,kernels,23,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-01-25 15:46:16.000000,2024-01-25 15:46:16,925.0,17.0,67.0,15.0,421.0,63.0,126.0,404.0,2023-11-29 16:23:49.000,0.15.11,,36727.0,88.0,3.0,,21.0,https://pypi.org/project/xeus-python,2023-12-22 15:54:22.000,3.0,5502.0,https://anaconda.org/conda-forge/xeus-python,2024-01-11 15:43:18.351,1373912.0,2.0,,,,,,,,,,,,,,,,,,,,,,,
+102,jupyter-server-proxy,Jupyter notebook server extension to proxy web services.,https://github.com/jupyterhub/jupyter-server-proxy,,jupyter-extensions,23,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-02-01 09:30:34.000000,2024-02-01 09:30:33,1061.0,14.0,137.0,18.0,255.0,63.0,125.0,318.0,2022-09-08 00:27:55.674,3.2.2,,282279.0,18.0,7.0,3.0,71.0,https://pypi.org/project/jupyter-server-proxy,,,247090.0,https://anaconda.org/conda-forge/jupyter-server-proxy,2023-09-25 14:14:34.674,1443003.0,2.0,@jupyterlab/server-proxy,https://www.npmjs.com/package/@jupyterlab/server-proxy,2022-09-08 00:27:55.674,4.0,3123.0,,,,,,,,,,,,,,,,,,
+103,ipytest,Pytest in IPython notebooks.,https://github.com/chmp/ipytest,,notebook-tools,23,True,ipytest,chmp/ipytest,,https://github.com/chmp/ipytest,MIT,2016-02-07 20:24:41.000,2024-01-28 10:12:37.000000,2024-01-16 17:37:04,342.0,16.0,17.0,4.0,49.0,3.0,57.0,279.0,2023-05-19 07:58:00.869,0.13.3,,33174.0,40.0,374.0,352.0,5.0,https://pypi.org/project/ipytest,2024-01-16 17:39:24.000,22.0,33174.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,
+104,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-01 12:26:43.000000,2023-03-06 12:26:30,217.0,,37.0,11.0,76.0,33.0,28.0,231.0,,,,38902.0,8.0,976.0,976.0,9.0,https://pypi.org/project/ipywebrtc,,,34349.0,https://anaconda.org/conda-forge/ipywebrtc,2023-06-16 13:24:24.196,332377.0,3.0,jupyter-webrtc,https://www.npmjs.com/package/jupyter-webrtc,,,292.0,,,,,,,,,,,,,,,,,,
+105,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-01-02 13:42:39.000000,2024-01-02 13:42:37,435.0,4.0,50.0,12.0,141.0,14.0,30.0,62.0,2022-08-25 15:33:01.697,0.12.3,62.0,319025.0,39.0,70.0,,30.0,https://pypi.org/project/jupyter-packaging,2022-08-25 15:33:01.697,70.0,306822.0,https://anaconda.org/conda-forge/jupyter-packaging,2023-06-16 19:19:02.319,549103.0,3.0,,,,,,,,,,,,,,,,,,,,,,,
+106,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-02-01 10:26:43.000000,2023-01-10 01:11:13,2371.0,,352.0,86.0,880.0,170.0,1103.0,3887.0,2023-01-10 01:02:49.000,2.16.5,,,92.0,,,90.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,
+107,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,83.0,78.0,53.0,130.0,3732.0,2022-05-31 17:34:28.000,0.7.5,44.0,900.0,22.0,16.0,15.0,29.0,,,,,,,,2.0,,,,,,gopherdata/gophernotes,https://hub.docker.com/r/gopherdata/gophernotes,2018-12-22 19:00:35.934804,7.0,87345.0,,,,,,github.com/gopherdata/gophernotes,https://pkg.go.dev/github.com/gopherdata/gophernotes,2022-05-31 17:31:46,1.0,,,,
+108,datapane,Build and share data reports in 100% Python.,https://github.com/datapane/datapane,,others,22,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,,94.0,19.0,119.0,,112.0,1341.0,2023-09-07 13:59:32.000,0.17.0,,20742.0,90.0,14.0,,16.0,https://pypi.org/project/datapane,2023-09-07 13:59:32.000,14.0,18871.0,https://anaconda.org/conda-forge/datapane,2023-09-07 16:46:44.103,80478.0,3.0,,,,,,,,,,,,,,,,,,,,,,,
+109,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,,88.0,13.0,47.0,19.0,28.0,855.0,2023-07-02 14:38:00.400,2.4.3,,31461.0,27.0,2283.0,2185.0,19.0,https://pypi.org/project/watermark,2023-07-02 14:38:00.400,98.0,24341.0,https://anaconda.org/conda-forge/watermark,2023-07-02 15:47:55.854,277707.0,2.0,,,,,,,,,,,,,,,,,,,,,,,
+110,Apache Toree,Jupyter kernel for Apache Spark.,https://github.com/apache/incubator-toree,,kernels,22,True,toree,apache/incubator-toree,,https://github.com/apache/incubator-toree,Apache-2.0,2016-01-07 08:00:06.000,2023-10-01 17:07:29.000000,2023-10-01 17:07:29,1172.0,,221.0,49.0,221.0,12.0,,728.0,2022-04-21 19:01:00.000,0.5.0,,8281.0,14.0,9.0,,107.0,https://pypi.org/project/toree,2022-04-21 19:01:00.000,9.0,8281.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,
+111,JupyterLab Templates,Support for jupyter notebook templates in jupyterlab.,https://github.com/finos/jupyterlab_templates,,lab-extensions,22,True,jupyterlab_templates,jpmorganchase/jupyterlab_templates,conda-forge/jupyterlab_templates,https://github.com/finos/jupyterlab_templates,Apache-2.0,2018-03-17 21:38:11.000,2024-01-29 11:20:33.000000,2024-01-20 00:15:23,443.0,14.0,64.0,16.0,153.0,8.0,81.0,360.0,2023-07-14 16:47:40.070,0.5.0,,18770.0,27.0,11.0,8.0,20.0,https://pypi.org/project/jupyterlab_templates,,,14993.0,https://anaconda.org/conda-forge/jupyterlab_templates,2023-08-17 13:29:47.158,18696.0,2.0,jupyterlab_templates,https://www.npmjs.com/package/jupyterlab_templates,2023-07-14 16:47:40.070,3.0,3353.0,,,,,,,finos/jupyterlab_templates,,,,,,,,,,,
+112,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,,28.0,18.0,41.0,25.0,25.0,276.0,2021-01-06 19:12:18.000,0.4.2,,10558.0,7.0,344.0,326.0,11.0,https://pypi.org/project/nteract-scrapbook,2021-01-06 19:12:18.000,18.0,10227.0,https://anaconda.org/conda-forge/nteract-scrapbook,2023-06-16 19:17:54.716,15914.0,3.0,,,,,,,,,,,,,,,,,,,,,,,
+113,BatchSpawner,Custom Spawner for Jupyterhub to start servers in batch scheduled systems.,https://github.com/jupyterhub/batchspawner,,hub-spawners,22,True,batchspawner,jupyterhub/batchspawner,,https://github.com/jupyterhub/batchspawner,BSD-3-Clause,2015-10-27 03:53:10.000,2024-02-01 09:30:26.000000,2024-02-01 09:30:25,415.0,14.0,128.0,17.0,155.0,75.0,83.0,167.0,2022-10-05 04:48:28.224,1.2.0,,4195.0,10.0,35.0,31.0,44.0,https://pypi.org/project/batchspawner,2022-10-05 04:48:28.224,4.0,4195.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,
+114,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-02-01 09:31:48.000000,2023-10-09 07:01:31,224.0,,13.0,8.0,90.0,24.0,21.0,165.0,2023-08-11 05:48:03.000,1.0.0,133.0,95034.0,16.0,102.0,85.0,7.0,https://pypi.org/project/ipylab,2023-08-11 05:47:52.000,14.0,93678.0,https://anaconda.org/conda-forge/ipylab,2023-08-11 12:01:52.980,28431.0,2.0,ipylab,https://www.npmjs.com/package/ipylab,2023-08-11 05:47:59.304,3.0,586.0,,,,,,,,,,,,,,,,,,
+115,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-02-01 09:29:08.000000,2024-02-01 09:29:07,580.0,8.0,63.0,12.0,158.0,32.0,73.0,69.0,2023-05-22 08:28:01.738,1.2.0,,11366.0,13.0,73.0,73.0,22.0,https://pypi.org/project/jupyterhub-nativeauthenticator,2022-09-09 11:33:03.525,,11366.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,
+116,LTI Authenticator,A JupyterHub authenticator for LTI.,https://github.com/jupyterhub/ltiauthenticator,,hub-auth,22,True,jupyterhub-ltiauthenticator,jupyterhub/ltiauthenticator,,https://github.com/jupyterhub/ltiauthenticator,BSD-3-Clause,2017-12-15 02:54:15.000,2024-02-01 09:28:18.000000,2024-02-01 09:28:17,464.0,22.0,49.0,7.0,142.0,3.0,47.0,62.0,2024-01-04 13:15:25.000,1.6.2,,4449.0,14.0,113.0,104.0,18.0,https://pypi.org/project/jupyterhub-ltiauthenticator,2024-01-04 13:15:25.000,9.0,4449.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,
+117,commuter,Notebook sharing hub.,https://github.com/nteract/commuter,,notebook-sharing,21,False,,nteract/commuter,,https://github.com/nteract/commuter,BSD-3-Clause,2017-01-03 22:23:32.000,2023-09-08 15:20:37.000000,2022-04-28 20:49:58,640.0,,579.0,41.0,255.0,53.0,39.0,6075.0,2020-10-27 19:53:29.453,5.11.0,,193.0,71.0,5.0,2.0,27.0,,,,,,,,3.0,@nteract/commuter,https://www.npmjs.com/package/@nteract/commuter,2020-10-27 19:53:29.453,3.0,193.0,,,,,,,,,,,,,,,,,,
+118,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-01-06 22:00:58.000000,2023-08-05 06:50:25,531.0,,278.0,65.0,225.0,166.0,123.0,2869.0,,,,5265.0,20.0,,,26.0,,,,,https://anaconda.org/conda-forge/xeus-cling,2023-11-11 12:27:30.968,231699.0,2.0,,,,,,,,,,,,,,,,,,,,,,,
+119,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,2002.0,2021-06-11 15:17:12.000,0.3.0,,2584.0,13.0,155.0,155.0,8.0,https://pypi.org/project/colabcode,2021-06-11 15:17:12.000,,2584.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,
+120,What-If Tool,Source code/webpage/demos for the What-If Tool.,https://github.com/PAIR-code/what-if-tool,,widgets,21,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-01-09 01:44:29.000000,2023-04-27 23:44:02,329.0,,158.0,29.0,109.0,66.0,56.0,868.0,2021-10-12 17:36:36.000,1.8.1,,51984.0,4.0,2.0,2.0,20.0,https://pypi.org/project/witwidget,,,2442.0,https://anaconda.org/conda-forge/tensorboard-plugin-wit,2023-06-16 19:20:28.498,2124134.0,3.0,wit-widget,https://www.npmjs.com/package/wit-widget,,,1267.0,,,,,,,,,,,,,,,,,,
+121,IRuby,Official gem repository: Ruby kernel for Jupyter/IPython Notebook.,https://github.com/SciRuby/iruby,,kernels,21,True,,SciRuby/iruby,,https://github.com/SciRuby/iruby,MIT,2015-03-03 18:05:50.000,2024-01-30 05:13:21.000000,2024-01-30 05:13:21,721.0,3.0,22.0,31.0,143.0,46.0,144.0,820.0,2021-08-17 16:20:34.000,0.7.4,15.0,19.0,10.0,223.0,223.0,47.0,,,,,,,,2.0,,,,,,rubydata/datascience-notebook,https://hub.docker.com/r/rubydata/datascience-notebook,2023-02-03 04:21:45.711711,5.0,2099.0,,,,,,,,,,iruby,,,
+122,Enterprise Gateway,"A lightweight, multi-tenant, scalable and secure gateway that enables Jupyter Notebooks to share resources across..",https://github.com/jupyter-server/enterprise_gateway,,kernels,21,False,jupyter_enterprise_gateway,jupyter/enterprise_gateway,conda-forge/jupyter_enterprise_gateway,https://github.com/jupyter-server/enterprise_gateway,,2017-04-21 16:05:14.000,2024-01-30 06:00:37.000000,2024-01-07 21:53:54,1349.0,4.0,207.0,39.0,765.0,67.0,496.0,596.0,2023-03-18 23:02:09.000,3.2.2,33442.0,4883.0,40.0,1.0,,115.0,https://pypi.org/project/jupyter_enterprise_gateway,2023-03-18 22:38:00.459,1.0,2643.0,https://anaconda.org/conda-forge/jupyter_enterprise_gateway,2023-06-16 13:24:38.315,135041.0,2.0,,,,,,,,,,,,jupyter-server/enterprise_gateway,,,,,,,,,,,
+123,JupyterLab Debugger,"A visual debugger for Jupyter notebooks, consoles, and source files.",https://github.com/jupyterlab/debugger,,lab-extensions,21,False,,jupyterlab/debugger,,https://github.com/jupyterlab/debugger,BSD-3-Clause,2019-07-19 18:19:17.000,2022-03-15 11:03:46.000000,2021-03-31 14:20:34,1174.0,,40.0,20.0,322.0,17.0,245.0,559.0,2020-12-10 14:31:28.000,0.3.7,,71121.0,28.0,,,11.0,,,,,,,,2.0,@jupyterlab/debugger,https://www.npmjs.com/package/@jupyterlab/debugger,,,71121.0,,,,,,,,-8.0,,,,,,,,,,
+124,GPU Dashboards,A JupyterLab extension for displaying dashboards of GPU usage.,https://github.com/rapidsai/jupyterlab-nvdashboard,,lab-extensions,21,True,jupyterlab-nvdashboard,rapidsai/jupyterlab-nvdashboard,conda-forge/jupyterlab-nvdashboard,https://github.com/rapidsai/jupyterlab-nvdashboard,BSD-3-Clause,2019-08-12 15:22:10.000,2024-01-24 19:39:53.000000,2024-01-12 17:04:53,237.0,5.0,73.0,16.0,107.0,35.0,40.0,533.0,2023-08-25 14:12:11.000,0.9.0,,122506.0,123.0,8.0,3.0,19.0,https://pypi.org/project/jupyterlab-nvdashboard,2023-12-04 16:35:05.000,2.0,121515.0,https://anaconda.org/conda-forge/jupyterlab-nvdashboard,2023-06-16 16:21:24.095,38282.0,2.0,jupyterlab-nvdashboard,https://www.npmjs.com/package/jupyterlab-nvdashboard,2021-04-27 07:19:46.929,3.0,226.0,,,,,,,,,,,,,,,,,,
+125,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,2023-06-16 13:23:23.036000,2023-05-18 15:12:24,102.0,,70.0,24.0,16.0,7.0,54.0,427.0,2023-05-18 14:28:00.000,0.9.0,,4867.0,17.0,381.0,359.0,9.0,https://pypi.org/project/appmode,2023-05-18 14:25:00.792,22.0,1929.0,https://anaconda.org/conda-forge/appmode,2023-06-16 13:23:23.036,220412.0,2.0,,,,,,,,,,,,,,,,,,,,,,,
+126,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-02-01 02:10:42.000000,2024-02-01 02:10:41,658.0,8.0,60.0,30.0,443.0,11.0,91.0,366.0,2023-07-18 13:09:18.000,4.0.0,,32290.0,28.0,4.0,4.0,15.0,https://pypi.org/project/vega,,,26049.0,https://anaconda.org/conda-forge/vega,2023-06-16 13:18:03.216,574231.0,3.0,,,,,,,,,,,,,,,,,,,,,,,
+127,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,,58.0,17.0,120.0,45.0,101.0,296.0,2023-11-07 09:41:30.000,7.0.0,,30005.0,21.0,3.0,3.0,24.0,https://pypi.org/project/dask-labextension,,,6987.0,https://anaconda.org/conda-forge/dask-labextension,2023-08-04 21:07:12.374,941930.0,2.0,dask-labextension,https://www.npmjs.com/package/dask-labextension,,,592.0,,,,,,,,,,,,,,,,,,
+128,JupyterLab System Monitor,JupyterLab extension to display system metrics.,https://github.com/jtpio/jupyterlab-system-monitor,,lab-extensions,21,True,jupyterlab-system-monitor,jtpio/jupyterlab-system-monitor,conda-forge/jupyterlab-system-monitor,https://github.com/jtpio/jupyterlab-system-monitor,BSD-3-Clause,2019-07-13 12:31:51.000,2023-07-28 15:17:36.000000,2023-07-28 15:17:32,177.0,,30.0,6.0,60.0,27.0,44.0,293.0,2021-02-04 22:39:49.000,0.8.0,,8583.0,20.0,165.0,161.0,7.0,https://pypi.org/project/jupyterlab-system-monitor,2021-02-04 22:37:18.000,2.0,6047.0,https://anaconda.org/conda-forge/jupyterlab-system-monitor,2023-06-16 19:24:50.049,31877.0,2.0,jupyterlab-system-monitor,https://www.npmjs.com/package/jupyterlab-system-monitor,2020-11-23 15:30:52.408,2.0,1651.0,,,,,,,,,,,,,,,,,,
+129,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,21,True,naas,jupyter-naas/naas,,https://github.com/jupyter-naas/naas,AGPL-3.0,2020-09-20 17:09:00.000,2024-02-01 08:51:10.000000,2024-01-15 13:40:53,1852.0,20.0,23.0,5.0,248.0,40.0,144.0,266.0,2023-12-12 09:26:01.000,2.12.17,,2450.0,588.0,4.0,4.0,20.0,https://pypi.org/project/naas,2024-01-15 13:46:17.000,,2450.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,
+130,nbinteract,Create interactive webpages from Jupyter Notebooks.,https://github.com/SamLau95/nbinteract,,notebook-sharing,21,False,nbinteract,SamLau95/nbinteract,,https://github.com/SamLau95/nbinteract,BSD-3-Clause,2017-08-31 00:16:20.000,2023-01-05 09:57:44.000000,2021-04-15 20:39:36,590.0,,22.0,8.0,117.0,66.0,42.0,227.0,2021-01-05 06:49:39.135,0.2.6,,29590.0,46.0,46.0,4.0,8.0,https://pypi.org/project/nbinteract,2021-01-05 06:49:39.135,39.0,29384.0,,,,3.0,nbinteract,https://www.npmjs.com/package/nbinteract,2021-01-05 06:49:22.791,3.0,206.0,,,,,,,,,,,,,,,,,,
+131,bookstore,Notebook storage and publishing workflows for the masses.,https://github.com/nteract/bookstore,,notebook-sharing,21,False,bookstore,nteract/bookstore,,https://github.com/nteract/bookstore,BSD-3-Clause,2018-10-16 18:54:00.000,2021-12-15 14:37:42.138000,2019-12-09 16:52:07,619.0,,23.0,20.0,109.0,35.0,39.0,201.0,2021-12-15 14:37:42.138,0.0.0,,117142.0,19.0,18.0,17.0,7.0,https://pypi.org/project/bookstore,2021-12-15 14:37:42.138,1.0,117142.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,
+132,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,18.0,39.0,195.0,2023-07-28 20:19:38.000,0.8.4,,11317.0,19.0,222.0,217.0,6.0,https://pypi.org/project/jupyterlab-spellchecker,2023-07-28 20:19:38.000,2.0,7963.0,https://anaconda.org/conda-forge/jupyterlab-spellchecker,2023-07-28 22:34:41.159,105375.0,2.0,@ijmbarr/jupyterlab_spellchecker,https://www.npmjs.com/package/@ijmbarr/jupyterlab_spellchecker,2021-10-08 10:09:24.361,3.0,255.0,,,,,,,,,,,,,,,,,,
+133,jupyter-fs,A filesystem-like contents manager for multiple backends in Jupyter.,https://github.com/jpmorganchase/jupyter-fs,,lab-extensions,21,True,jupyter-fs,jpmorganchase/jupyter-fs,conda-forge/jupyter-fs,https://github.com/jpmorganchase/jupyter-fs,Apache-2.0,2019-09-24 17:44:10.000,2023-12-21 21:51:58.000000,2023-11-11 18:56:51,567.0,54.0,34.0,15.0,121.0,16.0,58.0,174.0,2023-11-11 19:03:07.000,0.4.1,,770.0,9.0,6.0,5.0,15.0,https://pypi.org/project/jupyter-fs,2023-11-11 19:03:07.000,1.0,550.0,https://anaconda.org/conda-forge/jupyter-fs,2023-11-12 01:40:07.839,9056.0,2.0,,,,,,,,,,,,,,,,,,,,,,,
+134,Rsession Proxy,Jupyter extensions for running an RStudio rsession proxy.,https://github.com/jupyterhub/jupyter-rsession-proxy,,jupyter-extensions,21,True,jupyter-rsession-proxy,jupyterhub/jupyter-rsession-proxy,conda-forge/jupyter-rsession-proxy,https://github.com/jupyterhub/jupyter-rsession-proxy,BSD-3-Clause,2016-12-09 06:26:18.000,2023-06-25 05:31:24.530000,2023-06-23 00:48:01,236.0,,84.0,13.0,65.0,32.0,48.0,110.0,2023-06-23 01:00:00.721,2.2.0,,10034.0,14.0,46.0,45.0,21.0,https://pypi.org/project/jupyter-rsession-proxy,2022-09-07 23:29:00.801,1.0,9305.0,https://anaconda.org/conda-forge/jupyter-rsession-proxy,2023-06-25 05:31:24.530,23349.0,2.0,,,,,,,,,,,,,,,,,,,,,,,
+135,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,2.0,10.0,38.0,2023-06-14 12:41:06.000,4.3.5,,75815.0,22.0,1055.0,1025.0,5.0,https://pypi.org/project/ipydatawidgets,2023-06-14 11:16:58.611,30.0,72027.0,https://anaconda.org/conda-forge/ipydatawidgets,2023-06-16 16:11:33.197,257615.0,3.0,,,,,,,,,,,,,,,,,,,,,,,
+136,ML Workspace,All-in-one web-based IDE specialized for machine learning and data science.,https://github.com/ml-tooling/ml-workspace,,notebook-environments,20,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,1.0,424.0,73.0,33.0,2.0,91.0,3300.0,2021-07-13 22:12:59.000,0.13.2,,9683.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,27.0,551940.0,,,,,,,,,,,,,
+137,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-01-28 05:57:05.000000,2023-06-02 22:48:38,718.0,,414.0,118.0,272.0,142.0,706.0,2714.0,2023-06-02 17:41:48.000,1.24.2,,,45.0,,,106.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,
+138,notedown,Markdown = IPython Notebook.,https://github.com/aaren/notedown,,notebook-sharing,20,False,notedown,aaren/notedown,conda-forge/notedown,https://github.com/aaren/notedown,BSD-2-Clause,2014-02-17 17:28:59.000,2023-06-16 16:08:46.317000,2017-11-16 19:29:56,264.0,,93.0,21.0,29.0,40.0,29.0,851.0,,,,3873.0,1.0,249.0,249.0,7.0,https://pypi.org/project/notedown,,,3351.0,https://anaconda.org/conda-forge/notedown,2023-06-16 16:08:46.317,35524.0,3.0,,,,,,,,,,,,,,,,,,,,,,,
+139,pick,Customize your kernels on Launch!.,https://github.com/nteract/pick,,magic,20,False,pick,nteract/pick,,https://github.com/nteract/pick,BSD-3-Clause,2020-04-08 23:47:09.000,2021-12-06 15:27:43.000000,2020-11-04 01:10:24,87.0,,57.0,6.0,26.0,4.0,5.0,617.0,2022-11-21 06:29:00.831,2.2.0,,84176.0,29.0,164.0,,5.0,https://pypi.org/project/pick,2021-12-06 15:27:43.000,164.0,84176.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,
+140,JupyterLab Drawio,A standalone embedding of the FOSS drawio / mxgraph package into jupyterlab.,https://github.com/QuantStack/jupyterlab-drawio,,lab-renderer,20,False,jupyterlab-drawio,QuantStack/jupyterlab-drawio,conda-forge/jupyterlab-drawio,https://github.com/QuantStack/jupyterlab-drawio,BSD-3-Clause,2018-01-31 16:38:30.000,2023-06-16 19:25:47.823000,2021-06-29 12:29:51,101.0,,69.0,28.0,52.0,42.0,25.0,584.0,,,,5028.0,1.0,1352.0,1352.0,15.0,https://pypi.org/project/jupyterlab-drawio,,,2177.0,https://anaconda.org/conda-forge/jupyterlab-drawio,2023-06-16 19:25:47.823,21106.0,1.0,jupyterlab-drawio,https://www.npmjs.com/package/jupyterlab-drawio,,,2212.0,,,,,,,,,,,,,,,,,,
+141,nb_conda_kernels,Package for managing conda environment-based kernels inside of Jupyter.,https://github.com/Anaconda-Platform/nb_conda_kernels,,kernels,20,True,,Anaconda-Platform/nb_conda_kernels,conda-forge/nb_conda_kernels,https://github.com/Anaconda-Platform/nb_conda_kernels,BSD-3-Clause,2015-12-10 16:11:42.000,2023-12-12 16:46:31.000000,2023-12-12 16:46:31,340.0,5.0,66.0,21.0,89.0,44.0,100.0,552.0,2020-09-05 22:35:32.000,2.3.0,,30057.0,11.0,,,16.0,,,,,https://anaconda.org/conda-forge/nb_conda_kernels,2023-11-14 17:00:09.054,1262434.0,3.0,,,,,,,,,,,,,,,,,,,,,,,
+142,ipysheet,Jupyter handsontable integration.,https://github.com/jupyter-widgets-contrib/ipysheet,,widgets,20,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,2.0,69.0,20.0,125.0,63.0,60.0,531.0,2022-11-28 09:27:38.314,0.7.0,,51516.0,24.0,38.0,7.0,14.0,https://pypi.org/project/ipysheet,2022-11-28 09:25:01.163,28.0,48987.0,https://anaconda.org/conda-forge/ipysheet,2023-06-16 16:13:19.853,105229.0,3.0,ipysheet,https://www.npmjs.com/package/ipysheet,2022-11-28 09:27:38.314,3.0,804.0,,,,,,,jupyter-widgets-contrib/ipysheet,,,,,,,,,,,
+143,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,,56.0,21.0,51.0,16.0,29.0,526.0,2022-02-11 15:19:00.000,1.0.0,,1355.0,11.0,12.0,12.0,10.0,https://pypi.org/project/ansible-kernel,2022-02-11 15:19:00.000,,109.0,https://anaconda.org/conda-forge/ansible-kernel,2023-06-16 16:15:33.557,14909.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,66678.0,,,,,,,,,,,,,
+144,nbtutor,Visualize Python code execution (line-by-line) in Jupyter Notebook cells.,https://github.com/lgpage/nbtutor,,widgets,20,True,nbtutor,lgpage/nbtutor,conda-forge/nbtutor,https://github.com/lgpage/nbtutor,BSD-3-Clause,2016-11-07 14:08:25.000,2024-01-09 20:19:31.000000,2023-04-14 07:14:04,272.0,,39.0,20.0,112.0,19.0,24.0,447.0,2022-04-19 10:58:08.000,2.0.3,,1752.0,8.0,41.0,38.0,4.0,https://pypi.org/project/nbtutor,2022-04-19 10:58:08.000,3.0,98.0,https://anaconda.org/conda-forge/nbtutor,2023-06-16 13:17:46.107,142325.0,3.0,,,,,,,,,,,,,,,,,,,,,,,
+145,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,,42.0,17.0,65.0,50.0,47.0,394.0,2020-08-11 16:50:08.000,0.1.3,,1594.0,7.0,327.0,327.0,15.0,https://pypi.org/project/nteract-testbook,2020-08-11 16:50:08.000,,13.0,https://anaconda.org/conda-forge/testbook,2023-06-16 19:23:33.373,61667.0,3.0,,,,,,,,,,,,,,,,,,,,,,,
+146,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,2023-08-03 14:12:04.000000,2023-08-03 14:11:49,247.0,,104.0,32.0,90.0,29.0,41.0,393.0,2023-08-03 14:12:11.000,4.0.0,30.0,3347.0,24.0,10.0,6.0,17.0,https://pypi.org/project/jupyterlab-github,2023-08-03 14:12:04.000,2.0,2194.0,,,,2.0,@jupyterlab/github,https://www.npmjs.com/package/@jupyterlab/github,2023-08-02 17:40:03.884,2.0,1153.0,,,,,,,,,,,,,,,,,,
+147,jupyter-flex,Build dashboards using Jupyter Notebooks.,https://github.com/danielfrg/jupyter-flex,,notebook-sharing,20,True,jupyter-flex,danielfrg/jupyter-flex,conda-forge/jupyter-flex,https://github.com/danielfrg/jupyter-flex,Apache-2.0,2019-12-13 20:19:40.000,2024-01-23 00:09:43.000000,2024-01-23 00:09:42,385.0,2.0,54.0,8.0,109.0,13.0,50.0,304.0,2023-03-28 23:50:00.718,0.9.1,,1580.0,18.0,49.0,46.0,4.0,https://pypi.org/project/jupyter-flex,2023-03-28 23:50:00.718,,1156.0,https://anaconda.org/conda-forge/jupyter-flex,2023-06-16 19:22:49.073,16636.0,3.0,@danielfrg/jupyter-flex,https://www.npmjs.com/package/@danielfrg/jupyter-flex,2021-10-02 05:04:29.585,3.0,19.0,,,,,,,,,,,,,,,,,,
+148,Jupyter Bokeh,An extension for rendering Bokeh content in JupyterLab notebooks.,https://github.com/bokeh/jupyter_bokeh,,lab-extensions,20,True,jupyter-bokeh,bokeh/jupyter_bokeh,conda-forge/jupyter_bokeh,https://github.com/bokeh/jupyter_bokeh,BSD-3-Clause,2017-08-14 23:01:29.000,2023-07-19 08:30:24.000000,2023-03-14 10:04:23,136.0,,45.0,21.0,94.0,22.0,82.0,227.0,2023-03-14 10:13:01.307,3.0.7,,58580.0,19.0,31.0,3.0,18.0,https://pypi.org/project/jupyter-bokeh,2023-03-14 10:10:06.309,25.0,52141.0,https://anaconda.org/conda-forge/jupyter_bokeh,2023-06-16 19:19:30.692,76192.0,2.0,@bokeh/jupyter_bokeh,https://www.npmjs.com/package/@bokeh/jupyter_bokeh,2023-03-14 10:13:01.307,3.0,4708.0,,,,,,,,,,,,,,,,,,
+149,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-01-23 16:18:23.000000,2023-12-20 13:31:56,1693.0,15.0,31.0,10.0,489.0,32.0,456.0,151.0,,,,2002.0,,,,23.0,,,,,,,,3.0,,,,,,nbgallery/nbgallery,https://hub.docker.com/r/nbgallery/nbgallery,2023-12-20 13:33:05.248059,5.0,170185.0,,,,,,,,,,,,,
+150,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,119.0,2023-08-07 10:13:29.000,0.8.0,,16279.0,866.0,530.0,497.0,14.0,https://pypi.org/project/mknotebooks,2023-08-11 12:01:01.000,33.0,16279.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,
+151,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,7.0,47.0,9.0,70.0,27.0,49.0,88.0,2023-06-08 13:14:00.415,1.0.1,,3595.0,20.0,37.0,36.0,21.0,https://pypi.org/project/jupyterhub-systemdspawner,2023-06-08 13:14:00.415,1.0,3021.0,https://anaconda.org/conda-forge/jupyterhub-systemdspawner,2023-06-16 16:16:00.682,31597.0,3.0,,,,,,,,,,,,,,,,,,,,,,,
+152,ipyvue,Jupyter widgets base for Vue libraries.,https://github.com/widgetti/ipyvue,,widgets,20,True,ipyvue,mariobuikhuizen/ipyvue,conda-forge/ipyvue,https://github.com/widgetti/ipyvue,MIT,2019-08-11 10:10:05.000,2024-02-01 06:14:55.000000,2023-12-08 08:39:43,132.0,2.0,17.0,7.0,74.0,5.0,8.0,60.0,2023-10-19 10:55:09.000,1.10.1,,120067.0,21.0,699.0,699.0,5.0,https://pypi.org/project/ipyvue,,,113859.0,https://anaconda.org/conda-forge/ipyvue,2023-09-07 16:06:30.904,118191.0,3.0,jupyter-vue,https://www.npmjs.com/package/jupyter-vue,,,3522.0,,,,,,,widgetti/ipyvue,,,,,,,,,,,
+153,pyforest,pyforest - feel the bliss of automated imports.,https://github.com/8080labs/pyforest,,jupyter-extensions,19,False,pyforest,8080labs/pyforest,,https://github.com/8080labs/pyforest,MIT,2019-08-12 07:35:46.000,2023-06-07 10:33:18.000000,2021-06-14 15:04:41,196.0,,195.0,37.0,33.0,13.0,14.0,1067.0,2021-06-14 15:07:13.000,1.1.0,,3458.0,10.0,9.0,,13.0,https://pypi.org/project/pyforest,2021-06-14 15:07:13.000,9.0,3458.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,
+154,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-01-28 02:10:35.000000,2019-12-08 22:22:20,90.0,,209.0,34.0,14.0,80.0,59.0,1018.0,2019-05-06 03:28:50.000,1.3.0,152057.0,2236.0,5.0,,,4.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,
+155,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,,75.0,24.0,33.0,27.0,106.0,464.0,2022-05-09 10:23:00.581,0.17.1,,2065.0,56.0,5.0,,18.0,https://pypi.org/project/matlab_kernel,2017-04-20 00:39:18.000,5.0,936.0,https://anaconda.org/conda-forge/matlab_kernel,2023-10-02 12:02:47.993,44062.0,3.0,,,,,,,,,,,,,,,,,,,,,,,
+156,JupyterLab Dash,An Extension for the Interactive development of Dash apps in JupyterLab.,https://github.com/plotly/jupyterlab-dash,,lab-renderer,19,False,jupyterlab-dash,plotly/jupyterlab-dash,,https://github.com/plotly/jupyterlab-dash,MIT,2018-11-07 19:47:52.000,2020-05-19 14:20:53.000000,2020-05-19 11:44:34,41.0,,55.0,50.0,12.0,20.0,8.0,359.0,,,,3827.0,2.0,598.0,598.0,7.0,https://pypi.org/project/jupyterlab-dash,,,1505.0,,,,2.0,jupyterlab-dash,https://www.npmjs.com/package/jupyterlab-dash,,,2322.0,,,,,,,,,,,,,,,,,,
+157,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,297.0,2017-09-08 07:23:49.000,0.4.3,,1608.0,10.0,136.0,126.0,11.0,https://pypi.org/project/nbopen,2023-09-08 12:57:09.000,10.0,1608.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,
+158,treon,Easy to use test framework for Jupyter Notebooks.,https://github.com/ReviewNB/treon,,notebook-tools,19,False,treon,ReviewNB/treon,conda-forge/treon,https://github.com/ReviewNB/treon,MIT,2019-03-29 15:02:35.000,2023-06-16 19:26:36.235000,2022-08-04 11:15:04,66.0,,26.0,13.0,12.0,3.0,10.0,293.0,2022-08-04 11:25:18.993,0.1.4,,16262.0,5.0,105.0,98.0,5.0,https://pypi.org/project/treon,2022-08-04 11:25:18.993,7.0,15984.0,https://anaconda.org/conda-forge/treon,2023-06-16 19:26:36.235,8898.0,3.0,,,,,,,,,,,,,,,,,,,,,,,
+159,retrolab,JupyterLab distribution with a retro look and feel.,https://github.com/jupyterlab/retrolab,,notebook-environments,19,True,retrolab,jupyterlab/retrolab,conda-forge/retrolab,https://github.com/jupyterlab/retrolab,BSD-3-Clause,2020-12-07 16:37:07.000,2023-06-16 19:25:59.201000,2023-02-16 13:40:18,633.0,,46.0,14.0,220.0,,111.0,280.0,2022-05-04 07:37:18.000,0.3.21,2790.0,2405.0,50.0,28.0,18.0,17.0,https://pypi.org/project/retrolab,2022-05-04 07:36:52.000,3.0,760.0,https://anaconda.org/conda-forge/retrolab,2023-06-16 19:25:59.201,51377.0,3.0,@jupyterlab-classic/application,https://www.npmjs.com/package/@jupyterlab-classic/application,2021-04-19 14:22:28.986,7.0,16.0,,,,,,,,,,,,,,,,,,
+160,OCaml Kernel,An OCaml kernel for Jupyter (IPython) notebook.,https://github.com/akabe/ocaml-jupyter,,kernels,19,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,,38.0,11.0,126.0,7.0,72.0,274.0,2023-08-11 02:56:40.000,2.8.3,114671.0,1451.0,35.0,,,23.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,
+161,Darcula Theme,A handsome Darcula theme for Jupyterlab. The first jlab theme to include dark scrollbars.,https://github.com/telamonian/theme-darcula,,lab-themes,19,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,,27.0,5.0,46.0,8.0,17.0,198.0,,,,2498.0,4.0,1309.0,1309.0,7.0,https://pypi.org/project/theme-darcula,,,1671.0,https://anaconda.org/conda-forge/theme-darcula,2023-06-16 19:25:35.462,23585.0,1.0,@telamonian/theme-darcula,https://www.npmjs.com/package/@telamonian/theme-darcula,,,134.0,,,,,,,,,,,,,,,,,,
+162,jupyverse,A Jupyter server based on FastAPI.,https://github.com/jupyter-server/jupyverse,,notebook-environments,19,False,jupyverse,jupyter-server/jupyverse,conda-forge/fps-auth,https://github.com/jupyter-server/jupyverse,BSD-1-Clause,2021-07-23 14:20:02.000,2024-01-26 10:45:16.000000,2024-01-16 08:09:22,653.0,17.0,25.0,9.0,319.0,25.0,44.0,178.0,2024-01-02 11:09:14.000,0.4.2,5278.0,1773.0,61.0,2.0,2.0,12.0,https://pypi.org/project/jupyverse,2024-01-02 11:09:06.000,,554.0,https://anaconda.org/conda-forge/fps-auth,2024-01-02 12:50:50.347,23721.0,3.0,,,,,,,,,,,,,,,,,,,,,,,
+163,jupyter-archive,"A Jupyter/Jupyterlab extension to make, download and extract archive files.",https://github.com/jupyterlab-contrib/jupyter-archive,,jupyter-extensions,19,True,jupyter-archive,jupyterlab-contrib/jupyter-archive,conda-forge/jupyter-archive,https://github.com/jupyterlab-contrib/jupyter-archive,BSD-3-Clause,2019-07-25 17:15:19.000,2023-10-26 14:17:38.000000,2023-10-26 14:17:37,234.0,,13.0,5.0,88.0,3.0,36.0,68.0,2023-08-15 15:28:38.000,3.4.0,3269.0,25126.0,36.0,132.0,125.0,10.0,https://pypi.org/project/jupyter-archive,2023-08-15 15:28:33.000,4.0,23559.0,https://anaconda.org/conda-forge/jupyter-archive,2023-08-16 14:54:33.988,59659.0,3.0,@hadim/jupyter-archive,https://www.npmjs.com/package/@hadim/jupyter-archive,2023-08-15 15:28:31.802,3.0,118.0,,,,,,,,,,,,,,,,,,
+164,ipydagred3,ipywidgets library for drawing directed acyclic graphs in jupyterlab using dagre-d3.,https://github.com/timkpaine/ipydagred3,,widgets,19,True,ipydagred3,timkpaine/ipydagred3,conda-forge/ipydagred3,https://github.com/timkpaine/ipydagred3,Apache-2.0,2020-02-29 23:01:15.000,2023-12-19 00:05:36.000000,2023-12-19 00:05:35,355.0,5.0,6.0,5.0,109.0,5.0,19.0,67.0,2023-09-03 15:30:13.000,0.4.0,,67503.0,17.0,3.0,3.0,3.0,https://pypi.org/project/ipydagred3,,,381.0,https://anaconda.org/conda-forge/ipydagred3,2023-11-01 13:35:17.799,27435.0,3.0,@jupyter-widgets/jupyterlab-manager,https://www.npmjs.com/package/@jupyter-widgets/jupyterlab-manager,,,66513.0,,,,,,,,,,,,,,,,,,
+165,clojupyter,a Jupyter kernel for Clojure.,https://github.com/clojupyter/clojupyter,,kernels,18,True,,clojupyter/clojupyter,simplect/clojupyter,https://github.com/clojupyter/clojupyter,MIT,2014-05-09 07:09:06.000,2023-12-29 20:15:18.000000,2023-12-29 20:15:15,323.0,18.0,82.0,37.0,61.0,15.0,89.0,805.0,,,,67.0,8.0,,,26.0,,,,,https://anaconda.org/simplect/clojupyter,2023-07-20 06:35:35.164,3526.0,3.0,,,,,,simplect/clojupyter,https://hub.docker.com/r/simplect/clojupyter,2019-04-25 08:25:07.304303,,416.0,,,,,,,,,,,,,
+166,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,18,True,,iot-salzburg/gpu-jupyter,,https://github.com/iot-salzburg/gpu-jupyter,Apache-2.0,2019-11-12 20:10:23.000,2024-01-28 21:54:25.000000,2024-01-24 13:59:49,311.0,46.0,212.0,20.0,51.0,5.0,84.0,619.0,2023-12-19 15:55:23.000,1.5_cuda-12.0_ubuntu-22.04,,,7.0,,,15.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,
+167,JupyterLab Latex,JupyterLab extension for live editing of LaTeX documents.,https://github.com/jupyterlab/jupyterlab-latex,,lab-renderer,18,True,jupyterlab_latex,jupyterlab/jupyterlab-latex,conda-forge/jupyterlab-latex,https://github.com/jupyterlab/jupyterlab-latex,BSD-3-Clause,2017-10-24 02:12:37.000,2023-10-31 13:45:02.000000,2023-10-31 13:44:58,446.0,,67.0,15.0,131.0,33.0,57.0,594.0,2023-05-31 04:26:11.000,3.2.0,,2652.0,3.0,,,23.0,https://pypi.org/project/jupyterlab_latex,,,2112.0,https://anaconda.org/conda-forge/jupyterlab-latex,2023-06-16 19:18:37.104,13074.0,2.0,@jupyterlab/latex,https://www.npmjs.com/package/@jupyterlab/latex,,,256.0,,,,,,,,,,,,,,,,,,
+168,JupyterLab Renderers,Renderers and renderer extensions for JupyterLab.,https://github.com/jupyterlab/jupyter-renderers,,lab-renderer,18,True,jupyterlab-katex,jupyterlab/jupyter-renderers,conda-forge/jupyterlab-vega3,https://github.com/jupyterlab/jupyter-renderers,BSD-3-Clause,2017-06-08 16:59:07.000,2024-01-10 15:09:32.000000,2023-11-12 10:25:41,622.0,1.0,72.0,33.0,201.0,35.0,74.0,479.0,,,,2871.0,3.0,,,29.0,https://pypi.org/project/jupyterlab-katex,,,935.0,https://anaconda.org/conda-forge/jupyterlab-vega3,2023-06-16 19:25:17.752,3627.0,2.0,@jupyterlab/geojson-extension,https://www.npmjs.com/package/@jupyterlab/geojson-extension,,,1833.0,,,,,,,,,,,,,,,,,,
+169,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,398.0,2020-05-27 00:10:19.202,2.0.0,,351.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,351.0,,,,,,,,,,,,,,,,,,
+170,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,2023-12-11 14:03:21.000000,2023-12-11 14:03:20,538.0,2.0,21.0,14.0,27.0,11.0,188.0,339.0,2020-02-02 22:32:28.000,0.1.6,,74.0,26.0,19.0,19.0,3.0,https://pypi.org/project/pylantern,,,74.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,
+171,jupyterlab-execute-time,A JupyterLab extension for displaying cell timings.,https://github.com/deshaw/jupyterlab-execute-time,,lab-extensions,18,True,jupyterlab-execute-time,deshaw/jupyterlab-execute-time,conda-forge/jupyterlab_execute_time,https://github.com/deshaw/jupyterlab-execute-time,BSD-3-Clause,2020-04-07 22:27:30.000,2024-01-30 01:03:17.000000,2024-01-30 01:03:16,58.0,5.0,43.0,8.0,49.0,9.0,53.0,321.0,,,,45024.0,12.0,4.0,4.0,17.0,https://pypi.org/project/jupyterlab-execute-time,,,41996.0,https://anaconda.org/conda-forge/jupyterlab_execute_time,2024-01-29 22:07:00.352,56790.0,2.0,jupyterlab-execute-time,https://www.npmjs.com/package/jupyterlab-execute-time,,,1494.0,,,,,,,,,,,,,,,,,,
+172,notebookJS,notebookJS: seamless JavaScript integration in Python Notebooks.,https://github.com/jorgehpo/notebookJS,,kernels,18,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,,1104.0,28.0,35.0,18.0,2.0,https://pypi.org/project/notebookjs,2021-04-17 19:11:41.000,,63.0,,,,3.0,notebookjs,https://www.npmjs.com/package/notebookjs,2024-01-23 21:10:31.228,17.0,1041.0,,,,,,,,6.0,,,,,,,,,,
+173,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,2023-11-26 17:44:26.000000,2023-10-26 14:20:46,625.0,,29.0,6.0,152.0,21.0,43.0,252.0,2023-05-05 13:05:52.701,5.2.1,2.0,1084.0,30.0,7.0,5.0,26.0,https://pypi.org/project/mamba-gator,2021-09-03 07:30:09.000,,38.0,https://anaconda.org/conda-forge/mamba_gator,2023-06-16 19:23:51.106,39233.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,41.0,,,,,,,,,,,,,,,,,,
+174,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,,80.0,37.0,29.0,,58.0,196.0,2022-12-01 21:51:02.000,2.4.13,,4056.0,20.0,1.0,,11.0,https://pypi.org/project/sas_kernel,2022-12-01 21:49:02.222,1.0,4023.0,https://anaconda.org/anaconda/sas_kernel,2023-06-16 13:24:59.052,2566.0,3.0,,,,,,,,,,,,,,,,,,,,,,,
+175,Spylon Kernel,Jupyter kernel for scala and spark.,https://github.com/vericast/spylon-kernel,,kernels,18,False,spylon-kernel,vericast/spylon-kernel,conda-forge/spylon-kernel,https://github.com/vericast/spylon-kernel,,2016-11-21 02:23:14.000,2024-01-11 09:22:04.000000,2018-09-20 15:43:57,188.0,,33.0,12.0,29.0,22.0,20.0,181.0,2017-03-05 04:26:44.000,0.2.0,,4020.0,8.0,150.0,150.0,6.0,https://pypi.org/project/spylon-kernel,,,2499.0,https://anaconda.org/conda-forge/spylon-kernel,2023-06-16 13:20:41.310,127846.0,3.0,,,,,,,,,,,,,,,,,,,,,,,
+176,ipyexperiments,"Automatic GPU+CPU memory profiling, re-use and memory leaks detection using jupyter/ipython experiment containers.",https://github.com/stas00/ipyexperiments,,notebook-tools,18,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,4.0,11.0,8.0,2.0,,5.0,181.0,2023-12-15 03:21:06.000,0.1.29,,252.0,25.0,10.0,8.0,3.0,https://pypi.org/project/ipyexperiments,2023-12-15 03:21:06.000,2.0,252.0,,,,3.0,,,,,,,,,,,,,6.0,,,,,,,,,,
+177,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,1224.0,15.0,,,9.0,,,,,https://anaconda.org/conda-forge/scijava-jupyter-kernel,2023-06-16 13:18:35.621,100361.0,3.0,,,,,,,,,,,,,,,,,,,,,,,
+178,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,,36.0,27.0,58.0,59.0,93.0,176.0,2019-10-03 18:34:08.594,3.0.0,,35.0,17.0,21.0,14.0,10.0,,,,,,,,2.0,@jupyterlab/dataregistry-extension,https://www.npmjs.com/package/@jupyterlab/dataregistry-extension,2019-10-03 18:34:08.594,7.0,35.0,,,,,,,,,,,,,,,,,,
+179,ipysigma,A Jupyter widget using sigma.js to render interactive networks.,https://github.com/medialab/ipysigma,,widgets,18,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,,13.0,5.0,18.0,47.0,154.0,152.0,2023-06-15 13:54:02.722,0.24.2,,950.0,30.0,29.0,25.0,6.0,https://pypi.org/project/ipysigma,2022-06-08 16:10:49.000,1.0,557.0,,,,3.0,ipysigma,https://www.npmjs.com/package/ipysigma,2023-06-15 13:50:38.516,3.0,393.0,,,,,,,medialab/ipysigma,,,,,,,,,,,
+180,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,,29.0,9.0,47.0,20.0,19.0,124.0,2022-08-24 12:33:17.000,0.2.2,,68654.0,12.0,25.0,,9.0,https://pypi.org/project/ipytree,2022-08-23 15:13:01.647,22.0,66622.0,https://anaconda.org/conda-forge/ipytree,2023-06-16 16:14:42.506,99496.0,3.0,ipytree,https://www.npmjs.com/package/ipytree,2022-08-23 15:10:34.820,3.0,346.0,,,,,,,jupyter-widgets-contrib/ipytree,,,,,,,,,,,
+181,ipyregulartable,"High performance, editable, stylable datagrids in jupyter and jupyterlab.",https://github.com/finos/ipyregulartable,,widgets,18,True,ipyregulartable,jpmorganchase/ipyregulartable,conda-forge/ipyregulartable,https://github.com/finos/ipyregulartable,Apache-2.0,2020-06-15 21:45:08.000,2023-12-18 15:18:46.000000,2023-12-18 15:18:45,236.0,5.0,15.0,7.0,91.0,10.0,17.0,96.0,,,,66785.0,6.0,13.0,13.0,5.0,https://pypi.org/project/ipyregulartable,,,125.0,https://anaconda.org/conda-forge/ipyregulartable,2023-06-16 19:23:44.012,5759.0,3.0,@jupyter-widgets/jupyterlab-manager,https://www.npmjs.com/package/@jupyter-widgets/jupyterlab-manager,,,66513.0,,,,,,,finos/ipyregulartable,,,,,,,,,,,
+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,84.0,2018-08-10 16:52:09.000,0.1.0,,12894.0,4.0,391.0,387.0,6.0,https://pypi.org/project/nbzip,2018-08-10 16:52:09.000,4.0,12894.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,
+183,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,3.0,39.0,11.0,37.0,17.0,22.0,49.0,2018-06-19 13:50:35.000,0.5.2,,1062.0,8.0,65.0,61.0,15.0,https://pypi.org/project/sudospawner,2018-06-19 13:50:35.000,4.0,1062.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,
+184,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-01-28 00:09:51.000000,2023-10-17 14:42:45,580.0,,116.0,33.0,340.0,40.0,151.0,565.0,2023-01-31 21:35:49.000,0.1.0,,,1.0,,,37.0,,,,,,,,3.0,,,,,,,,,,,,tweag/jupyenv,,,,,,,,,,,
+185,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,,66.0,36.0,123.0,13.0,127.0,440.0,2020-03-08 20:03:38.000,3.0.4,5553.0,51.0,15.0,,,28.0,,,,,,,,3.0,,,,,,fsprojects/ifsharp,https://hub.docker.com/r/fsprojects/ifsharp,2019-03-26 17:01:42.996172,,715.0,,,,,,,,,,,,,
+186,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,305.0,2021-09-18 19:13:12.000,0.0.3,,1443.0,3.0,232.0,229.0,3.0,https://pypi.org/project/blackcellmagic,2021-09-18 19:13:12.000,3.0,1369.0,https://anaconda.org/conda-forge/blackcellmagic,2023-06-16 19:21:13.443,3137.0,2.0,,,,,,,,,,,,,,,,,,,,,,,
+187,JupyterLab SideCar,A sidecar output widget for JupyterLab.,https://github.com/jupyter-widgets/jupyterlab-sidecar,,lab-extensions,17,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,239.0,2023-08-30 15:33:27.000,0.7.0,,6672.0,8.0,19.0,7.0,16.0,https://pypi.org/project/sidecar,2023-08-30 15:33:27.000,9.0,5606.0,https://anaconda.org/conda-forge/sidecar,2023-08-30 18:18:16.177,21928.0,3.0,@jupyter-widgets/jupyterlab-sidecar,https://www.npmjs.com/package/@jupyter-widgets/jupyterlab-sidecar,2021-07-05 14:42:11.336,3.0,474.0,,,,,,,,,,,,,,,,,,
+188,cdsdashboards,JupyterHub extension for ContainDS Dashboards.,https://github.com/ideonate/cdsdashboards,,notebook-sharing,17,False,cdsdashboards,ideonate/cdsdashboards,conda-forge/cdsdashboards,https://github.com/ideonate/cdsdashboards,BSD-3-Clause,2020-04-28 13:51:31.000,2023-06-16 19:20:47.542000,2022-09-12 07:55:08,464.0,,38.0,7.0,19.0,34.0,59.0,195.0,2022-09-19 18:15:56.375,0.6.3,,1627.0,44.0,,,14.0,https://pypi.org/project/cdsdashboards,2022-04-29 11:08:28.000,,307.0,https://anaconda.org/conda-forge/cdsdashboards,2023-06-16 19:20:47.542,56801.0,3.0,,,,,,,,,,,,,,,,,,,,,,,
+189,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,38.0,28.0,16.0,14.0,193.0,2018-03-08 14:28:54.000,0.4.0,,508.0,4.0,24.0,19.0,12.0,https://pypi.org/project/jupyter-spark,2018-03-08 14:28:54.000,5.0,508.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,
+190,xeus-sqlite,Jupyter kernel for SQLite.,https://github.com/jupyter-xeus/xeus-sqlite,,kernels,17,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,20.0,24.0,6.0,93.0,15.0,31.0,160.0,,,,765.0,11.0,,,13.0,,,,,https://anaconda.org/conda-forge/xeus-sqlite,2023-12-08 12:00:06.740,33695.0,3.0,,,,,,,,,,,,,,,,,,,,,,,
+191,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:42:58.000000,2022-11-23 11:42:26,83.0,,17.0,6.0,12.0,7.0,23.0,149.0,2022-11-23 11:42:59.000,1.2.0,,18163.0,3.0,5.0,5.0,8.0,https://pypi.org/project/environment_kernels,,,18163.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,
+192,nb_conda,Conda environment and package access extension from within Jupyter.,https://github.com/Anaconda-Platform/nb_conda,,jupyter-extensions,17,False,,Anaconda-Platform/nb_conda,conda-forge/nb_conda,https://github.com/Anaconda-Platform/nb_conda,BSD-3-Clause,2015-12-09 23:12:58.000,2024-01-09 08:46:24.791000,2020-09-11 21:06:00,158.0,,33.0,12.0,37.0,41.0,28.0,138.0,,,,15237.0,4.0,,,14.0,,,,,https://anaconda.org/conda-forge/nb_conda,2024-01-09 08:46:24.791,609519.0,3.0,,,,,,,,,,,,,,,,,,,,,,,
+193,JupyterLab IFrame,View html as an embedded iframe in JupyterLab.,https://github.com/timkpaine/jupyterlab_iframe,,lab-extensions,17,True,jupyterlab_iframe,timkpaine/jupyterlab_iframe,conda-forge/jupyterlab_iframe,https://github.com/timkpaine/jupyterlab_iframe,Apache-2.0,2018-03-12 02:34:47.000,2023-12-19 02:59:17.000000,2023-12-19 02:59:16,350.0,4.0,17.0,5.0,90.0,6.0,64.0,101.0,2023-07-16 16:16:00.442,0.5.0,,2164.0,26.0,8.0,6.0,5.0,https://pypi.org/project/jupyterlab_iframe,2023-07-16 16:16:00.442,,1231.0,https://anaconda.org/conda-forge/jupyterlab_iframe,2023-07-16 18:49:15.196,27778.0,3.0,jupyterlab_iframe,https://www.npmjs.com/package/jupyterlab_iframe,2023-07-16 16:13:17.752,2.0,239.0,,,,,,,,,,,,,,,,,,
+194,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,7.0,24.0,11.0,8.0,91.0,2021-08-04 03:02:45.000,4.1.0,,13126.0,15.0,6.0,3.0,10.0,https://pypi.org/project/jupyterlab-sparkmonitor,2021-08-04 03:02:45.000,,13086.0,,,,3.0,jupyterlab_sparkmonitor,https://www.npmjs.com/package/jupyterlab_sparkmonitor,2020-07-29 07:52:58.288,3.0,33.0,itsjafer/sparkmonitor,https://hub.docker.com/r/itsjafer/sparkmonitor,2021-06-02 17:02:44.488613,,343.0,,,,,,,,,,,,,
+195,sphinxcontrib.jupyter,A Sphinx Extension for Generating Jupyter Notebooks.,https://github.com/QuantEcon/sphinxcontrib-jupyter,,notebook-tools,17,False,sphinxcontrib-jupyter,QuantEcon/sphinxcontrib-jupyter,,https://github.com/QuantEcon/sphinxcontrib-jupyter,BSD-3-Clause,2017-10-12 04:04:05.000,2022-02-09 08:46:28.000000,2020-06-18 03:28:01,269.0,,23.0,10.0,159.0,88.0,93.0,74.0,2020-06-18 03:31:10.000,0.5.10,,554.0,23.0,41.0,37.0,13.0,https://pypi.org/project/sphinxcontrib-jupyter,2020-06-18 03:31:10.000,4.0,554.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,
+196,First Use Authenticator,JupyterHub Authenticator that lets users set passwords when they first log in.,https://github.com/jupyterhub/firstuseauthenticator,,hub-auth,17,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,,27.0,5.0,29.0,9.0,17.0,47.0,2021-10-28 11:35:32.000,1.0.0,,5183.0,8.0,98.0,95.0,12.0,https://pypi.org/project/jupyterhub-firstuseauthenticator,2021-10-28 11:35:32.000,3.0,5183.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,
+197,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,,137.0,68.0,90.0,37.0,46.0,1084.0,,,,1442.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,,,,,,,,,,,,,
+198,heat,IPython magic command to profile and view your python code as a heat map.,https://github.com/csurfer/pyheatmagic,,magic,16,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,1018.0,2017-08-19 16:11:38.000,0.0.2,,553.0,2.0,42.0,42.0,3.0,https://pypi.org/project/py-heat-magic,2017-08-19 16:11:38.000,,553.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,
+199,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,,74.0,20.0,49.0,57.0,45.0,957.0,2019-07-16 04:33:54.000,0.11.0,,153.0,14.0,3.0,3.0,8.0,,,,,,,,3.0,jupyterlab_vim,https://www.npmjs.com/package/jupyterlab_vim,,,153.0,,,,,,,,,,,,,,,,,,
+200,Wolfram Kernel,Wolfram Language kernel for Jupyter notebooks.,https://github.com/WolframResearch/WolframLanguageForJupyter,,kernels,16,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,73.0,944.0,,,9007.0,160.0,3.0,,,7.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,
+201,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,18.0,16.0,47.0,28.0,784.0,2021-08-23 11:45:07.000,1.2.3,,3957.0,8.0,,,10.0,https://pypi.org/project/jupyter-tabnine,2021-08-23 11:45:07.000,,3957.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,
+202,StickyLand,Break the linear presentation of Jupyter Notebooks with sticky cells!.,https://github.com/xiaohk/stickyland,,lab-extensions,16,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,3.0,31.0,9.0,2.0,2.0,13.0,485.0,2023-12-24 03:28:31.000,0.2.4,17.0,580.0,10.0,7.0,4.0,2.0,https://pypi.org/project/jupyterlab-stickyland,2023-12-24 03:19:14.000,1.0,566.0,,,,3.0,jupyterlab-stickyland,https://www.npmjs.com/package/jupyterlab-stickyland,2021-11-23 04:23:59.372,2.0,14.0,,,,,,,,,,,,,,,,,,
+203,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,311.0,2020-06-27 13:40:43.778,0.2.1,,6151.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,6151.0,,,,,,,chesterli29/jupyterlab_tensorboard,,,,,,,,,,,
+204,jupyterlab-interactive-dashboard-editor,A drag-and-drop dashboard editor for JupyterLab.,https://github.com/jupytercalpoly/jupyterlab-interactive-dashboard-editor,,lab-extensions,16,False,jupyterlab-interactive-dashboard-editor,jupytercalpoly/jupyterlab-interactive-dashboard-editor,conda-forge/jupyterlab-interactive-dashboard-editor,https://github.com/jupytercalpoly/jupyterlab-interactive-dashboard-editor,BSD-3-Clause,2020-06-17 20:39:00.000,2023-06-16 19:25:52.504000,2022-04-13 05:12:13,318.0,,26.0,9.0,113.0,32.0,12.0,212.0,2021-04-01 19:36:39.000,0.4.0,,149.0,5.0,5.0,3.0,11.0,https://pypi.org/project/jupyterlab-interactive-dashboard-editor,2021-04-01 19:36:39.000,,65.0,https://anaconda.org/conda-forge/jupyterlab-interactive-dashboard-editor,2023-06-16 19:25:52.504,1804.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,30.0,,,,,,,,,,,,,,,,,,
+205,Spark Monitor,Monitor Apache Spark from Jupyter Notebook.,https://github.com/krishnan-r/sparkmonitor,,jupyter-extensions,16,False,sparkmonitor,krishnan-r/sparkmonitor,,https://github.com/krishnan-r/sparkmonitor,Apache-2.0,2017-05-31 09:13:01.000,2022-05-16 18:45:37.000000,2022-05-16 18:45:37,215.0,,49.0,8.0,23.0,15.0,7.0,174.0,2018-05-29 18:46:14.000,0.0.9,2469.0,1729.0,9.0,,,3.0,https://pypi.org/project/sparkmonitor,,,1687.0,,,,3.0,,,,,,krishnanr/sparkmonitor,https://hub.docker.com/r/krishnanr/sparkmonitor,2019-10-04 06:28:22.959295,,960.0,,,,,,,,,,,,,
+206,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,10.0,22.0,174.0,2021-05-22 01:50:04.000,3.1.0,,3263.0,18.0,7.0,,6.0,https://pypi.org/project/aquirdturtle-collapsible-headings,2021-05-22 01:50:04.000,5.0,2770.0,,,,3.0,@aquirdturtle/collapsible_headings,https://www.npmjs.com/package/@aquirdturtle/collapsible_headings,2021-01-11 04:19:41.041,2.0,493.0,,,,,,,,,,,,,,,,,,
+207,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,138.0,2013-10-13 16:56:18.000,0.1.4,,953.0,5.0,36.0,29.0,10.0,https://pypi.org/project/ipycache,2013-10-13 16:56:18.000,7.0,90.0,https://anaconda.org/conda-forge/ipycache,2023-06-16 13:16:28.691,80293.0,3.0,,,,,,,,,,,,,,,,,,,,,,,
+208,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,,23.0,15.0,98.0,14.0,36.0,113.0,2023-03-08 10:22:18.488,1.3.0,,538.0,15.0,6.0,3.0,9.0,https://pypi.org/project/jupyterlab_hdf,2022-02-21 09:56:23.000,1.0,414.0,,,,3.0,@jupyterlab/hdf5,https://www.npmjs.com/package/@jupyterlab/hdf5,2023-03-08 10:22:05.823,2.0,124.0,,,,,,,,,,,,,,,,,,
+209,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,9.0,13.0,8.0,33.0,110.0,2021-09-16 15:37:05.151,0.7.1,,10851.0,21.0,6.0,3.0,5.0,https://pypi.org/project/jupyterlab-flake8,2021-09-16 15:36:42.000,1.0,10785.0,,,,3.0,jupyterlab-flake8,https://www.npmjs.com/package/jupyterlab-flake8,2021-09-16 15:37:05.151,2.0,66.0,,,,,,,,,,,,,,,,,,
+210,Horizon Theme,VSCode Horizon Theme port for JupyterLab.,https://github.com/mohirio/jupyterlab-horizon-theme,,lab-themes,16,True,jupyterlab-horizon-theme,mohirio/jupyterlab-horizon-theme,,https://github.com/mohirio/jupyterlab-horizon-theme,BSD-3-Clause,2019-06-07 08:46:59.000,2023-12-08 10:45:54.000000,2023-11-22 19:40:53,62.0,13.0,7.0,1.0,13.0,1.0,8.0,82.0,2023-11-22 19:41:10.000,4.0.2,24.0,1239.0,2.0,3.0,3.0,3.0,https://pypi.org/project/jupyterlab-horizon-theme,,,936.0,,,,2.0,@mohirio/jupyterlab-horizon-theme,https://www.npmjs.com/package/@mohirio/jupyterlab-horizon-theme,,,295.0,,,,,,,,,,,,,,,,,,
+211,Content Management,Jupyter Content Management Extensions.,https://github.com/jupyter-incubator/contentmanagement,,jupyter-extensions,16,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,,26.0,22.0,32.0,7.0,20.0,77.0,,,,2519.0,3.0,15.0,15.0,8.0,https://pypi.org/project/jupyter_cms,,,312.0,https://anaconda.org/conda-forge/jupyter_cms,2023-10-06 09:59:54.551,94923.0,3.0,,,,,,,,,,,,,,,,,,,,,,,
+212,ipycanvas,Interactive Canvas in Jupyter.,https://github.com/martinRenou/ipycanvas,,widgets,16,True,ipycanvas,martinRenou/ipycanvas,conda-forge/ipycanvas,https://github.com/martinRenou/ipycanvas,BSD-3-Clause,2019-09-06 18:43:48.845,2023-11-06 08:34:25.000000,2023-07-20 09:03:10,473.0,,,1.0,,,,,2022-08-29 08:25:21.510,0.13.1,,55738.0,34.0,45.0,8.0,21.0,https://pypi.org/project/ipycanvas,2022-08-29 08:25:21.510,33.0,51050.0,https://anaconda.org/conda-forge/ipycanvas,2023-06-16 16:17:01.999,192304.0,3.0,ipycanvas,https://www.npmjs.com/package/ipycanvas,2022-08-29 08:22:51.872,4.0,1060.0,,,,,,,,,,,,,,,,,,
+213,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,69.0,26.0,13.0,12.0,579.0,2018-01-08 14:52:15.000,0.1.15,,898.0,14.0,2.0,,11.0,https://pypi.org/project/jupyternotify,2018-01-08 14:52:15.000,2.0,898.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,
+214,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,,34.0,13.0,49.0,9.0,18.0,518.0,2020-02-06 15:50:53.838,0.6.1,,34.0,9.0,5.0,3.0,13.0,,,,,,,,3.0,nbgather,https://www.npmjs.com/package/nbgather,2020-02-06 15:50:53.838,2.0,34.0,,,,,,,,,,,,,,,,,,
+215,tributary,Streaming reactive and dataflow graphs in Python.,https://github.com/timkpaine/tributary,,widgets,15,True,tributary,timkpaine/tributary,conda-forge/tributary,https://github.com/timkpaine/tributary,Apache-2.0,2020-06-18 03:08:16.885,2024-01-20 18:12:05.000000,2023-12-19 02:59:47,697.0,4.0,36.0,2.0,,,,410.0,2023-05-10 10:40:01.245,0.2.1,,900.0,18.0,,,7.0,https://pypi.org/project/tributary,2023-05-10 10:40:01.245,,123.0,https://anaconda.org/conda-forge/tributary,2023-06-16 19:20:23.415,34231.0,3.0,,,,,,,,,,,,,,,,,,,,,,,
+216,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,404.0,2020-01-04 11:56:53.000,0.3.3,,395.0,41.0,,,2.0,https://pypi.org/project/jupyterlab_sql,2020-01-04 11:56:53.000,,395.0,,,,3.0,jupyterlab-sql,https://www.npmjs.com/package/jupyterlab-sql,2019-08-11 12:22:58.915,,,,,,,,,,,,,,,,,,,,
+217,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,,63.0,18.0,8.0,16.0,11.0,291.0,2020-02-03 15:59:07.000,1.0.0,2060.0,848.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,45365.0,,,,,,,,,,,,,
+218,pynb,Jupyter Notebooks as plain Python code with embedded Markdown text.,https://github.com/elehcimd/pynb,,notebook-sharing,15,False,pynb,elehcimd/pynb,,https://github.com/elehcimd/pynb,MIT,2017-11-14 11:13:22.000,2020-07-07 15:27:22.000000,2020-07-07 15:27:10,154.0,,6.0,18.0,6.0,,8.0,244.0,2020-07-07 15:27:22.000,0.2.4,,66.0,17.0,23.0,22.0,8.0,https://pypi.org/project/pynb,2020-07-07 15:27:22.000,1.0,66.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,
+219,JupyterLab Spreadsheet,"JupyterLab plugin for viewing spreadsheets, such as Excel .xls/.xlsx workbooks and OpenOffice .ods files.",https://github.com/quigleyj97/jupyterlab-spreadsheet,,lab-renderer,15,False,,quigleyj97/jupyterlab-spreadsheet,,https://github.com/quigleyj97/jupyterlab-spreadsheet,BSD-3-Clause,2018-10-13 22:51:03.000,2023-05-06 22:45:04.000000,2022-07-18 18:08:51,129.0,,15.0,8.0,37.0,9.0,18.0,186.0,2021-07-17 23:45:44.000,0.4.1,,1613.0,5.0,6.0,6.0,4.0,,,,,,,,3.0,jupyterlab-spreadsheet,https://www.npmjs.com/package/jupyterlab-spreadsheet,,,1613.0,,,,,,,,,,,,,,,,,,
+220,igv.js widget,Extension for Jupyter which integrates igv.js.,https://github.com/g2nb/igv-jupyter,,widgets,15,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,,41.0,155.0,2022-06-14 16:29:11.000,2.0.1,,137.0,10.0,16.0,14.0,5.0,https://pypi.org/project/igv-jupyter,2022-06-14 16:29:11.000,2.0,137.0,,,,3.0,,,,,,,,,,,,g2nb/igv-jupyter,,,,,,,,,,,
+221,jupyterlab-tabular-data-editor,Manipulate your tabular data responsively and effectively within JupyterLab.,https://github.com/jupytercalpoly/jupyterlab-tabular-data-editor,,lab-renderer,15,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,130.0,2021-03-24 19:57:48.307,1.0.0,,880.0,16.0,6.0,3.0,5.0,https://pypi.org/project/jupyterlab-tabular-data-editor,2021-03-24 19:56:11.000,,797.0,,,,3.0,jupyterlab-tabular-data-editor,https://www.npmjs.com/package/jupyterlab-tabular-data-editor,2021-03-24 19:57:48.307,3.0,83.0,,,,,,,,,,,,,,,,,,
+222,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,28.0,32.0,25.0,10.0,98.0,2020-05-01 11:39:08.310,0.3.0,,44.0,4.0,5.0,3.0,10.0,https://pypi.org/project/jupyterlab-commenting-service,2019-10-18 14:13:09.000,,19.0,,,,3.0,@jupyterlab/commenting-extension,https://www.npmjs.com/package/@jupyterlab/commenting-extension,2020-05-01 11:39:08.310,2.0,25.0,,,,,,,,,,,,,,,,,,
+223,niwidgets,Neuroimaging widgets for jupyter notebooks.,https://github.com/nipy/niwidgets,,widgets,15,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,82.0,2019-04-23 08:43:52.000,0.2.2,,111.0,5.0,31.0,31.0,16.0,https://pypi.org/project/niwidgets,2019-04-23 08:43:52.000,,111.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,
+224,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,,253.0,17.0,5.0,3.0,7.0,https://pypi.org/project/nbcelltests,2020-10-05 14:26:38.000,,29.0,https://anaconda.org/conda-forge/nbcelltests,2023-06-16 19:19:22.434,8791.0,3.0,jupyterlab_celltests,https://www.npmjs.com/package/jupyterlab_celltests,2020-10-05 14:26:51.696,2.0,29.0,,,,,,,,,,,,,,,,,,
+225,Altair Viewer,Viewer for Altair and Vega-Lite visualizations.,https://github.com/altair-viz/altair_viewer,,widgets,15,True,altair_viewer,altair-viz/altair_viewer,conda-forge/altair_viewer,https://github.com/altair-viz/altair_viewer,BSD-3-Clause,2019-12-20 14:32:14.000,2023-06-16 19:17:31.930000,2023-05-02 16:09:30,149.0,,11.0,7.0,48.0,8.0,5.0,80.0,2021-11-06 14:18:45.000,0.4.0,,30020.0,5.0,,,3.0,https://pypi.org/project/altair_viewer,,,28406.0,https://anaconda.org/conda-forge/altair_viewer,2023-06-16 19:17:31.930,79086.0,3.0,,,,,,,,,,,,,,,,,,,,,,,
+226,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,75.0,2023-08-30 15:49:27.000,4.0.0,19.0,937.0,23.0,10.0,7.0,6.0,https://pypi.org/project/jupyterlab-kernelspy,2023-08-30 15:49:23.000,,451.0,https://anaconda.org/conda-forge/jupyterlab-kernelspy,2023-08-30 16:54:25.412,12259.0,3.0,jupyterlab-kernelspy,https://www.npmjs.com/package/jupyterlab-kernelspy,2023-08-30 15:49:13.452,3.0,91.0,,,,,,,,,,,,,,,,,,
+227,JupyterLab Autoversion,Automatically version jupyter notebooks in JupyterLab.,https://github.com/timkpaine/jupyterlab_autoversion,,lab-extensions,15,True,jupyterlab_autoversion,timkpaine/jupyterlab_autoversion,conda-forge/jupyterlab_autoversion,https://github.com/timkpaine/jupyterlab_autoversion,Apache-2.0,2018-08-23 23:49:52.000,2023-12-18 14:29:38.000000,2023-12-18 14:29:36,315.0,4.0,9.0,6.0,86.0,5.0,29.0,71.0,2022-04-11 15:35:12.000,0.3.6,,550.0,16.0,2.0,,5.0,https://pypi.org/project/jupyterlab_autoversion,2022-04-11 15:34:34.000,,111.0,https://anaconda.org/conda-forge/jupyterlab_autoversion,2023-06-16 19:19:04.178,18203.0,3.0,jupyterlab_autoversion,https://www.npmjs.com/package/jupyterlab_autoversion,2022-04-11 15:34:49.164,2.0,35.0,,,,,,,,,,,,,,,,,,
+228,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,15,True,jupyterlab-sos,vatlab/jupyterlab-sos,conda-forge/jupyterlab-sos,https://github.com/vatlab/jupyterlab-sos,BSD-3-Clause,2018-03-20 16:07:18.000,2023-10-23 20:14:31.000000,2023-09-30 16:16:13,333.0,,6.0,4.0,6.0,11.0,52.0,67.0,2019-09-02 19:30:02.000,0.5.0,,959.0,15.0,3.0,3.0,4.0,https://pypi.org/project/jupyterlab-sos,,,259.0,https://anaconda.org/conda-forge/jupyterlab-sos,2023-06-16 16:17:01.985,32729.0,3.0,jupyterlab-sos,https://www.npmjs.com/package/jupyterlab-sos,,,83.0,,,,,,,,,,,,,,,,,,
+229,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,15,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,,,,7.0,,,,,62.0,2019-11-30 08:56:06.000,1.0.7,,16426.0,4.0,24.0,,,https://pypi.org/project/nb_black,2019-11-30 08:56:06.000,24.0,14235.0,https://anaconda.org/conda-forge/nb_black,2023-06-16 16:15:03.923,124939.0,3.0,,,,,,,,,,,,,9.0,,,,,,,,,,
+230,KnowledgeLab,KnowledgeRepo + JupyterLab.,https://github.com/timkpaine/knowledgelab,,lab-extensions,15,True,knowledgelab,timkpaine/knowledgelab,,https://github.com/timkpaine/knowledgelab,Apache-2.0,2017-10-18 01:10:58.000,2023-12-18 14:28:24.000000,2023-12-18 14:28:23,179.0,4.0,6.0,9.0,49.0,5.0,24.0,46.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,,9.0,,,,3.0,knowledgelab,https://www.npmjs.com/package/knowledgelab,2018-10-16 21:43:49.317,2.0,13.0,,,,,,,,,,,,,,,,,,
+231,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,,992.0,11.0,69.0,58.0,4.0,https://pypi.org/project/ipyscales,2022-09-01 10:53:14.353,1.0,56.0,https://anaconda.org/conda-forge/ipyscales,2023-06-16 16:11:22.840,62219.0,3.0,jupyter-scales,https://www.npmjs.com/package/jupyter-scales,2022-09-01 10:39:34.683,10.0,22.0,,,,,,,,,,,,,,,,,,
+232,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,,123.0,48.0,16.0,23.0,54.0,2343.0,,,,,,,,9.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,
+233,jupyter-tensorboard,Start Tensorboard in Jupyter Notebook.,https://github.com/lspvic/jupyter_tensorboard,,jupyter-extensions,14,False,jupyter-tensorboard,lspvic/jupyter_tensorboard,,https://github.com/lspvic/jupyter_tensorboard,MIT,2017-08-22 08:05:13.000,2022-06-14 12:29:55.000000,2020-02-16 06:42:48,69.0,,70.0,16.0,10.0,40.0,29.0,464.0,,,,1443.0,,,,4.0,https://pypi.org/project/jupyter-tensorboard,,,1443.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,
+234,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,451.0,2018-03-28 15:38:57.000,0.3.0,,46.0,9.0,,,4.0,https://pypi.org/project/py_d3,2018-03-28 15:38:57.000,,46.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,
+235,HTTP-over-WebSocket,Jupyter support for HTTP-over-ws.,https://github.com/googlecolab/jupyter_http_over_ws,,jupyter-extensions,14,False,jupyter_http_over_ws,googlecolab/jupyter_http_over_ws,conda-forge/jupyter_http_over_ws,https://github.com/googlecolab/jupyter_http_over_ws,Apache-2.0,2018-03-26 22:52:45.000,2023-06-16 19:21:18.164000,2021-08-30 21:48:24,31.0,,50.0,13.0,2.0,21.0,9.0,265.0,,,,53069.0,1.0,,,3.0,https://pypi.org/project/jupyter_http_over_ws,,,51781.0,https://anaconda.org/conda-forge/jupyter_http_over_ws,2023-06-16 19:21:18.164,54105.0,3.0,,,,,,,,,,,,,,,,,,,,,,,
+236,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,,9.0,10.0,4.0,10.0,13.0,224.0,2020-03-14 15:54:46.503,1.0.0,,472.0,19.0,23.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,6.0,472.0,,,,,,,,,,,,,,,,,,
+237,JupyterLab Chart Editor,JupyterLab extension for Plotlys react-chart-editor.,https://github.com/plotly/jupyterlab-chart-editor,,lab-renderer,14,False,,plotly/jupyterlab-chart-editor,,https://github.com/plotly/jupyterlab-chart-editor,,2018-01-23 18:18:38.000,2023-01-06 19:12:21.000000,2021-03-10 20:56:11,71.0,,24.0,42.0,35.0,12.0,19.0,222.0,2021-03-10 20:57:44.000,4.14.3,,419.0,6.0,7.0,7.0,5.0,,,,,,,,3.0,jupyterlab-chart-editor,https://www.npmjs.com/package/jupyterlab-chart-editor,,,419.0,,,,,,,,,,,,,,,,,,
+238,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-01-16 09:43:39.000000,2023-04-05 16:09:42,36.0,,56.0,10.0,28.0,19.0,14.0,60.0,2022-03-02 16:00:43.000,1.0.1,,,2.0,11.0,11.0,17.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,
+239,jupyterlab_commands,Add arbitrary python commands to the jupyterlab command palette.,https://github.com/timkpaine/jupyterlab_commands,,lab-extensions,14,True,jupyterlab-commands,timkpaine/jupyterlab_commands,conda-forge/jupyterlab_commands,https://github.com/timkpaine/jupyterlab_commands,Apache-2.0,2018-08-01 15:55:08.000,2023-12-18 17:40:35.000000,2023-12-18 17:40:34,274.0,4.0,6.0,4.0,78.0,1.0,23.0,49.0,2023-07-12 22:24:19.000,0.4.0,,393.0,14.0,,,2.0,https://pypi.org/project/jupyterlab-commands,,,120.0,https://anaconda.org/conda-forge/jupyterlab_commands,2023-07-13 15:10:21.540,12035.0,3.0,,,,,,,,,,,,,,,,,,,,,,,
+240,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,41.0,2020-06-28 13:26:26.000,0.0.25,,159.0,25.0,4.0,4.0,3.0,https://pypi.org/project/fargatespawner,2020-06-28 13:26:26.000,,159.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,
+241,SAML Authenticator,jupyterhub-samlauthenticator.,https://github.com/HewlettPackard/jupyterhub-samlauthenticator,,hub-auth,14,False,jupyterhub-samlauthenticator,HewlettPackard/jupyterhub-samlauthenticator,,https://github.com/HewlettPackard/jupyterhub-samlauthenticator,MIT,2019-04-17 21:34:09.000,2023-06-07 07:00:30.000000,2022-03-21 15:14:31,113.0,,22.0,31.0,40.0,17.0,15.0,36.0,2020-07-13 15:59:02.000,0.0.9,13.0,679.0,8.0,,,7.0,https://pypi.org/project/jupyterhub-samlauthenticator,2020-07-13 15:59:02.000,,679.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,
+242,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,,1387.0,15.0,1.0,,13.0,https://pypi.org/project/jupyter-nbrequirements,2020-04-22 09:38:54.000,1.0,1387.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,
+243,JupyterLab Top Bar,JupyterLab Top Bar extension.,https://github.com/jtpio/jupyterlab-topbar,,lab-extensions,14,False,,jtpio/jupyterlab-topbar,,https://github.com/jtpio/jupyterlab-topbar,BSD-3-Clause,2021-05-31 16:53:55.000,2023-09-26 12:56:11.000000,2023-09-26 12:09:54,233.0,,3.0,1.0,,,,5.0,2020-10-30 20:22:49.425,0.6.0,,1826.0,13.0,40.0,37.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,1826.0,,,,,,,,,,,,,,,,,,
+244,IElixir,Jupyters kernel for Elixir programming language.,https://github.com/pprzetacznik/IElixir,,kernels,13,False,,pprzetacznik/IElixir,,https://github.com/pprzetacznik/IElixir,Apache-2.0,2015-07-06 11:39:08.000,2023-03-20 14:47:11.000000,2021-03-20 17:27:38,282.0,,40.0,13.0,32.0,11.0,20.0,353.0,2021-05-11 21:22:51.418,0.0.1,,5.0,8.0,2.0,,19.0,,,,,,,,3.0,jupyterlab-ielixir,https://www.npmjs.com/package/jupyterlab-ielixir,2021-05-11 21:22:51.418,2.0,2.0,pprzetacznik/ielixir,https://hub.docker.com/r/pprzetacznik/ielixir,2021-03-20 17:48:12.317861,1.0,352.0,,,,,,,,,,,ielixir,,
+245,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,31.0,31.0,4.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,
+246,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,13,False,sqlcell,tmthyjames/SQLCell,,https://github.com/tmthyjames/SQLCell,MIT,2016-08-15 01:54:46.000,2022-08-23 17:53:50.000000,2020-10-06 02:14:24,310.0,,10.0,10.0,51.0,65.0,24.0,148.0,2019-05-19 02:21:20.000,0.2.0,,27.0,15.0,2.0,1.0,14.0,https://pypi.org/project/sqlcell,2019-05-20 11:16:28.000,1.0,27.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,
+247,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,,43.0,6.0,11.0,8.0,3.0,https://pypi.org/project/ipymaterialui,2019-10-29 13:56:17.000,1.0,34.0,,,,3.0,jupyter-materialui,https://www.npmjs.com/package/jupyter-materialui,2019-10-29 13:57:12.560,2.0,9.0,,,,,,,,,,,,,,,,,,
+248,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,75.0,2022-08-22 11:55:23.558,1.2.0,,213.0,6.0,6.0,6.0,9.0,https://pypi.org/project/allthekernels,2022-08-22 11:55:23.558,,87.0,https://anaconda.org/conda-forge/allthekernels,2023-06-16 16:16:46.289,6805.0,3.0,,,,,,,,,,,,,,,,,,,,,,,
+249,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,,13.0,4.0,20.0,2.0,7.0,63.0,2021-11-04 09:42:14.000,0.11.1,,132.0,15.0,7.0,7.0,4.0,https://pypi.org/project/sshkernel,2021-11-04 09:42:14.000,,132.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,
+250,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,,134.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,134.0,,,,,,,,,,,,,,,,,,
+251,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,2023-12-19 02:59:29.000000,2023-12-19 02:59:28,242.0,4.0,2.0,4.0,59.0,2.0,36.0,53.0,2023-08-17 16:44:39.000,0.3.1,,154.0,15.0,1.0,1.0,2.0,https://pypi.org/project/jupyterlab_email,,,111.0,,,,3.0,jupyterlab_email,https://www.npmjs.com/package/jupyterlab_email,,,43.0,,,,,,,,,,,,,,,,,,
+252,JupyterLab Python Files,JupyterLab extension to create Python files.,https://github.com/jtpio/jupyterlab-python-file,,lab-extensions,13,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,958.0,10.0,6.0,3.0,4.0,https://pypi.org/project/jupyterlab-python-file,2021-06-23 21:13:27.000,,554.0,https://anaconda.org/conda-forge/jupyterlab-python-file,2023-06-16 19:22:55.197,11736.0,3.0,jupyterlab-python-file,https://www.npmjs.com/package/jupyterlab-python-file,2021-06-23 21:13:24.676,3.0,109.0,,,,,,,,,,,,,,,,,,
+253,JupyterLab Flake8,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,2023-12-19 02:59:29.000000,2023-12-19 02:59:28,242.0,4.0,2.0,4.0,59.0,2.0,36.0,52.0,2023-08-17 16:44:39.000,0.3.1,,177.0,15.0,1.0,1.0,2.0,https://pypi.org/project/jupyterlab-email,,,111.0,,,,3.0,jupyterlab-flake8,https://www.npmjs.com/package/jupyterlab-flake8,,,66.0,,,,,,,,,,,,,,,,,,
+254,perfume,Interactive performance benchmarking in Jupyter.,https://github.com/leifwalsh/perfume,,widgets,13,False,perfume-bench,leifwalsh/perfume,,https://github.com/leifwalsh/perfume,BSD-3-Clause,2017-07-10 14:34:03.000,2024-01-29 17:31:08.000000,2020-10-31 19:46:42,196.0,,4.0,3.0,310.0,3.0,4.0,33.0,2018-05-20 05:11:04.000,0.1.6,,28.0,7.0,,,3.0,https://pypi.org/project/perfume-bench,2018-05-20 05:11:04.000,,28.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,
+255,Null Authenticator,Null Authenticator for JupyterHub instances that should have no login mechanism.,https://github.com/jupyterhub/nullauthenticator,,hub-auth,13,False,nullauthenticator,jupyterhub/nullauthenticator,,https://github.com/jupyterhub/nullauthenticator,BSD-3-Clause,2017-08-30 09:12:22.000,2022-12-07 12:48:52.000000,2022-05-17 12:31:29,20.0,,9.0,6.0,5.0,1.0,,9.0,2017-08-30 13:12:25.000,1.0.0,,3711.0,1.0,121.0,112.0,7.0,https://pypi.org/project/nullauthenticator,2017-08-30 13:12:25.000,9.0,3711.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,
+256,pigeon,Quickly annotate data from the comfort of your Jupyter notebook.,https://github.com/agermanidis/pigeon,,widgets,12,False,pigeon-jupyter,agermanidis/pigeon,,https://github.com/agermanidis/pigeon,Apache-2.0,2017-09-05 00:04:14.000,2023-02-02 16:47:59.000000,2017-09-05 17:22:02,2.0,,121.0,11.0,6.0,14.0,,748.0,2017-09-05 01:20:43.000,0.1.0,,168.0,1.0,29.0,29.0,1.0,https://pypi.org/project/pigeon-jupyter,2017-09-05 01:20:43.000,,168.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,
+257,Jupyter DataTables,Jupyter Notebook extension leveraging pandas DataFrames by integrating DataTables and ChartJS.,https://github.com/CermakM/jupyter-datatables,,widgets,12,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,228.0,,,,805.0,,,,4.0,https://pypi.org/project/jupyter-datatables,,,805.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,
+258,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,,203.0,6.0,,,5.0,https://pypi.org/project/jupyter-manim,2020-04-12 11:15:32.000,,203.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,
+259,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,,419.0,12.0,,,6.0,https://pypi.org/project/jupyterlab_darkside_ui,2022-03-18 17:41:32.000,,419.0,,,,2.0,,,,,,,,,,,,,,,,,,,,,,,
+260,jupyterlab-theme-solarized-dark,JupyterLab Theme Solarized Dark.,https://github.com/AllanChain/jupyterlab-theme-solarized-dark,,lab-themes,12,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-01-18 12:03:30.000000,2024-01-18 12:03:10,123.0,2.0,10.0,2.0,33.0,2.0,2.0,89.0,2024-01-18 12:03:37.000,3.0.1,28.0,7919.0,21.0,6.0,3.0,2.0,https://pypi.org/project/jupyterlab_theme_solarized_dark,2024-01-18 12:03:30.000,,5718.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,2201.0,,,,,,,,,,,,,,,,,,
+261,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-02-01 10:02:27.000000,2024-01-15 11:00:27,2648.0,22.0,6.0,1.0,11.0,,,86.0,,,,,,,,57.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,
+262,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,,,75.0,2021-12-12 18:28:02.000,1.2.0,,459.0,3.0,3.0,3.0,5.0,https://pypi.org/project/jupyterlab-quickopen,,,421.0,,,,3.0,@parente/jupyterlab-quickopen,https://www.npmjs.com/package/@parente/jupyterlab-quickopen,,,38.0,,,,,,,,,,,,,,,,,,
+263,JWT Authenticator,A Token Authenticator for JupyterHub.,https://github.com/mogthesprog/jwtauthenticator,,hub-auth,12,False,jupyterhub-jwtauthenticator,mogthesprog/jwtauthenticator,,https://github.com/mogthesprog/jwtauthenticator,Apache-2.0,2017-06-21 20:09:58.000,2021-04-15 07:40:37.000000,2019-02-13 10:57:15,24.0,,40.0,7.0,14.0,9.0,8.0,52.0,,,,147.0,1.0,17.0,14.0,7.0,https://pypi.org/project/jupyterhub-jwtauthenticator,2018-01-25 07:43:22.000,3.0,147.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,
+264,pidgy,Interactive computing in Markdown.,https://github.com/deathbeds/pidgy,,kernels,12,True,pidgy,deathbeds/pidgy,,https://github.com/deathbeds/pidgy,BSD-3-Clause,2018-02-26 20:44:05.000,2023-03-03 03:07:52.000000,2023-02-23 20:39:47,359.0,,7.0,5.0,55.0,9.0,12.0,41.0,2023-04-20 18:39:03.604,2023.4.20,1.0,85.0,14.0,1.0,1.0,3.0,https://pypi.org/project/pidgy,2021-11-27 00:19:00.000,,85.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,
+265,nbstata,A Jupyter kernel for Stata built on pystata.,https://github.com/hugetim/nbstata,,kernels,12,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,,9.0,25.0,21.0,2023-10-05 01:07:38.000,0.7.0,,421.0,42.0,,,1.0,https://pypi.org/project/nbstata,2023-10-05 00:46:39.000,,421.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,https://hugetim.github.io/nbstata/,
+266,JupyterLab Voyager,JupyterLab extension visualize data with Voyager.,https://github.com/altair-viz/jupyterlab_voyager,,lab-renderer,11,False,,altair-viz/jupyterlab_voyager,,https://github.com/altair-viz/jupyterlab_voyager,BSD-3-Clause,2017-08-26 15:50:13.000,2022-12-06 19:48:00.000000,2019-08-14 17:21:34,87.0,,35.0,20.0,48.0,40.0,20.0,292.0,,,,20.0,,3.0,3.0,6.0,,,,,,,,3.0,jupyterlab_voyager,https://www.npmjs.com/package/jupyterlab_voyager,,,20.0,,,,,,,,,,,,,,,,,,
+267,Material Darker Theme,The Material Darker theme for JupyterLab.,https://github.com/oriolmirosa/jupyterlab_materialdarker,,lab-themes,11,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,,16.0,8.0,14.0,3.0,15.0,151.0,,,,588.0,,8.0,8.0,2.0,https://pypi.org/project/jupyterlab-materialdarker,,,506.0,,,,3.0,@oriolmirosa/jupyterlab_materialdarker,https://www.npmjs.com/package/@oriolmirosa/jupyterlab_materialdarker,,,82.0,,,,,,,,,,,,,,,,,,
+268,Neon Theme,"A flat, 80s neon inspired theme for JupyterLab.",https://github.com/yeebc/jupyterlab-neon-theme,,lab-themes,11,False,,yeebc/jupyterlab-neon-theme,,https://github.com/yeebc/jupyterlab-neon-theme,BSD-3-Clause,2019-09-27 14:29:10.000,2023-03-14 15:24:31.000000,2022-08-28 15:36:59,45.0,,8.0,5.0,22.0,2.0,11.0,149.0,,,,109.0,,4.0,4.0,4.0,,,,,,,,3.0,@yeebc/jupyterlab_neon_theme,https://www.npmjs.com/package/@yeebc/jupyterlab_neon_theme,,,109.0,,,,,,,,,,,,,,,,,,
+269,dummyauthenticator,A Dummy JupyterHub Authenticator to make testing easy.,https://github.com/jupyterhub/dummyauthenticator,,hub-auth,11,False,jupyterhub-dummyauthenticator,jupyterhub/dummyauthenticator,,https://github.com/jupyterhub/dummyauthenticator,BSD-3-Clause,2016-02-14 21:57:32.000,2021-02-12 08:19:02.000000,2021-02-12 08:19:00,7.0,,14.0,5.0,2.0,6.0,2.0,28.0,,,,1309.0,,118.0,118.0,1.0,https://pypi.org/project/jupyterhub-dummyauthenticator,,,1309.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,
+270,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,,411.0,19.0,4.0,,7.0,https://pypi.org/project/remote_ikernel,2021-12-15 16:24:07.577,4.0,411.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,tdaff/remote_ikernel
+271,Kernel Management,Experimental new kernel management framework for Jupyter.,https://github.com/takluyver/jupyter_kernel_mgmt,,notebook-tools,11,False,jupyter-kernel-mgmt,takluyver/jupyter_kernel_mgmt,,https://github.com/takluyver/jupyter_kernel_mgmt,,2018-04-01 20:06:08.000,2020-08-27 01:11:14.000000,2020-01-29 22:31:34,1783.0,,8.0,9.0,23.0,11.0,14.0,15.0,2020-01-15 19:12:57.000,0.5.1,17.0,138.0,3.0,,,74.0,https://pypi.org/project/jupyter-kernel-mgmt,,,138.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,
+272,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,793.0,,,,,,,,1.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,
+273,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,,60.0,20.0,19.0,28.0,18.0,277.0,,,,,,,,11.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,
+274,jupyterlab-celltags,A JupyterLab extension for notebook cell tags.,https://github.com/jupyterlab/jupyterlab-celltags,,lab-extensions,10,False,,jupyterlab/jupyterlab-celltags,,https://github.com/jupyterlab/jupyterlab-celltags,BSD-3-Clause,2018-06-18 22:02:23.000,2020-04-29 18:27:31.000000,2020-04-29 18:26:29,441.0,,26.0,14.0,184.0,12.0,7.0,111.0,,,,,,,,10.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,
+275,jupyterlab-gitplus,JupyterLab extension to create GitHub commits & pull requests.,https://github.com/ReviewNB/jupyterlab-gitplus,,lab-extensions,10,True,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,110.0,2023-02-28 12:20:56.470,0.1.6,,67.0,18.0,5.0,3.0,2.0,https://pypi.org/project/jupyterlab_gitplus,2021-07-11 09:46:06.000,,47.0,,,,3.0,@reviewnb/jupyterlab_gitplus,https://www.npmjs.com/package/@reviewnb/jupyterlab_gitplus,2023-02-28 12:20:56.470,2.0,20.0,,,,,,,,,,,,,,,,,,
+276,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,,209.0,5.0,,,2.0,https://pypi.org/project/jupyter_helpers,2021-02-10 16:37:32.000,,209.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,
+277,Remote User Auth,REMOTE_USER authenticator for Jupyterhub.,https://github.com/cwaldbieser/jhub_remote_user_authenticator,,hub-auth,10,False,jhub_remote_user_authenticator,cwaldbieser/jhub_remote_user_authenticator,,https://github.com/cwaldbieser/jhub_remote_user_authenticator,GPL-3.0,2015-11-04 03:17:18.000,2022-03-31 20:04:45.000000,2019-04-16 20:10:44,27.0,,26.0,4.0,7.0,8.0,11.0,40.0,,,,611.0,,,,5.0,https://pypi.org/project/jhub_remote_user_authenticator,,,611.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,
+278,CAS Authenticator,CAS authenticator for Jupyterhub.,https://github.com/cwaldbieser/jhub_cas_authenticator,,hub-auth,10,False,jhub_cas_authenticator,cwaldbieser/jhub_cas_authenticator,,https://github.com/cwaldbieser/jhub_cas_authenticator,GPL-3.0,2017-09-17 19:17:08.000,2023-03-17 18:54:21.000000,2023-03-17 18:52:39,43.0,,11.0,6.0,8.0,3.0,12.0,21.0,2020-03-27 22:25:50.000,1.0.2,,148.0,7.0,1.0,,4.0,https://pypi.org/project/jhub_cas_authenticator,2020-03-27 22:25:50.000,1.0,148.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,
+279,YarnSpawner,Spawn JupyterHub single user notebook servers in Hadoop/YARN containers.,https://github.com/jupyterhub/yarnspawner,,hub-spawners,10,False,jupyterhub-yarnspawner,jupyterhub/yarnspawner,conda-forge/jupyterhub-yarnspawner,https://github.com/jupyterhub/yarnspawner,BSD-3-Clause,2018-12-18 19:31:03.000,2023-06-16 16:13:13.990000,2019-07-16 16:58:16,37.0,,15.0,8.0,13.0,7.0,4.0,19.0,2019-07-01 16:01:55.000,0.4.0,,648.0,4.0,,,2.0,https://pypi.org/project/jupyterhub-yarnspawner,2019-07-01 16:01:55.000,,47.0,https://anaconda.org/conda-forge/jupyterhub-yarnspawner,2023-06-16 16:13:13.990,36705.0,3.0,,,,,,,,,,,,,,,,,,,,,,,
+280,ipyaggrid,A jupyter widget embedding the ag-grid library.,https://github.com/DGothrek/ipyaggrid,,widgets,10,False,ipyaggrid,DGothrek/ipyaggrid,,https://github.com/DGothrek/ipyaggrid,MIT,2019-05-06 04:24:26.000,2023-09-19 17:54:41.907000,2019-05-06 04:27:05,47.0,,2.0,1.0,,6.0,,13.0,2023-09-19 17:54:41.907,0.5.1,,7433.0,44.0,,,2.0,https://pypi.org/project/ipyaggrid,,,6844.0,,,,3.0,ipyaggrid,https://www.npmjs.com/package/ipyaggrid,2023-09-19 17:54:41.907,,589.0,,,,,,,,-4.0,,,,,,,,,,
+281,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,12.0,2023-09-10 20:26:52.000,2023.1.1,4.0,650.0,5.0,5.0,3.0,2.0,https://pypi.org/project/jupyterlab-executor,2023-09-10 20:17:39.000,,634.0,,,,3.0,@gavincyi/jupyterlab-executor,https://www.npmjs.com/package/@gavincyi/jupyterlab-executor,2021-03-24 21:39:03.790,2.0,16.0,,,,,,,,,,,,,,,,,,
+282,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,,218.0,65.0,3.0,2.0,4.0,https://pypi.org/project/easyexplore,2022-06-08 16:40:13.000,1.0,218.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,
+283,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,103.0,2021-02-10 02:34:21.000,1.0.2,,,3.0,,,7.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,
+284,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,3.0,48.0,2.0,3.0,60.0,,,,23.0,,3.0,3.0,2.0,,,,,,,,3.0,jupyterlab-python-bytecode,https://www.npmjs.com/package/jupyterlab-python-bytecode,,,23.0,,,,,,,,,,,,,,,,,,
+285,PPExtensions,Set of iPython and Jupyter extensions to improve user experience.,https://github.com/paypal/PPExtensions,,jupyter-extensions,9,False,ppextensions,paypal/PPExtensions,,https://github.com/paypal/PPExtensions,,2018-08-17 20:07:23.000,2019-11-22 13:46:43.000000,2018-12-07 00:05:33,32.0,,28.0,20.0,30.0,16.0,22.0,50.0,,,,48.0,,1.0,1.0,9.0,https://pypi.org/project/ppextensions,,,48.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,
+286,ipyp5,p5.js Jupyter Widget.,https://github.com/jtpio/ipyp5,,widgets,9,False,ipyp5,jtpio/ipyp5,,https://github.com/jtpio/ipyp5,BSD-3-Clause,2018-03-06 17:50:12.000,2023-01-04 06:51:10.000000,2020-10-16 21:38:41,60.0,,5.0,5.0,21.0,5.0,,37.0,2019-07-06 21:45:12.000,0.1.1,,16.0,2.0,1.0,1.0,2.0,https://pypi.org/project/ipyp5,2019-07-06 21:45:12.000,,16.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,
+287,ssh_ipykernel,A remote jupyter kernel via ssh.,https://github.com/bernhard-42/ssh_ipykernel,,kernels,9,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,,3.0,4.0,24.0,3.0,,12.0,,,,62.0,,3.0,3.0,,https://pypi.org/project/ssh-ipykernel,,,54.0,,,,3.0,interrupt-ipykernel-extension,https://www.npmjs.com/package/interrupt-ipykernel-extension,,,8.0,,,,,,,,,,,,,,,,,,
+288,Keberos Authenticator,A JupyterHub authenticator using Kerberos.,https://github.com/jupyterhub/kerberosauthenticator,,hub-auth,9,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,,157.0,2.0,,,2.0,https://pypi.org/project/jupyterhub-kerberosauthenticator,2019-07-01 16:05:41.987,,157.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,
+289,Hash Authenticator,Authenticate users with passwords generated from their username.,https://github.com/thedataincubator/jupyterhub-hashauthenticator,,hub-auth,9,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,4.0,3.0,9.0,6.0,,,4.0,,,,131.0,,,,3.0,https://pypi.org/project/jupyterhub-hashauthenticator,,,131.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,
+290,Jupyter Black,Black formatter for Jupyter Notebook.,https://github.com/drillan/jupyter-black,,jupyter-extensions,8,True,,drillan/jupyter-black,,https://github.com/drillan/jupyter-black,BSD-3-Clause,2018-08-10 05:21:02.000,2020-02-01 03:27:05.000000,2020-02-01 03:27:04,10.0,,23.0,5.0,3.0,11.0,14.0,436.0,,,,,,,,2.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,
+291,ipyannotate,Jupyter Widget for data annotation.,https://github.com/ipyannotate/ipyannotate,,widgets,8,False,ipyannotate,ipyannotate/ipyannotate,,https://github.com/ipyannotate/ipyannotate,,2018-07-23 19:23:28.000,2023-01-06 01:35:32.000000,2020-09-20 09:38:39,27.0,,13.0,5.0,27.0,4.0,,138.0,,,,192.0,,,,4.0,https://pypi.org/project/ipyannotate,,,184.0,,,,3.0,ipyannotate,https://www.npmjs.com/package/ipyannotate,,,8.0,,,,,,,,,,,,,,,,,,
+292,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,8,False,,Rahlir/theme-gruvbox,,https://github.com/Rahlir/theme-gruvbox,,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,,,49.0,,,,44.0,,4.0,4.0,3.0,,,,,,,,3.0,@rahlir/theme-gruvbox,https://www.npmjs.com/package/@rahlir/theme-gruvbox,,,44.0,,,,,,,,,,,,,,,,,,
+293,Theme Toggle,JupyterLab extension to toggle the theme in the Top Bar area.,https://github.com/jtpio/jupyterlab-theme-toggle,,lab-themes,8,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,,,,319.0,,5.0,5.0,2.0,,,,,,,,3.0,jupyterlab-theme-toggle,https://www.npmjs.com/package/jupyterlab-theme-toggle,,,319.0,,,,,,,,,,,,,,,,,,
+294,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,,10.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,10.0,,,,,,,,,,,,,,,,,,
+295,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,2023-08-12 18:33:03.000000,2023-08-12 18:33:01,234.0,,1.0,2.0,,,,1.0,2022-10-03 13:12:31.287,0.5.0,,479.0,19.0,2.0,1.0,5.0,https://pypi.org/project/jhub-authenticators,2022-04-15 09:56:22.000,1.0,479.0,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,
+296,Vision UI,UI visual interface for fastai - now compatible with Google Colab.,https://github.com/asvcode/Vision_UI,,widgets,7,False,,asvcode/Vision_UI,,https://github.com/asvcode/Vision_UI,,2019-05-23 04:53:03.000,2020-07-05 04:00:59.000000,2020-07-05 04:00:59,112.0,,34.0,13.0,2.0,1.0,2.0,249.0,,,,,,,,3.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,
+297,jupyterterminals,Jupyter plugin to support inline terminal shells along with buttons to control them.,https://github.com/willkessler/jupyterterminals,,jupyter-extensions,6,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,9.0,,,,36.0,,2.0,2.0,2.0,https://pypi.org/project/jupyterterminals,,,36.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,,,74.0,,,,,,,,2.0,,,,,,,,3.0,,,,,,,,,,,,,,,,,,,,,,,
+299,Nord Theme,JupyterLab - Nord Theme.,https://github.com/kenshohara/theme-nord-extension,,lab-themes,4,False,,kenshohara/theme-nord-extension,,https://github.com/kenshohara/theme-nord-extension,,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,1.0,4.0,26.0,,,,19.0,,3.0,3.0,,,,,,,,,3.0,@kenshohara/theme-nord-extension,https://www.npmjs.com/package/@kenshohara/theme-nord-extension,,,19.0,,,,,,,,-4.0,,,,,,,,,,
+300,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,,,,,,,,,,,,,,,,,,,,,,,
+301,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 4b75e22..8010504 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._
-- Kernel Gateway (π₯26 Β· β 460 Β· π) - Jupyter Kernel Gateway. BSD-3
-- nbQA (π₯25 Β· β 930 Β· π) - Run ruff, isort, pyupgrade, mypy, pylint, flake8, and more on Jupyter.. MIT
-- commuter (π₯21 Β· β 6.1K Β· π) - Notebook sharing hub. BSD-3
-- pick (π₯20 Β· β 620 Β· π) - Customize your kernels on Launch!. BSD-3
-- ipyaggrid (π₯14 Β· β 39 Β· π) - Jupyter widget - ag-grid in the notebook. MIT
+- ipyparallel (π₯29 Β· β 2.5K Β· π) - IPython Parallel: Interactive Parallel Computing in.. βUnlicensed
+- JupyterLab TOC (π₯28 Β· β 14K Β· π) - Table of Contents extension for JupyterLab. BSD-3
+- notebookJS (π₯18 Β· β 260 Β· π) - notebookJS: seamless JavaScript integration in Python Notebooks. MIT
+- ipyexperiments (π₯18 Β· β 180 Β· π) - Automatic GPU+CPU memory profiling, re-use and memory.. Apache-2
+- nb_black (π₯15 Β· β 62 Β· π€) - A simple extension for Jupyter Notebook and Jupyter Lab to beautify.. MIT
## π 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 Client (π₯29 Β· β 350 Β· π) - Jupyter protocol client APIs. BSD-3
-- ipyparallel (π₯24 Β· β 2.5K Β· π) - IPython Parallel: Interactive Parallel Computing in.. βUnlicensed
-- ipydagred3 (π₯18 Β· β 67 Β· π) - ipywidgets library for drawing directed acyclic graphs in.. Apache-2
-- ipyexperiments (π₯12 Β· β 180 Β· π) - Automatic GPU+CPU memory profiling, re-use and memory.. βUnlicensed
-- Gruvbox Theme (π₯8 Β· β 49 Β· π) - Gruvbox dark theme for Jupyter Lab. Modeled on classic.. βUnlicensed
+- ipywidgets (π₯31 Β· β 3K Β· π) - Interactive Widgets for the Jupyter Notebook. BSD-3
+- nbdev (π₯25 Β· β 4.7K Β· π) - Create delightful software with Jupyter Notebooks. Apache-2
+- JupyterLab Debugger (π₯21 Β· β 560 Β· π) - A visual debugger for Jupyter notebooks, consoles,.. BSD-3
+- ipyaggrid (π₯10 Β· β 13 Β· π) - A jupyter widget embedding the ag-grid library. MIT
+- Nord Theme (π₯4 Β· β 26 Β· π) - JupyterLab - Nord Theme. βUnlicensed