diff --git a/README.md b/README.md index 420e9bd..556a990 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,10 @@

-本资源清单包含270个jupyter相关的开源工具资源,这些热门工具总共分成13个不同的子板块,这些项目目前在github上已经收到250K个点赞。所有的工具资源每周会自动从GitHub和工具维护平台采集信息,并更新排行展示。本清单参考[best-of模板](https://github.com/best-of-lists/best-of)完成,内容参考了[awesome-jupyter](https://github.com/markusschanta/awesome-jupyter),欢迎大家提PR丰富本清单。 +本资源清单包含270个jupyter相关的开源工具资源,这些热门工具总共分成13个不同的子板块,这些项目目前在github上已经收到260K个点赞。所有的工具资源每周会自动从GitHub和工具维护平台采集信息,并更新排行展示。本清单参考[best-of模板](https://github.com/best-of-lists/best-of)完成,内容参考了[awesome-jupyter](https://github.com/markusschanta/awesome-jupyter),欢迎大家提PR丰富本清单。 ## 目录 -- [Notebook环境](#Notebook环境) _14 个项目_ +- [Notebook环境](#Notebook环境) _13 个项目_ - [交互式小部件和可视化](#交互式小部件和可视化) _49 个项目_ - [Jupyter拓展](#Jupyter拓展) _23 个项目_ - [Jupyter-magic拓展](#Jupyter-magic拓展) _10 个项目_ @@ -56,141 +56,125 @@ _支持Jupyter笔记本的开发环境。_ -
Jupyter (🥇37 · ⭐ 9.6K) - Jupyter Interactive Notebook. ❗Unlicensed +
Jupyter (🥇27 · ⭐ 10K · 📉) - Jupyter Interactive Notebook. ❗Unlicensed -- [GitHub](https://github.com/jupyter/notebook) (👨‍💻 570 · 🔀 3.5K · 📥 3.6K · 📦 130K · 📋 4.3K - 46% open · ⏱️ 20.12.2021): +- [GitHub](https://github.com/jupyter/notebook) (👨‍💻 610 · 🔀 3.8K · 📥 8.8K · 📦 10 · 📋 4.5K - 44% open · ⏱️ 25.08.2022): ``` git clone https://github.com/jupyter/notebook ``` -- [PyPi](https://pypi.org/project/notebook) (📥 14M / month): +- [PyPi](https://pypi.org/project/notebook) (📥 11M / month): ``` pip install notebook ``` -- [Conda](https://anaconda.org/conda-forge/jupyter) (📥 1.7M · ⏱️ 18.11.2021): +- [Conda](https://anaconda.org/conda-forge/jupyter) (📥 2.3M · ⏱️ 18.11.2021): ``` conda install -c conda-forge jupyter ``` -- [Docker Hub](https://hub.docker.com/r/jupyter/datascience-notebook) (📥 26M · ⭐ 890 · ⏱️ 21.12.2021): +- [Docker Hub](https://hub.docker.com/r/jupyter/datascience-notebook) (📥 27M · ⭐ 940 · ⏱️ 23.08.2022): ``` docker pull jupyter/datascience-notebook ```
-
JupyterLab (🥇35 · ⭐ 12K) - JupyterLab计算环境。❗Unlicensed +
JupyterHub (🥇25 · ⭐ 7.1K) - Jupyter笔记本电脑的多用户服务器。❗Unlicensed -- [GitHub](https://github.com/jupyterlab/jupyterlab) (👨‍💻 460 · 🔀 2.1K · 📥 21K · 📦 54K · 📋 6.3K - 30% open · ⏱️ 21.12.2021): - - ``` - git clone https://github.com/jupyterlab/jupyterlab - ``` -- [PyPi](https://pypi.org/project/jupyterlab) (📥 1.3M / month): - ``` - pip install jupyterlab - ``` -- [Conda](https://anaconda.org/conda-forge/jupyterlab) (📥 5M · ⏱️ 10.12.2021): - ``` - conda install -c conda-forge jupyterlab - ``` -
-
JupyterHub (🥈25 · ⭐ 6.8K) - Jupyter笔记本电脑的多用户服务器。❗Unlicensed - -- [GitHub](https://github.com/jupyterhub/jupyterhub) (👨‍💻 260 · 🔀 1.6K · 📦 1.6K · 📋 2K - 8% open · ⏱️ 22.12.2021): +- [GitHub](https://github.com/jupyterhub/jupyterhub) (👨‍💻 280 · 🔀 1.7K · 📦 1.9K · 📋 2.1K - 5% open · ⏱️ 24.08.2022): ``` git clone https://github.com/jupyterhub/jupyterhub ``` -- [PyPi](https://pypi.org/project/jupyterhub) (📥 230K / month): +- [PyPi](https://pypi.org/project/jupyterhub) (📥 130K / month): ``` pip install jupyterhub ``` -- [Conda](https://anaconda.org/conda-forge/jupyterhub) (📥 480K · ⏱️ 22.12.2021): +- [Conda](https://anaconda.org/conda-forge/jupyterhub) (📥 650K · ⏱️ 06.06.2022): ``` conda install -c conda-forge jupyterhub ``` -- [Docker Hub](https://hub.docker.com/r/jupyterhub/jupyterhub) (📥 2.4M · ⭐ 300 · ⏱️ 22.12.2021): +- [Docker Hub](https://hub.docker.com/r/jupyterhub/jupyterhub) (📥 2.7M · ⭐ 310 · ⏱️ 19.08.2022): ``` docker pull jupyterhub/jupyterhub ```
-
Docker Stacks (🥈25 · ⭐ 6.7K) - 包含Jupyter应用程序的即可运行的Docker映像。BSD-3 - -- [GitHub](https://github.com/jupyter/docker-stacks) (👨‍💻 210 · 🔀 2.4K · 📋 710 - 10% open · ⏱️ 21.12.2021): - - ``` - git clone https://github.com/jupyter/docker-stacks - ``` -- [Docker Hub](https://hub.docker.com/r/jupyter/scipy-notebook) (📥 78M · ⭐ 330 · ⏱️ 21.12.2021): - ``` - docker pull jupyter/scipy-notebook - ``` -
-
nteract (🥈25 · ⭐ 5.7K) - 交互式计算套件BSD-3 +
nteract (🥇25 · ⭐ 5.9K) - 交互式计算套件BSD-3 -- [GitHub](https://github.com/nteract/nteract) (👨‍💻 170 · 🔀 520 · 📥 1.3M · 📋 1.7K - 9% open · ⏱️ 03.11.2021): +- [GitHub](https://github.com/nteract/nteract) (👨‍💻 180 · 🔀 530 · 📥 1.4M · 📋 1.7K - 9% open · ⏱️ 23.07.2022): ``` git clone https://github.com/nteract/nteract ``` -- [PyPi](https://pypi.org/project/nteract_on_jupyter) (📥 3.2K / month): +- [PyPi](https://pypi.org/project/nteract_on_jupyter) (📥 2.4K / month): ``` pip install nteract_on_jupyter ```
-
DataLab (🥈24 · ⭐ 970) - 面向大数据的交互式工具和开发人员经验。Apache-2 +
Docker Stacks (🥈22 · ⭐ 7.2K) - 包含Jupyter应用程序的即可运行的Docker映像。BSD-3 -- [GitHub](https://github.com/googledatalab/datalab) (👨‍💻 52 · 🔀 240 · 📋 890 - 25% open · ⏱️ 16.08.2021): +- [GitHub](https://github.com/jupyter/docker-stacks) (👨‍💻 220 · 🔀 2.6K · 📋 770 - 5% open · ⏱️ 23.08.2022): ``` - git clone https://github.com/googledatalab/datalab + git clone https://github.com/jupyter/docker-stacks ``` -- [PyPi](https://pypi.org/project/datalab) (📥 1.3M / month): +- [Docker Hub](https://hub.docker.com/r/jupyter/scipy-notebook) (📥 86M · ⭐ 360 · ⏱️ 23.08.2022): ``` - pip install datalab + docker pull jupyter/scipy-notebook ```
-
sos (🥉21 · ⭐ 210 · 💤) - 用于日常数据分析的SoS工作流系统。BSD-3 +
sos (🥈22 · ⭐ 230) - 用于日常数据分析的SoS工作流系统。BSD-3 -- [GitHub](https://github.com/vatlab/sos) (👨‍💻 33 · 🔀 28 · 📦 1.5K · 📋 1.4K - 4% open · ⏱️ 24.05.2021): +- [GitHub](https://github.com/vatlab/sos) (👨‍💻 36 · 🔀 30 · 📦 2.7K · 📋 1.4K - 4% open · ⏱️ 21.06.2022): ``` git clone https://github.com/vatlab/SOS ```
-
ML Workspace (🥉20 · ⭐ 2.4K) - 基于Web的多合一IDE,专门用于机器学习和数据任务。Apache-2 +
DataLab (🥈21 · ⭐ 980 · 💤) - 面向大数据的交互式工具和开发人员经验。Apache-2 -- [GitHub](https://github.com/ml-tooling/ml-workspace) (👨‍💻 10 · 🔀 300 · 📋 74 - 5% open · ⏱️ 22.11.2021): +- [GitHub](https://github.com/googledatalab/datalab) (👨‍💻 52 · 🔀 250 · 📋 890 - 25% open · ⏱️ 16.08.2021): ``` - git clone https://github.com/ml-tooling/ml-workspace + git clone https://github.com/googledatalab/datalab ``` -- [Docker Hub](https://hub.docker.com/r/mltooling/ml-workspace) (📥 500K · ⭐ 20 · ⏱️ 13.07.2021): +- [PyPi](https://pypi.org/project/datalab) (📥 56K / month): ``` - docker pull mltooling/ml-workspace + pip install datalab ```
Hydrogen (🥉19 · ⭐ 3.8K) - 交互运行代码,检查数据并作图。MIT -- [GitHub](https://github.com/nteract/hydrogen) (👨‍💻 88 · 🔀 300 · 📋 1.2K - 12% open · ⏱️ 16.10.2021): +- [GitHub](https://github.com/nteract/hydrogen) (👨‍💻 89 · 🔀 320 · 📋 1.3K - 13% open · ⏱️ 25.03.2022): ``` git clone https://github.com/nteract/hydrogen ```
-
docker-python (🥉19 · ⭐ 2K) - Kaggle Python Docker映像。Apache-2 +
docker-python (🥉19 · ⭐ 2.2K) - Kaggle Python Docker映像。Apache-2 -- [GitHub](https://github.com/Kaggle/docker-python) (👨‍💻 140 · 🔀 760 · 📋 280 - 3% open · ⏱️ 21.12.2021): +- [GitHub](https://github.com/Kaggle/docker-python) (👨‍💻 150 · 🔀 810 · 📋 300 - 4% open · ⏱️ 22.08.2022): ``` git clone https://github.com/kaggle/docker-python ``` -- [Docker Hub](https://hub.docker.com/r/kaggle/python) (📥 190K · ⭐ 160 · ⏱️ 29.11.2021): +- [Docker Hub](https://hub.docker.com/r/kaggle/python) (📥 190K · ⭐ 160 · ⏱️ 23.08.2022): ``` docker pull kaggle/python ```
-
ML Hub (🥉18 · ⭐ 200) - 机器学习团队的多用户开发平台。Apache-2 +
ML Workspace (🥉18 · ⭐ 2.7K · 💤) - 基于Web的多合一IDE,专门用于机器学习和数据任务。Apache-2 -- [GitHub](https://github.com/ml-tooling/ml-hub) (👨‍💻 7 · 🔀 46 · 📥 1.7K · 📋 26 - 57% open · ⏱️ 23.12.2021): +- [GitHub](https://github.com/ml-tooling/ml-workspace) (👨‍💻 11 · 🔀 330 · 📋 87 - 9% open · ⏱️ 22.11.2021): + + ``` + git clone https://github.com/ml-tooling/ml-workspace + ``` +- [Docker Hub](https://hub.docker.com/r/mltooling/ml-workspace) (📥 510K · ⭐ 24 · ⏱️ 13.07.2021): + ``` + docker pull mltooling/ml-workspace + ``` +
+
ML Hub (🥉17 · ⭐ 250 · 💤) - 机器学习团队的多用户开发平台。Apache-2 + +- [GitHub](https://github.com/ml-tooling/ml-hub) (👨‍💻 7 · 🔀 54 · 📥 1.9K · 📋 26 - 57% open · ⏱️ 23.12.2021): ``` git clone https://github.com/ml-tooling/ml-hub @@ -200,29 +184,29 @@ _支持Jupyter笔记本的开发环境。_ docker pull mltooling/ml-hub ```
-
jupyterlab-classic (🥉17 · ⭐ 220) - 下一代老式笔记本用户UI界面。BSD-3 +
jupyterlab-classic (🥉17 · ⭐ 240) - 下一代老式笔记本用户UI界面。BSD-3 -- [GitHub](https://github.com/jupyterlab/retrolab) (👨‍💻 14 · 🔀 35 · 📥 300 · 📦 42 · 📋 120 - 35% open · ⏱️ 17.12.2021): +- [GitHub](https://github.com/jupyterlab/retrolab) (👨‍💻 17 · 🔀 43 · 📥 790 · 📦 80 · 📋 110 - 3% open · ⏱️ 04.05.2022): ``` git clone https://github.com/jtpio/jupyterlab-classic ``` -- [PyPi](https://pypi.org/project/jupyterlab-classic): +- [PyPi](https://pypi.org/project/jupyterlab-classic) (📥 70 / month): ``` pip install jupyterlab-classic ```
-
VSCode Jupyter (🥉16 · ⭐ 500) - VS Code Jupyter extension. MIT +
VSCode Jupyter (🥉16 · ⭐ 710) - VS Code Jupyter extension. MIT -- [GitHub](https://github.com/microsoft/vscode-jupyter) (👨‍💻 240 · 🔀 96 · 📋 6.6K - 9% open · ⏱️ 23.12.2021): +- [GitHub](https://github.com/microsoft/vscode-jupyter) (👨‍💻 250 · 🔀 150 · 📋 7.7K - 8% open · ⏱️ 25.08.2022): ``` git clone https://github.com/microsoft/vscode-jupyter ```
-
gpu-jupyter (🥉14 · ⭐ 290) - 充分利用Jupyterlab的灵活性。Apache-2 +
gpu-jupyter (🥉14 · ⭐ 390) - 充分利用Jupyterlab的灵活性。Apache-2 -- [GitHub](https://github.com/iot-salzburg/gpu-jupyter) (👨‍💻 10 · 🔀 100 · 📋 45 - 13% open · ⏱️ 22.11.2021): +- [GitHub](https://github.com/iot-salzburg/gpu-jupyter) (👨‍💻 10 · 🔀 140 · 📋 56 - 21% open · ⏱️ 21.07.2022): ``` git clone https://github.com/iot-salzburg/gpu-jupyter @@ -238,728 +222,728 @@ _提供交互式UI小部件和可视化工具的扩展。_ 🔗 best-of-ml-python - Data Visualization - Python-based data visualization libraries. -
bokeh (🥇31 · ⭐ 16K) - 浏览器中的Python交互式数据可视化。BSD-3 +
ipywidgets (🥇34 · ⭐ 2.6K) - Interactive Widgets for the Jupyter Notebook. BSD-3 -- [GitHub](https://github.com/bokeh/bokeh) (👨‍💻 590 · 🔀 3.8K · 📦 42K · 📋 6.8K - 10% open · ⏱️ 22.12.2021): +- [GitHub](https://github.com/jupyter-widgets/ipywidgets) (👨‍💻 200 · 🔀 830 · 📦 4.7K · 📋 1.8K - 31% open · ⏱️ 23.08.2022): ``` - git clone https://github.com/bokeh/bokeh + git clone https://github.com/jupyter-widgets/ipywidgets ``` -- [PyPi](https://pypi.org/project/bokeh) (📥 2.1M / month): +- [PyPi](https://pypi.org/project/ipywidgets) (📥 7.8M / month): ``` - pip install bokeh + pip install ipywidgets ``` -- [Conda](https://anaconda.org/conda-forge/bokeh) (📥 6.3M · ⏱️ 22.11.2021): +- [Conda](https://anaconda.org/conda-forge/ipywidgets) (📥 5.8M · ⏱️ 19.08.2022): ``` - conda install -c conda-forge bokeh + conda install -c conda-forge ipywidgets + ``` +- [NPM](https://www.npmjs.com/package/@jupyter-widgets/jupyterlab-manager) (📥 79K / month): + ``` + npm install @jupyter-widgets/jupyterlab-manager ```
-
pandas-profiling (🥇30 · ⭐ 8.3K) - 从pandas DataFrame创建HTML分析报告。MIT +
pandas-profiling (🥇33 · ⭐ 9.4K) - 从pandas DataFrame创建HTML分析报告。MIT -- [GitHub](https://github.com/pandas-profiling/pandas-profiling) (👨‍💻 83 · 🔀 1.2K · 📦 6.2K · 📋 530 - 18% open · ⏱️ 22.12.2021): +- [GitHub](https://github.com/ydataai/pandas-profiling) (👨‍💻 92 · 🔀 1.3K · 📦 8.8K · 📋 580 - 19% open · ⏱️ 24.08.2022): ``` git clone https://github.com/pandas-profiling/pandas-profiling ``` -- [PyPi](https://pypi.org/project/pandas-profiling): +- [PyPi](https://pypi.org/project/pandas-profiling) (📥 1.2M / month): ``` pip install pandas-profiling ``` -- [Conda](https://anaconda.org/conda-forge/pandas-profiling) (📥 180K · ⏱️ 28.09.2021): +- [Conda](https://anaconda.org/conda-forge/pandas-profiling) (📥 270K · ⏱️ 02.05.2022): ``` conda install -c conda-forge pandas-profiling ```
-
ipywidgets (🥇30 · ⭐ 2.4K) - Interactive Widgets for the Jupyter Notebook. BSD-3 +
ipyleaflet (🥇30 · ⭐ 1.3K) - Jupyter-Leaflet.js桥接。MIT -- [GitHub](https://github.com/jupyter-widgets/ipywidgets) (👨‍💻 190 · 🔀 760 · 📦 2.9K · 📋 1.7K - 31% open · ⏱️ 22.12.2021): +- [GitHub](https://github.com/jupyter-widgets/ipyleaflet) (👨‍💻 80 · 🔀 320 · 📦 2.6K · 📋 500 - 36% open · ⏱️ 23.08.2022): ``` - git clone https://github.com/jupyter-widgets/ipywidgets + git clone https://github.com/jupyter-widgets/ipyleaflet ``` -- [PyPi](https://pypi.org/project/ipywidgets): +- [PyPi](https://pypi.org/project/ipyleaflet) (📥 110K / month): ``` - pip install ipywidgets + pip install ipyleaflet ``` -- [Conda](https://anaconda.org/conda-forge/ipywidgets) (📥 4.2M · ⏱️ 04.11.2021): +- [Conda](https://anaconda.org/conda-forge/ipyleaflet) (📥 870K · ⏱️ 23.08.2022): ``` - conda install -c conda-forge ipywidgets + conda install -c conda-forge ipyleaflet ``` -- [NPM](https://www.npmjs.com/package/@jupyter-widgets/jupyterlab-manager) (📥 130K / month): +- [NPM](https://www.npmjs.com/package/jupyter-leaflet) (📥 50K / month): ``` - npm install @jupyter-widgets/jupyterlab-manager + npm install jupyter-leaflet ```
-
ipyleaflet (🥇29 · ⭐ 1.2K) - Jupyter-Leaflet.js桥接。MIT +
bokeh (🥇28 · ⭐ 17K) - 浏览器中的Python交互式数据可视化。BSD-3 -- [GitHub](https://github.com/jupyter-widgets/ipyleaflet) (👨‍💻 73 · 🔀 300 · 📦 1.3K · 📋 460 - 37% open · ⏱️ 22.12.2021): +- [GitHub](https://github.com/bokeh/bokeh) (👨‍💻 610 · 🔀 3.9K · 📦 150 · 📋 7K - 9% open · ⏱️ 24.08.2022): ``` - git clone https://github.com/jupyter-widgets/ipyleaflet - ``` -- [PyPi](https://pypi.org/project/ipyleaflet) (📥 57K / month): - ``` - pip install ipyleaflet + git clone https://github.com/bokeh/bokeh ``` -- [Conda](https://anaconda.org/conda-forge/ipyleaflet) (📥 780K · ⏱️ 09.12.2021): +- [PyPi](https://pypi.org/project/bokeh) (📥 3.6M / month): ``` - conda install -c conda-forge ipyleaflet + pip install bokeh ``` -- [NPM](https://www.npmjs.com/package/jupyter-leaflet) (📥 47K / month): +- [Conda](https://anaconda.org/conda-forge/bokeh) (📥 8.2M · ⏱️ 15.08.2022): ``` - npm install jupyter-leaflet + conda install -c conda-forge bokeh ```
-
jupyter-matplotlib (🥇28 · ⭐ 1.2K) - Matplotlib Jupyter集成。BSD-3 +
D-Tale (🥇27 · ⭐ 3.6K) - Visualizer for Pandas Data Structures. ❗️LGPL-2.1 -- [GitHub](https://github.com/matplotlib/ipympl) (👨‍💻 25 · 🔀 170 · 📦 2.3K · 📋 220 - 42% open · ⏱️ 17.12.2021): +- [GitHub](https://github.com/man-group/dtale) (👨‍💻 27 · 🔀 290 · 📦 460 · 📋 470 - 8% open · ⏱️ 07.08.2022): ``` - git clone https://github.com/matplotlib/ipympl + git clone https://github.com/man-group/dtale ``` -- [PyPi](https://pypi.org/project/ipympl): +- [PyPi](https://pypi.org/project/dtale) (📥 100K / month): ``` - pip install ipympl + pip install dtale ``` -- [NPM](https://www.npmjs.com/package/jupyter-matplotlib) (📥 53K / month): +- [Conda](https://anaconda.org/conda-forge/dtale) (📥 150K · ⏱️ 07.08.2022): ``` - npm install jupyter-matplotlib + conda install -c conda-forge dtale ```
-
bqplot (🥈26 · ⭐ 3.2K) - 用于IPython / Jupyter笔记本的绘图库。Apache-2 +
bqplot (🥇27 · ⭐ 3.3K) - 用于IPython / Jupyter笔记本的绘图库。Apache-2 -- [GitHub](https://github.com/bqplot/bqplot) (👨‍💻 55 · 🔀 430 · 📦 28 · 📋 550 - 35% open · ⏱️ 20.12.2021): +- [GitHub](https://github.com/bqplot/bqplot) (👨‍💻 59 · 🔀 440 · 📦 34 · 📋 570 - 36% open · ⏱️ 22.08.2022): ``` git clone https://github.com/bqplot/bqplot ``` -- [PyPi](https://pypi.org/project/bqplot): +- [PyPi](https://pypi.org/project/bqplot) (📥 82K / month): ``` pip install bqplot ``` -- [Conda](https://anaconda.org/conda-forge/bqplot) (📥 910K · ⏱️ 01.10.2021): +- [Conda](https://anaconda.org/conda-forge/bqplot) (📥 1M · ⏱️ 22.08.2022): ``` conda install -c conda-forge bqplot ``` -- [NPM](https://www.npmjs.com/package/bqplot) (📥 26K / month): +- [NPM](https://www.npmjs.com/package/bqplot) (📥 9.3K / month): ``` npm install bqplot ```
-
ipyvolume (🥈26 · ⭐ 1.7K) - 基于IPython的Jupyter笔记本中用于Python的3d绘图MIT +
ipyvolume (🥇27 · ⭐ 1.8K) - 基于IPython的Jupyter笔记本中用于Python的3d绘图MIT -- [GitHub](https://github.com/maartenbreddels/ipyvolume) (👨‍💻 39 · 🔀 210 · 📦 640 · 📋 290 - 55% open · ⏱️ 01.11.2021): +- [GitHub](https://github.com/widgetti/ipyvolume) (👨‍💻 41 · 🔀 220 · 📦 840 · 📋 300 - 56% open · ⏱️ 26.07.2022): ``` git clone https://github.com/maartenbreddels/ipyvolume ``` -- [PyPi](https://pypi.org/project/ipyvolume) (📥 28K / month): +- [PyPi](https://pypi.org/project/ipyvolume) (📥 56K / month): ``` pip install ipyvolume ``` -- [Conda](https://anaconda.org/conda-forge/ipyvolume) (📥 330K · ⏱️ 20.04.2021): +- [Conda](https://anaconda.org/conda-forge/ipyvolume) (📥 380K · ⏱️ 20.04.2021): ``` conda install -c conda-forge ipyvolume ``` -- [NPM](https://www.npmjs.com/package/ipyvolume) (📥 3.1K / month): +- [NPM](https://www.npmjs.com/package/ipyvolume) (📥 2.1K / month): ``` npm install ipyvolume ```
-
papermill (🥈25 · ⭐ 4.5K) - 参数化,执行和分析笔记本。BSD-3 +
jupyter-matplotlib (🥇27 · ⭐ 1.3K) - Matplotlib Jupyter集成。BSD-3 -- [GitHub](https://github.com/nteract/papermill) (👨‍💻 96 · 🔀 340 · 📦 1.8K · 📋 330 - 30% open · ⏱️ 11.12.2021): +- [GitHub](https://github.com/matplotlib/ipympl) (👨‍💻 28 · 🔀 190 · 📦 3.7K · 📋 260 - 44% open · ⏱️ 22.08.2022): ``` - git clone https://github.com/nteract/papermill - ``` -- [PyPi](https://pypi.org/project/papermill) (📥 380K / month): - ``` - pip install papermill - ``` -- [Conda](https://anaconda.org/conda-forge/papermill) (📥 210K · ⏱️ 21.10.2021): - ``` - conda install -c conda-forge papermill - ``` -
-
D-Tale (🥈25 · ⭐ 2.9K) - Visualizer for Pandas Data Structures. ❗️LGPL-2.1 - -- [GitHub](https://github.com/man-group/dtale) (👨‍💻 19 · 🔀 220 · 📦 270 · 📋 440 - 8% open · ⏱️ 18.12.2021): - - ``` - git clone https://github.com/man-group/dtale + git clone https://github.com/matplotlib/ipympl ``` -- [PyPi](https://pypi.org/project/dtale) (📥 49K / month): +- [PyPi](https://pypi.org/project/ipympl) (📥 150K / month): ``` - pip install dtale + pip install ipympl ``` -- [Conda](https://anaconda.org/conda-forge/dtale) (📥 100K · ⏱️ 18.11.2021): +- [NPM](https://www.npmjs.com/package/jupyter-matplotlib) (📥 27K / month): ``` - conda install -c conda-forge dtale + npm install jupyter-matplotlib ```
-
jupyter-dash (🥈24 · ⭐ 630 · 💤) - 在Jupyter Notebook和JupyterLab中开发Dash应用程序。MIT +
jupyter-dash (🥇27 · ⭐ 800) - 在Jupyter Notebook和JupyterLab中开发Dash应用程序。MIT -- [GitHub](https://github.com/plotly/jupyter-dash) (👨‍💻 3 · 🔀 170 · 📥 65 · 📦 1.1K · 📋 47 - 68% open · ⏱️ 22.01.2021): +- [GitHub](https://github.com/plotly/jupyter-dash) (👨‍💻 10 · 🔀 210 · 📥 77 · 📦 1.8K · 📋 62 - 62% open · ⏱️ 28.06.2022): ``` git clone https://github.com/plotly/jupyter-dash ``` -- [PyPi](https://pypi.org/project/jupyter-dash) (📥 43K / month): +- [PyPi](https://pypi.org/project/jupyter-dash) (📥 370K / month): ``` pip install jupyter-dash ```
-
ipycanvas (🥈24 · ⭐ 510) - Jupyter中的交互式画布。BSD-3 +
papermill (🥈26 · ⭐ 4.8K) - 参数化,执行和分析笔记本。BSD-3 -- [GitHub](https://github.com/martinRenou/ipycanvas) (👨‍💻 14 · 🔀 40 · 📦 330 · 📋 97 - 35% open · ⏱️ 01.12.2021): +- [GitHub](https://github.com/nteract/papermill) (👨‍💻 100 · 🔀 360 · 📦 2.4K · 📋 340 - 30% open · ⏱️ 15.08.2022): ``` - git clone https://github.com/martinRenou/ipycanvas - ``` -- [PyPi](https://pypi.org/project/ipycanvas) (📥 11K / month): - ``` - pip install ipycanvas - ``` -- [Conda](https://anaconda.org/conda-forge/ipycanvas) (📥 35K · ⏱️ 01.12.2021): - ``` - conda install -c conda-forge ipycanvas + git clone https://github.com/nteract/papermill ``` -
-
ipycytoscape (🥈23 · ⭐ 170) - Cytoscape Jupyter小部件。BSD-3 - -- [GitHub](https://github.com/cytoscape/ipycytoscape) (👨‍💻 29 · 🔀 46 · 📥 3 · 📦 55 · 📋 140 - 38% open · ⏱️ 01.12.2021): - +- [PyPi](https://pypi.org/project/papermill) (📥 870K / month): ``` - git clone https://github.com/QuantStack/ipycytoscape + pip install papermill ``` -- [Conda](https://anaconda.org/conda-forge/ipycytoscape) (📥 26K · ⏱️ 10.05.2021): +- [Conda](https://anaconda.org/conda-forge/papermill) (📥 300K · ⏱️ 23.01.2022): ``` - conda install -c conda-forge ipycytoscape + conda install -c conda-forge papermill ```
-
facets-overview (🥈21 · ⭐ 6.7K · 💤) - 机器学习数据集的可视化。Apache-2 +
facets-overview (🥈25 · ⭐ 7K · 💀) - 机器学习数据集的可视化。Apache-2 -- [GitHub](https://github.com/PAIR-code/facets) (👨‍💻 28 · 🔀 820 · 📦 92 · 📋 150 - 50% open · ⏱️ 06.05.2021): +- [GitHub](https://github.com/PAIR-code/facets) (👨‍💻 28 · 🔀 850 · 📦 130 · 📋 150 - 50% open · ⏱️ 06.05.2021): ``` git clone https://github.com/pair-code/facets ``` -- [PyPi](https://pypi.org/project/facets-overview): +- [PyPi](https://pypi.org/project/facets-overview) (📥 290K / month): ``` pip install facets-overview ```
-
pythreejs (🥈21 · ⭐ 780) - Jupyter-Three.js桥接。❗Unlicensed +
pythreejs (🥈24 · ⭐ 830) - Jupyter-Three.js桥接。❗Unlicensed -- [GitHub](https://github.com/jupyter-widgets/pythreejs) (👨‍💻 29 · 🔀 160 · 📦 19 · 📋 210 - 31% open · ⏱️ 06.12.2021): +- [GitHub](https://github.com/jupyter-widgets/pythreejs) (👨‍💻 30 · 🔀 170 · 📦 21 · 📋 220 - 23% open · ⏱️ 25.08.2022): ``` git clone https://github.com/jupyter-widgets/pythreejs ``` -- [PyPi](https://pypi.org/project/pythreejs): +- [PyPi](https://pypi.org/project/pythreejs) (📥 65K / month): ``` pip install pythreejs ``` -- [Conda](https://anaconda.org/conda-forge/pythreejs) (📥 360K · ⏱️ 02.03.2021): +- [Conda](https://anaconda.org/conda-forge/pythreejs) (📥 410K · ⏱️ 25.08.2022): ``` conda install -c conda-forge pythreejs ``` -- [NPM](https://www.npmjs.com/package/jupyter-threejs) (📥 5.9K / month): +- [NPM](https://www.npmjs.com/package/jupyter-threejs) (📥 4.6K / month): ``` npm install jupyter-threejs ```
-
qgrid (🥈20 · ⭐ 2.8K · 💀) - 用于排序,过滤和编辑DataFrame的交互式工具。Apache-2 +
ipycanvas (🥈24 · ⭐ 630) - Jupyter中的交互式画布。BSD-3 -- [GitHub](https://github.com/quantopian/qgrid) (👨‍💻 30 · 🔀 370 · 📦 1 · 📋 270 - 54% open · ⏱️ 07.04.2020): +- [GitHub](https://github.com/martinRenou/ipycanvas) (👨‍💻 20 · 🔀 51 · 📦 780 · 📋 110 - 36% open · ⏱️ 25.08.2022): + + ``` + git clone https://github.com/martinRenou/ipycanvas + ``` +- [PyPi](https://pypi.org/project/ipycanvas) (📥 26K / month): + ``` + pip install ipycanvas + ``` +- [Conda](https://anaconda.org/conda-forge/ipycanvas) (📥 80K · ⏱️ 19.08.2022): + ``` + conda install -c conda-forge ipycanvas + ``` +
+
qgrid (🥈23 · ⭐ 2.9K · 💀) - 用于排序,过滤和编辑DataFrame的交互式工具。Apache-2 + +- [GitHub](https://github.com/quantopian/qgrid) (👨‍💻 30 · 🔀 390 · 📋 270 - 54% open · ⏱️ 07.04.2020): ``` git clone https://github.com/quantopian/qgrid ``` -- [PyPi](https://pypi.org/project/qgrid): +- [PyPi](https://pypi.org/project/qgrid) (📥 69K / month): ``` pip install qgrid ``` -- [Conda](https://anaconda.org/conda-forge/qgrid) (📥 330K · ⏱️ 04.03.2021): +- [Conda](https://anaconda.org/conda-forge/qgrid) (📥 360K · ⏱️ 04.03.2021): ``` conda install -c conda-forge qgrid ``` -- [NPM](https://www.npmjs.com/package/qgrid) (📥 760 / month): +- [NPM](https://www.npmjs.com/package/qgrid) (📥 930 / month): ``` npm install qgrid ```
-
What-If Tool (🥈20 · ⭐ 620) - What-If工具的源代码/网页/演示。Apache-2 +
ipywebrtc (🥈23 · ⭐ 210 · 💀) - 适用于Jupyter笔记本/实验室的WebRTC。MIT -- [GitHub](https://github.com/PAIR-code/what-if-tool) (👨‍💻 20 · 🔀 120 · 📋 94 - 51% open · ⏱️ 01.11.2021): +- [GitHub](https://github.com/maartenbreddels/ipywebrtc) (👨‍💻 9 · 🔀 33 · 📦 570 · 📋 51 - 60% open · ⏱️ 29.03.2021): ``` - git clone https://github.com/PAIR-code/what-if-tool + git clone https://github.com/maartenbreddels/ipywebrtc ``` -- [PyPi](https://pypi.org/project/witwidget) (📥 7.2K / month): +- [PyPi](https://pypi.org/project/ipywebrtc) (📥 56K / month): ``` - pip install witwidget + pip install ipywebrtc ``` -- [NPM](https://www.npmjs.com/package/wit-widget) (📥 4K / month): +- [Conda](https://anaconda.org/conda-forge/ipywebrtc) (📥 260K · ⏱️ 29.03.2021): ``` - npm install wit-widget + conda install -c conda-forge ipywebrtc + ``` +- [NPM](https://www.npmjs.com/package/jupyter-webrtc) (📥 340 / month): + ``` + npm install jupyter-webrtc ```
-
ipyvuetify (🥈20 · ⭐ 240) - 基于vuetify UI组件的Jupyter小部件。MIT +
ipycytoscape (🥈23 · ⭐ 200) - Cytoscape Jupyter小部件。BSD-3 -- [GitHub](https://github.com/mariobuikhuizen/ipyvuetify) (👨‍💻 10 · 🔀 37 · 📦 4 · 📋 150 - 24% open · ⏱️ 16.12.2021): +- [GitHub](https://github.com/cytoscape/ipycytoscape) (👨‍💻 32 · 🔀 55 · 📥 3 · 📦 78 · 📋 160 - 37% open · ⏱️ 20.05.2022): ``` - git clone https://github.com/mariobuikhuizen/ipyvuetify + git clone https://github.com/QuantStack/ipycytoscape ``` -- [PyPi](https://pypi.org/project/ipyvuetify) (📥 42K / month): +- [Conda](https://anaconda.org/conda-forge/ipycytoscape) (📥 56K · ⏱️ 05.04.2022): ``` - pip install ipyvuetify + conda install -c conda-forge ipycytoscape ``` -- [Conda](https://anaconda.org/conda-forge/ipyvuetify) (📥 67K · ⏱️ 06.08.2021): +
+
Mapbox GL (🥈22 · ⭐ 620 · 💀) - 使用Mapbox GL JS可视化Python Jupyter笔记本中的数据。MIT + +- [GitHub](https://github.com/mapbox/mapboxgl-jupyter) (👨‍💻 21 · 🔀 130 · 📦 140 · 📋 99 - 32% open · ⏱️ 19.04.2021): + ``` - conda install -c conda-forge ipyvuetify + git clone https://github.com/mapbox/mapboxgl-jupyter + ``` +- [PyPi](https://pypi.org/project/mapboxgl) (📥 11K / month): + ``` + pip install mapboxgl ```
-
ipywebrtc (🥈20 · ⭐ 200 · 💤) - 适用于Jupyter笔记本/实验室的WebRTC。MIT +
itables (🥈21 · ⭐ 320) - Jupyter中的交互式表格。MIT -- [GitHub](https://github.com/maartenbreddels/ipywebrtc) (👨‍💻 9 · 🔀 30 · 📦 400 · 📋 48 - 58% open · ⏱️ 29.03.2021): +- [GitHub](https://github.com/mwouts/itables) (👨‍💻 4 · 🔀 29 · 📦 140 · 📋 49 - 10% open · ⏱️ 17.08.2022): ``` - git clone https://github.com/maartenbreddels/ipywebrtc + git clone https://github.com/mwouts/itables ``` -- [PyPi](https://pypi.org/project/ipywebrtc): +- [PyPi](https://pypi.org/project/itables) (📥 13K / month): ``` - pip install ipywebrtc + pip install itables ``` -- [Conda](https://anaconda.org/conda-forge/ipywebrtc) (📥 230K · ⏱️ 29.03.2021): +
+
ipyvuetify (🥈21 · ⭐ 260) - 基于vuetify UI组件的Jupyter小部件。MIT + +- [GitHub](https://github.com/widgetti/ipyvuetify) (👨‍💻 10 · 🔀 44 · 📦 4 · 📋 170 - 26% open · ⏱️ 07.02.2022): + ``` - conda install -c conda-forge ipywebrtc + git clone https://github.com/mariobuikhuizen/ipyvuetify ``` -- [NPM](https://www.npmjs.com/package/jupyter-webrtc) (📥 310 / month): +- [PyPi](https://pypi.org/project/ipyvuetify) (📥 66K / month): ``` - npm install jupyter-webrtc + pip install ipyvuetify + ``` +- [Conda](https://anaconda.org/conda-forge/ipyvuetify) (📥 85K · ⏱️ 07.02.2022): + ``` + conda install -c conda-forge ipyvuetify ```
-
Mapbox GL (🥈19 · ⭐ 590 · 💤) - 使用Mapbox GL JS可视化Python Jupyter笔记本中的数据。MIT +
ipydatawidgets (🥈21 · ⭐ 31) - 一组小部件,以帮助促进大型数据集的重用。❗Unlicensed -- [GitHub](https://github.com/mapbox/mapboxgl-jupyter) (👨‍💻 21 · 🔀 120 · 📦 120 · 📋 98 - 31% open · ⏱️ 19.04.2021): +- [GitHub](https://github.com/vidartf/ipydatawidgets) (👨‍💻 5 · 🔀 8 · 📦 570 · 📋 10 - 20% open · ⏱️ 22.08.2022): ``` - git clone https://github.com/mapbox/mapboxgl-jupyter + git clone https://github.com/vidartf/ipydatawidgets ``` -- [PyPi](https://pypi.org/project/mapboxgl): +- [PyPi](https://pypi.org/project/ipydatawidgets) (📥 71K / month): ``` - pip install mapboxgl + pip install ipydatawidgets + ``` +- [Conda](https://anaconda.org/conda-forge/ipydatawidgets) (📥 170K · ⏱️ 24.08.2022): + ``` + conda install -c conda-forge ipydatawidgets ```
-
ipyvue (🥈19 · ⭐ 36) - Vue库的Jupyter小部件基础。MIT +
itkwidgets (🥉20 · ⭐ 460) - 交互式Jupyter小部件,以可视化图像,点集等。Apache-2 -- [GitHub](https://github.com/mariobuikhuizen/ipyvue) (👨‍💻 3 · 🔀 10 · 📦 16 · 📋 6 - 33% open · ⏱️ 10.12.2021): +- [GitHub](https://github.com/InsightSoftwareConsortium/itkwidgets) (👨‍💻 4 · 🔀 61 · 📥 66 · 📋 200 - 43% open · ⏱️ 23.08.2022): ``` - git clone https://github.com/mariobuikhuizen/ipyvue + git clone https://github.com/InsightSoftwareConsortium/itkwidgets ``` -- [PyPi](https://pypi.org/project/ipyvue) (📥 42K / month): +- [PyPi](https://pypi.org/project/itkwidgets) (📥 14K / month): ``` - pip install ipyvue + pip install itkwidgets ``` -- [Conda](https://anaconda.org/conda-forge/ipyvue) (📥 40K · ⏱️ 28.10.2021): +- [NPM](https://www.npmjs.com/package/itkwidgets) (📥 1.4K / month): ``` - conda install -c conda-forge ipyvue + npm install itkwidgets ```
-
gmaps (🥉18 · ⭐ 730 · 💀) - Jupyter中的Google地图。BSD-3 +
evidently (🥉19 · ⭐ 2.6K) - 交互式报告,可在分析过程中分析机器学习模型。Apache-2 -- [GitHub](https://github.com/pbugnion/gmaps) (👨‍💻 16 · 🔀 140 · 📦 1 · 📋 200 - 31% open · ⏱️ 22.07.2019): +- [GitHub](https://github.com/evidentlyai/evidently) (👨‍💻 24 · 🔀 270 · 📦 550 · 📋 110 - 20% open · ⏱️ 16.08.2022): ``` - git clone https://github.com/pbugnion/gmaps + git clone https://github.com/evidentlyai/evidently ``` -- [PyPi](https://pypi.org/project/gmaps) (📥 11K / month): +
+
What-If Tool (🥉19 · ⭐ 740 · 💤) - What-If工具的源代码/网页/演示。Apache-2 + +- [GitHub](https://github.com/PAIR-code/what-if-tool) (👨‍💻 20 · 🔀 140 · 📋 110 - 52% open · ⏱️ 05.01.2022): + ``` - pip install gmaps + git clone https://github.com/PAIR-code/what-if-tool ``` -- [Conda](https://anaconda.org/conda-forge/gmaps) (📥 250K · ⏱️ 02.08.2019): +- [PyPi](https://pypi.org/project/witwidget) (📥 11K / month): ``` - conda install -c conda-forge gmaps + pip install witwidget ``` -- [NPM](https://www.npmjs.com/package/jupyter-gmaps) (📥 1.9K / month): +- [NPM](https://www.npmjs.com/package/wit-widget) (📥 5.9K / month): ``` - npm install jupyter-gmaps + npm install wit-widget ```
-
ipysheet (🥉18 · ⭐ 460) - Jupyter Handsontable集成。MIT +
ipysheet (🥉19 · ⭐ 500 · 💤) - Jupyter Handsontable集成。MIT -- [GitHub](https://github.com/QuantStack/ipysheet) (👨‍💻 10 · 🔀 57 · 📦 3 · 📋 110 - 50% open · ⏱️ 14.12.2021): +- [GitHub](https://github.com/QuantStack/ipysheet) (👨‍💻 10 · 🔀 62 · 📦 3 · 📋 120 - 51% open · ⏱️ 14.12.2021): ``` git clone https://github.com/QuantStack/ipysheet ``` -- [PyPi](https://pypi.org/project/ipysheet): +- [PyPi](https://pypi.org/project/ipysheet) (📥 54K / month): ``` pip install ipysheet ``` -- [Conda](https://anaconda.org/conda-forge/ipysheet) (📥 41K · ⏱️ 11.08.2021): +- [Conda](https://anaconda.org/conda-forge/ipysheet) (📥 55K · ⏱️ 11.08.2021): ``` conda install -c conda-forge ipysheet ``` -- [NPM](https://www.npmjs.com/package/ipysheet) (📥 3.1K / month): +- [NPM](https://www.npmjs.com/package/ipysheet) (📥 3.4K / month): ``` npm install ipysheet ```
-
nbtutor (🥉18 · ⭐ 390) - 可视化Jupyter Notebook单元中的Python代码执行(逐行)。❗Unlicensed +
pivottablejs (🥉19 · ⭐ 470 · 💀) - Jupyter / IPython Notebook的Dragndrop数据透视表和图表。❗Unlicensed -- [GitHub](https://github.com/lgpage/nbtutor) (👨‍💻 3 · 🔀 35 · 📦 23 · 📋 31 - 58% open · ⏱️ 29.07.2021): +- [GitHub](https://github.com/nicolaskruchten/jupyter_pivottablejs) (👨‍💻 3 · 🔀 62 · 📦 260 · 📋 58 - 29% open · ⏱️ 04.12.2018): ``` - git clone https://github.com/lgpage/nbtutor + git clone https://github.com/nicolaskruchten/jupyter_pivottablejs ``` -- [Conda](https://anaconda.org/conda-forge/nbtutor) (📥 94K · ⏱️ 16.11.2021): +- [PyPi](https://pypi.org/project/pivottablejs) (📥 14K / month): ``` - conda install -c conda-forge nbtutor + pip install pivottablejs ```
-
vega (🥉18 · ⭐ 320) - 适用于Vega和Vega-Lite的IPython / Jupyter笔记本模块。BSD-3 +
ipydagred3 (🥉19 · ⭐ 38) - ipywidgets库,用于在其中绘制有向无环图。Apache-2 -- [GitHub](https://github.com/vega/ipyvega) (👨‍💻 10 · 🔀 52 · 📋 92 - 11% open · ⏱️ 02.12.2021): +- [GitHub](https://github.com/timkpaine/ipydagred3) (👨‍💻 3 · 🔀 5 · 📦 11 · 📋 19 - 15% open · ⏱️ 21.07.2022): ``` - git clone https://github.com/vega/ipyvega + git clone https://github.com/timkpaine/ipydagred3 ``` -- [PyPi](https://pypi.org/project/vega) (📥 20K / month): +- [PyPi](https://pypi.org/project/ipydagred3) (📥 910 / month): ``` - pip install vega + pip install ipydagred3 ``` -- [Conda](https://anaconda.org/conda-forge/vega) (📥 470K · ⏱️ 18.11.2021): +- [NPM](https://www.npmjs.com/package/@jupyter-widgets/jupyterlab-manager) (📥 79K / month): ``` - conda install -c conda-forge vega + npm install @jupyter-widgets/jupyterlab-manager ```
-
Altair Viewer (🥉18 · ⭐ 49) - 用于Altair和Vega-Lite可视化的查看器。BSD-3 +
gmaps (🥉18 · ⭐ 740 · 💀) - Jupyter中的Google地图。BSD-3 -- [GitHub](https://github.com/altair-viz/altair_viewer) (👨‍💻 3 · 🔀 7 · 📋 6 - 33% open · ⏱️ 19.12.2021): +- [GitHub](https://github.com/pbugnion/gmaps) (👨‍💻 16 · 🔀 140 · 📦 1 · 📋 200 - 32% open · ⏱️ 22.07.2019): ``` - git clone https://github.com/altair-viz/altair_viewer + git clone https://github.com/pbugnion/gmaps ``` -- [PyPi](https://pypi.org/project/altair_viewer) (📥 160K / month): +- [PyPi](https://pypi.org/project/gmaps) (📥 8.7K / month): ``` - pip install altair_viewer + pip install gmaps + ``` +- [Conda](https://anaconda.org/conda-forge/gmaps) (📥 270K · ⏱️ 02.08.2019): + ``` + conda install -c conda-forge gmaps + ``` +- [NPM](https://www.npmjs.com/package/jupyter-gmaps) (📥 1.8K / month): + ``` + npm install jupyter-gmaps ```
-
itkwidgets (🥉17 · ⭐ 400) - 交互式Jupyter小部件,以可视化图像,点集等。Apache-2 +
vega (🥉18 · ⭐ 330) - 适用于Vega和Vega-Lite的IPython / Jupyter笔记本模块。BSD-3 -- [GitHub](https://github.com/InsightSoftwareConsortium/itkwidgets) (👨‍💻 20 · 🔀 48 · 📥 64 · 📋 170 - 41% open · ⏱️ 17.09.2021): +- [GitHub](https://github.com/vega/ipyvega) (👨‍💻 11 · 🔀 55 · 📋 95 - 13% open · ⏱️ 01.08.2022): ``` - git clone https://github.com/InsightSoftwareConsortium/itkwidgets + git clone https://github.com/vega/ipyvega ``` -- [PyPi](https://pypi.org/project/itkwidgets) (📥 4.9K / month): +- [PyPi](https://pypi.org/project/vega) (📥 7.3K / month): ``` - pip install itkwidgets + pip install vega ``` -- [NPM](https://www.npmjs.com/package/itkwidgets) (📥 2K / month): +- [Conda](https://anaconda.org/conda-forge/vega) (📥 500K · ⏱️ 10.02.2022): ``` - npm install itkwidgets + conda install -c conda-forge vega ```
-
tributary (🥉17 · ⭐ 290) - 在Python中流式反应图和数据流图。Apache-2 +
ipytree (🥉18 · ⭐ 93) - 使用Jupyter-widgets协议和jsTree的Tree Widget。MIT -- [GitHub](https://github.com/timkpaine/tributary) (👨‍💻 7 · 🔀 25 · 📦 15 · 📋 80 - 12% open · ⏱️ 13.12.2021): +- [GitHub](https://github.com/QuantStack/ipytree) (👨‍💻 8 · 🔀 25 · 📋 31 - 48% open · ⏱️ 23.08.2022): ``` - git clone https://github.com/timkpaine/tributary + git clone https://github.com/QuantStack/ipytree ``` -- [PyPi](https://pypi.org/project/tributary): +- [PyPi](https://pypi.org/project/ipytree) (📥 34K / month): ``` - pip install tributary + pip install ipytree ``` -- [Conda](https://anaconda.org/conda-forge/tributary) (📥 15K · ⏱️ 17.11.2021): +- [Conda](https://anaconda.org/conda-forge/ipytree) (📥 45K · ⏱️ 23.08.2022): ``` - conda install -c conda-forge tributary + conda install -c conda-forge ipytree ```
-
ipydagred3 (🥉17 · ⭐ 28) - ipywidgets库,用于在其中绘制有向无环图。Apache-2 +
ipyvue (🥉18 · ⭐ 40 · 💤) - Vue库的Jupyter小部件基础。MIT -- [GitHub](https://github.com/timkpaine/ipydagred3) (👨‍💻 3 · 🔀 5 · 📦 8 · 📋 19 - 26% open · ⏱️ 12.12.2021): +- [GitHub](https://github.com/widgetti/ipyvue) (👨‍💻 3 · 🔀 11 · 📦 20 · 📋 7 - 28% open · ⏱️ 10.12.2021): ``` - git clone https://github.com/timkpaine/ipydagred3 + git clone https://github.com/mariobuikhuizen/ipyvue ``` -- [PyPi](https://pypi.org/project/ipydagred3): +- [PyPi](https://pypi.org/project/ipyvue) (📥 66K / month): ``` - pip install ipydagred3 + pip install ipyvue ``` -- [NPM](https://www.npmjs.com/package/@jupyter-widgets/jupyterlab-manager) (📥 130K / month): +- [Conda](https://anaconda.org/conda-forge/ipyvue) (📥 55K · ⏱️ 28.10.2021): ``` - npm install @jupyter-widgets/jupyterlab-manager + conda install -c conda-forge ipyvue ```
-
ipydatawidgets (🥉17 · ⭐ 25 · 💤) - 一组小部件,以帮助促进大型数据集的重用。❗Unlicensed +
igv.js widget (🥉17 · ⭐ 150) - 集成了igv.js的Jupyter Notebook扩展。MIT -- [GitHub](https://github.com/vidartf/ipydatawidgets) (👨‍💻 5 · 🔀 7 · 📦 410 · 📋 9 - 44% open · ⏱️ 04.01.2021): +- [GitHub](https://github.com/g2nb/igv-jupyter) (👨‍💻 5 · 🔀 15 · 📦 12 · ⏱️ 14.06.2022): ``` - git clone https://github.com/vidartf/ipydatawidgets - ``` -- [PyPi](https://pypi.org/project/ipydatawidgets) (📥 42K / month): - ``` - pip install ipydatawidgets + git clone https://github.com/igvteam/igv-jupyter ``` -- [Conda](https://anaconda.org/conda-forge/ipydatawidgets) (📥 120K · ⏱️ 06.01.2021): +- [PyPi](https://pypi.org/project/igv-jupyter) (📥 270 / month): ``` - conda install -c conda-forge ipydatawidgets + pip install igv-jupyter ```
-
itables (🥉16 · ⭐ 220 · 💤) - Jupyter中的交互式表格。MIT +
jdaviz (🥉17 · ⭐ 73) - Jupyter平台中的JWST天文数据分析工具。BSD-3 -- [GitHub](https://github.com/mwouts/itables) (👨‍💻 3 · 🔀 20 · 📦 85 · 📋 23 - 47% open · ⏱️ 04.02.2021): +- [GitHub](https://github.com/spacetelescope/jdaviz) (👨‍💻 29 · 🔀 35 · 📋 690 - 38% open · ⏱️ 24.08.2022): ``` - git clone https://github.com/mwouts/itables + git clone https://github.com/spacetelescope/jdaviz ``` -- [PyPi](https://pypi.org/project/itables): +- [PyPi](https://pypi.org/project/jdaviz) (📥 1.7K / month): ``` - pip install itables + pip install jdaviz ```
-
igv.js widget (🥉16 · ⭐ 140) - 集成了igv.js的Jupyter Notebook扩展。MIT +
Altair Viewer (🥉17 · ⭐ 52 · 💤) - 用于Altair和Vega-Lite可视化的查看器。BSD-3 -- [GitHub](https://github.com/igvteam/igv-jupyter) (👨‍💻 4 · 🔀 14 · 📦 6 · ⏱️ 22.11.2021): +- [GitHub](https://github.com/altair-viz/altair_viewer) (👨‍💻 3 · 🔀 8 · 📋 7 - 42% open · ⏱️ 14.01.2022): ``` - git clone https://github.com/igvteam/igv-jupyter + git clone https://github.com/altair-viz/altair_viewer ``` -- [PyPi](https://pypi.org/project/igv-jupyter) (📥 180 / month): +- [PyPi](https://pypi.org/project/altair_viewer) (📥 570K / month): ``` - pip install igv-jupyter + pip install altair_viewer ```
-
ipyregulartable (🥉16 · ⭐ 53) - Jupyter中的高性能,可编辑,可样式化的数据表。Apache-2 +
ipyregulartable (🥉16 · ⭐ 66) - Jupyter中的高性能,可编辑,可样式化的数据表。Apache-2 -- [GitHub](https://github.com/jpmorganchase/ipyregulartable) (👨‍💻 4 · 🔀 9 · 📦 8 · 📋 24 - 37% open · ⏱️ 11.12.2021): +- [GitHub](https://github.com/jpmorganchase/ipyregulartable) (👨‍💻 5 · 🔀 13 · 📦 9 · 📋 25 - 40% open · ⏱️ 20.07.2022): ``` git clone https://github.com/jpmorganchase/ipyregulartable ``` -- [PyPi](https://pypi.org/project/ipyregulartable): +- [PyPi](https://pypi.org/project/ipyregulartable) (📥 230 / month): ``` pip install ipyregulartable ``` -- [NPM](https://www.npmjs.com/package/@jupyter-widgets/jupyterlab-manager) (📥 130K / month): +- [NPM](https://www.npmjs.com/package/@jupyter-widgets/jupyterlab-manager) (📥 79K / month): ``` npm install @jupyter-widgets/jupyterlab-manager ```
-
ipyscales (🥉16 · ⭐ 13 · 💤) - 用于度量的小部件库。BSD-3 +
ipyscales (🥉16 · ⭐ 13 · 💀) - 用于度量的小部件库。BSD-3 -- [GitHub](https://github.com/vidartf/ipyscales) (👨‍💻 4 · 🔀 3 · 📦 49 · 📋 6 - 33% open · ⏱️ 05.01.2021): +- [GitHub](https://github.com/vidartf/ipyscales) (👨‍💻 4 · 🔀 3 · 📦 53 · 📋 6 - 33% open · ⏱️ 05.01.2021): ``` git clone https://github.com/vidartf/ipyscales ``` -- [PyPi](https://pypi.org/project/ipyscales) (📥 46 / month): +- [PyPi](https://pypi.org/project/ipyscales) (📥 60 / month): ``` pip install ipyscales ``` -- [Conda](https://anaconda.org/conda-forge/ipyscales) (📥 51K · ⏱️ 06.01.2021): +- [Conda](https://anaconda.org/conda-forge/ipyscales) (📥 54K · ⏱️ 06.01.2021): ``` conda install -c conda-forge ipyscales ```
-
geonotebook (🥉15 · ⭐ 1K · 💀) - Jupyter笔记本扩展,用于地理空间可视化。Apache-2 +
geonotebook (🥉15 · ⭐ 1.1K · 💀) - Jupyter笔记本扩展,用于地理空间可视化。Apache-2 - [GitHub](https://github.com/OpenGeoscience/geonotebook) (👨‍💻 9 · 🔀 140 · 📋 83 - 44% open · ⏱️ 21.01.2019): ``` git clone https://github.com/OpenGeoscience/geonotebook ``` -- [Docker Hub](https://hub.docker.com/r/geonotebook/geonotebook) (📥 130K · ⭐ 6 · ⏱️ 21.01.2019): +- [Docker Hub](https://hub.docker.com/r/geonotebook/geonotebook) (📥 130K · ⭐ 7 · ⏱️ 21.01.2019): ``` docker pull geonotebook/geonotebook ```
-
pivottablejs (🥉15 · ⭐ 450 · 💀) - Jupyter / IPython Notebook的Dragndrop数据透视表和图表。❗Unlicensed +
niwidgets (🥉15 · ⭐ 76 · 💀) - 适用于Jupyter笔记本的Neuroimaging小部件。Apache-2 -- [GitHub](https://github.com/nicolaskruchten/jupyter_pivottablejs) (👨‍💻 3 · 🔀 61 · 📦 210 · 📋 56 - 28% open · ⏱️ 04.12.2018): +- [GitHub](https://github.com/nipy/niwidgets) (👨‍💻 16 · 🔀 33 · 📦 28 · 📋 34 - 50% open · ⏱️ 24.03.2020): ``` - git clone https://github.com/nicolaskruchten/jupyter_pivottablejs - ``` -- [PyPi](https://pypi.org/project/pivottablejs): - ``` - pip install pivottablejs + git clone https://github.com/nipy/niwidgets ``` -
-
evidently (🥉14 · ⭐ 1.8K) - 交互式报告,可在分析过程中分析机器学习模型。Apache-2 - -- [GitHub](https://github.com/evidentlyai/evidently) (👨‍💻 10 · 🔀 150 · 📋 62 - 56% open · ⏱️ 22.12.2021): - +- [PyPi](https://pypi.org/project/niwidgets) (📥 72 / month): ``` - git clone https://github.com/evidentlyai/evidently + pip install niwidgets ```
-
ipytree (🥉14 · ⭐ 87) - 使用Jupyter-widgets协议和jsTree的Tree Widget。MIT +
nbtutor (🥉14 · ⭐ 400) - 可视化Jupyter Notebook单元中的Python代码执行(逐行)。❗Unlicensed -- [GitHub](https://github.com/QuantStack/ipytree) (👨‍💻 8 · 🔀 23 · 📋 29 - 55% open · ⏱️ 10.08.2021): +- [GitHub](https://github.com/lgpage/nbtutor) (👨‍💻 3 · 🔀 38 · 📦 28 · 📋 34 - 29% open · ⏱️ 04.04.2022): ``` - git clone https://github.com/QuantStack/ipytree - ``` -- [PyPi](https://pypi.org/project/ipytree): - ``` - pip install ipytree + git clone https://github.com/lgpage/nbtutor ``` -- [Conda](https://anaconda.org/conda-forge/ipytree) (📥 28K · ⏱️ 03.03.2021): +- [Conda](https://anaconda.org/conda-forge/nbtutor) (📥 110K · ⏱️ 19.04.2022): ``` - conda install -c conda-forge ipytree + conda install -c conda-forge nbtutor ```
-
niwidgets (🥉14 · ⭐ 70 · 💀) - 适用于Jupyter笔记本的Neuroimaging小部件。Apache-2 +
ipymaterialui (🥉13 · ⭐ 83 · 💀) - 基于React Material UI组件的Jupyter小部件。MIT -- [GitHub](https://github.com/nipy/niwidgets) (👨‍💻 16 · 🔀 33 · 📦 27 · 📋 34 - 50% open · ⏱️ 24.03.2020): +- [GitHub](https://github.com/maartenbreddels/ipymaterialui) (👨‍💻 3 · 🔀 14 · 📦 5 · 📋 10 - 70% open · ⏱️ 29.10.2019): ``` - git clone https://github.com/nipy/niwidgets - ``` -- [PyPi](https://pypi.org/project/niwidgets): - ``` - pip install niwidgets + git clone https://github.com/maartenbreddels/ipymaterialui ``` -
-
jdaviz (🥉14 · ⭐ 33) - Jupyter平台中的JWST天文数据分析工具。BSD-3 - -- [GitHub](https://github.com/spacetelescope/jdaviz) (👨‍💻 24 · 🔀 25 · 📋 480 - 44% open · ⏱️ 22.12.2021): - +- [PyPi](https://pypi.org/project/ipymaterialui) (📥 47 / month): ``` - git clone https://github.com/spacetelescope/jdaviz + pip install ipymaterialui ``` -- [PyPi](https://pypi.org/project/jdaviz): +- [NPM](https://www.npmjs.com/package/jupyter-materialui) (📥 86 / month): ``` - pip install jdaviz + npm install jupyter-materialui ```
-
ipymaterialui (🥉13 · ⭐ 74 · 💀) - 基于React Material UI组件的Jupyter小部件。MIT +
ipysigma (🥉13 · ⭐ 38) - 一个自定义的Jupyter小部件库,用于使用sigma.js显示图形。MIT -- [GitHub](https://github.com/maartenbreddels/ipymaterialui) (👨‍💻 3 · 🔀 14 · 📦 4 · 📋 10 - 70% open · ⏱️ 29.10.2019): +- [GitHub](https://github.com/medialab/ipysigma) (👨‍💻 3 · 🔀 6 · 📋 100 - 43% open · ⏱️ 10.06.2022): ``` - git clone https://github.com/maartenbreddels/ipymaterialui + git clone https://github.com/Yomguithereal/ipysigma ``` -- [PyPi](https://pypi.org/project/ipymaterialui) (📥 55 / month): +- [PyPi](https://pypi.org/project/ipysigma) (📥 110 / month): ``` - pip install ipymaterialui + pip install ipysigma ``` -- [NPM](https://www.npmjs.com/package/jupyter-materialui) (📥 120 / month): +- [NPM](https://www.npmjs.com/package/ipysigma) (📥 280 / month): ``` - npm install jupyter-materialui + npm install ipysigma ```
Jupyter DataTables (🥉11 · ⭐ 140 · 💀) - 利用pandas DataFrames的Jupyter Notebook扩展。MIT -- [GitHub](https://github.com/CermakM/jupyter-datatables) (👨‍💻 4 · 🔀 14 · 📋 28 - 46% open · ⏱️ 11.12.2019): +- [GitHub](https://github.com/CermakM/jupyter-datatables) (👨‍💻 4 · 🔀 15 · 📋 28 - 46% open · ⏱️ 11.12.2019): ``` git clone https://github.com/CermakM/jupyter-datatables ``` -- [PyPi](https://pypi.org/project/jupyter-datatables) (📥 360 / month): +- [PyPi](https://pypi.org/project/jupyter-datatables) (📥 550 / month): ``` pip install jupyter-datatables ```
-
perfume (🥉10 · ⭐ 33 · 💀) - Jupyter中的交互式性能基准测试。❗Unlicensed +
perfume (🥉11 · ⭐ 33 · 💀) - Jupyter中的交互式性能基准测试。❗Unlicensed -- [GitHub](https://github.com/leifwalsh/perfume) (👨‍💻 3 · 🔀 3 · 📋 6 - 33% open · ⏱️ 31.10.2020): +- [GitHub](https://github.com/leifwalsh/perfume) (👨‍💻 3 · 🔀 4 · 📋 6 - 33% open · ⏱️ 31.10.2020): ``` git clone https://github.com/leifwalsh/perfume ``` -- [PyPi](https://pypi.org/project/perfume-bench) (📥 18 / month): +- [PyPi](https://pypi.org/project/perfume-bench) (📥 33 / month): ``` pip install perfume-bench ```
-
Vision UI (🥉9 · ⭐ 250 · 💀) - Fastai的UI视觉界面-现在与Google兼容。❗Unlicensed +
ipyp5 (🥉10 · ⭐ 33 · 💀) - p5.j​​s Jupyter小部件。BSD-3 -- [GitHub](https://github.com/asvcode/Vision_UI) (👨‍💻 3 · 🔀 32 · 📋 3 - 33% open · ⏱️ 05.07.2020): +- [GitHub](https://github.com/jtpio/ipyp5) (👨‍💻 2 · 🔀 5 · ⏱️ 16.10.2020): ``` - git clone https://github.com/asvcode/Vision_UI + git clone https://github.com/jtpio/ipyp5 + ``` +- [PyPi](https://pypi.org/project/ipyp5) (📥 22 / month): + ``` + pip install ipyp5 ```
-
ipysigma (🥉9 · ⭐ 31 · 💀) - 一个自定义的Jupyter小部件库,用于使用sigma.js显示图形。MIT +
tributary (🥉10 · ⭐ 3) - 在Python中流式反应图和数据流图。Apache-2 -- [GitHub](https://github.com/Yomguithereal/ipysigma) (👨‍💻 3 · 🔀 4 · 📋 5 - 60% open · ⏱️ 30.06.2020): +- [GitHub](https://github.com/timkpaine/tributary) (👨‍💻 7 · ⏱️ 05.07.2022): ``` - git clone https://github.com/Yomguithereal/ipysigma + git clone https://github.com/timkpaine/tributary ``` -- [PyPi](https://pypi.org/project/ipysigma) (📥 13 / month): +- [PyPi](https://pypi.org/project/tributary) (📥 61 / month): ``` - pip install ipysigma + pip install tributary ``` -- [NPM](https://www.npmjs.com/package/ipysigma) (📥 7 / month): +- [Conda](https://anaconda.org/conda-forge/tributary) (📥 21K · ⏱️ 17.05.2022): ``` - npm install ipysigma + conda install -c conda-forge tributary ```
-
easyexplore (🥉9 · ⭐ 3) - 用于在Python中轻松有效地进行数据探索的工具箱。❗️GPL-3.0 +
easyexplore (🥉10 · ⭐ 3) - 用于在Python中轻松有效地进行数据探索的工具箱。❗️GPL-3.0 -- [GitHub](https://github.com/GianniBalistreri/easyexplore) (👨‍💻 3 · 🔀 2 · 📦 1 · ⏱️ 04.06.2021): +- [GitHub](https://github.com/GianniBalistreri/easyexplore) (👨‍💻 4 · 🔀 2 · 📦 1 · 📋 24 - 33% open · ⏱️ 08.06.2022): ``` git clone https://github.com/GianniBalistreri/easyexplore ``` -- [PyPi](https://pypi.org/project/easyexplore) (📥 55 / month): +- [PyPi](https://pypi.org/project/easyexplore) (📥 300 / month): ``` pip install easyexplore ```
-
ipyp5 (🥉8 · ⭐ 30 · 💀) - p5.j​​s Jupyter小部件。BSD-3 +
Vision UI (🥉9 · ⭐ 250 · 💀) - Fastai的UI视觉界面-现在与Google兼容。❗Unlicensed -- [GitHub](https://github.com/jtpio/ipyp5) (👨‍💻 2 · 🔀 4 · ⏱️ 16.10.2020): +- [GitHub](https://github.com/asvcode/Vision_UI) (👨‍💻 3 · 🔀 32 · 📋 3 - 33% open · ⏱️ 05.07.2020): ``` - git clone https://github.com/jtpio/ipyp5 - ``` -- [PyPi](https://pypi.org/project/ipyp5): - ``` - pip install ipyp5 + git clone https://github.com/asvcode/Vision_UI ```
-
ipyaggrid (🥉8 · ⭐ 8 · 💀) - Jupyter小部件-Notebook中的Ag-grid。MIT +
ipyannotate (🥉9 · ⭐ 120 · 💀) - Jupyter Widget,用于数据标注。❗Unlicensed -- [GitHub](https://github.com/DGothrek/ipyaggrid) (👨‍💻 2 · ⏱️ 06.05.2019): +- [GitHub](https://github.com/ipyannotate/ipyannotate) (👨‍💻 3 · 🔀 10 · ⏱️ 20.09.2020): ``` - git clone https://github.com/DGothrek/ipyaggrid + git clone https://github.com/ipyannotate/ipyannotate ``` -- [PyPi](https://pypi.org/project/ipyaggrid): +- [PyPi](https://pypi.org/project/ipyannotate) (📥 24 / month): ``` - pip install ipyaggrid + pip install ipyannotate ``` -- [NPM](https://www.npmjs.com/package/ipyaggrid) (📥 840 / month): +- [NPM](https://www.npmjs.com/package/ipyannotate) (📥 51 / month): ``` - npm install ipyaggrid + npm install ipyannotate ```
-
ipyannotate (🥉7 · ⭐ 120 · 💀) - Jupyter Widget,用于数据标注。❗Unlicensed +
ipyaggrid (🥉9 · ⭐ 10 · 💀) - Jupyter小部件-Notebook中的Ag-grid。MIT -- [GitHub](https://github.com/ipyannotate/ipyannotate) (👨‍💻 3 · 🔀 10 · ⏱️ 20.09.2020): +- [GitHub](https://github.com/DGothrek/ipyaggrid) (👨‍💻 2 · ⏱️ 06.05.2019): ``` - git clone https://github.com/ipyannotate/ipyannotate + git clone https://github.com/DGothrek/ipyaggrid ``` -- [PyPi](https://pypi.org/project/ipyannotate): +- [PyPi](https://pypi.org/project/ipyaggrid) (📥 2.7K / month): ``` - pip install ipyannotate + pip install ipyaggrid ``` -- [NPM](https://www.npmjs.com/package/ipyannotate) (📥 4 / month): +- [NPM](https://www.npmjs.com/package/ipyaggrid) (📥 3.1K / month): ``` - npm install ipyannotate + npm install ipyaggrid ```

@@ -970,118 +954,130 @@ _提供交互式UI小部件和可视化工具的扩展。_ _扩展Jupyter自身功能的应用程序插件。_ -
Jupyter Themes (🥇21 · ⭐ 8.9K · 📈) - Custom Jupyter Notebook Themes. MIT +
Contrib NBextensions (🥇21 · ⭐ 4.9K · 📈) - Jupyter的各种笔记本扩展的集合。❗Unlicensed -- [GitHub](https://github.com/dunovank/jupyter-themes) (👨‍💻 42 · 🔀 980 · 📋 380 - 48% open · ⏱️ 23.08.2021): +- [GitHub](https://github.com/ipython-contrib/jupyter_contrib_nbextensions) (👨‍💻 130 · 🔀 770 · 📋 770 - 41% open · ⏱️ 17.07.2022): ``` - git clone https://github.com/dunovank/jupyter-themes + git clone https://github.com/ipython-contrib/jupyter_contrib_nbextensions + ``` +- [PyPi](https://pypi.org/project/jupyter_contrib_nbextensions) (📥 300K / month): + ``` + pip install jupyter_contrib_nbextensions + ``` +
+
Resource Usage (🥇21 · ⭐ 330) - Jupyter Notebook Extension,用于监视您自己的资源。BSD-2 + +- [GitHub](https://github.com/jupyter-server/jupyter-resource-usage) (👨‍💻 24 · 🔀 73 · 📥 73 · 📋 58 - 53% open · ⏱️ 24.08.2022): + + ``` + git clone https://github.com/jupyter-server/jupyter-resource-usage + ``` +- [PyPi](https://pypi.org/project/jupyter-resource-usage) (📥 27K / month): + ``` + pip install jupyter-resource-usage ``` -- [PyPi](https://pypi.org/project/jupyterthemes) (📥 37K / month): +- [Conda](https://anaconda.org/conda-forge/nbresuse) (📥 500K · ⏱️ 23.11.2020): ``` - pip install jupyterthemes + conda install -c conda-forge nbresuse ```
-
nbgrader (🥇21 · ⭐ 1K) - 用于在Notebook分配(任务/作业)和评分的系统。BSD-3 +
nbgitpuller (🥇21 · ⭐ 170) - Jupyter服务器扩展,可将git存储库单向同步。BSD-3 -- [GitHub](https://github.com/jupyter/nbgrader) (👨‍💻 84 · 🔀 260 · 📋 780 - 25% open · ⏱️ 03.10.2021): +- [GitHub](https://github.com/jupyterhub/nbgitpuller) (👨‍💻 25 · 🔀 61 · 📦 500 · 📋 130 - 39% open · ⏱️ 22.06.2022): ``` - git clone https://github.com/jupyter/nbgrader + git clone https://github.com/jupyterhub/nbgitpuller ``` -- [PyPi](https://pypi.org/project/nbgrader) (📥 2.3K / month): +- [PyPi](https://pypi.org/project/nbgitpuller) (📥 7.7K / month): ``` - pip install nbgrader + pip install nbgitpuller ``` -- [Conda](https://anaconda.org/conda-forge/nbgrader) (📥 100K · ⏱️ 25.09.2021): +- [Conda](https://anaconda.org/conda-forge/nbgitpuller) (📥 40K · ⏱️ 20.03.2022): ``` - conda install -c conda-forge nbgrader + conda install -c conda-forge nbgitpuller ```
-
Appmode (🥇21 · ⭐ 380 · 💤) - Jupyter扩展,可将笔记本变成Web应用程序。MIT +
Jupyter Themes (🥈20 · ⭐ 9.2K) - Custom Jupyter Notebook Themes. MIT -- [GitHub](https://github.com/oschuett/appmode) (👨‍💻 8 · 🔀 65 · 📦 290 · 📋 52 - 5% open · ⏱️ 26.04.2021): +- [GitHub](https://github.com/dunovank/jupyter-themes) (👨‍💻 43 · 🔀 1K · 📋 390 - 48% open · ⏱️ 03.02.2022): ``` - git clone https://github.com/oschuett/appmode - ``` -- [PyPi](https://pypi.org/project/appmode): - ``` - pip install appmode + git clone https://github.com/dunovank/jupyter-themes ``` -- [Conda](https://anaconda.org/conda-forge/appmode) (📥 140K · ⏱️ 16.11.2021): +- [PyPi](https://pypi.org/project/jupyterthemes) (📥 35K / month): ``` - conda install -c conda-forge appmode + pip install jupyterthemes ```
-
Resource Usage (🥈20 · ⭐ 280) - Jupyter Notebook Extension,用于监视您自己的资源。BSD-2 +
nbgrader (🥈20 · ⭐ 1.1K) - 用于在Notebook分配(任务/作业)和评分的系统。BSD-3 -- [GitHub](https://github.com/jupyter-server/jupyter-resource-usage) (👨‍💻 20 · 🔀 65 · 📥 4 · 📋 55 - 50% open · ⏱️ 06.12.2021): +- [GitHub](https://github.com/jupyter/nbgrader) (👨‍💻 97 · 🔀 290 · 📥 34 · 📋 810 - 24% open · ⏱️ 22.08.2022): ``` - git clone https://github.com/jupyter-server/jupyter-resource-usage + git clone https://github.com/jupyter/nbgrader ``` -- [PyPi](https://pypi.org/project/jupyter-resource-usage) (📥 15K / month): +- [PyPi](https://pypi.org/project/nbgrader) (📥 3.4K / month): ``` - pip install jupyter-resource-usage + pip install nbgrader ``` -- [Conda](https://anaconda.org/conda-forge/nbresuse) (📥 470K · ⏱️ 23.11.2020): +- [Conda](https://anaconda.org/conda-forge/nbgrader) (📥 120K · ⏱️ 23.06.2022): ``` - conda install -c conda-forge nbresuse + conda install -c conda-forge nbgrader ```
-
nbgitpuller (🥈20 · ⭐ 150) - Jupyter服务器扩展,可将git存储库单向同步。BSD-3 +
Appmode (🥈20 · ⭐ 400 · 💀) - Jupyter扩展,可将笔记本变成Web应用程序。MIT -- [GitHub](https://github.com/jupyterhub/nbgitpuller) (👨‍💻 23 · 🔀 51 · 📦 400 · 📋 110 - 38% open · ⏱️ 20.12.2021): +- [GitHub](https://github.com/oschuett/appmode) (👨‍💻 8 · 🔀 63 · 📦 320 · 📋 53 - 7% open · ⏱️ 26.04.2021): ``` - git clone https://github.com/jupyterhub/nbgitpuller + git clone https://github.com/oschuett/appmode ``` -- [PyPi](https://pypi.org/project/nbgitpuller) (📥 5.8K / month): +- [PyPi](https://pypi.org/project/appmode) (📥 2.1K / month): ``` - pip install nbgitpuller + pip install appmode ``` -- [Conda](https://anaconda.org/conda-forge/nbgitpuller) (📥 27K · ⏱️ 03.09.2021): +- [Conda](https://anaconda.org/conda-forge/appmode) (📥 170K · ⏱️ 16.11.2021): ``` - conda install -c conda-forge nbgitpuller + conda install -c conda-forge appmode ```
-
jupyter-server-proxy (🥈19 · ⭐ 200) - Jupyter笔记本服务器扩展到代理Web服务。BSD-3 +
jupyter-server-proxy (🥈20 · ⭐ 250) - Jupyter笔记本服务器扩展到代理Web服务。BSD-3 -- [GitHub](https://github.com/jupyterhub/jupyter-server-proxy) (👨‍💻 60 · 🔀 97 · 📦 1 · 📋 150 - 37% open · ⏱️ 16.12.2021): +- [GitHub](https://github.com/jupyterhub/jupyter-server-proxy) (👨‍💻 64 · 🔀 110 · 📦 4 · 📋 160 - 39% open · ⏱️ 08.07.2022): ``` git clone https://github.com/jupyterhub/jupyter-server-proxy ``` -- [PyPi](https://pypi.org/project/jupyter-server-proxy) (📥 52K / month): +- [PyPi](https://pypi.org/project/jupyter-server-proxy) (📥 110K / month): ``` pip install jupyter-server-proxy ``` -- [Conda](https://anaconda.org/conda-forge/jupyter-server-proxy) (📥 580K · ⏱️ 30.11.2021): +- [Conda](https://anaconda.org/conda-forge/jupyter-server-proxy) (📥 810K · ⏱️ 25.01.2022): ``` conda install -c conda-forge jupyter-server-proxy ```
-
pyforest (🥈17 · ⭐ 940) - pyforest-自动化导入工具。MIT +
NBextensions Configurator (🥈19 · ⭐ 910 · 📈) - A jupyter notebook serverextension providing config.. ❗Unlicensed -- [GitHub](https://github.com/8080labs/pyforest) (👨‍💻 13 · 🔀 170 · 📋 22 - 36% open · ⏱️ 14.06.2021): +- [GitHub](https://github.com/Jupyter-contrib/jupyter_nbextensions_configurator) (👨‍💻 20 · 🔀 110 · 📋 82 - 60% open · ⏱️ 09.07.2022): ``` - git clone https://github.com/8080labs/pyforest + git clone https://github.com/jupyter-contrib/jupyter_nbextensions_configurator ``` -- [PyPi](https://pypi.org/project/pyforest) (📥 6.4K / month): +- [PyPi](https://pypi.org/project/jupyter_nbextensions_configurator) (📥 320K / month): ``` - pip install pyforest + pip install jupyter_nbextensions_configurator ```
-
gator (🥈17 · ⭐ 200) - Jupyter内部的Conda环境和包管理扩展。BSD-3 +
gator (🥈18 · ⭐ 220) - Jupyter内部的Conda环境和包管理扩展。BSD-3 -- [GitHub](https://github.com/mamba-org/gator) (👨‍💻 24 · 🔀 19 · 📥 2 · 📦 1 · 📋 50 - 26% open · ⏱️ 29.10.2021): +- [GitHub](https://github.com/mamba-org/gator) (👨‍💻 25 · 🔀 23 · 📥 2 · 📦 1 · 📋 53 - 26% open · ⏱️ 25.07.2022): ``` git clone https://github.com/mamba-org/gator ``` -- [Conda](https://anaconda.org/conda-forge/mamba_gator) (📥 11K · ⏱️ 03.09.2021): +- [Conda](https://anaconda.org/conda-forge/mamba_gator) (📥 18K · ⏱️ 26.07.2022): ``` conda install -c conda-forge mamba_gator ``` @@ -1090,175 +1086,163 @@ _扩展Jupyter自身功能的应用程序插件。_ npm install @mamba-org/gator-lab ```
-
Contrib NBextensions (🥈16 · ⭐ 4.7K · 💤) - Jupyter的各种笔记本扩展的集合。❗Unlicensed +
pyforest (🥉17 · ⭐ 980 · 💀) - pyforest-自动化导入工具。MIT -- [GitHub](https://github.com/ipython-contrib/jupyter_contrib_nbextensions) (👨‍💻 130 · 🔀 740 · 📋 760 - 41% open · ⏱️ 06.04.2021): +- [GitHub](https://github.com/8080labs/pyforest) (👨‍💻 13 · 🔀 180 · 📋 23 - 39% open · ⏱️ 14.06.2021): ``` - git clone https://github.com/ipython-contrib/jupyter_contrib_nbextensions + git clone https://github.com/8080labs/pyforest ``` -- [PyPi](https://pypi.org/project/jupyter_contrib_nbextensions): +- [PyPi](https://pypi.org/project/pyforest) (📥 6.9K / month): ``` - pip install jupyter_contrib_nbextensions + pip install pyforest ```
-
Jupyter Spark (🥈16 · ⭐ 190 · 💤) - 利用pandas DataFrames的Jupyter Notebook扩展。MPL-2.0 +
Spark Monitor (🥉17 · ⭐ 170) - 从Jupyter Notebook监控Apache Spark。Apache-2 -- [GitHub](https://github.com/mozilla/jupyter-spark) (👨‍💻 12 · 🔀 30 · 📦 15 · 📋 27 - 48% open · ⏱️ 01.12.2020): +- [GitHub](https://github.com/krishnan-r/sparkmonitor) (👨‍💻 3 · 🔀 50 · 📥 2.4K · 📋 22 - 68% open · ⏱️ 16.05.2022): ``` - git clone https://github.com/mozilla/jupyter-spark + git clone https://github.com/krishnan-r/sparkmonitor ``` -- [PyPi](https://pypi.org/project/jupyter-spark) (📥 2.5K / month): +- [PyPi](https://pypi.org/project/sparkmonitor) (📥 1.4K / month): ``` - pip install jupyter-spark + pip install sparkmonitor + ``` +- [Docker Hub](https://hub.docker.com/r/krishnanr/sparkmonitor) (📥 920 · ⏱️ 04.10.2019): + ``` + docker pull krishnanr/sparkmonitor ```
-
jupyter-archive (🥈16 · ⭐ 50) - Jupyter / Jupyterlab扩展,用于制作,下载和提取。BSD-3 +
Rsession Proxy (🥉17 · ⭐ 94) - 用于运行RStudio rsession代理的Jupyter扩展。BSD-3 -- [GitHub](https://github.com/jupyterlab-contrib/jupyter-archive) (👨‍💻 8 · 🔀 7 · 📥 3.3K · 📋 30 - 3% open · ⏱️ 14.10.2021): +- [GitHub](https://github.com/jupyterhub/jupyter-rsession-proxy) (👨‍💻 20 · 🔀 68 · 📦 41 · 📋 71 - 36% open · ⏱️ 16.06.2022): ``` - git clone https://github.com/jupyterlab-contrib/jupyter-archive + git clone https://github.com/jupyterhub/jupyter-rsession-proxy ``` -- [Conda](https://anaconda.org/conda-forge/jupyter-archive) (📥 19K · ⏱️ 13.10.2021): +- [PyPi](https://pypi.org/project/jupyter-rsession-proxy) (📥 2.6K / month): ``` - conda install -c conda-forge jupyter-archive + pip install jupyter-rsession-proxy ```
-
HTTP-over-WebSocket (🥉15 · ⭐ 200) - Jupyter对ws-over-ws的支持。Apache-2 +
nb_conda (🥉16 · ⭐ 130 · 💀) - Jupyter内部的Conda环境和包管理扩展。BSD-3 -- [GitHub](https://github.com/googlecolab/jupyter_http_over_ws) (👨‍💻 3 · 🔀 34 · 📋 26 - 73% open · ⏱️ 30.08.2021): +- [GitHub](https://github.com/Anaconda-Platform/nb_conda) (👨‍💻 14 · 🔀 29 · 📋 63 - 55% open · ⏱️ 11.09.2020): ``` - git clone https://github.com/googlecolab/jupyter_http_over_ws + git clone https://github.com/Anaconda-Platform/nb_conda ``` -- [PyPi](https://pypi.org/project/jupyter_http_over_ws) (📥 28K / month): +- [Conda](https://anaconda.org/conda-forge/nb_conda) (📥 390K · ⏱️ 05.06.2022): ``` - pip install jupyter_http_over_ws + conda install -c conda-forge nb_conda ```
-
Spark Monitor (🥉15 · ⭐ 160 · 💤) - 从Jupyter Notebook监控Apache Spark。Apache-2 +
jupyter-archive (🥉16 · ⭐ 56) - Jupyter / Jupyterlab扩展,用于制作,下载和提取。BSD-3 -- [GitHub](https://github.com/krishnan-r/sparkmonitor) (👨‍💻 3 · 🔀 47 · 📥 2.4K · 📋 22 - 68% open · ⏱️ 03.02.2021): +- [GitHub](https://github.com/jupyterlab-contrib/jupyter-archive) (👨‍💻 9 · 🔀 10 · 📥 3.3K · 📋 33 - 3% open · ⏱️ 20.07.2022): ``` - git clone https://github.com/krishnan-r/sparkmonitor - ``` -- [PyPi](https://pypi.org/project/sparkmonitor): - ``` - pip install sparkmonitor + git clone https://github.com/jupyterlab-contrib/jupyter-archive ``` -- [Docker Hub](https://hub.docker.com/r/krishnanr/sparkmonitor) (📥 900 · ⏱️ 04.10.2019): +- [Conda](https://anaconda.org/conda-forge/jupyter-archive) (📥 27K · ⏱️ 08.04.2022): ``` - docker pull krishnanr/sparkmonitor + conda install -c conda-forge jupyter-archive ```
-
nb_conda (🥉15 · ⭐ 130 · 💀) - Jupyter内部的Conda环境和包管理扩展。BSD-3 +
jupyter-tensorboard (🥉15 · ⭐ 460 · 💀) - 在Jupyter Notebook中启动Tensorboard。MIT -- [GitHub](https://github.com/Anaconda-Platform/nb_conda) (👨‍💻 14 · 🔀 28 · 📋 61 - 54% open · ⏱️ 11.09.2020): +- [GitHub](https://github.com/lspvic/jupyter_tensorboard) (👨‍💻 4 · 🔀 70 · 📋 69 - 57% open · ⏱️ 16.02.2020): ``` - git clone https://github.com/Anaconda-Platform/nb_conda + git clone https://github.com/lspvic/jupyter_tensorboard ``` -- [Conda](https://anaconda.org/conda-forge/nb_conda) (📥 320K · ⏱️ 08.02.2021): +- [PyPi](https://pypi.org/project/jupyter-tensorboard) (📥 2.5K / month): ``` - conda install -c conda-forge nb_conda + pip install jupyter-tensorboard ```
-
Content Management (🥉15 · ⭐ 76 · 💀) - Jupyter内容管理扩展。BSD-3 +
HTTP-over-WebSocket (🥉15 · ⭐ 230 · 💤) - Jupyter对ws-over-ws的支持。Apache-2 -- [GitHub](https://github.com/jupyter-incubator/contentmanagement) (👨‍💻 8 · 🔀 25 · 📋 27 - 25% open · ⏱️ 11.06.2018): +- [GitHub](https://github.com/googlecolab/jupyter_http_over_ws) (👨‍💻 3 · 🔀 38 · 📋 29 - 72% open · ⏱️ 30.08.2021): ``` - git clone https://github.com/jupyter-incubator/contentmanagement - ``` -- [PyPi](https://pypi.org/project/jupyter_cms): - ``` - pip install jupyter_cms + git clone https://github.com/googlecolab/jupyter_http_over_ws ``` -- [Conda](https://anaconda.org/conda-forge/jupyter_cms) (📥 70K · ⏱️ 17.11.2021): +- [PyPi](https://pypi.org/project/jupyter_http_over_ws) (📥 52K / month): ``` - conda install -c conda-forge jupyter_cms + pip install jupyter_http_over_ws ```
-
nbzip (🥉15 · ⭐ 74 · 💀) - 压缩并下载jupyter笔记本的所有内容。Apache-2 +
Jupyter Spark (🥉15 · ⭐ 190 · 💀) - 利用pandas DataFrames的Jupyter Notebook扩展。MPL-2.0 -- [GitHub](https://github.com/data-8/nbzip) (👨‍💻 6 · 🔀 15 · 📦 240 · 📋 14 - 64% open · ⏱️ 22.11.2019): +- [GitHub](https://github.com/mozilla/jupyter-spark) (👨‍💻 12 · 🔀 29 · 📦 16 · 📋 27 - 48% open · ⏱️ 01.12.2020): ``` - git clone https://github.com/data-8/nbzip + git clone https://github.com/mozilla/jupyter-spark ``` -- [PyPi](https://pypi.org/project/nbzip) (📥 680 / month): +- [PyPi](https://pypi.org/project/jupyter-spark) (📥 560 / month): ``` - pip install nbzip + pip install jupyter-spark ```
-
jupyter-tensorboard (🥉14 · ⭐ 450 · 💀) - 在Jupyter Notebook中启动Tensorboard。MIT +
nbzip (🥉15 · ⭐ 80 · 💀) - 压缩并下载jupyter笔记本的所有内容。Apache-2 -- [GitHub](https://github.com/lspvic/jupyter_tensorboard) (👨‍💻 4 · 🔀 68 · 📋 68 - 57% open · ⏱️ 16.02.2020): +- [GitHub](https://github.com/data-8/nbzip) (👨‍💻 6 · 🔀 15 · 📦 290 · 📋 14 - 64% open · ⏱️ 22.11.2019): ``` - git clone https://github.com/lspvic/jupyter_tensorboard + git clone https://github.com/data-8/nbzip ``` -- [PyPi](https://pypi.org/project/jupyter-tensorboard) (📥 4.7K / month): +- [PyPi](https://pypi.org/project/nbzip) (📥 720 / month): ``` - pip install jupyter-tensorboard + pip install nbzip ```
-
Rsession Proxy (🥉14 · ⭐ 83) - 用于运行RStudio rsession代理的Jupyter扩展。BSD-3 +
Content Management (🥉14 · ⭐ 76 · 💀) - Jupyter内容管理扩展。BSD-3 -- [GitHub](https://github.com/jupyterhub/jupyter-rsession-proxy) (👨‍💻 19 · 🔀 59 · 📦 31 · 📋 66 - 36% open · ⏱️ 22.12.2021): +- [GitHub](https://github.com/jupyter-incubator/contentmanagement) (👨‍💻 8 · 🔀 25 · 📋 27 - 25% open · ⏱️ 11.06.2018): ``` - git clone https://github.com/jupyterhub/jupyter-rsession-proxy + git clone https://github.com/jupyter-incubator/contentmanagement ``` -- [PyPi](https://pypi.org/project/jupyter-rsession-proxy): +- [PyPi](https://pypi.org/project/jupyter_cms) (📥 150 / month): ``` - pip install jupyter-rsession-proxy + pip install jupyter_cms ``` -
-
jupyter-nbrequirements (🥉12 · ⭐ 14) - Jupyter中的依赖关系管理和优化。MIT - -- [GitHub](https://github.com/thoth-station/jupyter-nbrequirements) (👨‍💻 12 · 🔀 4 · 📋 32 - 6% open · ⏱️ 21.10.2021): - +- [Conda](https://anaconda.org/conda-forge/jupyter_cms) (📥 77K · ⏱️ 17.11.2021): ``` - git clone https://github.com/thoth-station/jupyter-nbrequirements + conda install -c conda-forge jupyter_cms ```
-
NBextensions Configurator (🥉11 · ⭐ 860 · 💀) - A jupyter notebook serverextension providing config.. ❗Unlicensed +
jupyter-nbrequirements (🥉12 · ⭐ 14 · 💤) - Jupyter中的依赖关系管理和优化。MIT -- [GitHub](https://github.com/Jupyter-contrib/jupyter_nbextensions_configurator) (👨‍💻 17 · 🔀 98 · 📋 79 - 59% open · ⏱️ 01.03.2020): +- [GitHub](https://github.com/thoth-station/jupyter-nbrequirements) (👨‍💻 12 · 🔀 4 · ⏱️ 21.10.2021): ``` - git clone https://github.com/jupyter-contrib/jupyter_nbextensions_configurator - ``` -- [PyPi](https://pypi.org/project/jupyter_nbextensions_configurator): - ``` - pip install jupyter_nbextensions_configurator + git clone https://github.com/thoth-station/jupyter-nbrequirements ```
PPExtensions (🥉9 · ⭐ 48 · 💀) - 一组iPython和Jupyter扩展。❗Unlicensed -- [GitHub](https://github.com/paypal/PPExtensions) (👨‍💻 9 · 🔀 26 · 📦 1 · 📋 38 - 42% open · ⏱️ 07.12.2018): +- [GitHub](https://github.com/paypal/PPExtensions) (👨‍💻 9 · 🔀 27 · 📦 1 · 📋 38 - 42% open · ⏱️ 07.12.2018): ``` git clone https://github.com/paypal/PPExtensions ``` -- [PyPi](https://pypi.org/project/ppextensions) (📥 39 / month): +- [PyPi](https://pypi.org/project/ppextensions) (📥 55 / month): ``` pip install ppextensions ```
-
Jupyter Black (🥉8 · ⭐ 370 · 💀) - Jupyter Notebook的黑色格式化程序。BSD-3 +
Jupyter Black (🥉8 · ⭐ 400 · 💀) - Jupyter Notebook的黑色格式化程序。BSD-3 -- [GitHub](https://github.com/drillan/jupyter-black) (👨‍💻 2 · 🔀 17 · 📋 20 - 40% open · ⏱️ 01.02.2020): +- [GitHub](https://github.com/drillan/jupyter-black) (👨‍💻 2 · 🔀 20 · 📋 21 - 42% open · ⏱️ 01.02.2020): ``` git clone https://github.com/drillan/jupyter-black ```
-
jupyterterminals (🥉6 · ⭐ 8 · 💤) - Jupyter插件可支持嵌入式终端外壳。MIT +
jupyterterminals (🥉7 · ⭐ 8 · 💀) - Jupyter插件可支持嵌入式终端外壳。MIT - [GitHub](https://github.com/willkessler/jupyterterminals) (👨‍💻 2 · 🔀 2 · 📦 1 · ⏱️ 17.05.2021): @@ -1274,132 +1258,132 @@ _扩展Jupyter自身功能的应用程序插件。_ _提供magic命令以访问笔记本中方便功能的扩展。_ -
ipython-sql (🥇27 · ⭐ 1.5K) - %%sql magic for IPython, hopefully evolving into full SQL client. MIT +
ipython-sql (🥇27 · ⭐ 1.6K) - %%sql magic for IPython, hopefully evolving into full SQL client. MIT -- [GitHub](https://github.com/catherinedevlin/ipython-sql) (👨‍💻 44 · 🔀 230 · 📦 2.5K · 📋 130 - 72% open · ⏱️ 29.06.2021): +- [GitHub](https://github.com/catherinedevlin/ipython-sql) (👨‍💻 53 · 🔀 250 · 📦 3.4K · 📋 140 - 71% open · ⏱️ 12.06.2022): ``` git clone https://github.com/catherinedevlin/ipython-sql ``` -- [PyPi](https://pypi.org/project/ipython-sql) (📥 90K / month): +- [PyPi](https://pypi.org/project/ipython-sql) (📥 110K / month): ``` pip install ipython-sql ``` -- [Conda](https://anaconda.org/conda-forge/ipython-sql) (📥 130K · ⏱️ 13.11.2021): +- [Conda](https://anaconda.org/conda-forge/ipython-sql) (📥 160K · ⏱️ 13.11.2021): ``` conda install -c conda-forge ipython-sql ```
-
sparkmagic (🥇25 · ⭐ 1.1K) - Jupyter魔术和内核,可用于远程Spark集群。❗Unlicensed +
sparkmagic (🥇26 · ⭐ 1.2K) - Jupyter魔术和内核,可用于远程Spark集群。❗Unlicensed -- [GitHub](https://github.com/jupyter-incubator/sparkmagic) (👨‍💻 54 · 🔀 370 · 📦 220 · 📋 380 - 32% open · ⏱️ 09.09.2021): +- [GitHub](https://github.com/jupyter-incubator/sparkmagic) (👨‍💻 57 · 🔀 380 · 📦 250 · 📋 400 - 32% open · ⏱️ 02.05.2022): ``` git clone https://github.com/jupyter-incubator/sparkmagic ``` -- [PyPi](https://pypi.org/project/sparkmagic) (📥 52K / month): +- [PyPi](https://pypi.org/project/sparkmagic) (📥 36K / month): ``` pip install sparkmagic ``` -- [Conda](https://anaconda.org/conda-forge/sparkmagic) (📥 38K · ⏱️ 17.08.2021): +- [Conda](https://anaconda.org/conda-forge/sparkmagic) (📥 51K · ⏱️ 09.05.2022): ``` conda install -c conda-forge sparkmagic ```
-
watermark (🥈23 · ⭐ 570 · 💤) - 一个IPython魔术扩展,用于打印日期和时间戳版本。BSD-3 +
watermark (🥈23 · ⭐ 710) - 一个IPython魔术扩展,用于打印日期和时间戳版本。BSD-3 -- [GitHub](https://github.com/rasbt/watermark) (👨‍💻 15 · 🔀 72 · 📦 1.3K · 📋 42 - 35% open · ⏱️ 18.02.2021): +- [GitHub](https://github.com/rasbt/watermark) (👨‍💻 19 · 🔀 81 · 📦 1.6K · 📋 44 - 36% open · ⏱️ 27.05.2022): ``` git clone https://github.com/rasbt/watermark ``` -- [PyPi](https://pypi.org/project/watermark) (📥 24K / month): +- [PyPi](https://pypi.org/project/watermark) (📥 28K / month): ``` pip install watermark ``` -- [Conda](https://anaconda.org/conda-forge/watermark) (📥 190K · ⏱️ 18.02.2021): +- [Conda](https://anaconda.org/conda-forge/watermark) (📥 220K · ⏱️ 30.05.2022): ``` conda install -c conda-forge watermark ```
-
heat (🥈16 · ⭐ 970) - IPython魔术命令:格式化单元格中的python代码。MIT +
heat (🥈16 · ⭐ 990 · 💤) - IPython魔术命令:格式化单元格中的python代码。MIT -- [GitHub](https://github.com/csurfer/pyheatmagic) (👨‍💻 3 · 🔀 21 · 📦 24 · 📋 5 - 40% open · ⏱️ 10.09.2021): +- [GitHub](https://github.com/csurfer/pyheatmagic) (👨‍💻 3 · 🔀 22 · 📦 29 · 📋 5 - 40% open · ⏱️ 10.09.2021): ``` git clone https://github.com/csurfer/pyheatmagic ``` -- [PyPi](https://pypi.org/project/py-heat-magic) (📥 1.7K / month): +- [PyPi](https://pypi.org/project/py-heat-magic) (📥 1.2K / month): ``` pip install py-heat-magic ```
-
jupyter-notify (🥈15 · ⭐ 550 · 💤) - A Jupyter Notebook magic for browser notifications of cell.. BSD-3 +
jupyter-notify (🥈16 · ⭐ 560 · 💀) - A Jupyter Notebook magic for browser notifications of cell.. BSD-3 -- [GitHub](https://github.com/ShopRunner/jupyter-notify) (👨‍💻 11 · 🔀 30 · 📋 22 - 50% open · ⏱️ 27.04.2021): +- [GitHub](https://github.com/ShopRunner/jupyter-notify) (👨‍💻 11 · 🔀 34 · 📋 23 - 47% open · ⏱️ 27.04.2021): ``` git clone https://github.com/ShopRunner/jupyter-notify ``` -- [PyPi](https://pypi.org/project/jupyternotify) (📥 1.4K / month): +- [PyPi](https://pypi.org/project/jupyternotify) (📥 2.3K / month): ``` pip install jupyternotify ```
-
py_d3 (🥉13 · ⭐ 440 · 💀) - D3 block magic for Jupyter notebook. MIT +
blackcellmagic (🥉15 · ⭐ 300 · 💤) - IPython魔术命令:格式化单元格中的python代码。MIT -- [GitHub](https://github.com/ResidentMario/py_d3) (👨‍💻 3 · 🔀 36 · 📋 16 - 12% open · ⏱️ 17.03.2019): +- [GitHub](https://github.com/csurfer/blackcellmagic) (👨‍💻 3 · 🔀 12 · 📦 160 · 📋 9 - 44% open · ⏱️ 18.09.2021): ``` - git clone https://github.com/ResidentMario/py_d3 + git clone https://github.com/csurfer/blackcellmagic ``` -- [PyPi](https://pypi.org/project/py_d3) (📥 310 / month): +- [PyPi](https://pypi.org/project/blackcellmagic) (📥 2.9K / month): ``` - pip install py_d3 + pip install blackcellmagic ```
-
blackcellmagic (🥉12 · ⭐ 280 · 📉) - IPython魔术命令:格式化单元格中的python代码。MIT +
py_d3 (🥉12 · ⭐ 440) - D3 block magic for Jupyter notebook. MIT -- [GitHub](https://github.com/csurfer/blackcellmagic) (👨‍💻 3 · 🔀 9 · 📦 130 · 📋 8 - 37% open · ⏱️ 18.09.2021): +- [GitHub](https://github.com/ResidentMario/py_d3) (👨‍💻 4 · 🔀 39 · 📋 16 - 6% open · ⏱️ 20.02.2022): ``` - git clone https://github.com/csurfer/blackcellmagic + git clone https://github.com/ResidentMario/py_d3 ``` -- [PyPi](https://pypi.org/project/blackcellmagic): +- [PyPi](https://pypi.org/project/py_d3) (📥 97 / month): ``` - pip install blackcellmagic + pip install py_d3 ```
-
jupyter-manim (🥉12 · ⭐ 160 · 💤) - manim单元魔术,用于IPython / Jupyter显示输出视频。MIT +
SQLCell (🥉12 · ⭐ 150 · 💀) - SQLCell:Jupyter Notebook的魔术函数。MIT -- [GitHub](https://github.com/krassowski/jupyter-manim) (👨‍💻 4 · 🔀 10 · 📋 22 - 22% open · ⏱️ 05.02.2021): +- [GitHub](https://github.com/tmthyjames/SQLCell) (👨‍💻 14 · 🔀 10 · 📦 1 · 📋 84 - 71% open · ⏱️ 06.10.2020): ``` - git clone https://github.com/krassowski/jupyter-manim + git clone https://github.com/tmthyjames/SQLCell + ``` +- [PyPi](https://pypi.org/project/sqlcell) (📥 12 / month): + ``` + pip install sqlcell ```
-
pick (🥉12 · ⭐ 28 · 💀) - 在启动时自定义您的内核。BSD-3 +
pick (🥉12 · ⭐ 31 · 💀) - 在启动时自定义您的内核。BSD-3 - [GitHub](https://github.com/nteract/pick) (👨‍💻 5 · 🔀 7 · 📋 9 - 44% open · ⏱️ 04.11.2020): ``` git clone https://github.com/nteract/pick ``` -- [PyPi](https://pypi.org/project/pick) (📥 40K / month): +- [PyPi](https://pypi.org/project/pick) (📥 49K / month): ``` pip install pick ```
-
SQLCell (🥉11 · ⭐ 140 · 💀) - SQLCell:Jupyter Notebook的魔术函数。MIT +
jupyter-manim (🥉11 · ⭐ 180 · 💤) - manim单元魔术,用于IPython / Jupyter显示输出视频。MIT -- [GitHub](https://github.com/tmthyjames/SQLCell) (👨‍💻 14 · 🔀 9 · 📦 1 · 📋 84 - 71% open · ⏱️ 06.10.2020): +- [GitHub](https://github.com/krassowski/jupyter-manim) (👨‍💻 5 · 🔀 11 · 📋 25 - 24% open · ⏱️ 02.01.2022): ``` - git clone https://github.com/tmthyjames/SQLCell - ``` -- [PyPi](https://pypi.org/project/sqlcell) (📥 41 / month): - ``` - pip install sqlcell + git clone https://github.com/krassowski/jupyter-manim ```

@@ -1410,278 +1394,310 @@ _提供magic命令以访问笔记本中方便功能的扩展。_ _Jupyter内核以给定的语言运行和内省用户的代码。_ -
IPython Kernel (🥇29 · ⭐ 440) - IPython Kernel for Jupyter. ❗Unlicensed +
gophernotes (🥇22 · ⭐ 3.4K) - 适用于Jupyter笔记本电脑和nteract的Go内核。MIT + +- [GitHub](https://github.com/gopherdata/gophernotes) (👨‍💻 29 · 🔀 220 · 📥 40 · 📦 8 · 📋 170 - 28% open · ⏱️ 08.07.2022): + + ``` + git clone https://github.com/gopherdata/gophernotes + ``` +- [Docker Hub](https://hub.docker.com/r/gopherdata/gophernotes) (📥 86K · ⭐ 7 · ⏱️ 22.12.2018): + ``` + docker pull gopherdata/gophernotes + ``` +
+
IPython Kernel (🥇22 · ⭐ 500 · 📉) - IPython Kernel for Jupyter. ❗Unlicensed -- [GitHub](https://github.com/ipython/ipykernel) (👨‍💻 150 · 🔀 280 · 📥 120 · 📦 150K · 📋 370 - 51% open · ⏱️ 22.12.2021): +- [GitHub](https://github.com/ipython/ipykernel) (👨‍💻 160 · 🔀 300 · 📥 520 · 📋 420 - 51% open · ⏱️ 22.08.2022): ``` git clone https://github.com/ipython/ipykernel ``` -- [PyPi](https://pypi.org/project/ipykernel) (📥 14M / month): +- [PyPi](https://pypi.org/project/ipykernel) (📥 10M / month): ``` pip install ipykernel ``` -- [Conda](https://anaconda.org/anaconda/ipykernel) (📥 230K · ⏱️ 07.10.2021): +- [Conda](https://anaconda.org/anaconda/ipykernel) (📥 380K · ⏱️ 02.05.2022): ``` conda install -c anaconda ipykernel ```
-
Metakernel (🥇22 · ⭐ 260) - Jupyter/IPython内核工具。BSD-3 +
IRkernel (🥇21 · ⭐ 1.6K) - Jupyter的R内核。MIT + +- [GitHub](https://github.com/IRkernel/IRkernel) (👨‍💻 41 · 🔀 290 · 📋 570 - 9% open · ⏱️ 24.06.2022): + + ``` + git clone https://github.com/IRkernel/IRkernel + ``` +- [Conda](https://anaconda.org/r/r-irkernel) (📥 82K · ⏱️ 31.05.2022): + ``` + conda install -c r r-irkernel + ``` +- [Docker Hub](https://hub.docker.com/r/jupyter/r-notebook) (📥 1.3M · ⭐ 44 · ⏱️ 23.08.2022): + ``` + docker pull jupyter/r-notebook + ``` +
+
Octave Kernel (🥇20 · ⭐ 410) - 用于IPython的Octave内核。BSD-3 + +- [GitHub](https://github.com/Calysto/octave_kernel) (👨‍💻 18 · 🔀 60 · 📥 50 · 📋 170 - 16% open · ⏱️ 21.08.2022): + + ``` + git clone https://github.com/calysto/octave_kernel + ``` +- [PyPi](https://pypi.org/project/octave_kernel) (📥 13K / month): + ``` + pip install octave_kernel + ``` +
+
Metakernel (🥇20 · ⭐ 290) - Jupyter/IPython内核工具。BSD-3 -- [GitHub](https://github.com/Calysto/metakernel) (👨‍💻 29 · 🔀 73 · 📥 12 · 📋 140 - 18% open · ⏱️ 02.12.2021): +- [GitHub](https://github.com/Calysto/metakernel) (👨‍💻 31 · 🔀 78 · 📥 42 · 📋 140 - 19% open · ⏱️ 09.08.2022): ``` git clone https://github.com/Calysto/metakernel ``` -- [PyPi](https://pypi.org/project/metakernel) (📥 24K / month): +- [PyPi](https://pypi.org/project/metakernel) (📥 71K / month): ``` pip install metakernel ``` -- [Conda](https://anaconda.org/conda-forge/metakernel) (📥 530K · ⏱️ 02.12.2021): +- [Conda](https://anaconda.org/conda-forge/metakernel) (📥 600K · ⏱️ 09.08.2022): ``` conda install -c conda-forge metakernel ```
-
gophernotes (🥇21 · ⭐ 3.1K) - 适用于Jupyter笔记本电脑和nteract的Go内核。MIT +
IJulia.jl (🥈19 · ⭐ 2.5K) - Jupyter的Julia内核。MIT -- [GitHub](https://github.com/gopherdata/gophernotes) (👨‍💻 28 · 🔀 210 · 📥 40 · 📦 7 · 📋 160 - 26% open · ⏱️ 24.06.2021): +- [GitHub](https://github.com/JuliaLang/IJulia.jl) (👨‍💻 100 · 🔀 380 · 📋 790 - 12% open · ⏱️ 23.06.2022): ``` - git clone https://github.com/gopherdata/gophernotes + git clone https://github.com/JuliaLang/IJulia.jl + ``` +
+
xeus-cling (🥈19 · ⭐ 2.3K · 💤) - 适用于C++编程语言的Jupyter内核。BSD-3 + +- [GitHub](https://github.com/jupyter-xeus/xeus-cling) (👨‍💻 20 · 🔀 240 · 📋 250 - 53% open · ⏱️ 17.01.2022): + ``` -- [Docker Hub](https://hub.docker.com/r/gopherdata/gophernotes) (📥 84K · ⭐ 7 · ⏱️ 22.12.2018): + git clone https://github.com/jupyter-xeus/xeus-cling ``` - docker pull gopherdata/gophernotes +- [Conda](https://anaconda.org/conda-forge/xeus-cling) (📥 160K · ⏱️ 08.03.2022): + ``` + conda install -c conda-forge xeus-cling ```
-
IJavascript (🥇21 · ⭐ 1.7K) - Jupyter笔记本的JavaScript内核。❗Unlicensed +
IJavascript (🥈19 · ⭐ 1.9K · 💤) - Jupyter笔记本的JavaScript内核。❗Unlicensed -- [GitHub](https://github.com/n-riesco/ijavascript) (👨‍💻 14 · 🔀 140 · 📦 54 · 📋 220 - 21% open · ⏱️ 01.12.2021): +- [GitHub](https://github.com/n-riesco/ijavascript) (👨‍💻 15 · 🔀 150 · 📦 63 · 📋 230 - 23% open · ⏱️ 24.01.2022): ``` git clone https://github.com/n-riesco/ijavascript ``` -- [NPM](https://www.npmjs.com/package/ijavascript) (📥 2.8K / month): +- [NPM](https://www.npmjs.com/package/ijavascript) (📥 2.4K / month): ``` npm install ijavascript ```
-
IRkernel (🥇21 · ⭐ 1.5K) - Jupyter的R内核。MIT +
almond (🥈19 · ⭐ 1.5K) - Jupyter的Scala内核。BSD-3 -- [GitHub](https://github.com/IRkernel/IRkernel) (👨‍💻 40 · 🔀 290 · 📋 560 - 10% open · ⏱️ 02.08.2021): +- [GitHub](https://github.com/almond-sh/almond) (👨‍💻 36 · 🔀 220 · 📥 1.3K · 📋 300 - 32% open · ⏱️ 24.08.2022): ``` - git clone https://github.com/IRkernel/IRkernel - ``` -- [Conda](https://anaconda.org/r/r-irkernel) (📥 53K · ⏱️ 10.03.2020): - ``` - conda install -c r r-irkernel + git clone https://github.com/almond-sh/almond ``` -- [Docker Hub](https://hub.docker.com/r/jupyter/r-notebook) (📥 1.1M · ⭐ 42 · ⏱️ 21.12.2021): +- [Docker Hub](https://hub.docker.com/r/almondsh/almond) (📥 15K · ⭐ 6 · ⏱️ 16.08.2022): ``` - docker pull jupyter/r-notebook + docker pull almondsh/almond ```
-
Apache Toree (🥈20 · ⭐ 690 · 📈) - 适用于Apache Spark的Jupyter内核。Apache-2 +
Apache Toree (🥈19 · ⭐ 700) - 适用于Apache Spark的Jupyter内核。Apache-2 -- [GitHub](https://github.com/apache/incubator-toree) (👨‍💻 100 · 🔀 210 · ⏱️ 07.09.2021): +- [GitHub](https://github.com/apache/incubator-toree) (👨‍💻 100 · 🔀 210 · ⏱️ 15.03.2022): ``` git clone https://github.com/apache/incubator-toree ``` -- [PyPi](https://pypi.org/project/toree) (📥 11K / month): +- [PyPi](https://pypi.org/project/toree) (📥 13K / month): ``` pip install toree ```
-
Octave Kernel (🥈20 · ⭐ 380) - 用于IPython的Octave内核。BSD-3 +
IHaskell (🥈18 · ⭐ 2.4K) - 用于IPython的Haskell内核。MIT -- [GitHub](https://github.com/Calysto/octave_kernel) (👨‍💻 17 · 🔀 57 · 📥 7 · 📋 160 - 17% open · ⏱️ 02.12.2021): +- [GitHub](https://github.com/IHaskell/IHaskell) (👨‍💻 110 · 🔀 240 · 📦 4 · 📋 740 - 4% open · ⏱️ 22.07.2022): ``` - git clone https://github.com/calysto/octave_kernel + git clone https://github.com/gibiansky/IHaskell ``` -- [PyPi](https://pypi.org/project/octave_kernel) (📥 14K / month): +- [NPM](https://www.npmjs.com/package/ihaskell_jupyterlab) (📥 13 / month): ``` - pip install octave_kernel + npm install ihaskell_jupyterlab ```
-
almond (🥈19 · ⭐ 1.4K) - Jupyter的Scala内核。BSD-3 +
IRuby (🥈18 · ⭐ 720) - 官方gem仓库:Jupyter/IPython Notebook的Ruby内核。MIT -- [GitHub](https://github.com/almond-sh/almond) (👨‍💻 35 · 🔀 210 · 📥 1.2K · 📋 290 - 33% open · ⏱️ 01.09.2021): +- [GitHub](https://github.com/SciRuby/iruby) (👨‍💻 44 · 🔀 18 · 📥 15 · 📦 160 · 📋 190 - 24% open · ⏱️ 05.07.2022): ``` - git clone https://github.com/almond-sh/almond + git clone https://github.com/SciRuby/iruby ``` -- [Docker Hub](https://hub.docker.com/r/almondsh/almond) (📥 13K · ⭐ 6 · ⏱️ 26.08.2021): +- [Docker Hub](https://hub.docker.com/r/rubydata/datascience-notebook) (📥 1.7K · ⭐ 3 · ⏱️ 07.06.2022): ``` - docker pull almondsh/almond + docker pull rubydata/datascience-notebook ```
-
IRuby (🥈19 · ⭐ 670) - 官方gem仓库:Jupyter/IPython Notebook的Ruby内核。MIT +
nb_conda_kernels (🥈18 · ⭐ 470 · 💀) - Package for managing conda environment-based kernels.. BSD-3 -- [GitHub](https://github.com/SciRuby/iruby) (👨‍💻 44 · 🔀 9 · 📥 15 · 📦 150 · 📋 180 - 23% open · ⏱️ 12.11.2021): +- [GitHub](https://github.com/Anaconda-Platform/nb_conda_kernels) (👨‍💻 14 · 🔀 56 · 📋 130 - 26% open · ⏱️ 30.11.2020): ``` - git clone https://github.com/SciRuby/iruby + git clone https://github.com/Anaconda-Platform/nb_conda_kernels ``` -- [Docker Hub](https://hub.docker.com/r/rubydata/datascience-notebook) (📥 1.5K · ⭐ 3 · ⏱️ 28.09.2021): +- [Conda](https://anaconda.org/conda-forge/nb_conda_kernels) (📥 710K · ⏱️ 14.02.2022): ``` - docker pull rubydata/datascience-notebook + conda install -c conda-forge nb_conda_kernels ```
-
IJulia.jl (🥈18 · ⭐ 2.4K) - Jupyter的Julia内核。MIT +
OCaml Kernel (🥈18 · ⭐ 230) - Jupyter(IPython)笔记本的OCaml内核。MIT -- [GitHub](https://github.com/JuliaLang/IJulia.jl) (👨‍💻 100 · 🔀 370 · 📋 770 - 12% open · ⏱️ 27.10.2021): +- [GitHub](https://github.com/akabe/ocaml-jupyter) (👨‍💻 18 · 🔀 29 · 📥 70K · 📋 71 - 4% open · ⏱️ 10.04.2022): ``` - git clone https://github.com/JuliaLang/IJulia.jl + git clone https://github.com/akabe/ocaml-jupyter ```
-
xeus-cling (🥈18 · ⭐ 2K) - 适用于C++编程语言的Jupyter内核。BSD-3 +
SAS Kernel (🥈18 · ⭐ 190) - 用于SAS的Jupyter内核。Apache-2 -- [GitHub](https://github.com/jupyter-xeus/xeus-cling) (👨‍💻 20 · 🔀 210 · 📋 230 - 52% open · ⏱️ 27.09.2021): +- [GitHub](https://github.com/sassoftware/sas_kernel) (👨‍💻 9 · 🔀 72 · 📋 57 - 5% open · ⏱️ 01.06.2022): ``` - git clone https://github.com/jupyter-xeus/xeus-cling + git clone https://github.com/sassoftware/sas_kernel ``` -- [Conda](https://anaconda.org/conda-forge/xeus-cling) (📥 130K · ⏱️ 24.09.2021): +- [PyPi](https://pypi.org/project/sas_kernel) (📥 2K / month): ``` - conda install -c conda-forge xeus-cling + pip install sas_kernel ```
-
Enterprise Gateway (🥈18 · ⭐ 480) - 轻量级,多租户,可扩展和安全的网关。❗Unlicensed +
Spylon Kernel (🥈18 · ⭐ 160 · 💀) - Jupyter kernel for scala and spark. ❗Unlicensed -- [GitHub](https://github.com/jupyter/enterprise_gateway) (👨‍💻 86 · 🔀 150 · 📥 12K · 📋 490 - 18% open · ⏱️ 07.12.2021): +- [GitHub](https://github.com/vericast/spylon-kernel) (👨‍💻 6 · 🔀 28 · 📦 88 · 📋 35 - 48% open · ⏱️ 20.09.2018): ``` - git clone https://github.com/jupyter/enterprise_gateway + git clone https://github.com/Valassis-Digital-Media/spylon-kernel ``` -- [PyPi](https://pypi.org/project/jupyter_enterprise_gateway) (📥 700 / month): +- [PyPi](https://pypi.org/project/spylon-kernel) (📥 2.3K / month): ``` - pip install jupyter_enterprise_gateway + pip install spylon-kernel + ``` +- [Conda](https://anaconda.org/conda-forge/spylon-kernel) (📥 95K · ⏱️ 05.10.2018): + ``` + conda install -c conda-forge spylon-kernel ```
-
nb_conda_kernels (🥈18 · ⭐ 420 · 💀) - Package for managing conda environment-based kernels.. BSD-3 +
IJava (🥉17 · ⭐ 820 · 💀) - 用于执行Java代码的Jupyter内核。MIT -- [GitHub](https://github.com/Anaconda-Platform/nb_conda_kernels) (👨‍💻 14 · 🔀 52 · 📋 130 - 24% open · ⏱️ 30.11.2020): +- [GitHub](https://github.com/SpencerPark/IJava) (👨‍💻 4 · 🔀 160 · 📥 89K · 📋 130 - 54% open · ⏱️ 08.12.2019): ``` - git clone https://github.com/Anaconda-Platform/nb_conda_kernels - ``` -- [Conda](https://anaconda.org/conda-forge/nb_conda_kernels) (📥 520K · ⏱️ 15.11.2021): - ``` - conda install -c conda-forge nb_conda_kernels + git clone https://github.com/SpencerPark/IJava ```
-
Kernel Gateway (🥈18 · ⭐ 370) - Jupyter内核网关。❗Unlicensed +
Kernel Gateway (🥉17 · ⭐ 400) - Jupyter内核网关。❗Unlicensed -- [GitHub](https://github.com/jupyter/kernel_gateway) (👨‍💻 44 · 🔀 110 · 📥 100 · 📋 180 - 8% open · ⏱️ 07.12.2021): +- [GitHub](https://github.com/jupyter-server/kernel_gateway) (👨‍💻 44 · 🔀 110 · 📥 100 · 📋 180 - 7% open · ⏱️ 12.03.2022): ``` git clone https://github.com/jupyter/kernel_gateway ``` -- [PyPi](https://pypi.org/project/jupyter-kernel-gateway) (📥 4.7K / month): +- [PyPi](https://pypi.org/project/jupyter-kernel-gateway) (📥 14K / month): ``` pip install jupyter-kernel-gateway ```
-
OCaml Kernel (🥈18 · ⭐ 200) - Jupyter(IPython)笔记本的OCaml内核。MIT - -- [GitHub](https://github.com/akabe/ocaml-jupyter) (👨‍💻 17 · 🔀 29 · 📥 58K · 📋 67 - 4% open · ⏱️ 07.08.2021): - - ``` - git clone https://github.com/akabe/ocaml-jupyter - ``` -
-
SciJava Kernel (🥈18 · ⭐ 180) - 在Jupyter笔记本中编写SciJava脚本。Apache-2 +
SciJava Kernel (🥉17 · ⭐ 180) - 在Jupyter笔记本中编写SciJava脚本。Apache-2 -- [GitHub](https://github.com/scijava/scijava-jupyter-kernel) (👨‍💻 9 · 🔀 44 · 📥 76 · 📋 80 - 12% open · ⏱️ 08.11.2021): +- [GitHub](https://github.com/scijava/scijava-jupyter-kernel) (👨‍💻 9 · 🔀 42 · 📥 86 · ⏱️ 03.02.2022): ``` git clone https://github.com/scijava/scijava-jupyter-kernel ``` -- [Conda](https://anaconda.org/conda-forge/scijava-jupyter-kernel) (📥 75K · ⏱️ 03.03.2018): +- [Conda](https://anaconda.org/conda-forge/scijava-jupyter-kernel) (📥 81K · ⏱️ 03.03.2018): ``` conda install -c conda-forge scijava-jupyter-kernel ```
-
Spylon Kernel (🥈18 · ⭐ 150 · 💀) - Jupyter kernel for scala and spark. ❗Unlicensed +
clojupyter (🥉16 · ⭐ 740 · 💤) - 用于Clojure的Jupyter内核。MIT -- [GitHub](https://github.com/vericast/spylon-kernel) (👨‍💻 6 · 🔀 23 · 📦 67 · 📋 34 - 47% open · ⏱️ 20.09.2018): +- [GitHub](https://github.com/clojupyter/clojupyter) (👨‍💻 26 · 🔀 75 · 📋 97 - 18% open · ⏱️ 29.12.2021): ``` - git clone https://github.com/Valassis-Digital-Media/spylon-kernel + git clone https://github.com/clojupyter/clojupyter ``` -- [PyPi](https://pypi.org/project/spylon-kernel) (📥 5K / month): +- [Conda](https://anaconda.org/simplect/clojupyter) (📥 3K · ⏱️ 02.03.2020): ``` - pip install spylon-kernel + conda install -c simplect clojupyter ``` -- [Conda](https://anaconda.org/conda-forge/spylon-kernel) (📥 79K · ⏱️ 05.10.2018): +- [Docker Hub](https://hub.docker.com/r/simplect/clojupyter) (📥 390 · ⏱️ 25.04.2019): ``` - conda install -c conda-forge spylon-kernel + docker pull simplect/clojupyter ```
-
IHaskell (🥉17 · ⭐ 2.3K) - 用于IPython的Haskell内核。MIT +
Enterprise Gateway (🥉16 · ⭐ 520) - 轻量级,多租户,可扩展和安全的网关。❗Unlicensed -- [GitHub](https://github.com/gibiansky/IHaskell) (👨‍💻 100 · 🔀 240 · 📋 720 - 3% open · ⏱️ 20.12.2021): +- [GitHub](https://github.com/jupyter-server/enterprise_gateway) (👨‍💻 100 · 🔀 180 · 📥 20K · 📋 520 - 9% open · ⏱️ 22.08.2022): ``` - git clone https://github.com/gibiansky/IHaskell + git clone https://github.com/jupyter/enterprise_gateway ``` -- [NPM](https://www.npmjs.com/package/ihaskell_jupyterlab) (📥 6 / month): +- [PyPi](https://pypi.org/project/jupyter_enterprise_gateway) (📥 1.3K / month): ``` - npm install ihaskell_jupyterlab + pip install jupyter_enterprise_gateway ```
-
SAS Kernel (🥉17 · ⭐ 180) - 用于SAS的Jupyter内核。Apache-2 +
Matlab Kernel (🥉16 · ⭐ 440) - Jupyter的Matlab内核。❗Unlicensed -- [GitHub](https://github.com/sassoftware/sas_kernel) (👨‍💻 7 · 🔀 71 · 📋 55 - 5% open · ⏱️ 21.09.2021): +- [GitHub](https://github.com/Calysto/matlab_kernel) (👨‍💻 18 · 🔀 73 · 📋 130 - 19% open · ⏱️ 09.05.2022): ``` - git clone https://github.com/sassoftware/sas_kernel + git clone https://github.com/calysto/matlab_kernel ``` -- [PyPi](https://pypi.org/project/sas_kernel) (📥 620 / month): +- [PyPi](https://pypi.org/project/matlab_kernel) (📥 3.9K / month): ``` - pip install sas_kernel + pip install matlab_kernel ```
-
IJava (🥉16 · ⭐ 720 · 💀) - 用于执行Java代码的Jupyter内核。MIT +
Wolfram Kernel (🥉15 · ⭐ 750) - 适用于Jupyter的Wolfram语言内核。MIT -- [GitHub](https://github.com/SpencerPark/IJava) (👨‍💻 4 · 🔀 140 · 📥 68K · 📋 120 - 51% open · ⏱️ 08.12.2019): +- [GitHub](https://github.com/WolframResearch/WolframLanguageForJupyter) (👨‍💻 7 · 🔀 91 · 📥 6.1K · 📋 96 - 31% open · ⏱️ 19.02.2022): ``` - git clone https://github.com/SpencerPark/IJava + git clone https://github.com/WolframResearch/WolframLanguageForJupyter ```
-
clojupyter (🥉16 · ⭐ 720) - 用于Clojure的Jupyter内核。MIT +
Bash Kernel (🥉15 · ⭐ 600) - IPython的bash内核。BSD-3 -- [GitHub](https://github.com/clojupyter/clojupyter) (👨‍💻 26 · 🔀 74 · 📋 92 - 18% open · ⏱️ 17.12.2021): +- [GitHub](https://github.com/takluyver/bash_kernel) (👨‍💻 14 · 🔀 100 · 📋 94 - 37% open · ⏱️ 22.08.2022): ``` - git clone https://github.com/clojupyter/clojupyter - ``` -- [Conda](https://anaconda.org/simplect/clojupyter) (📥 2.7K · ⏱️ 02.03.2020): - ``` - conda install -c simplect clojupyter + git clone https://github.com/takluyver/bash_kernel ``` -- [Docker Hub](https://hub.docker.com/r/simplect/clojupyter) (📥 340 · ⏱️ 25.04.2019): +- [PyPi](https://pypi.org/project/bash_kernel) (📥 6K / month): ``` - docker pull simplect/clojupyter + pip install bash_kernel ```
-
Ansible Kernel (🥉16 · ⭐ 480 · 💤) - Jupyter笔记本内核,用于运行Ansible任务。Apache-2 +
Ansible Kernel (🥉15 · ⭐ 500) - Jupyter笔记本内核,用于运行Ansible任务。❗Unlicensed -- [GitHub](https://github.com/ansible/ansible-jupyter-kernel) (👨‍💻 9 · 🔀 48 · 📦 8 · 📋 41 - 29% open · ⏱️ 05.03.2021): +- [GitHub](https://github.com/ansible/ansible-jupyter-kernel) (👨‍💻 10 · 🔀 54 · 📦 9 · 📋 44 - 34% open · ⏱️ 11.02.2022): ``` git clone https://github.com/ansible/ansible-jupyter-kernel ``` -- [PyPi](https://pypi.org/project/ansible-kernel) (📥 70 / month): +- [PyPi](https://pypi.org/project/ansible-kernel) (📥 280 / month): ``` pip install ansible-kernel ``` -- [Conda](https://anaconda.org/conda-forge/ansible-kernel) (📥 8.6K · ⏱️ 14.01.2020): +- [Conda](https://anaconda.org/conda-forge/ansible-kernel) (📥 11K · ⏱️ 12.02.2022): ``` conda install -c conda-forge ansible-kernel ``` @@ -1690,67 +1706,47 @@ _Jupyter内核以给定的语言运行和内省用户的代码。_ docker pull benthomasson/ansible-jupyter-kernel ```
-
F# Kernel (🥉16 · ⭐ 430 · 💀) - F# for Jupyter Notebooks. BSD-3 - -- [GitHub](https://github.com/fsprojects/IfSharp) (👨‍💻 27 · 🔀 66 · 📥 5.3K · 📋 140 - 9% open · ⏱️ 10.09.2020): - - ``` - git clone https://github.com/fsprojects/IfSharp - ``` -- [Docker Hub](https://hub.docker.com/r/fsprojects/ifsharp) (📥 650 · ⏱️ 26.03.2019): - ``` - docker pull fsprojects/ifsharp - ``` -
-
LFortran (🥉16 · ⭐ 290) - https://gitlab.com/lfortran/lfortran的官方镜像。❗Unlicensed +
LFortran (🥉14 · ⭐ 370) - https://gitlab.com/lfortran/lfortran的官方镜像。❗Unlicensed -- [GitHub](https://github.com/lfortran/lfortran) (👨‍💻 20 · 🔀 15 · ⏱️ 22.12.2021): +- [GitHub](https://github.com/lfortran/lfortran) (👨‍💻 38 · 🔀 38 · 📋 470 - 95% open · ⏱️ 25.08.2022): ``` git clone https://github.com/lfortran/lfortran ``` -- [PyPi](https://pypi.org/project/lfortran) (📥 120 / month): +- [PyPi](https://pypi.org/project/lfortran) (📥 110 / month): ``` pip install lfortran ``` -- [Conda](https://anaconda.org/conda-forge/lfortran) (📥 31K · ⏱️ 23.09.2021): +- [Conda](https://anaconda.org/conda-forge/lfortran) (📥 40K · ⏱️ 23.09.2021): ``` conda install -c conda-forge lfortran ```
-
Wolfram Kernel (🥉15 · ⭐ 660) - 适用于Jupyter的Wolfram语言内核。MIT - -- [GitHub](https://github.com/WolframResearch/WolframLanguageForJupyter) (👨‍💻 7 · 🔀 83 · 📥 4.7K · 📋 83 - 24% open · ⏱️ 21.10.2021): - - ``` - git clone https://github.com/WolframResearch/WolframLanguageForJupyter - ``` -
-
IElixir (🥉15 · ⭐ 330 · 💤) - Jupyter的Elixir编程语言内核。Apache-2 +
IElixir (🥉14 · ⭐ 340 · 💀) - Jupyter的Elixir编程语言内核。Apache-2 -- [GitHub](https://github.com/pprzetacznik/IElixir) (👨‍💻 19 · 🔀 38 · 📋 30 - 33% open · ⏱️ 20.03.2021): +- [GitHub](https://github.com/pprzetacznik/IElixir) (👨‍💻 19 · 🔀 39 · 📋 30 - 33% open · ⏱️ 20.03.2021): ``` git clone https://github.com/pprzetacznik/IElixir ``` -- [Docker Hub](https://hub.docker.com/r/pprzetacznik/ielixir) (📥 300 · ⭐ 1 · ⏱️ 20.03.2021): +- [Docker Hub](https://hub.docker.com/r/pprzetacznik/ielixir) (📥 340 · ⭐ 1 · ⏱️ 20.03.2021): ``` docker pull pprzetacznik/ielixir ```
-
Matlab Kernel (🥉14 · ⭐ 410 · 💀) - Jupyter的Matlab内核。❗Unlicensed +
Kernel Detection (🥉14 · ⭐ 140 · 💀) - 一个Jupyter插件,用于自动检测。BSD-2 -- [GitHub](https://github.com/Calysto/matlab_kernel) (👨‍💻 17 · 🔀 72 · 📋 130 - 19% open · ⏱️ 09.11.2020): +- [GitHub](https://github.com/Cadair/jupyter_environment_kernels) (👨‍💻 6 · 🔀 16 · 📋 29 - 24% open · ⏱️ 12.02.2018): ``` - git clone https://github.com/calysto/matlab_kernel + git clone https://github.com/Cadair/jupyter_environment_kernels ``` -- [PyPi](https://pypi.org/project/matlab_kernel) (📥 1.4K / month): +- [PyPi](https://pypi.org/project/environment_kernels) (📥 2.6K / month): ``` - pip install matlab_kernel + pip install environment_kernels ```
-
lgo (🥉13 · ⭐ 2.2K · 💀) - 使用Jupyter进行交互式Go编程。BSD-3 +
lgo (🥉13 · ⭐ 2.3K · 💀) - 使用Jupyter进行交互式Go编程。BSD-3 - [GitHub](https://github.com/yunabe/lgo) (👨‍💻 9 · 🔀 110 · 📋 76 - 30% open · ⏱️ 09.07.2019): @@ -1758,84 +1754,72 @@ _Jupyter内核以给定的语言运行和内省用户的代码。_ git clone https://github.com/yunabe/lgo ```
-
Bash Kernel (🥉13 · ⭐ 560 · 💀) - IPython的bash内核。❗Unlicensed - -- [GitHub](https://github.com/takluyver/bash_kernel) (👨‍💻 13 · 🔀 99 · 📥 2.8K · 📋 90 - 41% open · ⏱️ 22.07.2019): - - ``` - git clone https://github.com/takluyver/bash_kernel - ``` -- [PyPi](https://pypi.org/project/bash_kernel) (📥 6K / month): - ``` - pip install bash_kernel - ``` -
-
SSH Kernel (🥉13 · ⭐ 47) - Jupyter的SSH内核。BSD-3 +
F# Kernel (🥉12 · ⭐ 430) - F# for Jupyter Notebooks. ❗Unlicensed -- [GitHub](https://github.com/NII-cloud-operation/sshkernel) (👨‍💻 4 · 🔀 10 · 📦 6 · 📋 8 - 25% open · ⏱️ 04.11.2021): +- [GitHub](https://github.com/fsprojects/IfSharp) (👨‍💻 28 · 🔀 67 · 📥 5.4K · 📋 140 - 9% open · ⏱️ 17.03.2022): ``` - git clone https://github.com/NII-cloud-operation/sshkernel + git clone https://github.com/fsprojects/IfSharp ``` -- [PyPi](https://pypi.org/project/sshkernel) (📥 52 / month): +- [Docker Hub](https://hub.docker.com/r/fsprojects/ifsharp) (📥 680 · ⏱️ 26.03.2019): ``` - pip install sshkernel + docker pull fsprojects/ifsharp ```
-
ICSharp (🥉11 · ⭐ 260 · 💀) - Jupyter的C#内核。Apache-2 +
ICSharp (🥉12 · ⭐ 270 · 💀) - Jupyter的C#内核。Apache-2 -- [GitHub](https://github.com/zabirauf/icsharp) (👨‍💻 10 · 🔀 59 · 📋 46 - 71% open · ⏱️ 23.09.2018): +- [GitHub](https://github.com/zabirauf/icsharp) (👨‍💻 10 · 🔀 57 · 📋 46 - 71% open · ⏱️ 23.09.2018): ``` git clone https://github.com/zabirauf/icsharp ```
-
Kernel Detection (🥉11 · ⭐ 140 · 💀) - 一个Jupyter插件,用于自动检测。BSD-2 +
SSH Kernel (🥉12 · ⭐ 53 · 💤) - Jupyter的SSH内核。BSD-3 -- [GitHub](https://github.com/Cadair/jupyter_environment_kernels) (👨‍💻 6 · 🔀 16 · 📋 29 - 24% open · ⏱️ 12.02.2018): +- [GitHub](https://github.com/NII-cloud-operation/sshkernel) (👨‍💻 4 · 🔀 12 · 📦 6 · 📋 8 - 25% open · ⏱️ 04.11.2021): ``` - git clone https://github.com/Cadair/jupyter_environment_kernels + git clone https://github.com/NII-cloud-operation/sshkernel ``` -- [PyPi](https://pypi.org/project/environment_kernels): +- [PyPi](https://pypi.org/project/sshkernel) (📥 79 / month): ``` - pip install environment_kernels + pip install sshkernel ```
-
xeus-sqlite (🥉11 · ⭐ 130) - 适用于SQLite的Jupyter内核。BSD-3 +
xeus-sqlite (🥉11 · ⭐ 140) - 适用于SQLite的Jupyter内核。BSD-3 -- [GitHub](https://github.com/jupyter-xeus/xeus-sqlite) (👨‍💻 12 · 🔀 20 · 📋 39 - 28% open · ⏱️ 06.10.2021): +- [GitHub](https://github.com/jupyter-xeus/xeus-sqlite) (👨‍💻 12 · 🔀 21 · 📋 41 - 26% open · ⏱️ 15.03.2022): ``` git clone https://github.com/jupyter-xeus/xeus-sqlite ```
-
remote_ikernel (🥉10 · ⭐ 8 · 💀) - All your Jupyter kernels, on all your machines, in one place. BSD-2 +
remote_ikernel (🥉10 · ⭐ 12 · 💀) - All your Jupyter kernels, on all your machines, in one place. BSD-2 -- [GitHub](https://github.com/tdaff/remote_ikernel) (👨‍💻 7 · 🔀 9 · 📋 26 - 30% open · ⏱️ 08.11.2020): +- [GitHub](https://github.com/tdaff/remote_ikernel) (👨‍💻 7 · 🔀 11 · 📋 27 - 33% open · ⏱️ 08.11.2020): ``` git clone https://github.com/tdaff/remote_ikernel ``` -- [PyPi](https://pypi.org/project/remote_ikernel) (📥 280 / month): +- [PyPi](https://pypi.org/project/remote_ikernel) (📥 160 / month): ``` pip install remote_ikernel ```
-
kernel-relay (🥉6 · ⭐ 10 · 💀) - kernel-relay是与之接口的GraphQL服务。❗Unlicensed +
ssh_ipykernel (🥉7 · ⭐ 8 · 💀) - A remote jupyter kernel via ssh. MIT -- [GitHub](https://github.com/nteract/kernel-relay) (👨‍💻 3 · 🔀 5 · 📋 12 - 83% open · ⏱️ 10.07.2019): +- [GitHub](https://github.com/bernhard-42/ssh_ipykernel) (👨‍💻 2 · 🔀 2 · ⏱️ 28.06.2021): ``` - git clone https://github.com/nteract/kernel-relay + git clone https://github.com/bernhard-42/ssh_ipykernel ```
-
ssh_ipykernel (🥉6 · ⭐ 6) - A remote jupyter kernel via ssh. MIT +
kernel-relay (🥉6 · ⭐ 11 · 💀) - kernel-relay是与之接口的GraphQL服务。❗Unlicensed -- [GitHub](https://github.com/bernhard-42/ssh_ipykernel) (👨‍💻 2 · 🔀 1 · ⏱️ 28.06.2021): +- [GitHub](https://github.com/nteract/kernel-relay) (👨‍💻 3 · 🔀 5 · 📋 12 - 83% open · ⏱️ 10.07.2019): ``` - git clone https://github.com/bernhard-42/ssh_ipykernel + git clone https://github.com/nteract/kernel-relay ```

@@ -1846,142 +1830,130 @@ _Jupyter内核以给定的语言运行和内省用户的代码。_ _与笔记本文件共享、转换和简化协作的工具(例如,通过git)。_ -
nbconvert (🥇30 · ⭐ 1.2K) - Jupyter Notebook Conversion. ❗Unlicensed +
nbconvert (🥇31 · ⭐ 1.4K) - Jupyter Notebook Conversion. ❗Unlicensed -- [GitHub](https://github.com/jupyter/nbconvert) (👨‍💻 240 · 🔀 450 · 📦 130K · 📋 950 - 41% open · ⏱️ 10.12.2021): +- [GitHub](https://github.com/jupyter/nbconvert) (👨‍💻 250 · 🔀 480 · 📦 160K · 📋 1K - 42% open · ⏱️ 22.08.2022): ``` git clone https://github.com/jupyter/nbconvert ``` -- [PyPi](https://pypi.org/project/nbconvert) (📥 15M / month): +- [PyPi](https://pypi.org/project/nbconvert) (📥 12M / month): ``` pip install nbconvert ``` -- [Conda](https://anaconda.org/conda-forge/nbconvert) (📥 5.4M · ⏱️ 14.11.2021): +- [Conda](https://anaconda.org/conda-forge/nbconvert) (📥 7.9M · ⏱️ 23.08.2022): ``` conda install -c conda-forge nbconvert ```
-
nikola (🥇28 · ⭐ 2.2K) - 静态网站和博客生成器。MIT +
nikola (🥇29 · ⭐ 2.3K) - 静态网站和博客生成器。MIT -- [GitHub](https://github.com/getnikola/nikola) (👨‍💻 220 · 🔀 330 · 📦 400 · 📋 2.1K - 1% open · ⏱️ 11.12.2021): +- [GitHub](https://github.com/getnikola/nikola) (👨‍💻 230 · 🔀 350 · 📦 440 · 📋 2.1K - 2% open · ⏱️ 02.08.2022): ``` git clone https://github.com/getnikola/nikola ``` -- [PyPi](https://pypi.org/project/nikola) (📥 1.4K / month): +- [PyPi](https://pypi.org/project/nikola) (📥 1.9K / month): ``` pip install nikola ```
-
Jupytext (🥇27 · ⭐ 5K) - Jupyter Notebooks作为Markdown文档,Julia,Python或R脚本的工具。MIT +
Jupytext (🥇27 · ⭐ 5.5K) - Jupyter Notebooks作为Markdown文档,Julia,Python或R脚本的工具。MIT -- [GitHub](https://github.com/mwouts/jupytext) (👨‍💻 67 · 🔀 310 · 📦 2.2K · 📋 480 - 11% open · ⏱️ 12.12.2021): +- [GitHub](https://github.com/mwouts/jupytext) (👨‍💻 72 · 🔀 350 · 📦 3.2K · 📋 530 - 12% open · ⏱️ 29.07.2022): ``` git clone https://github.com/mwouts/jupytext ``` -- [PyPi](https://pypi.org/project/jupytext) (📥 150K / month): +- [PyPi](https://pypi.org/project/jupytext) (📥 260K / month): ``` pip install jupytext ``` -- [Conda](https://anaconda.org/conda-forge/jupytext) (📥 250K · ⏱️ 12.12.2021): +- [Conda](https://anaconda.org/conda-forge/jupytext) (📥 380K · ⏱️ 03.07.2022): ``` conda install -c conda-forge jupytext ``` -- [NPM](https://www.npmjs.com/package/jupyterlab-jupytext) (📥 15K / month): +- [NPM](https://www.npmjs.com/package/jupyterlab-jupytext) (📥 6.5K / month): ``` npm install jupyterlab-jupytext ```
-
Voila (🥈25 · ⭐ 3.8K) - Voil将Jupyter笔记本变成独立的Web应用程序。❗Unlicensed +
Voila (🥈26 · ⭐ 4.3K) - Voil将Jupyter笔记本变成独立的Web应用程序。❗Unlicensed -- [GitHub](https://github.com/voila-dashboards/voila) (👨‍💻 56 · 🔀 360 · 📥 110 · 📦 5.5K · 📋 550 - 41% open · ⏱️ 23.12.2021): +- [GitHub](https://github.com/voila-dashboards/voila) (👨‍💻 61 · 🔀 420 · 📥 290 · 📦 7.2K · 📋 610 - 40% open · ⏱️ 11.08.2022): ``` git clone https://github.com/voila-dashboards/voila ``` -- [PyPi](https://pypi.org/project/voila) (📥 39K / month): +- [PyPi](https://pypi.org/project/voila) (📥 54K / month): ``` pip install voila ``` -- [Conda](https://anaconda.org/conda-forge/voila) (📥 160K · ⏱️ 22.12.2021): +- [Conda](https://anaconda.org/conda-forge/voila) (📥 200K · ⏱️ 18.07.2022): ``` conda install -c conda-forge voila ``` -- [NPM](https://www.npmjs.com/package/@jupyter-voila/jupyterlab-preview) (📥 3.5K / month): +- [NPM](https://www.npmjs.com/package/@jupyter-voila/jupyterlab-preview) (📥 3.2K / month): ``` npm install @jupyter-voila/jupyterlab-preview ```
-
RISE (🥈24 · ⭐ 3.2K) - 实时Reveal.js Jupyter/IPython幻灯片扩展。❗Unlicensed +
RISE (🥈24 · ⭐ 3.3K) - 实时Reveal.js Jupyter/IPython幻灯片扩展。❗Unlicensed -- [GitHub](https://github.com/damianavila/RISE) (👨‍💻 40 · 🔀 370 · 📦 1.7K · 📋 420 - 32% open · ⏱️ 26.11.2021): +- [GitHub](https://github.com/damianavila/RISE) (👨‍💻 41 · 🔀 380 · 📦 2K · 📋 430 - 33% open · ⏱️ 28.03.2022): ``` git clone https://github.com/damianavila/RISE ``` -- [PyPi](https://pypi.org/project/RISE) (📥 10K / month): +- [PyPi](https://pypi.org/project/RISE) (📥 5.9K / month): ``` pip install RISE ``` -- [Conda](https://anaconda.org/conda-forge/rise) (📥 180K · ⏱️ 16.11.2021): +- [Conda](https://anaconda.org/conda-forge/rise) (📥 220K · ⏱️ 16.11.2021): ``` conda install -c conda-forge rise ```
-
Jupyter Book (🥈24 · ⭐ 2.6K) - 从Jupyter构建交互式的,具有出版质量的文档。BSD-3 +
Jupyter Book (🥈24 · ⭐ 3K) - 从Jupyter构建交互式的,具有出版质量的文档。BSD-3 -- [GitHub](https://github.com/executablebooks/jupyter-book) (👨‍💻 96 · 🔀 400 · 📋 960 - 38% open · ⏱️ 19.12.2021): +- [GitHub](https://github.com/executablebooks/jupyter-book) (👨‍💻 110 · 🔀 500 · 📋 1.1K - 41% open · ⏱️ 21.08.2022): ``` git clone https://github.com/executablebooks/jupyter-book ``` -- [PyPi](https://pypi.org/project/jupyter-book) (📥 37K / month): +- [PyPi](https://pypi.org/project/jupyter-book) (📥 52K / month): ``` pip install jupyter-book ```
-
nbdime (🥈23 · ⭐ 2.1K) - 区分和合并Jupyter笔记本的工具。❗Unlicensed +
nbdime (🥈23 · ⭐ 2.3K) - 区分和合并Jupyter笔记本的工具。❗Unlicensed -- [GitHub](https://github.com/jupyter/nbdime) (👨‍💻 34 · 🔀 120 · 📦 63 · 📋 280 - 21% open · ⏱️ 03.11.2021): +- [GitHub](https://github.com/jupyter/nbdime) (👨‍💻 40 · 🔀 130 · 📦 79 · 📋 280 - 22% open · ⏱️ 05.07.2022): ``` git clone https://github.com/jupyter/nbdime ``` -- [PyPi](https://pypi.org/project/nbdime) (📥 210K / month): +- [PyPi](https://pypi.org/project/nbdime) (📥 260K / month): ``` pip install nbdime ``` -- [Conda](https://anaconda.org/conda-forge/nbdime) (📥 420K · ⏱️ 26.10.2021): +- [Conda](https://anaconda.org/conda-forge/nbdime) (📥 610K · ⏱️ 26.10.2021): ``` conda install -c conda-forge nbdime ``` -- [NPM](https://www.npmjs.com/package/nbdime-jupyterlab) (📥 76K / month): +- [NPM](https://www.npmjs.com/package/nbdime-jupyterlab) (📥 140K / month): ``` npm install nbdime-jupyterlab ```
-
nbviewer (🥈22 · ⭐ 2K) - nbconvert作为Web服务:将Jupyter Notebooks渲染为静态Web。BSD-3 - -- [GitHub](https://github.com/jupyter/nbviewer) (👨‍💻 86 · 🔀 480 · 📦 7 · 📋 560 - 28% open · ⏱️ 10.09.2021): - - ``` - git clone https://github.com/jupyter/nbviewer - ``` -- [Docker Hub](https://hub.docker.com/r/jupyter/nbviewer) (📥 2.3M · ⭐ 26 · ⏱️ 02.12.2020): - ``` - docker pull jupyter/nbviewer - ``` -
-
Stencila (🥈22 · ⭐ 620) - 用于可复制研究的在线文档。Apache-2 +
Stencila (🥈23 · ⭐ 650) - 用于可复制研究的在线文档。Apache-2 -- [GitHub](https://github.com/stencila/stencila) (👨‍💻 26 · 🔀 32 · 📥 990 · 📦 16 · 📋 540 - 9% open · ⏱️ 23.12.2021): +- [GitHub](https://github.com/stencila/stencila) (👨‍💻 34 · 🔀 34 · 📥 3.1K · 📦 17 · 📋 560 - 11% open · ⏱️ 29.07.2022): ``` git clone https://github.com/stencila/stencila ``` -- [NPM](https://www.npmjs.com/package/stencila) (📥 94 / month): +- [NPM](https://www.npmjs.com/package/stencila) (📥 360 / month): ``` npm install stencila ``` @@ -1990,162 +1962,174 @@ _与笔记本文件共享、转换和简化协作的工具(例如,通过git docker pull stencila/cloud ```
-
Knowledge Repo (🥉20 · ⭐ 5K) - 下一代知识共享平台Apache-2 +
Knowledge Repo (🥈21 · ⭐ 5.2K) - 下一代知识共享平台Apache-2 -- [GitHub](https://github.com/airbnb/knowledge-repo) (👨‍💻 60 · 🔀 630 · 📋 280 - 41% open · ⏱️ 01.09.2021): +- [GitHub](https://github.com/airbnb/knowledge-repo) (👨‍💻 68 · 🔀 650 · 📋 290 - 42% open · ⏱️ 17.08.2022): ``` git clone https://github.com/airbnb/knowledge-repo ``` -- [PyPi](https://pypi.org/project/knowledge-repo) (📥 4.8K / month): +- [PyPi](https://pypi.org/project/knowledge-repo) (📥 280 / month): ``` pip install knowledge-repo ```
-
notedown (🥉19 · ⭐ 780 · 💀) - Markdown = IPython Notebook. BSD-2 +
nbviewer (🥉19 · ⭐ 2K) - nbconvert作为Web服务:将Jupyter Notebooks渲染为静态Web。BSD-3 -- [GitHub](https://github.com/aaren/notedown) (👨‍💻 7 · 🔀 93 · 📦 150 · 📋 68 - 57% open · ⏱️ 16.11.2017): +- [GitHub](https://github.com/jupyter/nbviewer) (👨‍💻 91 · 🔀 490 · 📦 7 · 📋 570 - 28% open · ⏱️ 22.08.2022): ``` - git clone https://github.com/aaren/notedown - ``` -- [PyPi](https://pypi.org/project/notedown) (📥 4.2K / month): - ``` - pip install notedown + git clone https://github.com/jupyter/nbviewer ``` -- [Conda](https://anaconda.org/conda-forge/notedown) (📥 33K · ⏱️ 07.06.2018): +- [Docker Hub](https://hub.docker.com/r/jupyter/nbviewer) (📥 2.8M · ⭐ 29 · ⏱️ 22.08.2022): ``` - conda install -c conda-forge notedown + docker pull jupyter/nbviewer ```
bookstore (🥉19 · ⭐ 180 · 💀) - 面向大众的笔记本存储和发布工作流程。BSD-3 -- [GitHub](https://github.com/nteract/bookstore) (👨‍💻 7 · 🔀 18 · 📦 5 · 📋 73 - 46% open · ⏱️ 09.12.2019): +- [GitHub](https://github.com/nteract/bookstore) (👨‍💻 7 · 🔀 19 · 📦 11 · 📋 73 - 46% open · ⏱️ 09.12.2019): ``` git clone https://github.com/nteract/bookstore ``` -- [PyPi](https://pypi.org/project/bookstore) (📥 130K / month): +- [PyPi](https://pypi.org/project/bookstore) (📥 29K / month): ``` pip install bookstore ```
-
BinderHub (🥉18 · ⭐ 2.1K) - 在云端运行您的代码。BSD-3 +
BinderHub (🥉18 · ⭐ 2.2K) - 在云端运行您的代码。BSD-3 -- [GitHub](https://github.com/jupyterhub/binderhub) (👨‍💻 82 · 🔀 300 · 📦 5 · 📋 610 - 27% open · ⏱️ 22.12.2021): +- [GitHub](https://github.com/jupyterhub/binderhub) (👨‍💻 84 · 🔀 320 · 📦 6 · 📋 630 - 28% open · ⏱️ 22.08.2022): ``` git clone https://github.com/jupyterhub/binderhub ```
-
ThebeLab (🥉18 · ⭐ 260) - ThebeLab:将静态HTML页面转换为实时文档。BSD-3 +
notedown (🥉18 · ⭐ 830 · 💀) - Markdown = IPython Notebook. BSD-2 -- [GitHub](https://github.com/executablebooks/thebe) (👨‍💻 26 · 🔀 54 · 📦 5 · 📋 140 - 39% open · ⏱️ 19.11.2021): +- [GitHub](https://github.com/aaren/notedown) (👨‍💻 7 · 🔀 91 · 📦 180 · 📋 68 - 57% open · ⏱️ 16.11.2017): ``` - git clone https://github.com/executablebooks/thebe + git clone https://github.com/aaren/notedown + ``` +- [PyPi](https://pypi.org/project/notedown) (📥 3.8K / month): + ``` + pip install notedown + ``` +- [Conda](https://anaconda.org/conda-forge/notedown) (📥 34K · ⏱️ 07.06.2018): + ``` + conda install -c conda-forge notedown ```
-
commuter (🥉17 · ⭐ 390) - 笔记本共享中心。BSD-3 +
scrapbook (🥉18 · ⭐ 250) - 一个用于在笔记本中记录和读取数据的库。BSD-3 -- [GitHub](https://github.com/nteract/commuter) (👨‍💻 27 · 🔀 63 · 📦 3 · 📋 90 - 56% open · ⏱️ 21.12.2021): +- [GitHub](https://github.com/nteract/scrapbook) (👨‍💻 11 · 🔀 26 · 📦 150 · 📋 48 - 47% open · ⏱️ 13.04.2022): ``` - git clone https://github.com/nteract/commuter + git clone https://github.com/nteract/scrapbook ``` -- [NPM](https://www.npmjs.com/package/@nteract/commuter) (📥 400 / month): +- [PyPi](https://pypi.org/project/nteract-scrapbook) (📥 81K / month): ``` - npm install @nteract/commuter + pip install nteract-scrapbook ```
-
scrapbook (🥉17 · ⭐ 230 · 💤) - 一个用于在笔记本中记录和读取数据的库。BSD-3 +
ThebeLab (🥉17 · ⭐ 300 · 💤) - ThebeLab:将静态HTML页面转换为实时文档。BSD-3 -- [GitHub](https://github.com/nteract/scrapbook) (👨‍💻 11 · 🔀 23 · 📦 84 · 📋 48 - 47% open · ⏱️ 28.04.2021): +- [GitHub](https://github.com/executablebooks/thebe) (👨‍💻 26 · 🔀 57 · 📦 5 · 📋 150 - 42% open · ⏱️ 19.11.2021): ``` - git clone https://github.com/nteract/scrapbook + git clone https://github.com/executablebooks/thebe ``` -- [PyPi](https://pypi.org/project/nteract-scrapbook) (📥 35K / month): +
+
commuter (🥉16 · ⭐ 440) - 笔记本共享中心。BSD-3 + +- [GitHub](https://github.com/nteract/commuter) (👨‍💻 27 · 🔀 63 · 📦 3 · 📋 91 - 57% open · ⏱️ 28.04.2022): + ``` - pip install nteract-scrapbook + git clone https://github.com/nteract/commuter + ``` +- [NPM](https://www.npmjs.com/package/@nteract/commuter) (📥 640 / month): + ``` + npm install @nteract/commuter ```
-
nbinteract (🥉14 · ⭐ 210 · 💤) - 从Jupyter Notebooks创建交互式网页。BSD-3 +
nbinteract (🥉15 · ⭐ 220 · 💀) - 从Jupyter Notebooks创建交互式网页。BSD-3 - [GitHub](https://github.com/SamLau95/nbinteract) (👨‍💻 8 · 🔀 20 · 📦 1 · 📋 70 - 41% open · ⏱️ 15.04.2021): ``` git clone https://github.com/SamLau95/nbinteract ``` -- [PyPi](https://pypi.org/project/nbinteract) (📥 750 / month): +- [PyPi](https://pypi.org/project/nbinteract) (📥 1.5K / month): ``` pip install nbinteract ```
-
pynb (🥉13 · ⭐ 230 · 💀) - Jupyter Notebooks是带有嵌入式Markdown文本的纯Python代码。MIT +
mkdocs-jupyter (🥉15 · ⭐ 150 · 📈) - 在mkdocs中使用Jupyter Notebook。Apache-2 -- [GitHub](https://github.com/elehcimd/pynb) (👨‍💻 8 · 🔀 6 · 📦 17 · ⏱️ 07.07.2020): +- [GitHub](https://github.com/danielfrg/mkdocs-jupyter) (👨‍💻 13 · 🔀 21 · 📋 57 - 22% open · ⏱️ 04.05.2022): ``` - git clone https://github.com/elehcimd/pynb + git clone https://github.com/danielfrg/mkdocs-jupyter + ``` +- [PyPi](https://pypi.org/project/mkdocs-jupyter) (📥 24K / month): + ``` + pip install mkdocs-jupyter ```
-
cdsdashboards (🥉13 · ⭐ 150) - 用于ContainDS仪表板的JupyterHub扩展。❗Unlicensed +
cdsdashboards (🥉14 · ⭐ 170) - 用于ContainDS仪表板的JupyterHub扩展。❗Unlicensed -- [GitHub](https://github.com/ideonate/cdsdashboards) (👨‍💻 11 · 🔀 24 · 📋 75 - 33% open · ⏱️ 21.12.2021): +- [GitHub](https://github.com/ideonate/cdsdashboards) (👨‍💻 13 · 🔀 33 · 📋 88 - 35% open · ⏱️ 29.04.2022): ``` git clone https://github.com/ideonate/cdsdashboards ``` -- [PyPi](https://pypi.org/project/cdsdashboards): +- [PyPi](https://pypi.org/project/cdsdashboards) (📥 260 / month): ``` pip install cdsdashboards ``` -- [Conda](https://anaconda.org/conda-forge/cdsdashboards) (📥 17K · ⏱️ 28.10.2021): +- [Conda](https://anaconda.org/conda-forge/cdsdashboards) (📥 30K · ⏱️ 29.04.2022): ``` conda install -c conda-forge cdsdashboards ```
+
pynb (🥉13 · ⭐ 240 · 💀) - Jupyter Notebooks是带有嵌入式Markdown文本的纯Python代码。MIT + +- [GitHub](https://github.com/elehcimd/pynb) (👨‍💻 8 · 🔀 6 · 📦 21 · ⏱️ 07.07.2020): + + ``` + git clone https://github.com/elehcimd/pynb + ``` +
nbgallery (🥉13 · ⭐ 140) - 企业Jupyter笔记本共享和协作应用程序。MIT -- [GitHub](https://github.com/nbgallery/nbgallery) (👨‍💻 18 · 🔀 21 · 📋 350 - 25% open · ⏱️ 15.12.2021): +- [GitHub](https://github.com/nbgallery/nbgallery) (👨‍💻 19 · 🔀 23 · 📋 380 - 18% open · ⏱️ 19.08.2022): ``` git clone https://github.com/nbgallery/nbgallery ``` -- [Docker Hub](https://hub.docker.com/r/nbgallery/nbgallery) (📥 130K · ⭐ 3 · ⏱️ 12.11.2021): +- [Docker Hub](https://hub.docker.com/r/nbgallery/nbgallery) (📥 160K · ⭐ 3 · ⏱️ 19.08.2022): ``` docker pull nbgallery/nbgallery ```
-
jupyter-flex (🥉11 · ⭐ 230) - 使用Jupyter Notebook构建仪表板。Apache-2 +
jupyter-flex (🥉11 · ⭐ 260) - 使用Jupyter Notebook构建仪表板。Apache-2 -- [GitHub](https://github.com/danielfrg/jupyter-flex) (👨‍💻 3 · 🔀 39 · 📦 1 · 📋 47 - 12% open · ⏱️ 30.11.2021): +- [GitHub](https://github.com/danielfrg/jupyter-flex) (👨‍💻 4 · 🔀 46 · 📦 1 · 📋 56 - 21% open · ⏱️ 22.06.2022): ``` git clone https://github.com/danielfrg/jupyter-flex ```
-
jnotebook-reader (🥉10 · ⭐ 91 · 💤) - 一款很棒的查看器,用于浏览和渲染Jupyter。Apache-2 +
jnotebook-reader (🥉11 · ⭐ 99) - 一款很棒的查看器,用于浏览和渲染Jupyter。Apache-2 -- [GitHub](https://github.com/line/jnotebook_reader) (👨‍💻 4 · 🔀 14 · 📋 2 - 50% open · ⏱️ 10.02.2021): +- [GitHub](https://github.com/line/jnotebook_reader) (👨‍💻 6 · 🔀 15 · ⏱️ 01.07.2022): ``` git clone https://github.com/line/jnotebook_reader ```
-
mkdocs-jupyter (🥉9 · ⭐ 94) - 在mkdocs中使用Jupyter Notebook。Apache-2 - -- [GitHub](https://github.com/danielfrg/mkdocs-jupyter) (👨‍💻 9 · 🔀 11 · 📋 34 - 2% open · ⏱️ 30.11.2021): - - ``` - git clone https://github.com/danielfrg/mkdocs-jupyter - ``` -- [PyPi](https://pypi.org/project/mkdocs-jupyter): - ``` - pip install mkdocs-jupyter - ``` -

## Jupyter-Notebook工具 @@ -2154,299 +2138,299 @@ _与笔记本文件共享、转换和简化协作的工具(例如,通过git _与笔记本文件一起工作或可以在笔记本文件中使用的库和工具。_ -
nbformat (🥇27 · ⭐ 160) - Jupyter Notebook格式的参考实现。❗Unlicensed +
nbclient (🥇26 · ⭐ 100) - 用于执行笔记本的客户端库。❗Unlicensed -- [GitHub](https://github.com/jupyter/nbformat) (👨‍💻 60 · 🔀 120 · 📦 130K · 📋 110 - 41% open · ⏱️ 17.12.2021): +- [GitHub](https://github.com/jupyter/nbclient) (👨‍💻 33 · 🔀 45 · 📥 88 · 📦 67K · 📋 91 - 31% open · ⏱️ 23.08.2022): ``` - git clone https://github.com/jupyter/nbformat + git clone https://github.com/jupyter/nbclient ``` -- [PyPi](https://pypi.org/project/nbformat): +- [PyPi](https://pypi.org/project/nbclient) (📥 9.5M / month): ``` - pip install nbformat + pip install nbclient ``` -- [Conda](https://anaconda.org/conda-forge/nbformat) (📥 6.8M · ⏱️ 02.04.2021): +- [Conda](https://anaconda.org/conda-forge/nbclient) (📥 5.1M · ⏱️ 23.08.2022): ``` - conda install -c conda-forge nbformat + conda install -c conda-forge nbclient ```
-
nbclient (🥇26 · ⭐ 83) - 用于执行笔记本的客户端库。❗Unlicensed +
PixieDust (🥇25 · ⭐ 1K · 💀) - 适用于Jupyter Notebook的Python Helper库。Apache-2 -- [GitHub](https://github.com/jupyter/nbclient) (👨‍💻 28 · 🔀 39 · 📥 9 · 📦 38K · 📋 73 - 27% open · ⏱️ 21.12.2021): +- [GitHub](https://github.com/pixiedust/pixiedust) (👨‍💻 33 · 🔀 160 · 📦 240 · 📋 420 - 38% open · ⏱️ 16.02.2021): ``` - git clone https://github.com/jupyter/nbclient + git clone https://github.com/pixiedust/pixiedust ``` -- [PyPi](https://pypi.org/project/nbclient): +- [PyPi](https://pypi.org/project/pixiedust) (📥 11K / month): ``` - pip install nbclient + pip install pixiedust ``` -- [Conda](https://anaconda.org/conda-forge/nbclient) (📥 2.5M · ⏱️ 19.11.2021): +- [Conda](https://anaconda.org/conda-forge/pixiedust) (📥 39K · ⏱️ 06.02.2021): ``` - conda install -c conda-forge nbclient + conda install -c conda-forge pixiedust ```
-
PixieDust (🥇25 · ⭐ 1K · 💤) - 适用于Jupyter Notebook的Python Helper库。Apache-2 +
nbdev (🥇24 · ⭐ 3.6K) - 使用Jupyter Notebook创建python项目。Apache-2 -- [GitHub](https://github.com/pixiedust/pixiedust) (👨‍💻 33 · 🔀 160 · 📦 220 · 📋 420 - 38% open · ⏱️ 16.02.2021): +- [GitHub](https://github.com/fastai/nbdev) (👨‍💻 20 · 🔀 360 · 📋 560 - 5% open · ⏱️ 25.08.2022): ``` - git clone https://github.com/pixiedust/pixiedust + git clone https://github.com/fastai/nbdev ``` -- [PyPi](https://pypi.org/project/pixiedust) (📥 17K / month): +- [PyPi](https://pypi.org/project/nbdev) (📥 96K / month): ``` - pip install pixiedust + pip install nbdev ``` -- [Conda](https://anaconda.org/conda-forge/pixiedust) (📥 34K · ⏱️ 06.02.2021): +
+
nbval (🥈23 · ⭐ 390 · 💤) - 一个py.test插件,用于验证Jupyter笔记本。❗Unlicensed + +- [GitHub](https://github.com/computationalmodelling/nbval) (👨‍💻 29 · 🔀 42 · 📦 1.6K · 📋 98 - 36% open · ⏱️ 05.01.2022): + ``` - conda install -c conda-forge pixiedust + git clone https://github.com/computationalmodelling/nbval + ``` +- [PyPi](https://pypi.org/project/nbval) (📥 110K / month): + ``` + pip install nbval + ``` +- [Conda](https://anaconda.org/conda-forge/nbval) (📥 230K · ⏱️ 31.07.2020): + ``` + conda install -c conda-forge nbval ```
-
nbdev (🥈24 · ⭐ 3.1K) - 使用Jupyter Notebook创建python项目。Apache-2 +
Jupyter Client (🥈23 · ⭐ 280 · 📈) - Jupyter protocol client APIs. BSD-3 -- [GitHub](https://github.com/fastai/nbdev) (👨‍💻 61 · 🔀 320 · 📋 340 - 22% open · ⏱️ 08.12.2021): +- [GitHub](https://github.com/jupyter/jupyter_client) (👨‍💻 120 · 🔀 230 · 📥 320 · 📋 320 - 43% open · ⏱️ 23.08.2022): ``` - git clone https://github.com/fastai/nbdev + git clone https://github.com/jupyter/jupyter_client ``` -- [PyPi](https://pypi.org/project/nbdev) (📥 48K / month): +- [PyPi](https://pypi.org/project/jupyter-client) (📥 12M / month): ``` - pip install nbdev + pip install jupyter-client ```
-
BeakerX (🥈23 · ⭐ 2.6K · 💤) - Jupyter Notebook的Beaker扩展。Apache-2 +
BeakerX (🥈22 · ⭐ 2.7K · 💀) - Jupyter Notebook的Beaker扩展。Apache-2 - [GitHub](https://github.com/twosigma/beakerx) (👨‍💻 43 · 🔀 370 · 📥 31 · 📋 4.5K - 7% open · ⏱️ 21.01.2021): ``` git clone https://github.com/twosigma/beakerx ``` -- [PyPi](https://pypi.org/project/beakerx) (📥 9K / month): +- [PyPi](https://pypi.org/project/beakerx) (📥 4.8K / month): ``` pip install beakerx ``` -- [Conda](https://anaconda.org/conda-forge/beakerx) (📥 480K · ⏱️ 18.11.2021): +- [Conda](https://anaconda.org/conda-forge/beakerx) (📥 530K · ⏱️ 18.11.2021): ``` conda install -c conda-forge beakerx ``` -- [NPM](https://www.npmjs.com/package/beakerx) (📥 1.2K / month): +- [NPM](https://www.npmjs.com/package/beakerx) (📥 610 / month): ``` npm install beakerx ``` -- [Docker Hub](https://hub.docker.com/r/beakerx/beakerx) (📥 240K · ⭐ 22 · ⏱️ 02.12.2018): +- [Docker Hub](https://hub.docker.com/r/beakerx/beakerx) (📥 250K · ⭐ 23 · ⏱️ 02.12.2018): ``` docker pull beakerx/beakerx ```
-
nbval (🥈23 · ⭐ 360) - 一个py.test插件,用于验证Jupyter笔记本。❗Unlicensed +
Jupyter Sphinx (🥈22 · ⭐ 150) - Sphinx扩展,用于呈现Jupyter交互式小部件。BSD-3 -- [GitHub](https://github.com/computationalmodelling/nbval) (👨‍💻 28 · 🔀 39 · 📦 1.2K · 📋 95 - 35% open · ⏱️ 22.12.2021): +- [GitHub](https://github.com/jupyter/jupyter-sphinx) (👨‍💻 25 · 🔀 50 · 📋 120 - 33% open · ⏱️ 25.06.2022): ``` - git clone https://github.com/computationalmodelling/nbval - ``` -- [PyPi](https://pypi.org/project/nbval) (📥 80K / month): - ``` - pip install nbval + git clone https://github.com/jupyter/jupyter-sphinx ``` -- [Conda](https://anaconda.org/conda-forge/nbval) (📥 180K · ⏱️ 31.07.2020): +- [PyPi](https://pypi.org/project/jupyter_sphinx) (📥 130K / month): ``` - conda install -c conda-forge nbval + pip install jupyter_sphinx ```
-
repo2docker (🥈22 · ⭐ 1.3K) - 将存储库转换为支持Jupyter的Docker映像。BSD-3 +
repo2docker (🥈21 · ⭐ 1.4K) - 将存储库转换为支持Jupyter的Docker映像。BSD-3 -- [GitHub](https://github.com/jupyterhub/repo2docker) (👨‍💻 100 · 🔀 270 · 📦 130 · 📋 440 - 31% open · ⏱️ 17.12.2021): +- [GitHub](https://github.com/jupyterhub/repo2docker) (👨‍💻 110 · 🔀 300 · 📦 160 · 📋 470 - 31% open · ⏱️ 24.08.2022): ``` git clone https://github.com/jupyterhub/repo2docker ``` -- [PyPi](https://pypi.org/project/jupyter-repo2docker) (📥 4.3K / month): +- [PyPi](https://pypi.org/project/jupyter-repo2docker) (📥 5K / month): ``` pip install jupyter-repo2docker ```
-
ipyparallel (🥈21 · ⭐ 2.1K) - Python中的交互式并行计算。❗Unlicensed +
ipytest (🥈20 · ⭐ 230 · 📈) - IPython笔记本中的Pytest。MIT -- [GitHub](https://github.com/ipython/ipyparallel) (👨‍💻 100 · 🔀 810 · 📦 1.8K · 📋 310 - 15% open · ⏱️ 22.12.2021): +- [GitHub](https://github.com/chmp/ipytest) (👨‍💻 4 · 🔀 19 · 📦 200 · 📋 50 - 4% open · ⏱️ 20.02.2022): ``` - git clone https://github.com/ipython/ipyparallel + git clone https://github.com/chmp/ipytest ``` -- [PyPi](https://pypi.org/project/ipyparallel): +- [PyPi](https://pypi.org/project/ipytest) (📥 41K / month): ``` - pip install ipyparallel + pip install ipytest + ``` +
+
treon (🥈19 · ⭐ 280) - Jupyter Notebooks易于使用的测试框架。MIT + +- [GitHub](https://github.com/ReviewNB/treon) (👨‍💻 5 · 🔀 21 · 📦 55 · 📋 13 - 23% open · ⏱️ 04.08.2022): + ``` -- [Conda](https://anaconda.org/conda-forge/ipyparallel) (📥 540K · ⏱️ 02.12.2021): + git clone https://github.com/ReviewNB/treon ``` - conda install -c conda-forge ipyparallel +- [PyPi](https://pypi.org/project/treon) (📥 9.4K / month): + ``` + pip install treon ```
-
Jupyter Sphinx (🥈20 · ⭐ 130) - Sphinx扩展,用于呈现Jupyter交互式小部件。BSD-3 +
nbformat (🥈19 · ⭐ 180 · 📉) - Jupyter Notebook格式的参考实现。❗Unlicensed -- [GitHub](https://github.com/jupyter/jupyter-sphinx) (👨‍💻 24 · 🔀 45 · 📋 110 - 32% open · ⏱️ 20.12.2021): +- [GitHub](https://github.com/jupyter/nbformat) (👨‍💻 67 · 🔀 130 · 📋 120 - 39% open · ⏱️ 19.08.2022): ``` - git clone https://github.com/jupyter/jupyter-sphinx + git clone https://github.com/jupyter/nbformat ``` -- [PyPi](https://pypi.org/project/jupyter_sphinx) (📥 75K / month): +- [PyPi](https://pypi.org/project/nbformat) (📥 9.9M / month): ``` - pip install jupyter_sphinx + pip install nbformat + ``` +- [Conda](https://anaconda.org/conda-forge/nbformat) (📥 9.8M · ⏱️ 03.05.2022): + ``` + conda install -c conda-forge nbformat ```
-
Jupyter Client (🥈17 · ⭐ 250 · 📉) - Jupyter protocol client APIs. BSD-3 +
ipyparallel (🥉18 · ⭐ 2.3K) - Python中的交互式并行计算。❗Unlicensed -- [GitHub](https://github.com/jupyter/jupyter_client) (👨‍💻 110 · 🔀 210 · 📥 110 · 📋 290 - 43% open · ⏱️ 22.12.2021): +- [GitHub](https://github.com/ipython/ipyparallel) (👨‍💻 110 · 🔀 870 · 📋 330 - 15% open · ⏱️ 16.08.2022): ``` - git clone https://github.com/jupyter/jupyter_client + git clone https://github.com/ipython/ipyparallel ``` -- [PyPi](https://pypi.org/project/jupyter-client): +- [PyPi](https://pypi.org/project/ipyparallel) (📥 110K / month): ``` - pip install jupyter-client + pip install ipyparallel + ``` +- [Conda](https://anaconda.org/conda-forge/ipyparallel) (📥 660K · ⏱️ 21.06.2022): + ``` + conda install -c conda-forge ipyparallel ```
-
treon (🥉16 · ⭐ 280 · 💀) - Jupyter Notebooks易于使用的测试框架。MIT +
nbQA (🥉17 · ⭐ 560) - 在Jupyter Notebook上运行任何标准的Python代码质量工具。MIT -- [GitHub](https://github.com/ReviewNB/treon) (👨‍💻 4 · 🔀 19 · 📦 35 · 📋 11 - 18% open · ⏱️ 08.10.2020): +- [GitHub](https://github.com/nbQA-dev/nbQA) (👨‍💻 20 · 🔀 31 · 📋 250 - 0% open · ⏱️ 24.08.2022): ``` - git clone https://github.com/ReviewNB/treon + git clone https://github.com/nbQA-dev/nbQA ``` -- [PyPi](https://pypi.org/project/treon) (📥 3.7K / month): +- [PyPi](https://pypi.org/project/nbqa) (📥 37K / month): ``` - pip install treon + pip install nbqa ```
-
sphinxcontrib.jupyter (🥉15 · ⭐ 73 · 💀) - 用于生成Jupyter笔记本的Sphinx扩展。BSD-3 +
sphinxcontrib.jupyter (🥉17 · ⭐ 72 · 💀) - 用于生成Jupyter笔记本的Sphinx扩展。BSD-3 -- [GitHub](https://github.com/QuantEcon/sphinxcontrib-jupyter) (👨‍💻 13 · 🔀 23 · 📦 24 · 📋 180 - 48% open · ⏱️ 18.06.2020): +- [GitHub](https://github.com/QuantEcon/sphinxcontrib-jupyter) (👨‍💻 13 · 🔀 23 · 📦 26 · 📋 180 - 48% open · ⏱️ 18.06.2020): ``` git clone https://github.com/QuantEcon/sphinxcontrib-jupyter ``` -- [PyPi](https://pypi.org/project/sphinxcontrib-jupyter): +- [PyPi](https://pypi.org/project/sphinxcontrib-jupyter) (📥 740 / month): ``` pip install sphinxcontrib-jupyter ```
-
JupyterWith (🥉14 · ⭐ 300) - 声明性和可复制的Jupyter环境-由Nix提供支持。MIT +
JupyterWith (🥉14 · ⭐ 350) - 声明性和可复制的Jupyter环境-由Nix提供支持。MIT -- [GitHub](https://github.com/tweag/jupyterWith) (👨‍💻 24 · 🔀 69 · 📋 88 - 53% open · ⏱️ 20.12.2021): +- [GitHub](https://github.com/tweag/jupyterWith) (👨‍💻 31 · 🔀 79 · 📋 110 - 9% open · ⏱️ 22.08.2022): ``` git clone https://github.com/tweag/jupyterWith ```
-
nbQA (🥉13 · ⭐ 380) - 在Jupyter Notebook上运行任何标准的Python代码质量工具。MIT +
testbook (🥉14 · ⭐ 320) - 以正确的方式对Jupyter笔记本进行单元测试。BSD-3 -- [GitHub](https://github.com/nbQA-dev/nbQA) (👨‍💻 17 · 🔀 22 · 📋 240 - 1% open · ⏱️ 20.12.2021): +- [GitHub](https://github.com/nteract/testbook) (👨‍💻 14 · 🔀 30 · 📦 140 · 📋 87 - 47% open · ⏱️ 12.08.2022): ``` - git clone https://github.com/nbQA-dev/nbQA - ``` -- [PyPi](https://pypi.org/project/nbqa): - ``` - pip install nbqa + git clone https://github.com/nteract/testbook ```
-
testbook (🥉13 · ⭐ 270) - 以正确的方式对Jupyter笔记本进行单元测试。BSD-3 +
nbmake-action (🥉14 · ⭐ 160 · 💤) - GitHub用于测试笔记本的动作。Apache-2 -- [GitHub](https://github.com/nteract/testbook) (👨‍💻 14 · 🔀 26 · 📦 69 · 📋 79 - 43% open · ⏱️ 21.09.2021): +- [GitHub](https://github.com/treebeardtech/nbmake-action) (👨‍💻 2 · 🔀 6 · 📦 27 · ⏱️ 21.09.2021): ``` - git clone https://github.com/nteract/testbook + git clone https://github.com/treebeardtech/nbmake-action ```
-
nbopen (🥉13 · ⭐ 260 · 💀) - Open a Jupyter notebook in the best available server. BSD-3 +
nbopen (🥉13 · ⭐ 280 · 💀) - Open a Jupyter notebook in the best available server. BSD-3 -- [GitHub](https://github.com/takluyver/nbopen) (👨‍💻 10 · 🔀 50 · 📋 60 - 58% open · ⏱️ 25.04.2018): +- [GitHub](https://github.com/takluyver/nbopen) (👨‍💻 10 · 🔀 53 · 📋 63 - 58% open · ⏱️ 25.04.2018): ``` git clone https://github.com/takluyver/nbopen ``` -- [PyPi](https://pypi.org/project/nbopen) (📥 1.1K / month): +- [PyPi](https://pypi.org/project/nbopen) (📥 760 / month): ``` pip install nbopen ```
-
ipytest (🥉12 · ⭐ 180) - IPython笔记本中的Pytest。MIT +
naas (🥉13 · ⭐ 200) - Notebook调度工具,像API一样运行它们。❗️AGPL-3.0 -- [GitHub](https://github.com/chmp/ipytest) (👨‍💻 4 · 🔀 18 · 📦 130 · 📋 43 - 4% open · ⏱️ 28.07.2021): +- [GitHub](https://github.com/jupyter-naas/naas) (👨‍💻 18 · 🔀 20 · 📦 3 · 📋 140 - 18% open · ⏱️ 25.08.2022): ``` - git clone https://github.com/chmp/ipytest - ``` -- [PyPi](https://pypi.org/project/ipytest): - ``` - pip install ipytest + git clone https://github.com/jupyter-naas/naas ``` -
-
nbmake-action (🥉12 · ⭐ 150) - GitHub用于测试笔记本的动作。Apache-2 - -- [GitHub](https://github.com/treebeardtech/nbmake-action) (👨‍💻 2 · 🔀 6 · ⏱️ 21.09.2021): - +- [PyPi](https://pypi.org/project/naas) (📥 2.7K / month): ``` - git clone https://github.com/treebeardtech/nbmake-action + pip install naas ```
-
naas (🥉12 · ⭐ 150 · 📈) - Notebook调度工具,像API一样运行它们。❗️AGPL-3.0 +
Kernel Management (🥉12 · ⭐ 13 · 💀) - 针对Jupyter的实验性新内核管理框架。❗Unlicensed -- [GitHub](https://github.com/jupyter-naas/naas) (👨‍💻 13 · 🔀 11 · 📦 3 · 📋 120 - 66% open · ⏱️ 23.12.2021): +- [GitHub](https://github.com/takluyver/jupyter_kernel_mgmt) (👨‍💻 74 · 🔀 7 · 📥 17 · 📋 25 - 44% open · ⏱️ 29.01.2020): ``` - git clone https://github.com/jupyter-naas/naas + git clone https://github.com/takluyver/jupyter_kernel_mgmt ``` -- [PyPi](https://pypi.org/project/naas) (📥 4.6K / month): +- [PyPi](https://pypi.org/project/jupyter-kernel-mgmt) (📥 38 / month): ``` - pip install naas + pip install jupyter-kernel-mgmt ```
jupyter2slides (🥉11 · ⭐ 770 · 💀) - 使用Jupyter Notebook的Cloud Native演示幻灯片MIT -- [GitHub](https://github.com/datitran/jupyter2slides) (🔀 160 · 📋 15 - 73% open · ⏱️ 28.12.2018): +- [GitHub](https://github.com/datitran/jupyter2slides) (🔀 170 · 📋 15 - 73% open · ⏱️ 28.12.2018): ``` git clone https://github.com/datitran/jupyter2slides ```
-
Kernel Management (🥉11 · ⭐ 13 · 💀) - 针对Jupyter的实验性新内核管理框架。❗Unlicensed - -- [GitHub](https://github.com/takluyver/jupyter_kernel_mgmt) (👨‍💻 74 · 🔀 7 · 📥 17 · 📋 24 - 41% open · ⏱️ 29.01.2020): - - ``` - git clone https://github.com/takluyver/jupyter_kernel_mgmt - ``` -- [PyPi](https://pypi.org/project/jupyter-kernel-mgmt) (📥 19 / month): - ``` - pip install jupyter-kernel-mgmt - ``` -
-
ipyexperiments (🥉10 · ⭐ 140) - 适用于GPU和一般设备的jupyter / ipython实验容器。❗Unlicensed +
ipyexperiments (🥉11 · ⭐ 150 · 💤) - 适用于GPU和一般设备的jupyter / ipython实验容器。❗Unlicensed -- [GitHub](https://github.com/stas00/ipyexperiments) (👨‍💻 3 · 🔀 10 · 📦 5 · ⏱️ 07.12.2021): +- [GitHub](https://github.com/stas00/ipyexperiments) (👨‍💻 3 · 🔀 11 · 📦 6 · ⏱️ 07.12.2021): ``` git clone https://github.com/stas00/ipyexperiments ``` -- [PyPi](https://pypi.org/project/ipyexperiments): +- [PyPi](https://pypi.org/project/ipyexperiments) (📥 110 / month): ``` pip install ipyexperiments ```
-
Jupyter Helpers (🥉10 · ⭐ 40) - Jupyter/IPython的帮助程序集合。MIT +
Jupyter Helpers (🥉11 · ⭐ 40 · 💀) - Jupyter/IPython的帮助程序集合。MIT - [GitHub](https://github.com/krassowski/jupyter-helpers) (👨‍💻 2 · 🔀 3 · 📋 5 - 60% open · ⏱️ 31.07.2021): ``` git clone https://github.com/krassowski/jupyter-helpers ``` -- [PyPi](https://pypi.org/project/jupyter_helpers): +- [PyPi](https://pypi.org/project/jupyter_helpers) (📥 110 / month): ``` pip install jupyter_helpers ```
-
Jupter-Notebook-REST-API (🥉7 · ⭐ 37 · 💀) - 将jupyter笔记本作为REST API端点运行。MIT +
Jupter-Notebook-REST-API (🥉7 · ⭐ 51 · 💀) - 将jupyter笔记本作为REST API端点运行。MIT - [GitHub](https://github.com/Invictify/Jupter-Notebook-REST-API) (👨‍💻 2 · 🔀 4 · ⏱️ 31.03.2020): @@ -2462,14 +2446,14 @@ _与笔记本文件一起工作或可以在笔记本文件中使用的库和工 _可以呈现和显示特定MIME类型文件的扩展名。_ -
JupyterLab Dash (🥇19 · ⭐ 350 · 💀) - An Extension for the Interactive development of Dash apps in.. MIT +
JupyterLab Dash (🥇20 · ⭐ 360 · 💀) - An Extension for the Interactive development of Dash apps in.. MIT -- [GitHub](https://github.com/plotly/jupyterlab-dash) (👨‍💻 7 · 🔀 55 · 📦 170 · 📋 28 - 71% open · ⏱️ 19.05.2020): +- [GitHub](https://github.com/plotly/jupyterlab-dash) (👨‍💻 7 · 🔀 57 · 📦 260 · 📋 28 - 71% open · ⏱️ 19.05.2020): ``` git clone https://github.com/plotly/jupyterlab-dash ``` -- [PyPi](https://pypi.org/project/jupyterlab-dash) (📥 1.5K / month): +- [PyPi](https://pypi.org/project/jupyterlab-dash) (📥 1.3K / month): ``` pip install jupyterlab-dash ``` @@ -2478,78 +2462,78 @@ _可以呈现和显示特定MIME类型文件的扩展名。_ npm install jupyterlab-dash ```
-
JupyterLab Latex (🥈18 · ⭐ 510) - JupyterLab扩展,用于实时编辑LaTeX文档。BSD-3 +
JupyterLab Drawio (🥈19 · ⭐ 540 · 💀) - FOSS drawio/mxgraph程序包的独立嵌入。BSD-3 -- [GitHub](https://github.com/jupyterlab/jupyterlab-latex) (👨‍💻 21 · 🔀 55 · 📦 2 · 📋 82 - 34% open · ⏱️ 28.09.2021): +- [GitHub](https://github.com/QuantStack/jupyterlab-drawio) (👨‍💻 15 · 🔀 63 · 📦 530 · 📋 65 - 61% open · ⏱️ 29.06.2021): ``` - git clone https://github.com/jupyterlab/jupyterlab-latex - ``` -- [PyPi](https://pypi.org/project/jupyterlab_latex) (📥 1.1K / month): - ``` - pip install jupyterlab_latex + git clone https://github.com/QuantStack/jupyterlab-drawio ``` -- [NPM](https://www.npmjs.com/package/@jupyterlab/latex) (📥 1.9K / month): +- [NPM](https://www.npmjs.com/package/jupyterlab-drawio) (📥 4.3K / month): ``` - npm install @jupyterlab/latex + npm install jupyterlab-drawio ```
-
JupyterLab Drawio (🥈17 · ⭐ 510) - FOSS drawio/mxgraph程序包的独立嵌入。BSD-3 +
JupyterLab Latex (🥈18 · ⭐ 530) - JupyterLab扩展,用于实时编辑LaTeX文档。BSD-3 -- [GitHub](https://github.com/QuantStack/jupyterlab-drawio) (👨‍💻 15 · 🔀 56 · 📦 170 · 📋 64 - 60% open · ⏱️ 29.06.2021): +- [GitHub](https://github.com/jupyterlab/jupyterlab-latex) (👨‍💻 22 · 🔀 59 · 📦 2 · 📋 82 - 32% open · ⏱️ 18.08.2022): ``` - git clone https://github.com/QuantStack/jupyterlab-drawio + git clone https://github.com/jupyterlab/jupyterlab-latex ``` -- [NPM](https://www.npmjs.com/package/jupyterlab-drawio) (📥 4.7K / month): +- [PyPi](https://pypi.org/project/jupyterlab_latex) (📥 3.9K / month): ``` - npm install jupyterlab-drawio + pip install jupyterlab_latex + ``` +- [NPM](https://www.npmjs.com/package/@jupyterlab/latex) (📥 1.2K / month): + ``` + npm install @jupyterlab/latex ```
-
JupyterLab Renderers (🥉16 · ⭐ 420) - JupyterLab的渲染器和渲染器扩展。BSD-3 +
JupyterLab Renderers (🥉17 · ⭐ 440) - JupyterLab的渲染器和渲染器扩展。BSD-3 -- [GitHub](https://github.com/jupyterlab/jupyter-renderers) (👨‍💻 23 · 🔀 59 · 📦 1 · 📋 100 - 31% open · ⏱️ 31.08.2021): +- [GitHub](https://github.com/jupyterlab/jupyter-renderers) (👨‍💻 25 · 🔀 67 · 📦 1 · 📋 100 - 29% open · ⏱️ 08.07.2022): ``` git clone https://github.com/jupyterlab/jupyter-renderers ``` -- [NPM](https://www.npmjs.com/package/@jupyterlab/geojson-extension) (📥 7.9K / month): +- [NPM](https://www.npmjs.com/package/@jupyterlab/geojson-extension) (📥 1.4K / month): ``` npm install @jupyterlab/geojson-extension ```
-
JupyterLab Spreadsheet (🥉15 · ⭐ 140) - JupyterLab插件,用于查看电子表格。BSD-3 +
JupyterLab Chart Editor (🥉16 · ⭐ 210 · 💀) - JupyterLab扩展,用于实时编辑LaTeX文档。❗Unlicensed -- [GitHub](https://github.com/quigleyj97/jupyterlab-spreadsheet) (👨‍💻 4 · 🔀 9 · 📋 23 - 21% open · ⏱️ 20.11.2021): +- [GitHub](https://github.com/plotly/jupyterlab-chart-editor) (👨‍💻 5 · 🔀 22 · 📦 3 · 📋 31 - 38% open · ⏱️ 10.03.2021): ``` - git clone https://github.com/quigleyj97/jupyterlab-spreadsheet + git clone https://github.com/plotly/jupyterlab-chart-editor ``` -- [NPM](https://www.npmjs.com/package/jupyterlab-spreadsheet) (📥 4.9K / month): +- [NPM](https://www.npmjs.com/package/jupyterlab-chart-editor) (📥 1.1K / month): ``` - npm install jupyterlab-spreadsheet + npm install jupyterlab-chart-editor ```
-
JupyterLab Chart Editor (🥉14 · ⭐ 200 · 💤) - JupyterLab扩展,用于实时编辑LaTeX文档。❗Unlicensed +
JupyterLab Spreadsheet (🥉16 · ⭐ 160) - JupyterLab插件,用于查看电子表格。BSD-3 -- [GitHub](https://github.com/plotly/jupyterlab-chart-editor) (👨‍💻 5 · 🔀 20 · 📦 3 · 📋 31 - 38% open · ⏱️ 10.03.2021): +- [GitHub](https://github.com/quigleyj97/jupyterlab-spreadsheet) (👨‍💻 4 · 🔀 14 · 📦 3 · 📋 23 - 21% open · ⏱️ 18.07.2022): ``` - git clone https://github.com/plotly/jupyterlab-chart-editor + git clone https://github.com/quigleyj97/jupyterlab-spreadsheet ``` -- [NPM](https://www.npmjs.com/package/jupyterlab-chart-editor) (📥 1.8K / month): +- [NPM](https://www.npmjs.com/package/jupyterlab-spreadsheet) (📥 4K / month): ``` - npm install jupyterlab-chart-editor + npm install jupyterlab-spreadsheet ```
-
JupyterLab Voyager (🥉12 · ⭐ 260 · 💀) - JupyterLab extension visualize data with Voyager. BSD-3 +
JupyterLab Voyager (🥉13 · ⭐ 270 · 💀) - JupyterLab extension visualize data with Voyager. BSD-3 -- [GitHub](https://github.com/altair-viz/jupyterlab_voyager) (👨‍💻 6 · 🔀 31 · 📋 60 - 66% open · ⏱️ 14.08.2019): +- [GitHub](https://github.com/altair-viz/jupyterlab_voyager) (👨‍💻 6 · 🔀 32 · 📋 60 - 66% open · ⏱️ 14.08.2019): ``` git clone https://github.com/altair-viz/jupyterlab_voyager ``` -- [NPM](https://www.npmjs.com/package/jupyterlab_voyager) (📥 65 / month): +- [NPM](https://www.npmjs.com/package/jupyterlab_voyager) (📥 68 / month): ``` npm install jupyterlab_voyager ``` @@ -2562,102 +2546,102 @@ _可以呈现和显示特定MIME类型文件的扩展名。_ _可以自定义JupyterLab外观的扩展。_ -
Darcula Theme (🥇15 · ⭐ 120) - A handsome Darcula theme for Jupyterlab. The first jlab theme to.. BSD-3 +
Darcula Theme (🥇19 · ⭐ 150) - A handsome Darcula theme for Jupyterlab. The first jlab theme to.. BSD-3 -- [GitHub](https://github.com/telamonian/theme-darcula) (👨‍💻 7 · 🔀 18 · 📦 150 · 📋 21 - 23% open · ⏱️ 26.08.2021): +- [GitHub](https://github.com/telamonian/theme-darcula) (👨‍💻 7 · 🔀 22 · 📦 500 · 📋 23 - 30% open · ⏱️ 20.07.2022): ``` git clone https://github.com/telamonian/theme-darcula ``` -- [NPM](https://www.npmjs.com/package/@telamonian/theme-darcula) (📥 2.6K / month): +- [NPM](https://www.npmjs.com/package/@telamonian/theme-darcula) (📥 1.4K / month): ``` npm install @telamonian/theme-darcula ```
-
jupyterlab-theme-solarized-dark (🥇15 · ⭐ 50) - JupyterLab 2.x Solarized Dark扩展。BSD-3 +
jupyterlab-theme-solarized-dark (🥈14 · ⭐ 66) - JupyterLab 2.x Solarized Dark扩展。BSD-3 -- [GitHub](https://github.com/AllanChain/jupyterlab-theme-solarized-dark) (👨‍💻 2 · 🔀 6 · 📋 2 - 50% open · ⏱️ 16.11.2021): +- [GitHub](https://github.com/AllanChain/jupyterlab-theme-solarized-dark) (👨‍💻 2 · 🔀 9 · 📋 3 - 33% open · ⏱️ 21.07.2022): ``` git clone https://github.com/AllanChain/jupyterlab-theme-solarized-dark ``` -- [PyPi](https://pypi.org/project/jupyterlab_theme_solarized_dark): +- [PyPi](https://pypi.org/project/jupyterlab_theme_solarized_dark) (📥 6.3K / month): ``` pip install jupyterlab_theme_solarized_dark ``` -- [NPM](https://www.npmjs.com/package/jupyterlab-theme-solarized-dark) (📥 3.7K / month): +- [NPM](https://www.npmjs.com/package/jupyterlab-theme-solarized-dark) (📥 3.8K / month): ``` npm install jupyterlab-theme-solarized-dark ```
-
Neon Theme (🥈12 · ⭐ 110 · 💤) - JupyterLab的扁平,80年代霓虹灯启发主题。BSD-3 +
Neon Theme (🥈13 · ⭐ 120 · 💀) - JupyterLab的扁平,80年代霓虹灯启发主题。BSD-3 -- [GitHub](https://github.com/yeebc/jupyterlab-neon-theme) (👨‍💻 3 · 🔀 5 · 📦 1 · 📋 12 - 16% open · ⏱️ 07.03.2021): +- [GitHub](https://github.com/yeebc/jupyterlab-neon-theme) (👨‍💻 3 · 🔀 9 · 📦 1 · 📋 12 - 16% open · ⏱️ 07.03.2021): ``` git clone https://github.com/yeebc/jupyterlab-neon-theme ``` -- [NPM](https://www.npmjs.com/package/@yeebc/jupyterlab_neon_theme) (📥 1.5K / month): +- [NPM](https://www.npmjs.com/package/@yeebc/jupyterlab_neon_theme) (📥 1.1K / month): ``` npm install @yeebc/jupyterlab_neon_theme ```
-
Material Darker Theme (🥉11 · ⭐ 130) - JupyterLab的Material Darker主题。BSD-3 +
Material Darker Theme (🥉12 · ⭐ 130 · 💤) - JupyterLab的Material Darker主题。BSD-3 -- [GitHub](https://github.com/oriolmirosa/jupyterlab_materialdarker) (👨‍💻 2 · 🔀 14 · 📦 4 · 📋 16 - 12% open · ⏱️ 31.08.2021): +- [GitHub](https://github.com/oriolmirosa/jupyterlab_materialdarker) (👨‍💻 2 · 🔀 15 · 📦 4 · 📋 17 - 17% open · ⏱️ 31.08.2021): ``` git clone https://github.com/oriolmirosa/jupyterlab_materialdarker ``` -- [NPM](https://www.npmjs.com/package/@oriolmirosa/jupyterlab_materialdarker) (📥 850 / month): +- [NPM](https://www.npmjs.com/package/@oriolmirosa/jupyterlab_materialdarker) (📥 670 / month): ``` npm install @oriolmirosa/jupyterlab_materialdarker ```
-
Horizon Theme (🥉11 · ⭐ 44 · 💤) - JupyterLab的VSCode Horizo​​n主题端口。BSD-3 +
Horizon Theme (🥉12 · ⭐ 52 · 💀) - JupyterLab的VSCode Horizo​​n主题端口。BSD-3 -- [GitHub](https://github.com/mohirio/jupyterlab-horizon-theme) (🔀 1 · 📋 5 - 20% open · ⏱️ 11.04.2021): +- [GitHub](https://github.com/mohirio/jupyterlab-horizon-theme) (🔀 3 · 📋 5 - 20% open · ⏱️ 11.04.2021): ``` git clone https://github.com/mohirio/jupyterlab-horizon-theme ``` -- [NPM](https://www.npmjs.com/package/@mohirio/jupyterlab-horizon-theme) (📥 2.2K / month): +- [NPM](https://www.npmjs.com/package/@mohirio/jupyterlab-horizon-theme) (📥 2.7K / month): ``` npm install @mohirio/jupyterlab-horizon-theme ```
-
Gruvbox Theme (🥉8 · ⭐ 40 · 💀) - Jupyter Lab的Gruvbox黑暗主题。❗Unlicensed +
Theme Toggle (🥉10 · ⭐ 11 · 💀) - JupyterLab extension to toggle the theme in the Top Bar area. BSD-3 -- [GitHub](https://github.com/Rahlir/theme-gruvbox) (👨‍💻 3 · 🔀 9 · ⏱️ 12.04.2020): +- [GitHub](https://github.com/jtpio/jupyterlab-theme-toggle) (👨‍💻 2 · 🔀 3 · 📦 2 · 📋 3 - 66% open · ⏱️ 16.06.2021): ``` - git clone https://github.com/Rahlir/theme-gruvbox + git clone https://github.com/jtpio/jupyterlab-theme-toggle ``` -- [NPM](https://www.npmjs.com/package/@rahlir/theme-gruvbox) (📥 120 / month): +- [NPM](https://www.npmjs.com/package/jupyterlab-theme-toggle) (📥 1.5K / month): ``` - npm install @rahlir/theme-gruvbox + npm install jupyterlab-theme-toggle ```
-
Theme Toggle (🥉8 · ⭐ 10) - JupyterLab extension to toggle the theme in the Top Bar area. BSD-3 +
Gruvbox Theme (🥉9 · ⭐ 48 · 💀) - Jupyter Lab的Gruvbox黑暗主题。❗Unlicensed -- [GitHub](https://github.com/jtpio/jupyterlab-theme-toggle) (👨‍💻 2 · 🔀 2 · 📦 2 · 📋 3 - 66% open · ⏱️ 16.06.2021): +- [GitHub](https://github.com/Rahlir/theme-gruvbox) (👨‍💻 3 · 🔀 10 · ⏱️ 12.04.2020): ``` - git clone https://github.com/jtpio/jupyterlab-theme-toggle + git clone https://github.com/Rahlir/theme-gruvbox ``` -- [NPM](https://www.npmjs.com/package/jupyterlab-theme-toggle) (📥 2.5K / month): +- [NPM](https://www.npmjs.com/package/@rahlir/theme-gruvbox) (📥 160 / month): ``` - npm install jupyterlab-theme-toggle + npm install @rahlir/theme-gruvbox ```
-
Nord Theme (🥉6 · ⭐ 23 · 💀) - JupyterLab-Nord主题。❗Unlicensed +
Nord Theme (🥉6 · ⭐ 24 · 💀) - JupyterLab-Nord主题。❗Unlicensed - [GitHub](https://github.com/kenshohara/theme-nord-extension) (🔀 1 · 📋 5 - 20% open · ⏱️ 20.09.2020): ``` git clone https://github.com/kenshohara/theme-nord-extension ``` -- [NPM](https://www.npmjs.com/package/@kenshohara/theme-nord-extension) (📥 28 / month): +- [NPM](https://www.npmjs.com/package/@kenshohara/theme-nord-extension) (📥 61 / month): ``` npm install @kenshohara/theme-nord-extension ``` @@ -2670,658 +2654,634 @@ _可以自定义JupyterLab外观的扩展。_ _扩展JupyterLab自身功能的应用程序插件。_ -
JupyterLab LSP (🥇26 · ⭐ 1.1K) - JupyterLab的编码帮助(代码导航+悬停)。BSD-3 +
JupyterLab Git (🥇27 · ⭐ 1.1K) - JupyterLab的Git扩展。BSD-3 -- [GitHub](https://github.com/jupyter-lsp/jupyterlab-lsp) (👨‍💻 38 · 🔀 82 · 📦 100 · 📋 380 - 33% open · ⏱️ 21.12.2021): +- [GitHub](https://github.com/jupyterlab/jupyterlab-git) (👨‍💻 76 · 🔀 230 · 📦 15 · 📋 530 - 15% open · ⏱️ 25.08.2022): ``` - git clone https://github.com/krassowski/jupyterlab-lsp + git clone https://github.com/jupyterlab/jupyterlab-git ``` -- [NPM](https://www.npmjs.com/package/@krassowski/jupyterlab-lsp) (📥 8.7K / month): +- [PyPi](https://pypi.org/project/jupyterlab-git) (📥 150K / month): ``` - npm install @krassowski/jupyterlab-lsp + pip install jupyterlab-git + ``` +- [Conda](https://anaconda.org/conda-forge/jupyterlab-git) (📥 240K · ⏱️ 19.08.2022): + ``` + conda install -c conda-forge jupyterlab-git ```
-
JupyterLab Git (🥇26 · ⭐ 1K) - JupyterLab的Git扩展。BSD-3 +
elyra (🥇22 · ⭐ 1.4K) - Elyra以AI为中心的方法对JupyterLab笔记本进行拓展。Apache-2 -- [GitHub](https://github.com/jupyterlab/jupyterlab-git) (👨‍💻 68 · 🔀 200 · 📦 14 · 📋 500 - 16% open · ⏱️ 13.11.2021): +- [GitHub](https://github.com/elyra-ai/elyra) (👨‍💻 54 · 🔀 260 · 📦 32 · 📋 1.5K - 14% open · ⏱️ 24.08.2022): ``` - git clone https://github.com/jupyterlab/jupyterlab-git + git clone https://github.com/elyra-ai/elyra ``` -- [PyPi](https://pypi.org/project/jupyterlab-git) (📥 110K / month): +- [PyPi](https://pypi.org/project/elyra) (📥 3.6K / month): ``` - pip install jupyterlab-git + pip install elyra ``` -- [Conda](https://anaconda.org/conda-forge/jupyterlab-git) (📥 110K · ⏱️ 13.11.2021): +- [Conda](https://anaconda.org/conda-forge/elyra) (📥 17K · ⏱️ 24.08.2022): ``` - conda install -c conda-forge jupyterlab-git + conda install -c conda-forge elyra ```
-
Perspective (🥇24 · ⭐ 4K) - 通过WebAssembly进行流式透视显示。Apache-2 +
Perspective (🥇21 · ⭐ 4.8K) - 通过WebAssembly进行流式透视显示。Apache-2 -- [GitHub](https://github.com/finos/perspective) (👨‍💻 65 · 🔀 410 · 📦 220 · 📋 480 - 12% open · ⏱️ 23.12.2021): +- [GitHub](https://github.com/finos/perspective) (👨‍💻 72 · 🔀 490 · 📦 4 · 📋 540 - 14% open · ⏱️ 23.08.2022): ``` git clone https://github.com/finos/perspective ``` -- [PyPi](https://pypi.org/project/perspective-python) (📥 4.8K / month): +- [PyPi](https://pypi.org/project/perspective-python) (📥 3K / month): ``` pip install perspective-python ``` -- [NPM](https://www.npmjs.com/package/@finos/perspective-jupyterlab) (📥 2.1K / month): +- [NPM](https://www.npmjs.com/package/@finos/perspective-jupyterlab) (📥 1.4K / month): ``` npm install @finos/perspective-jupyterlab ```
-
elyra (🥇23 · ⭐ 1.2K) - Elyra以AI为中心的方法对JupyterLab笔记本进行拓展。Apache-2 +
JupyterLab Debugger (🥇20 · ⭐ 540 · 💀) - 适用于Jupyter笔记本电脑,控制台等的可视调试器。BSD-3 -- [GitHub](https://github.com/elyra-ai/elyra) (👨‍💻 38 · 🔀 190 · 📦 28 · 📋 1.3K - 17% open · ⏱️ 17.12.2021): +- [GitHub](https://github.com/jupyterlab/debugger) (👨‍💻 11 · 🔀 37 · 📋 260 - 6% open · ⏱️ 31.03.2021): ``` - git clone https://github.com/elyra-ai/elyra - ``` -- [PyPi](https://pypi.org/project/elyra) (📥 1.8K / month): - ``` - pip install elyra + git clone https://github.com/jupyterlab/debugger ``` -- [Conda](https://anaconda.org/conda-forge/elyra) (📥 8.9K · ⏱️ 27.04.2021): +- [NPM](https://www.npmjs.com/package/@jupyterlab/debugger) (📥 170K / month): ``` - conda install -c conda-forge elyra + npm install @jupyterlab/debugger ```
-
JupyterLab Debugger (🥇23 · ⭐ 530 · 💤) - 适用于Jupyter笔记本电脑,控制台等的可视调试器。BSD-3 +
Variable Inspector (🥇19 · ⭐ 930) - Jupyterlab的变量查看器扩展。BSD-3 -- [GitHub](https://github.com/jupyterlab/debugger) (👨‍💻 11 · 🔀 36 · 📦 130 · 📋 260 - 6% open · ⏱️ 31.03.2021): +- [GitHub](https://github.com/lckr/jupyterlab-variableInspector) (👨‍💻 18 · 🔀 84 · 📦 3 · 📋 160 - 27% open · ⏱️ 01.08.2022): ``` - git clone https://github.com/jupyterlab/debugger + git clone https://github.com/lckr/jupyterlab-variableInspector ``` -- [NPM](https://www.npmjs.com/package/@jupyterlab/debugger) (📥 89K / month): +- [NPM](https://www.npmjs.com/package/@lckr/jupyterlab_variableinspector) (📥 5.7K / month): ``` - npm install @jupyterlab/debugger + npm install @lckr/jupyterlab_variableinspector ```
-
JupyterLab TOC (🥈21 · ⭐ 700) - Table of Contents extension for JupyterLab. BSD-3 +
JupyterLab TOC (🥇19 · ⭐ 720 · 💤) - Table of Contents extension for JupyterLab. BSD-3 -- [GitHub](https://github.com/jupyterlab/jupyterlab-toc) (👨‍💻 14 · 🔀 100 · 📦 150 · 📋 120 - 55% open · ⏱️ 10.08.2021): +- [GitHub](https://github.com/jupyterlab/jupyterlab-toc) (👨‍💻 14 · 🔀 100 · 📋 120 - 55% open · ⏱️ 10.08.2021): ``` git clone https://github.com/jupyterlab/jupyterlab-toc ``` -- [NPM](https://www.npmjs.com/package/@jupyterlab/toc) (📥 110K / month): +- [NPM](https://www.npmjs.com/package/@jupyterlab/toc) (📥 180K / month): ``` npm install @jupyterlab/toc ```
-
Variable Inspector (🥈20 · ⭐ 870) - Jupyterlab的变量查看器扩展。BSD-3 +
JupyterLab System Monitor (🥇19 · ⭐ 250) - JupyterLab扩展以显示系统指标。BSD-3 -- [GitHub](https://github.com/lckr/jupyterlab-variableInspector) (👨‍💻 17 · 🔀 76 · 📦 3 · 📋 150 - 24% open · ⏱️ 19.10.2021): +- [GitHub](https://github.com/jtpio/jupyterlab-system-monitor) (👨‍💻 7 · 🔀 29 · 📦 48 · 📋 42 - 52% open · ⏱️ 15.02.2022): ``` - git clone https://github.com/lckr/jupyterlab-variableInspector + git clone https://github.com/jtpio/jupyterlab-system-monitor ``` -- [NPM](https://www.npmjs.com/package/@lckr/jupyterlab_variableinspector) (📥 11K / month): +- [NPM](https://www.npmjs.com/package/jupyterlab-system-monitor) (📥 3.7K / month): ``` - npm install @lckr/jupyterlab_variableinspector + npm install jupyterlab-system-monitor ```
-
JupyterLab GitHub (🥈19 · ⭐ 310) - GitHub integration for JupyterLab. BSD-3 +
Code Formatter (🥈18 · ⭐ 600) - JupyterLab的通用代码格式化工具。MIT -- [GitHub](https://github.com/jupyterlab/jupyterlab-github) (👨‍💻 15 · 🔀 78 · 📦 2 · 📋 57 - 36% open · ⏱️ 10.12.2021): +- [GitHub](https://github.com/ryantam626/jupyterlab_code_formatter) (👨‍💻 37 · 🔀 49 · 📋 160 - 13% open · ⏱️ 11.08.2022): ``` - git clone https://github.com/jupyterlab/jupyterlab-github + git clone https://github.com/ryantam626/jupyterlab_code_formatter ``` -- [PyPi](https://pypi.org/project/jupyterlab-github): +- [PyPi](https://pypi.org/project/jupyterlab_code_formatter) (📥 34K / month): ``` - pip install jupyterlab-github + pip install jupyterlab_code_formatter ``` -- [NPM](https://www.npmjs.com/package/@jupyterlab/github) (📥 1.3K / month): +- [NPM](https://www.npmjs.com/package/@ryantam626/jupyterlab_code_formatter) (📥 4.6K / month): ``` - npm install @jupyterlab/github + npm install @ryantam626/jupyterlab_code_formatter ```
-
JupyterLab System Monitor (🥈19 · ⭐ 220) - JupyterLab扩展以显示系统指标。BSD-3 +
JupyterLab GitHub (🥈18 · ⭐ 330 · 💤) - GitHub integration for JupyterLab. BSD-3 -- [GitHub](https://github.com/jtpio/jupyterlab-system-monitor) (👨‍💻 6 · 🔀 26 · 📦 27 · 📋 35 - 45% open · ⏱️ 02.11.2021): +- [GitHub](https://github.com/jupyterlab/jupyterlab-github) (👨‍💻 15 · 🔀 88 · 📦 2 · 📋 57 - 36% open · ⏱️ 10.12.2021): ``` - git clone https://github.com/jtpio/jupyterlab-system-monitor + git clone https://github.com/jupyterlab/jupyterlab-github ``` -- [NPM](https://www.npmjs.com/package/jupyterlab-system-monitor) (📥 11K / month): +- [PyPi](https://pypi.org/project/jupyterlab-github) (📥 1.1K / month): ``` - npm install jupyterlab-system-monitor + pip install jupyterlab-github + ``` +- [NPM](https://www.npmjs.com/package/@jupyterlab/github) (📥 1.6K / month): + ``` + npm install @jupyterlab/github ```
-
Code Formatter (🥈17 · ⭐ 490 · 💤) - JupyterLab的通用代码格式化工具。MIT +
JupyterLab Templates (🥈18 · ⭐ 310) - 在jupyterlab的jupyter-Notebook各种模板。Apache-2 -- [GitHub](https://github.com/ryantam626/jupyterlab_code_formatter) (👨‍💻 30 · 🔀 39 · 📋 140 - 15% open · ⏱️ 02.04.2021): +- [GitHub](https://github.com/jpmorganchase/jupyterlab_templates) (👨‍💻 14 · 🔀 50 · 📦 4 · 📋 78 - 8% open · ⏱️ 25.08.2022): ``` - git clone https://github.com/ryantam626/jupyterlab_code_formatter + git clone https://github.com/jpmorganchase/jupyterlab_templates ``` -- [PyPi](https://pypi.org/project/jupyterlab_code_formatter) (📥 16K / month): +- [PyPi](https://pypi.org/project/jupyterlab_templates) (📥 7.2K / month): ``` - pip install jupyterlab_code_formatter + pip install jupyterlab_templates ``` -- [NPM](https://www.npmjs.com/package/@ryantam626/jupyterlab_code_formatter) (📥 6.4K / month): +- [NPM](https://www.npmjs.com/package/jupyterlab_templates) (📥 2.9K / month): ``` - npm install @ryantam626/jupyterlab_code_formatter + npm install jupyterlab_templates ```
-
GPU Dashboards (🥈17 · ⭐ 440) - 一个JupyterLab扩展,用于显示GPU的仪表板。BSD-3 +
dask-labextension (🥈18 · ⭐ 270) - JupyterLab扩展,用于实时编辑LaTeX文档。BSD-3 -- [GitHub](https://github.com/rapidsai/jupyterlab-nvdashboard) (👨‍💻 15 · 🔀 52 · 📋 52 - 46% open · ⏱️ 12.10.2021): +- [GitHub](https://github.com/dask/dask-labextension) (👨‍💻 19 · 🔀 51 · 📋 130 - 28% open · ⏱️ 21.06.2022): ``` - git clone https://github.com/rapidsai/jupyterlab-nvdashboard + git clone https://github.com/dask/dask-labextension ``` -- [PyPi](https://pypi.org/project/jupyterlab-nvdashboard) (📥 9.3K / month): +- [PyPi](https://pypi.org/project/dask-labextension) (📥 13K / month): ``` - pip install jupyterlab-nvdashboard + pip install dask-labextension ``` -- [NPM](https://www.npmjs.com/package/jupyterlab-nvdashboard) (📥 7.3K / month): +- [Conda](https://anaconda.org/conda-forge/dask-labextension) (📥 620K · ⏱️ 22.06.2022): ``` - npm install jupyterlab-nvdashboard + conda install -c conda-forge dask-labextension + ``` +- [NPM](https://www.npmjs.com/package/dask-labextension) (📥 1.8K / month): + ``` + npm install dask-labextension ```
-
JupyterLab Google Drive (🥈17 · ⭐ 350) - 使用Google云端硬盘的JupyterLab的云存储。BSD-3 +
JupyterLab Vim (🥈17 · ⭐ 920 · 💀) - 用于JupyterLab的Vim笔记本cell绑定。MIT -- [GitHub](https://github.com/jupyterlab/jupyterlab-google-drive) (👨‍💻 15 · 🔀 68 · 📦 2 · 📋 95 - 31% open · ⏱️ 10.08.2021): +- [GitHub](https://github.com/jwkvam/jupyterlab-vim) (👨‍💻 8 · 🔀 73 · 📦 3 · 📋 97 - 56% open · ⏱️ 16.07.2019): ``` - git clone https://github.com/jupyterlab/jupyterlab-google-drive + git clone https://github.com/jwkvam/jupyterlab-vim ``` -- [NPM](https://www.npmjs.com/package/@jupyterlab/google-drive) (📥 4.2K / month): +- [NPM](https://www.npmjs.com/package/jupyterlab_vim) (📥 280 / month): ``` - npm install @jupyterlab/google-drive + npm install jupyterlab_vim ```
-
JupyterLab Templates (🥈17 · ⭐ 280) - 在jupyterlab的jupyter-Notebook各种模板。Apache-2 +
GPU Dashboards (🥈17 · ⭐ 470) - 一个JupyterLab扩展,用于显示GPU的仪表板。BSD-3 -- [GitHub](https://github.com/jpmorganchase/jupyterlab_templates) (👨‍💻 14 · 🔀 49 · 📦 4 · 📋 78 - 10% open · ⏱️ 12.12.2021): +- [GitHub](https://github.com/rapidsai/jupyterlab-nvdashboard) (👨‍💻 17 · 🔀 59 · 📋 54 - 42% open · ⏱️ 23.06.2022): ``` - git clone https://github.com/jpmorganchase/jupyterlab_templates + git clone https://github.com/rapidsai/jupyterlab-nvdashboard ``` -- [PyPi](https://pypi.org/project/jupyterlab_templates) (📥 3.4K / month): +- [PyPi](https://pypi.org/project/jupyterlab-nvdashboard) (📥 1.6K / month): ``` - pip install jupyterlab_templates + pip install jupyterlab-nvdashboard ``` -- [NPM](https://www.npmjs.com/package/jupyterlab_templates) (📥 3.4K / month): +- [NPM](https://www.npmjs.com/package/jupyterlab-nvdashboard) (📥 1.1K / month): ``` - npm install jupyterlab_templates + npm install jupyterlab-nvdashboard ```
-
dask-labextension (🥈17 · ⭐ 240) - JupyterLab扩展,用于实时编辑LaTeX文档。BSD-3 +
JupyterLab Google Drive (🥈17 · ⭐ 370) - 使用Google云端硬盘的JupyterLab的云存储。BSD-3 -- [GitHub](https://github.com/dask/dask-labextension) (👨‍💻 18 · 🔀 44 · 📋 120 - 30% open · ⏱️ 20.12.2021): +- [GitHub](https://github.com/jupyterlab/jupyterlab-google-drive) (👨‍💻 16 · 🔀 72 · 📦 2 · 📋 98 - 33% open · ⏱️ 28.04.2022): ``` - git clone https://github.com/dask/dask-labextension - ``` -- [PyPi](https://pypi.org/project/dask-labextension): - ``` - pip install dask-labextension - ``` -- [Conda](https://anaconda.org/conda-forge/dask-labextension) (📥 490K · ⏱️ 16.11.2021): - ``` - conda install -c conda-forge dask-labextension + git clone https://github.com/jupyterlab/jupyterlab-google-drive ``` -- [NPM](https://www.npmjs.com/package/dask-labextension) (📥 4.4K / month): +- [NPM](https://www.npmjs.com/package/@jupyterlab/google-drive) (📥 1.1K / month): ``` - npm install dask-labextension + npm install @jupyterlab/google-drive ```
-
JupyterLab SideCar (🥈17 · ⭐ 190) - JupyterLab的sidecar输出小部件。BSD-3 +
JupyterLab SideCar (🥈17 · ⭐ 200 · 💀) - JupyterLab的sidecar输出小部件。BSD-3 -- [GitHub](https://github.com/jupyter-widgets/jupyterlab-sidecar) (👨‍💻 13 · 🔀 35 · 📦 3 · 📋 29 - 65% open · ⏱️ 04.07.2021): +- [GitHub](https://github.com/jupyter-widgets/jupyterlab-sidecar) (👨‍💻 13 · 🔀 36 · 📦 3 · 📋 32 - 68% open · ⏱️ 04.07.2021): ``` git clone https://github.com/jupyter-widgets/jupyterlab-sidecar ``` -- [PyPi](https://pypi.org/project/sidecar) (📥 2.2K / month): +- [PyPi](https://pypi.org/project/sidecar) (📥 4.5K / month): ``` pip install sidecar ``` -- [NPM](https://www.npmjs.com/package/@jupyter-widgets/jupyterlab-sidecar) (📥 790 / month): +- [NPM](https://www.npmjs.com/package/@jupyter-widgets/jupyterlab-sidecar) (📥 550 / month): ``` npm install @jupyter-widgets/jupyterlab-sidecar ```
-
JupyterLab Spellchecker (🥈17 · ⭐ 140) - JupyterLab笔记本降价单元的拼写检查器。BSD-3 +
JupyterLab Spellchecker (🥈17 · ⭐ 160) - JupyterLab笔记本降价单元的拼写检查器。BSD-3 -- [GitHub](https://github.com/jupyterlab-contrib/spellchecker) (👨‍💻 6 · 🔀 16 · 📦 1 · 📋 42 - 21% open · ⏱️ 08.10.2021): +- [GitHub](https://github.com/jupyterlab-contrib/spellchecker) (👨‍💻 6 · 🔀 18 · 📦 1 · 📋 49 - 32% open · ⏱️ 22.02.2022): ``` git clone https://github.com/ijmbarr/jupyterlab_spellchecker ``` -- [NPM](https://www.npmjs.com/package/@ijmbarr/jupyterlab_spellchecker) (📥 2.2K / month): +- [NPM](https://www.npmjs.com/package/@ijmbarr/jupyterlab_spellchecker) (📥 1.7K / month): ``` npm install @ijmbarr/jupyterlab_spellchecker ```
-
JupyterLab Vim (🥈16 · ⭐ 900 · 💀) - 用于JupyterLab的Vim笔记本cell绑定。MIT - -- [GitHub](https://github.com/jwkvam/jupyterlab-vim) (👨‍💻 8 · 🔀 71 · 📦 3 · 📋 96 - 56% open · ⏱️ 16.07.2019): - - ``` - git clone https://github.com/jwkvam/jupyterlab-vim - ``` -- [NPM](https://www.npmjs.com/package/jupyterlab_vim) (📥 540 / month): - ``` - npm install jupyterlab_vim - ``` -
-
JupyterLab Go-To-Definition (🥈16 · ⭐ 210) - 变量的定义查看器。BSD-3 +
JupyterLab Go-To-Definition (🥈16 · ⭐ 220 · 💀) - 变量的定义查看器。BSD-3 -- [GitHub](https://github.com/krassowski/jupyterlab-go-to-definition) (👨‍💻 2 · 🔀 9 · 📦 11 · 📋 23 - 43% open · ⏱️ 28.07.2021): +- [GitHub](https://github.com/krassowski/jupyterlab-go-to-definition) (👨‍💻 2 · 🔀 8 · 📦 11 · 📋 23 - 43% open · ⏱️ 28.07.2021): ``` git clone https://github.com/krassowski/jupyterlab-go-to-definition ``` -- [NPM](https://www.npmjs.com/package/@krassowski/jupyterlab_go_to_definition) (📥 3.6K / month): +- [NPM](https://www.npmjs.com/package/@krassowski/jupyterlab_go_to_definition) (📥 2.5K / month): ``` npm install @krassowski/jupyterlab_go_to_definition ```
-
JupyterLab Data Explorer (🥈16 · ⭐ 160 · 💀) - JupyterLab中的一流数据集。BSD-3 +
JupyterLab Data Explorer (🥈16 · ⭐ 170 · 💀) - JupyterLab中的一流数据集。BSD-3 - [GitHub](https://github.com/jupyterlab/jupyterlab-data-explorer) (👨‍💻 9 · 🔀 34 · 📦 10 · 📋 91 - 62% open · ⏱️ 24.05.2020): ``` git clone https://github.com/jupyterlab/jupyterlab-data-explorer ``` -- [NPM](https://www.npmjs.com/package/@jupyterlab/dataregistry-extension) (📥 100 / month): +- [NPM](https://www.npmjs.com/package/@jupyterlab/dataregistry-extension) (📥 180 / month): ``` npm install @jupyterlab/dataregistry-extension ```
-
JupyterLab IFrame (🥈16 · ⭐ 75) - JupyterLab iframe小部件。Apache-2 +
JupyterLab IFrame (🥈16 · ⭐ 81) - JupyterLab iframe小部件。Apache-2 -- [GitHub](https://github.com/timkpaine/jupyterlab_iframe) (👨‍💻 5 · 🔀 15 · 📦 3 · 📋 63 - 7% open · ⏱️ 12.12.2021): +- [GitHub](https://github.com/timkpaine/jupyterlab_iframe) (👨‍💻 5 · 🔀 15 · 📦 3 · 📋 66 - 6% open · ⏱️ 21.07.2022): ``` git clone https://github.com/timkpaine/jupyterlab_iframe ``` -- [PyPi](https://pypi.org/project/jupyterlab_iframe): +- [PyPi](https://pypi.org/project/jupyterlab_iframe) (📥 960 / month): ``` pip install jupyterlab_iframe ``` -- [NPM](https://www.npmjs.com/package/jupyterlab_iframe) (📥 1.2K / month): +- [NPM](https://www.npmjs.com/package/jupyterlab_iframe) (📥 920 / month): ``` npm install jupyterlab_iframe ```
-
jupyterlab-sos (🥈16 · ⭐ 47) - 适用于SoS Polyglot笔记本和工作流程的Jupyterlab扩展BSD-3 - -- [GitHub](https://github.com/vatlab/jupyterlab-sos) (👨‍💻 4 · 🔀 3 · 📦 5 · 📋 58 - 17% open · ⏱️ 12.11.2021): - - ``` - git clone https://github.com/vatlab/jupyterlab-sos - ``` -- [Conda](https://anaconda.org/conda-forge/jupyterlab-sos) (📥 13K · ⏱️ 16.04.2021): - ``` - conda install -c conda-forge jupyterlab-sos - ``` -- [NPM](https://www.npmjs.com/package/jupyterlab-sos) (📥 100 / month): - ``` - npm install jupyterlab-sos - ``` -
-
Lantern (🥉15 · ⭐ 300) - 数据探索工具。Apache-2 +
Lantern (🥈15 · ⭐ 320) - 数据探索工具。Apache-2 -- [GitHub](https://github.com/timkpaine/lantern) (👨‍💻 2 · 🔀 19 · 📦 14 · 📋 200 - 5% open · ⏱️ 12.12.2021): +- [GitHub](https://github.com/timkpaine/lantern) (👨‍💻 3 · 🔀 20 · 📦 17 · 📋 200 - 5% open · ⏱️ 13.06.2022): ``` git clone https://github.com/timkpaine/lantern ``` -- [PyPi](https://pypi.org/project/pylantern): +- [PyPi](https://pypi.org/project/pylantern) (📥 56 / month): ``` pip install pylantern ```
-
jupyterlab-execute-time (🥉15 · ⭐ 190) - 为Jupyter Lab执行时间插件。BSD-3 - -- [GitHub](https://github.com/deshaw/jupyterlab-execute-time) (👨‍💻 10 · 🔀 25 · 📋 27 - 3% open · ⏱️ 01.10.2021): - - ``` - git clone https://github.com/deshaw/jupyterlab-execute-time - ``` -- [NPM](https://www.npmjs.com/package/jupyterlab-execute-time) (📥 4.1K / month): - ``` - npm install jupyterlab-execute-time - ``` -
-
jupyterlab-celltags (🥉15 · ⭐ 110 · 💀) - 一个JupyterLab扩展,用于显示GPU的仪表板。BSD-3 - -- [GitHub](https://github.com/jupyterlab/jupyterlab-celltags) (👨‍💻 10 · 🔀 25 · 📦 330 · 📋 18 - 61% open · ⏱️ 29.04.2020): - - ``` - git clone https://github.com/jupyterlab/jupyterlab-celltags - ``` -
-
JupyterLab SQL (🥉14 · ⭐ 360 · 💀) - JupyterLab的SQL GUI。MIT +
JupyterLab Tensorboard (🥈15 · ⭐ 300) - Jupyterlab的Tensorboard扩展。MIT -- [GitHub](https://github.com/pbugnion/jupyterlab-sql) (👨‍💻 2 · 🔀 43 · 📋 74 - 50% open · ⏱️ 04.01.2020): +- [GitHub](https://github.com/chaoleili/jupyterlab_tensorboard) (👨‍💻 7 · 🔀 32 · 📦 2 · 📋 27 - 62% open · ⏱️ 18.07.2022): ``` - git clone https://github.com/pbugnion/jupyterlab-sql + git clone https://github.com/chaoleili/jupyterlab_tensorboard ``` -- [PyPi](https://pypi.org/project/jupyterlab_sql) (📥 670 / month): +- [NPM](https://www.npmjs.com/package/jupyterlab_tensorboard) (📥 6.2K / month): ``` - pip install jupyterlab_sql + npm install jupyterlab_tensorboard ```
-
JupyterLab Tensorboard (🥉14 · ⭐ 280 · 💤) - Jupyterlab的Tensorboard扩展。MIT +
jupyterlab-execute-time (🥈15 · ⭐ 230) - 为Jupyter Lab执行时间插件。BSD-3 -- [GitHub](https://github.com/chaoleili/jupyterlab_tensorboard) (👨‍💻 6 · 🔀 27 · 📦 2 · 📋 26 - 61% open · ⏱️ 24.02.2021): +- [GitHub](https://github.com/deshaw/jupyterlab-execute-time) (👨‍💻 11 · 🔀 32 · 📋 34 - 11% open · ⏱️ 12.08.2022): ``` - git clone https://github.com/chaoleili/jupyterlab_tensorboard + git clone https://github.com/deshaw/jupyterlab-execute-time ``` -- [NPM](https://www.npmjs.com/package/jupyterlab_tensorboard) (📥 7.6K / month): +- [NPM](https://www.npmjs.com/package/jupyterlab-execute-time) (📥 2.7K / month): ``` - npm install jupyterlab_tensorboard + npm install jupyterlab-execute-time ```
-
Jupyter Bokeh (🥉14 · ⭐ 190) - 用于在JupyterLab笔记本中呈现Bokeh内容的扩展。BSD-3 +
Jupyter Bokeh (🥈15 · ⭐ 200) - 用于在JupyterLab笔记本中呈现Bokeh内容的扩展。BSD-3 -- [GitHub](https://github.com/bokeh/jupyter_bokeh) (👨‍💻 16 · 🔀 35 · 📋 79 - 11% open · ⏱️ 30.09.2021): +- [GitHub](https://github.com/bokeh/jupyter_bokeh) (👨‍💻 17 · 🔀 41 · 📋 89 - 12% open · ⏱️ 12.08.2022): ``` git clone https://github.com/bokeh/jupyter_bokeh ``` -- [PyPi](https://pypi.org/project/jupyter-bokeh) (📥 5.6K / month): +- [PyPi](https://pypi.org/project/jupyter-bokeh) (📥 45K / month): ``` pip install jupyter-bokeh ``` -- [NPM](https://www.npmjs.com/package/@bokeh/jupyter_bokeh) (📥 25K / month): +- [NPM](https://www.npmjs.com/package/@bokeh/jupyter_bokeh) (📥 7.2K / month): ``` npm install @bokeh/jupyter_bokeh ```
-
ipylab (🥉14 · ⭐ 90) - 使用Jupyter小部件从Python笔记本控制JupyterLab。BSD-3 +
ipylab (🥈15 · ⭐ 110) - 使用Jupyter小部件从Python笔记本控制JupyterLab。BSD-3 -- [GitHub](https://github.com/jtpio/ipylab) (👨‍💻 5 · 🔀 4 · 📥 21 · 📋 26 - 34% open · ⏱️ 14.11.2021): +- [GitHub](https://github.com/jtpio/ipylab) (👨‍💻 6 · 🔀 7 · 📥 35 · 📋 30 - 36% open · ⏱️ 25.08.2022): ``` git clone https://github.com/jtpio/ipylab ``` -- [PyPi](https://pypi.org/project/ipylab): +- [PyPi](https://pypi.org/project/ipylab) (📥 4.3K / month): ``` pip install ipylab ``` -- [Conda](https://anaconda.org/conda-forge/ipylab) (📥 8K · ⏱️ 13.11.2021): +- [Conda](https://anaconda.org/conda-forge/ipylab) (📥 13K · ⏱️ 25.08.2022): ``` conda install -c conda-forge ipylab ```
-
JupyterLab Quickopen (🥉14 · ⭐ 70) - 通过在JupyterLab中键入文件的一部分来快速打开文件。BSD-3 +
jupyterlab-sos (🥈15 · ⭐ 54) - 适用于SoS Polyglot笔记本和工作流程的Jupyterlab扩展BSD-3 -- [GitHub](https://github.com/parente/jupyterlab-quickopen) (👨‍💻 5 · 🔀 6 · ⏱️ 12.12.2021): +- [GitHub](https://github.com/vatlab/jupyterlab-sos) (👨‍💻 4 · 🔀 3 · 📋 59 - 15% open · ⏱️ 02.08.2022): ``` - git clone https://github.com/parente/jupyterlab-quickopen - ``` -- [PyPi](https://pypi.org/project/jupyterlab-quickopen): - ``` - pip install jupyterlab-quickopen - ``` -- [NPM](https://www.npmjs.com/package/@parente/jupyterlab-quickopen) (📥 43 / month): - ``` - npm install @parente/jupyterlab-quickopen + git clone https://github.com/vatlab/jupyterlab-sos ``` -
-
JupyterLab Shortcutui (🥉14 · ⭐ 55 · 💀) - 一个JupyterLab扩展,用于显示GPU的仪表板。BSD-3 - -- [GitHub](https://github.com/jupyterlab/jupyterlab-shortcutui) (👨‍💻 8 · 🔀 15 · 📋 13 - 53% open · ⏱️ 17.01.2020): - +- [Conda](https://anaconda.org/conda-forge/jupyterlab-sos) (📥 18K · ⏱️ 03.08.2022): ``` - git clone https://github.com/jupyterlab/jupyterlab-shortcutui + conda install -c conda-forge jupyterlab-sos ``` -- [NPM](https://www.npmjs.com/package/@jupyterlab/shortcutui) (📥 330 / month): +- [NPM](https://www.npmjs.com/package/jupyterlab-sos) (📥 140 / month): ``` - npm install @jupyterlab/shortcutui + npm install jupyterlab-sos ```
-
nbgather (🥉13 · ⭐ 420 · 💀) - Jupyter笔记本分割工具。MIT +
nbgather (🥉14 · ⭐ 450 · 💀) - Jupyter笔记本分割工具。MIT -- [GitHub](https://github.com/microsoft/gather) (👨‍💻 12 · 🔀 27 · 📋 26 - 38% open · ⏱️ 14.02.2020): +- [GitHub](https://github.com/microsoft/gather) (👨‍💻 12 · 🔀 29 · 📋 27 - 40% open · ⏱️ 14.02.2020): ``` git clone https://github.com/microsoft/gather ``` -- [NPM](https://www.npmjs.com/package/nbgather) (📥 54 / month): +- [NPM](https://www.npmjs.com/package/nbgather) (📥 51 / month): ``` npm install nbgather ```
-
Collapsible Headings (🥉13 · ⭐ 160 · 💤) - 为Jupyter实验室笔记本实现可折叠页眉。BSD-3 +
JupyterLab SQL (🥉14 · ⭐ 380 · 💀) - JupyterLab的SQL GUI。MIT -- [GitHub](https://github.com/aquirdTurtle/Collapsible_Headings) (👨‍💻 6 · 🔀 7 · 📋 29 - 24% open · ⏱️ 22.05.2021): +- [GitHub](https://github.com/pbugnion/jupyterlab-sql) (👨‍💻 2 · 🔀 44 · 📋 74 - 50% open · ⏱️ 04.01.2020): ``` - git clone https://github.com/aquirdTurtle/Collapsible_Headings + git clone https://github.com/pbugnion/jupyterlab-sql ``` -- [NPM](https://www.npmjs.com/package/@aquirdturtle/collapsible_headings) (📥 2.4K / month): +- [PyPi](https://pypi.org/project/jupyterlab_sql) (📥 450 / month): ``` - npm install @aquirdturtle/collapsible_headings + pip install jupyterlab_sql ```
-
JupyterLab Commenting (🥉13 · ⭐ 86 · 💀) - JupyterLab的注释和注释。BSD-3 +
Collapsible Headings (🥉14 · ⭐ 170 · 💀) - 为Jupyter实验室笔记本实现可折叠页眉。BSD-3 -- [GitHub](https://github.com/jupyterlab/jupyterlab-commenting) (👨‍💻 10 · 🔀 22 · 📋 34 - 70% open · ⏱️ 01.05.2020): +- [GitHub](https://github.com/aquirdTurtle/Collapsible_Headings) (👨‍💻 6 · 🔀 7 · 📋 31 - 29% open · ⏱️ 22.05.2021): ``` - git clone https://github.com/jupyterlab/jupyterlab-commenting + git clone https://github.com/aquirdTurtle/Collapsible_Headings ``` -- [NPM](https://www.npmjs.com/package/@jupyterlab/commenting-extension) (📥 150 / month): +- [NPM](https://www.npmjs.com/package/@aquirdturtle/collapsible_headings) (📥 1.6K / month): ``` - npm install @jupyterlab/commenting-extension + npm install @aquirdturtle/collapsible_headings ```
-
JupyterLab HDF5 (🥉13 · ⭐ 81) - 在JupyterLab中打开和浏览HDF5文件。BSD-3 +
JupyterLab HDF5 (🥉14 · ⭐ 95) - 在JupyterLab中打开和浏览HDF5文件。BSD-3 -- [GitHub](https://github.com/jupyterlab/jupyterlab-hdf5) (👨‍💻 6 · 🔀 17 · 📋 42 - 21% open · ⏱️ 22.10.2021): +- [GitHub](https://github.com/jupyterlab/jupyterlab-hdf5) (👨‍💻 6 · 🔀 19 · 📋 44 - 25% open · ⏱️ 21.02.2022): ``` git clone https://github.com/jupyterlab/jupyterlab-hdf5 ``` -- [PyPi](https://pypi.org/project/jupyterlab_hdf) (📥 520 / month): +- [PyPi](https://pypi.org/project/jupyterlab_hdf) (📥 1K / month): ``` pip install jupyterlab_hdf ``` -- [NPM](https://www.npmjs.com/package/@jupyterlab/hdf5) (📥 350 / month): +- [NPM](https://www.npmjs.com/package/@jupyterlab/hdf5) (📥 680 / month): ``` npm install @jupyterlab/hdf5 ```
-
jupyterlab-sparkmonitor (🥉13 · ⭐ 68) - JupyterLab扩展,可启动监控。Apache-2 +
JupyterLab Quickopen (🥉14 · ⭐ 75 · 💤) - 通过在JupyterLab中键入文件的一部分来快速打开文件。BSD-3 -- [GitHub](https://github.com/itsjafer/jupyterlab-sparkmonitor) (👨‍💻 9 · 🔀 15 · 📋 15 - 46% open · ⏱️ 04.08.2021): +- [GitHub](https://github.com/parente/jupyterlab-quickopen) (👨‍💻 5 · 🔀 8 · ⏱️ 12.12.2021): ``` - git clone https://github.com/itsjafer/jupyterlab-sparkmonitor - ``` -- [PyPi](https://pypi.org/project/jupyterlab-sparkmonitor) (📥 330 / month): - ``` - pip install jupyterlab-sparkmonitor + git clone https://github.com/parente/jupyterlab-quickopen ``` -- [NPM](https://www.npmjs.com/package/jupyterlab_sparkmonitor) (📥 96 / month): +- [PyPi](https://pypi.org/project/jupyterlab-quickopen) (📥 430 / month): ``` - npm install jupyterlab_sparkmonitor + pip install jupyterlab-quickopen ``` -- [Docker Hub](https://hub.docker.com/r/itsjafer/sparkmonitor) (📥 240 · ⏱️ 02.06.2021): +- [NPM](https://www.npmjs.com/package/@parente/jupyterlab-quickopen) (📥 59 / month): ``` - docker pull itsjafer/sparkmonitor + npm install @parente/jupyterlab-quickopen ```
-
JupyterLab Kernelspy (🥉13 · ⭐ 63) - Jupyter Lab扩展,用于检查往返于邮件的信息。❗Unlicensed +
JupyterLab Kernelspy (🥉14 · ⭐ 68) - Jupyter Lab扩展,用于检查往返于邮件的信息。❗Unlicensed -- [GitHub](https://github.com/jupyterlab-contrib/jupyterlab-kernelspy) (👨‍💻 4 · 🔀 8 · 📦 3 · 📋 13 - 15% open · ⏱️ 01.10.2021): +- [GitHub](https://github.com/jupyterlab-contrib/jupyterlab-kernelspy) (👨‍💻 4 · 🔀 9 · 📦 3 · 📋 13 - 15% open · ⏱️ 20.07.2022): ``` git clone https://github.com/jupyterlab-contrib/jupyterlab-kernelspy ``` -- [NPM](https://www.npmjs.com/package/jupyterlab-kernelspy) (📥 140 / month): +- [NPM](https://www.npmjs.com/package/jupyterlab-kernelspy) (📥 190 / month): ``` npm install jupyterlab-kernelspy ```
-
JupyterLab Autoversion (🥉13 · ⭐ 54) - 在JupyterLab中Jupyter笔记本的自动版本控制。Apache-2 +
JupyterLab Autoversion (🥉14 · ⭐ 58) - 在JupyterLab中Jupyter笔记本的自动版本控制。Apache-2 -- [GitHub](https://github.com/timkpaine/jupyterlab_autoversion) (👨‍💻 4 · 🔀 6 · 📋 29 - 17% open · ⏱️ 12.12.2021): +- [GitHub](https://github.com/timkpaine/jupyterlab_autoversion) (👨‍💻 5 · 🔀 9 · 📋 32 - 9% open · ⏱️ 21.07.2022): ``` git clone https://github.com/timkpaine/jupyterlab_autoversion ``` -- [PyPi](https://pypi.org/project/jupyterlab_autoversion) (📥 120 / month): +- [PyPi](https://pypi.org/project/jupyterlab_autoversion) (📥 84 / month): ``` pip install jupyterlab_autoversion ``` -- [NPM](https://www.npmjs.com/package/jupyterlab_autoversion) (📥 36 / month): +- [NPM](https://www.npmjs.com/package/jupyterlab_autoversion) (📥 69 / month): ``` npm install jupyterlab_autoversion ```
-
JupyterLab Python Files (🥉13 · ⭐ 49) - JupyterLab扩展来创建Python文件。BSD-3 +
JupyterLab Shortcutui (🥉14 · ⭐ 55 · 💀) - 一个JupyterLab扩展,用于显示GPU的仪表板。BSD-3 -- [GitHub](https://github.com/jtpio/jupyterlab-python-file) (👨‍💻 4 · 🔀 7 · 📥 76 · 📋 9 - 11% open · ⏱️ 27.08.2021): +- [GitHub](https://github.com/jupyterlab/jupyterlab-shortcutui) (👨‍💻 8 · 🔀 14 · 📋 13 - 53% open · ⏱️ 17.01.2020): ``` - git clone https://github.com/jtpio/jupyterlab-python-file + git clone https://github.com/jupyterlab/jupyterlab-shortcutui ``` -- [NPM](https://www.npmjs.com/package/jupyterlab-python-file) (📥 2.5K / month): +- [NPM](https://www.npmjs.com/package/@jupyterlab/shortcutui) (📥 300 / month): ``` - npm install jupyterlab-python-file + npm install @jupyterlab/shortcutui ```
-
jupyterlab_commands (🥉13 · ⭐ 35) - Add arbitrary python commands to the jupyterlab.. Apache-2 +
jupyterlab-sparkmonitor (🥉13 · ⭐ 78) - JupyterLab扩展,可启动监控。Apache-2 -- [GitHub](https://github.com/timkpaine/jupyterlab_commands) (🔀 6 · 📦 3 · 📋 23 - 4% open · ⏱️ 30.11.2021): +- [GitHub](https://github.com/itsjafer/jupyterlab-sparkmonitor) (👨‍💻 10 · 🔀 20 · 📋 16 - 50% open · ⏱️ 01.04.2022): ``` - git clone https://github.com/timkpaine/jupyterlab_commands + git clone https://github.com/itsjafer/jupyterlab-sparkmonitor + ``` +- [PyPi](https://pypi.org/project/jupyterlab-sparkmonitor) (📥 3.4K / month): + ``` + pip install jupyterlab-sparkmonitor + ``` +- [NPM](https://www.npmjs.com/package/jupyterlab_sparkmonitor) (📥 68 / month): + ``` + npm install jupyterlab_sparkmonitor + ``` +- [Docker Hub](https://hub.docker.com/r/itsjafer/sparkmonitor) (📥 290 · ⏱️ 02.06.2021): + ``` + docker pull itsjafer/sparkmonitor ```
-
jupyter-fs (🥉12 · ⭐ 100) - 类似文件系统的内容管理器,用于Jupyter中的多个后端。Apache-2 +
jupyter-fs (🥉12 · ⭐ 120) - 类似文件系统的内容管理器,用于Jupyter中的多个后端。Apache-2 -- [GitHub](https://github.com/jpmorganchase/jupyter-fs) (👨‍💻 8 · 🔀 21 · 📋 49 - 26% open · ⏱️ 29.11.2021): +- [GitHub](https://github.com/jpmorganchase/jupyter-fs) (👨‍💻 9 · 🔀 24 · 📋 55 - 23% open · ⏱️ 29.04.2022): ``` git clone https://github.com/jpmorganchase/jupyter-fs ``` -- [PyPi](https://pypi.org/project/jupyter-fs) (📥 430 / month): +- [PyPi](https://pypi.org/project/jupyter-fs) (📥 300 / month): ``` pip install jupyter-fs ```
-
nbcelltests (🥉12 · ⭐ 59) - 用于Jupyter笔记本的逐个cell测试工具。Apache-2 +
JupyterLab Commenting (🥉12 · ⭐ 93 · 💀) - JupyterLab的注释和注释。BSD-3 + +- [GitHub](https://github.com/jupyterlab/jupyterlab-commenting) (👨‍💻 10 · 🔀 22 · 📋 34 - 70% open · ⏱️ 01.05.2020): + + ``` + git clone https://github.com/jupyterlab/jupyterlab-commenting + ``` +- [NPM](https://www.npmjs.com/package/@jupyterlab/commenting-extension) (📥 140 / month): + ``` + npm install @jupyterlab/commenting-extension + ``` +
+
nbcelltests (🥉12 · ⭐ 64) - 用于Jupyter笔记本的逐个cell测试工具。Apache-2 -- [GitHub](https://github.com/jpmorganchase/nbcelltests) (👨‍💻 7 · 🔀 16 · 📋 110 - 26% open · ⏱️ 12.12.2021): +- [GitHub](https://github.com/jpmorganchase/nbcelltests) (👨‍💻 7 · 🔀 16 · 📋 110 - 27% open · ⏱️ 25.08.2022): ``` git clone https://github.com/jpmorganchase/nbcelltests ``` -- [PyPi](https://pypi.org/project/nbcelltests): +- [PyPi](https://pypi.org/project/nbcelltests) (📥 24 / month): ``` pip install nbcelltests ``` -- [NPM](https://www.npmjs.com/package/jupyterlab_celltests) (📥 27 / month): +- [NPM](https://www.npmjs.com/package/jupyterlab_celltests) (📥 23 / month): ``` npm install jupyterlab_celltests ```
-
JupyterLab Email (🥉12 · ⭐ 50) - 一个jupyterlab扩展,可以直接从中发送电子邮件笔记本。Apache-2 +
JupyterLab Python Files (🥉12 · ⭐ 52 · 💤) - JupyterLab扩展来创建Python文件。BSD-3 -- [GitHub](https://github.com/timkpaine/jupyterlab_email) (🔀 2 · 📋 36 - 16% open · ⏱️ 29.11.2021): +- [GitHub](https://github.com/jtpio/jupyterlab-python-file) (👨‍💻 4 · 🔀 10 · 📥 77 · 📋 9 - 11% open · ⏱️ 27.08.2021): ``` - git clone https://github.com/timkpaine/jupyterlab_email - ``` -- [PyPi](https://pypi.org/project/jupyterlab_email) (📥 73 / month): - ``` - pip install jupyterlab_email + git clone https://github.com/jtpio/jupyterlab-python-file ``` -- [NPM](https://www.npmjs.com/package/jupyterlab_email) (📥 240 / month): +- [NPM](https://www.npmjs.com/package/jupyterlab-python-file) (📥 660 / month): ``` - npm install jupyterlab_email + npm install jupyterlab-python-file ```
-
JupyterLab Flake8 (🥉12 · ⭐ 50) - 一个jupyterlab扩展,可以直接从中发送电子邮件笔记本。Apache-2 +
JupyterLab Flake8 (🥉12 · ⭐ 51) - 一个jupyterlab扩展,可以直接从中发送电子邮件笔记本。Apache-2 -- [GitHub](https://github.com/timkpaine/jupyterlab_email) (🔀 2 · 📋 36 - 16% open · ⏱️ 29.11.2021): +- [GitHub](https://github.com/timkpaine/jupyterlab_email) (👨‍💻 2 · 🔀 2 · 📋 36 - 11% open · ⏱️ 21.07.2022): ``` git clone https://github.com/timkpaine/jupyterlab_email ``` -- [NPM](https://www.npmjs.com/package/jupyterlab-flake8) (📥 290 / month): +- [NPM](https://www.npmjs.com/package/jupyterlab-flake8) (📥 200 / month): ``` npm install jupyterlab-flake8 ```
-
jupyterlab-flake8 (🥉10 · ⭐ 100) - Jupyterlab用于笔记本和文本文件的python连接器。BSD-3 +
KnowledgeLab (🥉12 · ⭐ 45) - KnowledgeRepo + JupyterLab. Apache-2 -- [GitHub](https://github.com/mlshapiro/jupyterlab-flake8) (👨‍💻 5 · 🔀 9 · 📋 37 - 10% open · ⏱️ 16.09.2021): +- [GitHub](https://github.com/timkpaine/knowledgelab) (👨‍💻 3 · 🔀 6 · 📦 2 · 📋 27 - 11% open · ⏱️ 13.06.2022): ``` - git clone https://github.com/mlshapiro/jupyterlab-flake8 + git clone https://github.com/timkpaine/knowledgelab ``` -- [NPM](https://www.npmjs.com/package/jupyterlab-flake8) (📥 290 / month): +- [PyPi](https://pypi.org/project/knowledgelab) (📥 10 / month): ``` - npm install jupyterlab-flake8 + pip install knowledgelab + ``` +- [NPM](https://www.npmjs.com/package/knowledgelab) (📥 12 / month): + ``` + npm install knowledgelab ```
-
KnowledgeLab (🥉10 · ⭐ 43) - KnowledgeRepo + JupyterLab. Apache-2 +
jupyterlab_commands (🥉12 · ⭐ 37) - Add arbitrary python commands to the jupyterlab.. Apache-2 -- [GitHub](https://github.com/timkpaine/knowledgelab) (👨‍💻 3 · 🔀 6 · 📦 2 · 📋 27 - 11% open · ⏱️ 12.12.2021): +- [GitHub](https://github.com/timkpaine/jupyterlab_commands) (👨‍💻 2 · 🔀 5 · 📦 3 · 📋 24 - 8% open · ⏱️ 21.07.2022): ``` - git clone https://github.com/timkpaine/knowledgelab + git clone https://github.com/timkpaine/jupyterlab_commands ``` -- [PyPi](https://pypi.org/project/knowledgelab) (📥 5 / month): +
+
JupyterLab LSP (🥉12 · 📉) - JupyterLab的编码帮助(代码导航+悬停)。BSD-3 + +- [GitHub](https://github.com/krassowski/jupyterlab-lsp) (👨‍💻 43 · ⏱️ 22.08.2022): + ``` - pip install knowledgelab + git clone https://github.com/krassowski/jupyterlab-lsp ``` -- [NPM](https://www.npmjs.com/package/knowledgelab) (📥 6 / month): +- [NPM](https://www.npmjs.com/package/@krassowski/jupyterlab-lsp) (📥 4.4K / month): ``` - npm install knowledgelab + npm install @krassowski/jupyterlab-lsp ```
-
JupyterLab Spark (🥉10 · ⭐ 7) - JupyterLab的Spark应用程序UI扩展。Apache-2 +
jupyterlab-celltags (🥉11 · ⭐ 110 · 💀) - 一个JupyterLab扩展,用于显示GPU的仪表板。BSD-3 -- [GitHub](https://github.com/manuzhang/jupyterlab_spark) (👨‍💻 2 · 🔀 2 · 📋 5 - 40% open · ⏱️ 05.09.2021): +- [GitHub](https://github.com/jupyterlab/jupyterlab-celltags) (👨‍💻 10 · 🔀 25 · 📋 18 - 61% open · ⏱️ 29.04.2020): ``` - git clone https://github.com/manuzhang/jupyterlab_spark + git clone https://github.com/jupyterlab/jupyterlab-celltags + ``` +
+
JupyterLab Email (🥉11 · ⭐ 51) - 一个jupyterlab扩展,可以直接从中发送电子邮件笔记本。Apache-2 + +- [GitHub](https://github.com/timkpaine/jupyterlab_email) (👨‍💻 2 · 🔀 2 · 📋 36 - 11% open · ⏱️ 21.07.2022): + ``` -- [NPM](https://www.npmjs.com/package/jupyterlab_spark) (📥 87 / month): + git clone https://github.com/timkpaine/jupyterlab_email ``` - npm install jupyterlab_spark +- [PyPi](https://pypi.org/project/jupyterlab_email) (📥 61 / month): + ``` + pip install jupyterlab_email + ``` +- [NPM](https://www.npmjs.com/package/jupyterlab_email) (📥 21 / month): + ``` + npm install jupyterlab_email ```
-
JupyterLab Top Bar (🥉10 · ⭐ 2) - JupyterLab顶部栏扩展。BSD-3 +
jupyterlab-flake8 (🥉10 · ⭐ 110 · 💤) - Jupyterlab用于笔记本和文本文件的python连接器。BSD-3 -- [GitHub](https://github.com/jtpio/jupyterlab-topbar) (👨‍💻 4 · 🔀 1 · ⏱️ 07.12.2021): +- [GitHub](https://github.com/mlshapiro/jupyterlab-flake8) (👨‍💻 5 · 🔀 10 · 📋 39 - 15% open · ⏱️ 16.09.2021): ``` - git clone https://github.com/jtpio/jupyterlab-topbar + git clone https://github.com/mlshapiro/jupyterlab-flake8 ``` -- [NPM](https://www.npmjs.com/package/jupyterlab-topbar-extension) (📥 11K / month): +- [NPM](https://www.npmjs.com/package/jupyterlab-flake8) (📥 200 / month): ``` - npm install jupyterlab-topbar-extension + npm install jupyterlab-flake8 ```
-
jupyterlab-gitplus (🥉9 · ⭐ 89) - JupyterLab扩展来创建Python文件。❗️AGPL-3.0 +
jupyterlab-gitplus (🥉9 · ⭐ 94 · 💤) - JupyterLab扩展来创建Python文件。❗️AGPL-3.0 -- [GitHub](https://github.com/ReviewNB/jupyterlab-gitplus) (👨‍💻 2 · 🔀 8 · 📋 10 - 20% open · ⏱️ 06.08.2021): +- [GitHub](https://github.com/ReviewNB/jupyterlab-gitplus) (👨‍💻 2 · 🔀 7 · 📋 10 - 20% open · ⏱️ 06.08.2021): ``` git clone https://github.com/ReviewNB/jupyterlab-gitplus ``` -- [PyPi](https://pypi.org/project/jupyterlab_gitplus) (📥 41 / month): +- [PyPi](https://pypi.org/project/jupyterlab_gitplus) (📥 150 / month): ``` pip install jupyterlab_gitplus ``` @@ -3330,30 +3290,54 @@ _扩展JupyterLab自身功能的应用程序插件。_ npm install @reviewnb/jupyterlab_gitplus ```
-
JupyterLab Bytecode (🥉8 · ⭐ 57 · 💀) - JupyterLab扩展,以探索CPython字节码。BSD-3 +
JupyterLab Bytecode (🥉9 · ⭐ 59 · 💀) - JupyterLab扩展,以探索CPython字节码。BSD-3 -- [GitHub](https://github.com/jtpio/jupyterlab-python-bytecode) (👨‍💻 2 · 🔀 5 · 📋 5 - 40% open · ⏱️ 16.10.2020): +- [GitHub](https://github.com/jtpio/jupyterlab-python-bytecode) (👨‍💻 2 · 🔀 6 · 📋 5 - 40% open · ⏱️ 16.10.2020): ``` git clone https://github.com/jtpio/jupyterlab-python-bytecode ``` -- [NPM](https://www.npmjs.com/package/jupyterlab-python-bytecode) (📥 17 / month): +- [NPM](https://www.npmjs.com/package/jupyterlab-python-bytecode) (📥 19 / month): ``` npm install jupyterlab-python-bytecode ```
-
jupyterlab-executor (🥉8 · ⭐ 4 · 💤) - JupyterLab扩展,以探索CPython字节码。BSD-3 +
JupyterLab Spark (🥉9 · ⭐ 9 · 💤) - JupyterLab的Spark应用程序UI扩展。Apache-2 + +- [GitHub](https://github.com/manuzhang/jupyterlab_spark) (👨‍💻 2 · 🔀 2 · 📋 5 - 40% open · ⏱️ 05.09.2021): + + ``` + git clone https://github.com/manuzhang/jupyterlab_spark + ``` +- [NPM](https://www.npmjs.com/package/jupyterlab_spark) (📥 69 / month): + ``` + npm install jupyterlab_spark + ``` +
+
JupyterLab Top Bar (🥉9 · ⭐ 3 · 💤) - JupyterLab顶部栏扩展。BSD-3 + +- [GitHub](https://github.com/jtpio/jupyterlab-topbar) (👨‍💻 4 · 🔀 1 · ⏱️ 07.12.2021): + + ``` + git clone https://github.com/jtpio/jupyterlab-topbar + ``` +- [NPM](https://www.npmjs.com/package/jupyterlab-topbar-extension) (📥 3.9K / month): + ``` + npm install jupyterlab-topbar-extension + ``` +
+
jupyterlab-executor (🥉8 · ⭐ 5 · 💀) - JupyterLab扩展,以探索CPython字节码。BSD-3 -- [GitHub](https://github.com/gavincyi/jupyterlab-executor) (👨‍💻 2 · 📥 2 · ⏱️ 24.03.2021): +- [GitHub](https://github.com/gavincyi/jupyterlab-executor) (👨‍💻 2 · 📥 3 · ⏱️ 24.03.2021): ``` git clone https://github.com/gavincyi/jupyterlab-executor ``` -- [PyPi](https://pypi.org/project/jupyterlab-executor) (📥 50 / month): +- [PyPi](https://pypi.org/project/jupyterlab-executor) (📥 53 / month): ``` pip install jupyterlab-executor ``` -- [NPM](https://www.npmjs.com/package/@gavincyi/jupyterlab-executor) (📥 10 / month): +- [NPM](https://www.npmjs.com/package/@gavincyi/jupyterlab-executor) (📥 34 / month): ``` npm install @gavincyi/jupyterlab-executor ``` @@ -3366,183 +3350,183 @@ _扩展JupyterLab自身功能的应用程序插件。_ _管理和控制用户如何访问JupyterHub部署的身份验证模块。_ -
OAuthenticator (🥇24 · ⭐ 320) - OAuth + JupyterHub Authenticator = OAuthenticator. BSD-3 +
OAuthenticator (🥇22 · ⭐ 340) - OAuth + JupyterHub Authenticator = OAuthenticator. BSD-3 -- [GitHub](https://github.com/jupyterhub/oauthenticator) (👨‍💻 100 · 🔀 290 · 📦 240 · 📋 210 - 12% open · ⏱️ 06.12.2021): +- [GitHub](https://github.com/jupyterhub/oauthenticator) (👨‍💻 110 · 🔀 310 · 📦 290 · 📋 230 - 13% open · ⏱️ 23.08.2022): ``` git clone https://github.com/jupyterhub/oauthenticator ``` -- [PyPi](https://pypi.org/project/oauthenticator) (📥 37K / month): +- [PyPi](https://pypi.org/project/oauthenticator) (📥 40K / month): ``` pip install oauthenticator ``` -- [Conda](https://anaconda.org/conda-forge/oauthenticator) (📥 19K · ⏱️ 19.07.2021): +- [Conda](https://anaconda.org/conda-forge/oauthenticator) (📥 27K · ⏱️ 09.06.2022): ``` conda install -c conda-forge oauthenticator ```
-
LDAP Authenticator (🥇21 · ⭐ 170) - 用于Jupyter的LDAP Authenticator插件。BSD-3 +
LDAP Authenticator (🥇22 · ⭐ 180 · 💀) - 用于Jupyter的LDAP Authenticator插件。BSD-3 -- [GitHub](https://github.com/jupyterhub/ldapauthenticator) (👨‍💻 30 · 🔀 150 · 📦 83 · 📋 130 - 40% open · ⏱️ 27.06.2021): +- [GitHub](https://github.com/jupyterhub/ldapauthenticator) (👨‍💻 31 · 🔀 150 · 📦 95 · 📋 140 - 41% open · ⏱️ 27.06.2021): ``` git clone https://github.com/jupyterhub/ldapauthenticator ``` -- [PyPi](https://pypi.org/project/jupyterhub-ldapauthenticator) (📥 6.2K / month): +- [PyPi](https://pypi.org/project/jupyterhub-ldapauthenticator) (📥 6.5K / month): ``` pip install jupyterhub-ldapauthenticator ``` -- [Conda](https://anaconda.org/conda-forge/jupyterhub-ldapauthenticator) (📥 23K · ⏱️ 28.08.2020): +- [Conda](https://anaconda.org/conda-forge/jupyterhub-ldapauthenticator) (📥 26K · ⏱️ 28.08.2020): ``` conda install -c conda-forge jupyterhub-ldapauthenticator ```
-
Native Authenticator (🥈20 · ⭐ 47 · 📈) - JupyterHub本地用户身份验证器。BSD-3 +
LTI Authenticator (🥈18 · ⭐ 55) - 用于LTI的JupyterHub身份验证器。BSD-3 -- [GitHub](https://github.com/jupyterhub/nativeauthenticator) (👨‍💻 21 · 🔀 50 · 📦 32 · 📋 89 - 23% open · ⏱️ 08.12.2021): +- [GitHub](https://github.com/jupyterhub/ltiauthenticator) (👨‍💻 15 · 🔀 42 · 📦 78 · ⏱️ 22.08.2022): ``` - git clone https://github.com/jupyterhub/nativeauthenticator + git clone https://github.com/jupyterhub/ltiauthenticator ``` -- [PyPi](https://pypi.org/project/jupyterhub-nativeauthenticator) (📥 16K / month): +- [PyPi](https://pypi.org/project/jupyterhub-ltiauthenticator) (📥 2.6K / month): ``` - pip install jupyterhub-nativeauthenticator + pip install jupyterhub-ltiauthenticator ```
-
LTI Authenticator (🥈19 · ⭐ 48) - 用于LTI的JupyterHub身份验证器。BSD-3 +
Native Authenticator (🥈18 · ⭐ 53) - JupyterHub本地用户身份验证器。BSD-3 -- [GitHub](https://github.com/jupyterhub/ltiauthenticator) (👨‍💻 11 · 🔀 35 · 📦 69 · 📋 31 - 16% open · ⏱️ 09.12.2021): +- [GitHub](https://github.com/jupyterhub/nativeauthenticator) (👨‍💻 21 · 🔀 52 · 📦 40 · 📋 93 - 25% open · ⏱️ 03.08.2022): ``` - git clone https://github.com/jupyterhub/ltiauthenticator + git clone https://github.com/jupyterhub/nativeauthenticator ``` -- [PyPi](https://pypi.org/project/jupyterhub-ltiauthenticator) (📥 2.6K / month): +- [PyPi](https://pypi.org/project/jupyterhub-nativeauthenticator) (📥 4.8K / month): ``` - pip install jupyterhub-ltiauthenticator + pip install jupyterhub-nativeauthenticator ```
-
First Use Authenticator (🥈16 · ⭐ 38) - JupyterHub Authenticator,可以让用户进行设置。BSD-3 +
First Use Authenticator (🥈16 · ⭐ 40 · 💤) - JupyterHub Authenticator,可以让用户进行设置。BSD-3 -- [GitHub](https://github.com/jupyterhub/firstuseauthenticator) (👨‍💻 12 · 🔀 20 · 📦 55 · 📋 22 - 22% open · ⏱️ 28.10.2021): +- [GitHub](https://github.com/jupyterhub/firstuseauthenticator) (👨‍💻 12 · 🔀 21 · 📦 66 · 📋 23 - 26% open · ⏱️ 28.10.2021): ``` git clone https://github.com/jupyterhub/firstuseauthenticator ``` -- [PyPi](https://pypi.org/project/jupyterhub-firstuseauthenticator) (📥 4.3K / month): +- [PyPi](https://pypi.org/project/jupyterhub-firstuseauthenticator) (📥 3.8K / month): ``` pip install jupyterhub-firstuseauthenticator ```
-
dummyauthenticator (🥈14 · ⭐ 28 · 💤) - 虚拟的JupyterHub Authenticator使测试变得容易。BSD-3 +
dummyauthenticator (🥈14 · ⭐ 28 · 💀) - 虚拟的JupyterHub Authenticator使测试变得容易。BSD-3 -- [GitHub](https://github.com/jupyterhub/dummyauthenticator) (🔀 14 · 📦 92 · 📋 7 - 71% open · ⏱️ 12.02.2021): +- [GitHub](https://github.com/jupyterhub/dummyauthenticator) (🔀 14 · 📦 100 · 📋 7 - 71% open · ⏱️ 12.02.2021): ``` git clone https://github.com/jupyterhub/dummyauthenticator ``` -- [PyPi](https://pypi.org/project/jupyterhub-dummyauthenticator) (📥 2.2K / month): +- [PyPi](https://pypi.org/project/jupyterhub-dummyauthenticator) (📥 4.2K / month): ``` pip install jupyterhub-dummyauthenticator ```
-
JWT Authenticator (🥉13 · ⭐ 38 · 💀) - JupyterHub的令牌验证器。Apache-2 +
JWT Authenticator (🥉13 · ⭐ 41 · 💀) - JupyterHub的令牌验证器。Apache-2 -- [GitHub](https://github.com/mogthesprog/jwtauthenticator) (👨‍💻 7 · 🔀 36 · 📦 8 · 📋 17 - 52% open · ⏱️ 13.02.2019): +- [GitHub](https://github.com/mogthesprog/jwtauthenticator) (👨‍💻 7 · 🔀 37 · 📦 8 · 📋 17 - 52% open · ⏱️ 13.02.2019): ``` git clone https://github.com/mogthesprog/jwtauthenticator ``` -- [PyPi](https://pypi.org/project/jupyterhub-jwtauthenticator) (📥 270 / month): +- [PyPi](https://pypi.org/project/jupyterhub-jwtauthenticator) (📥 290 / month): ``` pip install jupyterhub-jwtauthenticator ```
-
Null Authenticator (🥉13 · ⭐ 7 · 💤) - Null Authenticator for JupyterHub instances that should.. BSD-3 +
Null Authenticator (🥉13 · ⭐ 7) - Null Authenticator for JupyterHub instances that should have.. BSD-3 -- [GitHub](https://github.com/jupyterhub/nullauthenticator) (👨‍💻 5 · 🔀 9 · 📦 70 · ⏱️ 09.02.2021): +- [GitHub](https://github.com/jupyterhub/nullauthenticator) (👨‍💻 7 · 🔀 9 · 📦 83 · ⏱️ 17.05.2022): ``` git clone https://github.com/jupyterhub/nullauthenticator ``` -- [PyPi](https://pypi.org/project/nullauthenticator) (📥 2.3K / month): +- [PyPi](https://pypi.org/project/nullauthenticator) (📥 2.2K / month): ``` pip install nullauthenticator ```
-
Remote User Auth (🥉12 · ⭐ 32 · 💀) - Jupyterhub的REMOTE_USER身份验证器。❗️GPL-3.0 - -- [GitHub](https://github.com/cwaldbieser/jhub_remote_user_authenticator) (👨‍💻 5 · 🔀 26 · 📋 16 - 43% open · ⏱️ 16.04.2019): - - ``` - git clone https://github.com/cwaldbieser/jhub_remote_user_authenticator - ``` -- [PyPi](https://pypi.org/project/jhub_remote_user_authenticator) (📥 1.3K / month): - ``` - pip install jhub_remote_user_authenticator - ``` -
-
SAML Authenticator (🥉12 · ⭐ 30) - jupyterhub-samlauthenticator。MIT +
SAML Authenticator (🥉12 · ⭐ 33) - jupyterhub-samlauthenticator。MIT -- [GitHub](https://github.com/HewlettPackard/jupyterhub-samlauthenticator) (👨‍💻 6 · 🔀 16 · 📥 13 · 📋 28 - 50% open · ⏱️ 25.08.2021): +- [GitHub](https://github.com/HewlettPackard/jupyterhub-samlauthenticator) (👨‍💻 7 · 🔀 20 · 📥 13 · 📋 28 - 50% open · ⏱️ 21.03.2022): ``` git clone https://github.com/HewlettPackard/jupyterhub-samlauthenticator ``` -- [PyPi](https://pypi.org/project/jupyterhub-samlauthenticator) (📥 380 / month): +- [PyPi](https://pypi.org/project/jupyterhub-samlauthenticator) (📥 460 / month): ``` pip install jupyterhub-samlauthenticator ```
-
Remote Authenticator (🥉10 · ⭐ 1) - JupyterHub Authenticators的集合。❗️GPL-3.0 +
Remote User Auth (🥉11 · ⭐ 33 · 💀) - Jupyterhub的REMOTE_USER身份验证器。❗️GPL-3.0 -- [GitHub](https://github.com/ucphhpc/jhub-authenticators) (👨‍💻 5 · 🔀 1 · ⏱️ 25.10.2021): +- [GitHub](https://github.com/cwaldbieser/jhub_remote_user_authenticator) (👨‍💻 5 · 🔀 25 · 📋 19 - 42% open · ⏱️ 16.04.2019): ``` - git clone https://github.com/rasmunk/jhub-authenticators + git clone https://github.com/cwaldbieser/jhub_remote_user_authenticator ``` -- [PyPi](https://pypi.org/project/jhub-authenticators) (📥 32 / month): +- [PyPi](https://pypi.org/project/jhub_remote_user_authenticator) (📥 290 / month): ``` - pip install jhub-authenticators + pip install jhub_remote_user_authenticator ```
-
CAS Authenticator (🥉9 · ⭐ 16 · 💀) - Jupyterhub的CAS验证器。❗️GPL-3.0 +
CAS Authenticator (🥉10 · ⭐ 18) - Jupyterhub的CAS验证器。❗️GPL-3.0 -- [GitHub](https://github.com/cwaldbieser/jhub_cas_authenticator) (👨‍💻 4 · 🔀 10 · 📋 11 - 9% open · ⏱️ 27.03.2020): +- [GitHub](https://github.com/cwaldbieser/jhub_cas_authenticator) (👨‍💻 4 · 🔀 10 · 📋 12 - 16% open · ⏱️ 28.07.2022): ``` git clone https://github.com/cwaldbieser/jhub_cas_authenticator ``` -- [PyPi](https://pypi.org/project/jhub_cas_authenticator) (📥 160 / month): +- [PyPi](https://pypi.org/project/jhub_cas_authenticator) (📥 220 / month): ``` pip install jhub_cas_authenticator ```
-
Hash Authenticator (🥉9 · ⭐ 4 · 💤) - 使用从其生成的密码对用户进行身份验证。BSD-3 +
Hash Authenticator (🥉9 · ⭐ 4 · 💀) - 使用从其生成的密码对用户进行身份验证。BSD-3 - [GitHub](https://github.com/thedataincubator/jupyterhub-hashauthenticator) (👨‍💻 3 · 🔀 3 · ⏱️ 09.03.2021): ``` git clone https://github.com/thedataincubator/jupyterhub-hashauthenticator ``` -- [PyPi](https://pypi.org/project/jupyterhub-hashauthenticator) (📥 57 / month): +- [PyPi](https://pypi.org/project/jupyterhub-hashauthenticator) (📥 36 / month): ``` pip install jupyterhub-hashauthenticator ```
+
Remote Authenticator (🥉9 · ⭐ 1) - JupyterHub Authenticators的集合。❗️GPL-3.0 + +- [GitHub](https://github.com/ucphhpc/jhub-authenticators) (👨‍💻 5 · 🔀 1 · 📦 1 · ⏱️ 15.04.2022): + + ``` + git clone https://github.com/rasmunk/jhub-authenticators + ``` +- [PyPi](https://pypi.org/project/jhub-authenticators) (📥 78 / month): + ``` + pip install jhub-authenticators + ``` +
Keberos Authenticator (🥉8 · ⭐ 10 · 💀) - 用于LTI的JupyterHub身份验证器。BSD-3 -- [GitHub](https://github.com/jupyterhub/kerberosauthenticator) (👨‍💻 2 · 🔀 4 · 📋 5 - 60% open · ⏱️ 16.07.2019): +- [GitHub](https://github.com/jupyterhub/kerberosauthenticator) (👨‍💻 2 · 🔀 5 · 📋 5 - 60% open · ⏱️ 16.07.2019): ``` git clone https://github.com/jupyterhub/kerberosauthenticator ``` -- [PyPi](https://pypi.org/project/jupyterhub-kerberosauthenticator) (📥 28 / month): +- [PyPi](https://pypi.org/project/jupyterhub-kerberosauthenticator) (📥 74 / month): ``` pip install jupyterhub-kerberosauthenticator ```
-
SSH Authenticator (🥉6 · ⭐ 5 · 💀) - JupyterHub的简单SSH身份验证器。BSD-3 +
SSH Authenticator (🥉6 · ⭐ 6 · 💀) - JupyterHub的简单SSH身份验证器。BSD-3 - [GitHub](https://github.com/andreas-h/sshauthenticator) (🔀 1 · ⏱️ 03.09.2019): @@ -3558,106 +3542,106 @@ _管理和控制用户如何访问JupyterHub部署的身份验证模块。_ _启动、监视和停止单用户笔记本服务器的派生模块。_ -
KubeSpawner (🥇21 · ⭐ 390) - Kubernetes spawner for JupyterHub. BSD-3 +
DockerSpawner (🥇21 · ⭐ 430) - 在Docker容器中生成JupyterHub单用户服务器。BSD-3 -- [GitHub](https://github.com/jupyterhub/kubespawner) (👨‍💻 66 · 🔀 230 · 📦 100 · 📋 270 - 19% open · ⏱️ 06.12.2021): +- [GitHub](https://github.com/jupyterhub/dockerspawner) (👨‍💻 64 · 🔀 270 · 📦 130 · 📋 260 - 6% open · ⏱️ 05.07.2022): ``` - git clone https://github.com/jupyterhub/kubespawner + git clone https://github.com/jupyterhub/dockerspawner ``` -- [PyPi](https://pypi.org/project/jupyterhub-kubespawner) (📥 140K / month): +- [PyPi](https://pypi.org/project/dockerspawner) (📥 8.6K / month): ``` - pip install jupyterhub-kubespawner + pip install dockerspawner + ``` +- [Conda](https://anaconda.org/conda-forge/dockerspawner) (📥 13K · ⏱️ 17.08.2021): + ``` + conda install -c conda-forge dockerspawner ```
-
DockerSpawner (🥈20 · ⭐ 400) - 在Docker容器中生成JupyterHub单用户服务器。BSD-3 +
KubeSpawner (🥈20 · ⭐ 420) - Kubernetes spawner for JupyterHub. BSD-3 -- [GitHub](https://github.com/jupyterhub/dockerspawner) (👨‍💻 62 · 🔀 260 · 📦 110 · 📋 250 - 5% open · ⏱️ 27.11.2021): +- [GitHub](https://github.com/jupyterhub/kubespawner) (👨‍💻 73 · 🔀 250 · 📦 110 · 📋 290 - 17% open · ⏱️ 13.08.2022): ``` - git clone https://github.com/jupyterhub/dockerspawner - ``` -- [PyPi](https://pypi.org/project/dockerspawner) (📥 6.3K / month): - ``` - pip install dockerspawner + git clone https://github.com/jupyterhub/kubespawner ``` -- [Conda](https://anaconda.org/conda-forge/dockerspawner) (📥 9.9K · ⏱️ 17.08.2021): +- [PyPi](https://pypi.org/project/jupyterhub-kubespawner) (📥 33K / month): ``` - conda install -c conda-forge dockerspawner + pip install jupyterhub-kubespawner ```
-
BatchSpawner (🥈19 · ⭐ 130 · 💤) - 用于Jupyterhub的自定义Spawner,可按计划批量启动服务器。BSD-3 +
BatchSpawner (🥈20 · ⭐ 140) - 用于Jupyterhub的自定义Spawner,可按计划批量启动服务器。BSD-3 -- [GitHub](https://github.com/jupyterhub/batchspawner) (👨‍💻 38 · 🔀 91 · 📦 11 · 📋 110 - 37% open · ⏱️ 05.05.2021): +- [GitHub](https://github.com/jupyterhub/batchspawner) (👨‍💻 40 · 🔀 98 · 📦 21 · 📋 120 - 40% open · ⏱️ 14.04.2022): ``` git clone https://github.com/jupyterhub/batchspawner ``` -- [PyPi](https://pypi.org/project/batchspawner) (📥 760 / month): +- [PyPi](https://pypi.org/project/batchspawner) (📥 3.3K / month): ``` pip install batchspawner ```
-
SystemdSpawner (🥉16 · ⭐ 75) - 使用Systemd生成JupyterHub单用户笔记本服务器。BSD-3 +
SystemdSpawner (🥉17 · ⭐ 79) - 使用Systemd生成JupyterHub单用户笔记本服务器。BSD-3 -- [GitHub](https://github.com/jupyterhub/systemdspawner) (👨‍💻 17 · 🔀 37 · 📦 19 · 📋 54 - 46% open · ⏱️ 06.08.2021): +- [GitHub](https://github.com/jupyterhub/systemdspawner) (👨‍💻 17 · 🔀 40 · 📦 21 · 📋 59 - 45% open · ⏱️ 22.04.2022): ``` git clone https://github.com/jupyterhub/systemdspawner ``` -- [PyPi](https://pypi.org/project/jupyterhub-systemdspawner) (📥 1.9K / month): +- [PyPi](https://pypi.org/project/jupyterhub-systemdspawner) (📥 1.5K / month): ``` pip install jupyterhub-systemdspawner ```
-
SudoSpawner (🥉14 · ⭐ 42) - 使用Systemd生成JupyterHub单用户笔记本服务器。BSD-3 +
WrapSpawner (🥉14 · ⭐ 54) - JupyterHub的生成器的运行时配置机制。BSD-3 -- [GitHub](https://github.com/jupyterhub/sudospawner) (👨‍💻 14 · 🔀 36 · 📦 35 · 📋 37 - 45% open · ⏱️ 10.09.2021): +- [GitHub](https://github.com/jupyterhub/wrapspawner) (👨‍💻 16 · 🔀 49 · 📦 7 · 📋 31 - 54% open · ⏱️ 04.03.2022): + + ``` + git clone https://github.com/jupyterhub/wrapspawner + ``` +
+
SudoSpawner (🥉14 · ⭐ 44 · 💤) - 使用Systemd生成JupyterHub单用户笔记本服务器。BSD-3 + +- [GitHub](https://github.com/jupyterhub/sudospawner) (👨‍💻 14 · 🔀 36 · 📦 40 · 📋 37 - 45% open · ⏱️ 10.09.2021): ``` git clone https://github.com/jupyterhub/sudospawner ``` -- [PyPi](https://pypi.org/project/sudospawner) (📥 810 / month): +- [PyPi](https://pypi.org/project/sudospawner) (📥 820 / month): ``` pip install sudospawner ```
-
WrapSpawner (🥉13 · ⭐ 49) - JupyterHub的生成器的运行时配置机制。BSD-3 +
FargateSpawner (🥉11 · ⭐ 36 · 💀) - 在Docker容器中生成JupyterHub单用户服务器。MIT -- [GitHub](https://github.com/jupyterhub/wrapspawner) (👨‍💻 16 · 🔀 42 · 📦 5 · 📋 28 - 53% open · ⏱️ 07.07.2021): +- [GitHub](https://github.com/uktrade/fargatespawner) (👨‍💻 3 · 🔀 20 · 📦 1 · 📋 11 - 54% open · ⏱️ 28.06.2020): ``` - git clone https://github.com/jupyterhub/wrapspawner + git clone https://github.com/uktrade/fargatespawner + ``` +- [PyPi](https://pypi.org/project/fargatespawner) (📥 240 / month): + ``` + pip install fargatespawner ```
-
YarnSpawner (🥉11 · ⭐ 19 · 💀) - 在Hadoop/YARN中生成JupyterHub单用户笔记本服务器。BSD-3 +
YarnSpawner (🥉10 · ⭐ 19 · 💀) - 在Hadoop/YARN中生成JupyterHub单用户笔记本服务器。BSD-3 - [GitHub](https://github.com/jupyterhub/yarnspawner) (👨‍💻 2 · 🔀 9 · 📋 9 - 55% open · ⏱️ 16.07.2019): ``` git clone https://github.com/jupyterhub/yarnspawner ``` -- [PyPi](https://pypi.org/project/jupyterhub-yarnspawner) (📥 65 / month): +- [PyPi](https://pypi.org/project/jupyterhub-yarnspawner) (📥 70 / month): ``` pip install jupyterhub-yarnspawner ``` -- [Conda](https://anaconda.org/conda-forge/jupyterhub-yarnspawner) (📥 25K · ⏱️ 17.11.2021): +- [Conda](https://anaconda.org/conda-forge/jupyterhub-yarnspawner) (📥 29K · ⏱️ 17.11.2021): ``` conda install -c conda-forge jupyterhub-yarnspawner ```
-
FargateSpawner (🥉10 · ⭐ 29 · 💀) - 在Docker容器中生成JupyterHub单用户服务器。MIT - -- [GitHub](https://github.com/uktrade/fargatespawner) (👨‍💻 3 · 🔀 19 · 📦 1 · 📋 9 - 55% open · ⏱️ 28.06.2020): - - ``` - git clone https://github.com/uktrade/fargatespawner - ``` -- [PyPi](https://pypi.org/project/fargatespawner) (📥 92 / month): - ``` - pip install fargatespawner - ``` -

## Jupyter组件 @@ -3666,50 +3650,50 @@ _启动、监视和停止单用户笔记本服务器的派生模块。_ _Jupyter架构的核心组件。_ -
ipython (🥇36 · ⭐ 15K) - Official repository for IPython itself. Other repos in the.. ❗Unlicensed +
ipython (🥇34 · ⭐ 15K) - Official repository for IPython itself. Other repos in the IPython.. BSD-3 -- [GitHub](https://github.com/ipython/ipython) (👨‍💻 850 · 🔀 4.1K · 📥 320K · 📦 240K · 📋 6.8K - 21% open · ⏱️ 21.12.2021): +- [GitHub](https://github.com/ipython/ipython) (👨‍💻 890 · 🔀 4.2K · 📥 320K · 📦 300K · 📋 7K - 20% open · ⏱️ 22.08.2022): ``` git clone https://github.com/ipython/ipython ``` -- [PyPi](https://pypi.org/project/ipython) (📥 19M / month): +- [PyPi](https://pypi.org/project/ipython) (📥 17M / month): ``` pip install ipython ``` -- [Conda](https://anaconda.org/conda-forge/ipython) (📥 9.1M · ⏱️ 02.12.2021): +- [Conda](https://anaconda.org/conda-forge/ipython) (📥 13M · ⏱️ 28.05.2022): ``` conda install -c conda-forge ipython ```
-
jupyter_server (🥉20 · ⭐ 280 · 📉) - The backendi.e. core services, APIs, and REST.. ❗Unlicensed +
jupyter_server (🥉21 · ⭐ 330) - The backendi.e. core services, APIs, and REST.. ❗Unlicensed -- [GitHub](https://github.com/jupyter-server/jupyter_server) (👨‍💻 450 · 🔀 140 · 📥 190 · 📋 220 - 30% open · ⏱️ 22.12.2021): +- [GitHub](https://github.com/jupyter-server/jupyter_server) (👨‍💻 480 · 🔀 180 · 📥 420 · 📋 290 - 35% open · ⏱️ 23.08.2022): ``` git clone https://github.com/jupyter-server/jupyter_server ``` -- [PyPi](https://pypi.org/project/jupyter_server) (📥 2.9M / month): +- [PyPi](https://pypi.org/project/jupyter_server) (📥 1.7M / month): ``` pip install jupyter_server ``` -- [Conda](https://anaconda.org/conda-forge/jupyter_server) (📥 1.1M · ⏱️ 09.12.2021): +- [Conda](https://anaconda.org/conda-forge/jupyter_server) (📥 2M · ⏱️ 06.07.2022): ``` conda install -c conda-forge jupyter_server ```
-
jupyter-packaging (🥉19 · ⭐ 42) - 帮助构建和安装Jupyter Python软件包的工具。BSD-3 +
jupyter-packaging (🥉19 · ⭐ 58) - 帮助构建和安装Jupyter Python软件包的工具。BSD-3 -- [GitHub](https://github.com/jupyter/jupyter-packaging) (👨‍💻 22 · 🔀 37 · 📋 31 - 32% open · ⏱️ 09.12.2021): +- [GitHub](https://github.com/jupyter/jupyter-packaging) (👨‍💻 29 · 🔀 44 · 📥 28 · 📋 39 - 28% open · ⏱️ 09.08.2022): ``` git clone https://github.com/jupyter/jupyter-packaging ``` -- [PyPi](https://pypi.org/project/jupyter-packaging) (📥 410K / month): +- [PyPi](https://pypi.org/project/jupyter-packaging) (📥 330K / month): ``` pip install jupyter-packaging ``` -- [Conda](https://anaconda.org/conda-forge/jupyter-packaging) (📥 190K · ⏱️ 15.11.2021): +- [Conda](https://anaconda.org/conda-forge/jupyter-packaging) (📥 300K · ⏱️ 14.07.2022): ``` conda install -c conda-forge jupyter-packaging ``` @@ -3720,58 +3704,58 @@ _Jupyter架构的核心组件。_ Back to top -
qtconsole (🥇32 · ⭐ 290) - Jupyter Qt Console. BSD-3 +
panel (🥇31 · ⭐ 2.1K) - 适用于Python的高级应用程序和仪表板解决方案。BSD-3 -- [GitHub](https://github.com/jupyter/qtconsole) (👨‍💻 110 · 🔀 160 · 📦 90K · 📋 290 - 33% open · ⏱️ 13.12.2021): +- [GitHub](https://github.com/holoviz/panel) (👨‍💻 100 · 🔀 270 · 📦 4K · 📋 1.9K - 28% open · ⏱️ 25.08.2022): ``` - git clone https://github.com/jupyter/qtconsole + git clone https://github.com/holoviz/panel ``` -- [PyPi](https://pypi.org/project/qtconsole) (📥 8.1M / month): +- [PyPi](https://pypi.org/project/panel) (📥 410K / month): ``` - pip install qtconsole + pip install panel ``` -- [Conda](https://anaconda.org/conda-forge/qtconsole) (📥 2.2M · ⏱️ 13.12.2021): +- [Conda](https://anaconda.org/conda-forge/panel) (📥 590K · ⏱️ 24.05.2022): ``` - conda install -c conda-forge qtconsole + conda install -c conda-forge panel ```
-
panel (🥈30 · ⭐ 1.5K) - 适用于Python的高级应用程序和仪表板解决方案。BSD-3 +
qtconsole (🥇31 · ⭐ 330) - Jupyter Qt Console. BSD-3 -- [GitHub](https://github.com/holoviz/panel) (👨‍💻 80 · 🔀 210 · 📦 2.5K · 📋 1.5K - 29% open · ⏱️ 23.12.2021): +- [GitHub](https://github.com/jupyter/qtconsole) (👨‍💻 120 · 🔀 170 · 📦 110K · 📋 310 - 30% open · ⏱️ 19.06.2022): ``` - git clone https://github.com/holoviz/panel + git clone https://github.com/jupyter/qtconsole ``` -- [PyPi](https://pypi.org/project/panel) (📥 320K / month): +- [PyPi](https://pypi.org/project/qtconsole) (📥 3.1M / month): ``` - pip install panel + pip install qtconsole ``` -- [Conda](https://anaconda.org/conda-forge/panel) (📥 350K · ⏱️ 09.12.2021): +- [Conda](https://anaconda.org/conda-forge/qtconsole) (📥 2.8M · ⏱️ 05.06.2022): ``` - conda install -c conda-forge panel + conda install -c conda-forge qtconsole ```
-
colabcode (🥉21 · ⭐ 1.7K) - 在Google Colab或Kaggle笔记本上运行VSCode(代码服务器)。MIT +
colabcode (🥉21 · ⭐ 1.8K · 💀) - 在Google Colab或Kaggle笔记本上运行VSCode(代码服务器)。MIT -- [GitHub](https://github.com/abhishekkrthakur/colabcode) (👨‍💻 8 · 🔀 220 · 📦 50 · 📋 62 - 51% open · ⏱️ 11.06.2021): +- [GitHub](https://github.com/abhishekkrthakur/colabcode) (👨‍💻 8 · 🔀 240 · 📦 78 · 📋 73 - 56% open · ⏱️ 11.06.2021): ``` git clone https://github.com/abhishekkrthakur/colabcode ``` -- [PyPi](https://pypi.org/project/colabcode) (📥 14K / month): +- [PyPi](https://pypi.org/project/colabcode) (📥 16K / month): ``` pip install colabcode ```
-
jupyter-console (🥉19 · ⭐ 190) - Jupyter终端控制台。❗Unlicensed +
jupyter-console (🥉20 · ⭐ 200) - Jupyter终端控制台。❗Unlicensed -- [GitHub](https://github.com/jupyter/jupyter_console) (👨‍💻 57 · 🔀 120 · 📋 140 - 41% open · ⏱️ 14.11.2021): +- [GitHub](https://github.com/jupyter/jupyter_console) (👨‍💻 59 · 🔀 130 · 📥 61 · 📋 140 - 38% open · ⏱️ 22.06.2022): ``` git clone https://github.com/jupyter/jupyter_console ``` -- [PyPi](https://pypi.org/project/jupyter-console) (📥 8.2M / month): +- [PyPi](https://pypi.org/project/jupyter-console) (📥 3.3M / month): ``` pip install jupyter-console ``` diff --git a/history/2022-08-25_changes.md b/history/2022-08-25_changes.md new file mode 100644 index 0000000..f5e92cf --- /dev/null +++ b/history/2022-08-25_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._ + +- Jupyter Client (🥈23 · ⭐ 280 · 📈) - Jupyter protocol client APIs. BSD-3 +- Contrib NBextensions (🥇21 · ⭐ 4.9K · 📈) - A collection of various notebook extensions for.. ❗Unlicensed +- ipytest (🥈20 · ⭐ 230 · 📈) - Pytest in IPython notebooks. MIT +- NBextensions Configurator (🥈19 · ⭐ 910 · 📈) - A jupyter notebook serverextension providing config.. ❗Unlicensed +- mkdocs-jupyter (🥉15 · ⭐ 150 · 📈) - Use Jupyter Notebook in mkdocs. Apache-2 + +## 📉 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 (🥇27 · ⭐ 10K · 📉) - Jupyter Interactive Notebook. ❗Unlicensed +- IPython Kernel (🥇22 · ⭐ 500 · 📉) - IPython Kernel for Jupyter. ❗Unlicensed +- nbformat (🥈19 · ⭐ 180 · 📉) - Reference implementation of the Jupyter Notebook format. ❗Unlicensed +- JupyterLab LSP (🥉12 · 📉) - Coding assistance for JupyterLab (code navigation + hover.. BSD-3 +- JupyterLab (🥉9 · 📉) - JupyterLab computational environment. ❗Unlicensed + diff --git a/history/2022-08-25_projects.csv b/history/2022-08-25_projects.csv new file mode 100644 index 0000000..ca457a6 --- /dev/null +++ b/history/2022-08-25_projects.csv @@ -0,0 +1,276 @@ +,name,show,description,homepage,resource,category,projectrank,github_id,pypi_id,conda_id,github_url,license,created_at,updated_at,last_commit_pushed_at,fork_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,github_release_downloads,monthly_downloads,release_count,dependent_project_count,github_dependent_project_count,contributor_count,pypi_url,pypi_monthly_downloads,conda_url,conda_latest_release_published_at,conda_total_downloads,projectrank_placing,npm_id,commit_count,npm_url,npm_monthly_downloads,updated_github_id,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,trending,go_id,cran_id,pypi,gem_id,hex_id,bitbucket_id +0,best-of-ml-python - Data Visualization,True,Python-based data visualization libraries.,https://github.com/ml-tooling/best-of-ml-python#data-visualization,True,widgets,0,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, +1,ipython,True,"Official repository for IPython itself. Other repos in the IPython organization contain things like the website,..",https://github.com/ipython/ipython,,components,34,ipython/ipython,ipython,conda-forge/ipython,https://github.com/ipython/ipython,BSD-3-Clause,2010-05-10 04:46:06.000,2022-08-23 18:17:47.000000,2022-08-22 12:25:49,4186.0,1452.0,5510.0,15476.0,2021-01-30 02:36:56,7.18.1,319189.0,17034097.0,73.0,299839.0,299839.0,894.0,https://pypi.org/project/ipython,16853804.0,https://anaconda.org/conda-forge/ipython,2022-05-28 16:47:29.603,13477701.0,1.0,,,,,,,,,,,,,,,,, +2,ipywidgets,True,Interactive Widgets for the Jupyter Notebook.,https://github.com/jupyter-widgets/ipywidgets,,widgets,34,jupyter-widgets/ipywidgets,ipywidgets,conda-forge/ipywidgets,https://github.com/jupyter-widgets/ipywidgets,BSD-3-Clause,2015-04-17 20:29:25.000,2022-08-24 10:00:26.000000,2022-08-23 17:41:55,829.0,569.0,1237.0,2559.0,2022-08-18 10:08:44,8.0.0,,7987556.0,40.0,4714.0,4714.0,197.0,https://pypi.org/project/ipywidgets,7831975.0,https://anaconda.org/conda-forge/ipywidgets,2022-08-19 20:53:09.445,5800278.0,1.0,@jupyter-widgets/jupyterlab-manager,7583.0,https://www.npmjs.com/package/@jupyter-widgets/jupyterlab-manager,79262.0,,,,,,,,,,,,, +3,pandas-profiling,True,Create HTML profiling reports from pandas DataFrame..,https://github.com/ydataai/pandas-profiling,,widgets,33,pandas-profiling/pandas-profiling,pandas-profiling,conda-forge/pandas-profiling,https://github.com/ydataai/pandas-profiling,MIT,2016-01-09 23:47:55.000,2022-08-25 13:23:38.000000,2022-08-24 22:34:05,1335.0,114.0,469.0,9412.0,2022-05-02 02:53:44,3.2.0,,1173084.0,32.0,8826.0,8826.0,92.0,https://pypi.org/project/pandas-profiling,1169315.0,https://anaconda.org/conda-forge/pandas-profiling,2022-05-02 10:58:37.618,271433.0,1.0,,1015.0,,,ydataai/pandas-profiling,,,,,,,,,,,, +4,panel,True,A high-level app and dashboarding solution for Python.,https://github.com/holoviz/panel,,others,31,holoviz/panel,panel,conda-forge/panel,https://github.com/holoviz/panel,BSD-3-Clause,2018-08-23 12:14:24.000,2022-08-25 14:14:17.000000,2022-08-25 14:13:53,274.0,546.0,1353.0,2063.0,2022-05-24 10:14:55,0.13.1,,420948.0,40.0,3959.0,3959.0,101.0,https://pypi.org/project/panel,408162.0,https://anaconda.org/conda-forge/panel,2022-05-24 21:55:47.367,588192.0,1.0,,2212.0,,,,,,,,,,,,,,, +5,nbconvert,True,Jupyter Notebook Conversion.,https://github.com/jupyter/nbconvert,,notebook-sharing,31,jupyter/nbconvert,nbconvert,conda-forge/nbconvert,https://github.com/jupyter/nbconvert,,2015-04-09 06:58:23.000,2022-08-23 07:15:28.466000,2022-08-22 14:39:37,478.0,428.0,591.0,1366.0,2022-08-22 14:34:43,7.0.0,,11812711.0,36.0,162169.0,162169.0,248.0,https://pypi.org/project/nbconvert,11708726.0,https://anaconda.org/conda-forge/nbconvert,2022-08-23 07:15:28.466,7902914.0,1.0,,,,,,,,,,,,,,,,, +6,qtconsole,True,Jupyter Qt Console.,https://github.com/jupyter/qtconsole,,others,31,jupyter/qtconsole,qtconsole,conda-forge/qtconsole,https://github.com/jupyter/qtconsole,BSD-3-Clause,2015-04-09 06:59:10.000,2022-08-09 16:17:44.000000,2022-06-19 17:26:07,167.0,96.0,216.0,326.0,,,,3122523.0,33.0,107653.0,107653.0,116.0,https://pypi.org/project/qtconsole,3084709.0,https://anaconda.org/conda-forge/qtconsole,2022-06-05 21:52:17.510,2836057.0,1.0,,1887.0,,,,,,,,,,,,,,, +7,ipyleaflet,True,A Jupyter - Leaflet.js bridge.,https://github.com/jupyter-widgets/ipyleaflet,,widgets,30,jupyter-widgets/ipyleaflet,ipyleaflet,conda-forge/ipyleaflet,https://github.com/jupyter-widgets/ipyleaflet,MIT,2014-05-07 16:32:10.000,2022-08-23 15:32:17.000000,2022-08-23 09:30:51,320.0,184.0,316.0,1288.0,2022-08-23 09:10:35,0.17.1,,174931.0,64.0,2631.0,2631.0,80.0,https://pypi.org/project/ipyleaflet,113577.0,https://anaconda.org/conda-forge/ipyleaflet,2022-08-23 09:37:45.585,872978.0,1.0,jupyter-leaflet,1129.0,https://www.npmjs.com/package/jupyter-leaflet,49715.0,,,,,,,,,,,,, +8,nikola,True,A static website and blog generator.,https://github.com/getnikola/nikola,,notebook-sharing,29,getnikola/nikola,nikola,,https://github.com/getnikola/nikola,MIT,2012-04-14 13:53:22.000,2022-08-02 17:57:54.000000,2022-08-02 17:57:54,346.0,44.0,2059.0,2321.0,2022-08-01 21:01:18,8.2.3,,1942.0,77.0,436.0,436.0,230.0,https://pypi.org/project/nikola,1942.0,,,,1.0,,10290.0,,,,,,,,,,,,,,, +9,bokeh,True,"Interactive Data Visualization in the browser, from Python.",https://github.com/bokeh/bokeh,,widgets,28,bokeh/bokeh,bokeh,conda-forge/bokeh,https://github.com/bokeh/bokeh,BSD-3-Clause,2012-03-26 15:40:01.000,2022-08-24 18:52:45.000000,2022-08-24 17:39:26,3878.0,684.0,6273.0,16625.0,,,,3756752.0,45.0,151.0,151.0,612.0,https://pypi.org/project/bokeh,3627915.0,https://anaconda.org/conda-forge/bokeh,2022-08-15 18:06:05.668,8245578.0,1.0,,,,,,,,,,,,,,,,, +10,Jupyter,True,Jupyter Interactive Notebook.,https://github.com/jupyter/notebook,,notebook-environments,27,jupyter/notebook,notebook,conda-forge/jupyter,https://github.com/jupyter/notebook,,2015-04-09 06:58:03.000,2022-08-25 06:51:55.000000,2022-08-25 06:51:55,3762.0,1985.0,2466.0,10243.0,2022-06-15 01:21:43,6.4.12,8818.0,11081218.0,38.0,10.0,10.0,614.0,https://pypi.org/project/notebook,10736437.0,https://anaconda.org/conda-forge/jupyter,2021-11-18 11:10:17.899,2276396.0,1.0,,,,,,jupyter/datascience-notebook,https://hub.docker.com/r/jupyter/datascience-notebook,2022-08-23 21:16:23.556183,939.0,27339494.0,-10.0,,,,,, +11,Jupytext,True,"Jupyter Notebooks as Markdown Documents, Julia, Python or R scripts.",https://github.com/mwouts/jupytext,,notebook-sharing,27,mwouts/jupytext,jupytext,conda-forge/jupytext,https://github.com/mwouts/jupytext,MIT,2018-06-15 05:25:36.000,2022-08-14 23:11:31.000000,2022-07-29 10:20:53,351.0,67.0,463.0,5533.0,2022-07-29 10:56:48,1.14.1,,279861.0,100.0,3192.0,3192.0,72.0,https://pypi.org/project/jupytext,264933.0,https://anaconda.org/conda-forge/jupytext,2022-07-03 18:12:05.254,378604.0,1.0,jupyterlab-jupytext,,https://www.npmjs.com/package/jupyterlab-jupytext,6515.0,,,,,,,,,,,,, +12,D-Tale,True,Visualizer for Pandas Data Structures.,https://github.com/man-group/dtale,,widgets,27,man-group/dtale,dtale,conda-forge/dtale,https://github.com/man-group/dtale,LGPL-2.1,2019-07-15 09:34:48.000,2022-08-14 19:16:00.000000,2022-08-07 17:10:54,294.0,42.0,431.0,3602.0,2022-08-07 19:29:08,2.7.1,,107862.0,112.0,455.0,455.0,27.0,https://pypi.org/project/dtale,103019.0,https://anaconda.org/conda-forge/dtale,2022-08-07 22:53:15.855,145291.0,1.0,,618.0,,,,,,,,,,,,,,, +13,bqplot,True,Plotting library for IPython/Jupyter notebooks.,https://github.com/bqplot/bqplot,,widgets,27,bqplot/bqplot,bqplot,conda-forge/bqplot,https://github.com/bqplot/bqplot,Apache-2.0,2015-09-26 04:02:18.000,2022-08-22 19:17:03.000000,2022-08-22 18:51:06,438.0,209.0,360.0,3338.0,2022-08-22 14:47:27,0.12.34,,105411.0,57.0,34.0,34.0,59.0,https://pypi.org/project/bqplot,82442.0,https://anaconda.org/conda-forge/bqplot,2022-08-22 19:02:03.194,1021618.0,1.0,bqplot,3532.0,https://www.npmjs.com/package/bqplot,9348.0,,,,,,,,,,,,, +14,ipyvolume,True,3d plotting for Python in the Jupyter notebook based on IPython..,https://github.com/widgetti/ipyvolume,,widgets,27,maartenbreddels/ipyvolume,ipyvolume,conda-forge/ipyvolume,https://github.com/widgetti/ipyvolume,MIT,2016-12-21 15:30:13.000,2022-08-19 08:14:48.000000,2022-07-26 13:21:25,222.0,169.0,128.0,1778.0,2018-06-11 13:56:17,0.4.5,,63912.0,16.0,844.0,844.0,41.0,https://pypi.org/project/ipyvolume,56120.0,https://anaconda.org/conda-forge/ipyvolume,2021-04-20 13:21:49.451,375419.0,1.0,ipyvolume,974.0,https://www.npmjs.com/package/ipyvolume,2104.0,widgetti/ipyvolume,,,,,,,,,,,, +15,ipython-sql,True,"%%sql magic for IPython, hopefully evolving into full SQL client.",https://github.com/catherinedevlin/ipython-sql,,magic,27,catherinedevlin/ipython-sql,ipython-sql,conda-forge/ipython-sql,https://github.com/catherinedevlin/ipython-sql,MIT,2013-03-20 16:41:10.000,2022-07-28 00:45:28.000000,2022-06-12 04:14:20,248.0,100.0,40.0,1553.0,,,,110147.0,3.0,3373.0,3373.0,53.0,https://pypi.org/project/ipython-sql,107864.0,https://anaconda.org/conda-forge/ipython-sql,2021-11-13 15:23:35.182,164381.0,1.0,,285.0,,,,,,,,,,,,,,, +16,jupyter-matplotlib,True,Matplotlib Jupyter Integration.,https://github.com/matplotlib/ipympl,,widgets,27,matplotlib/ipympl,ipympl,,https://github.com/matplotlib/ipympl,BSD-3-Clause,2016-07-21 14:38:56.000,2022-08-22 09:58:02.000000,2022-08-22 09:53:38,188.0,115.0,143.0,1335.0,2022-08-22 09:55:02,0.9.2,,172100.0,27.0,3727.0,3727.0,28.0,https://pypi.org/project/ipympl,145088.0,,,,1.0,jupyter-matplotlib,,https://www.npmjs.com/package/jupyter-matplotlib,27012.0,,,,,,,,,,,,, +17,JupyterLab Git,True,A Git extension for JupyterLab.,https://github.com/jupyterlab/jupyterlab-git,,lab-extensions,27,jupyterlab/jupyterlab-git,jupyterlab-git,conda-forge/jupyterlab-git,https://github.com/jupyterlab/jupyterlab-git,BSD-3-Clause,2017-06-20 17:31:00.000,2022-08-25 10:23:25.000000,2022-08-25 10:23:24,229.0,80.0,449.0,1136.0,2022-08-19 13:47:49,0.39.0,,155636.0,43.0,15.0,15.0,76.0,https://pypi.org/project/jupyterlab-git,150272.0,https://anaconda.org/conda-forge/jupyterlab-git,2022-08-19 17:02:14.842,236021.0,1.0,,1791.0,,,,,,,,,,,,,,, +18,jupyter-dash,True,Develop Dash apps in the Jupyter Notebook and JupyterLab.,https://github.com/plotly/jupyter-dash,,widgets,27,plotly/jupyter-dash,jupyter-dash,,https://github.com/plotly/jupyter-dash,MIT,2020-04-26 18:43:59.000,2022-06-28 17:24:24.000000,2022-06-28 17:24:21,208.0,39.0,23.0,798.0,2022-04-01 20:13:44,0.4.2,77.0,365277.0,11.0,1807.0,1807.0,10.0,https://pypi.org/project/jupyter-dash,365275.0,,,,1.0,,156.0,,,,,,,,,,,,,,, +19,papermill,True,"Parameterize, execute, and analyze notebooks.",https://github.com/nteract/papermill,,widgets,26,nteract/papermill,papermill,conda-forge/papermill,https://github.com/nteract/papermill,BSD-3-Clause,2017-07-06 17:17:53.000,2022-08-15 07:33:19.000000,2022-08-15 07:33:10,358.0,105.0,239.0,4850.0,,,,873402.0,17.0,2368.0,2368.0,104.0,https://pypi.org/project/papermill,867222.0,https://anaconda.org/conda-forge/papermill,2022-01-23 14:55:30.846,296655.0,2.0,,,,,,,,,,,,,,,,, +20,Voila,True,Voil turns Jupyter notebooks into standalone web applications.,https://github.com/voila-dashboards/voila,,notebook-sharing,26,voila-dashboards/voila,voila,conda-forge/voila,https://github.com/voila-dashboards/voila,,2018-08-21 14:21:42.000,2022-08-25 13:07:26.000000,2022-08-11 08:22:57,419.0,244.0,365.0,4286.0,2022-07-18 20:31:49,0.3.6,294.0,61395.0,59.0,7236.0,7236.0,61.0,https://pypi.org/project/voila,53719.0,https://anaconda.org/conda-forge/voila,2022-07-18 23:28:25.603,202937.0,2.0,@jupyter-voila/jupyterlab-preview,,https://www.npmjs.com/package/@jupyter-voila/jupyterlab-preview,3239.0,,,,,,,,,,,,, +21,sparkmagic,True,Jupyter magics and kernels for working with remote Spark clusters.,https://github.com/jupyter-incubator/sparkmagic,,magic,26,jupyter-incubator/sparkmagic,sparkmagic,conda-forge/sparkmagic,https://github.com/jupyter-incubator/sparkmagic,,2015-09-21 15:35:25.000,2022-07-19 16:53:06.000000,2022-05-02 22:12:52,382.0,129.0,271.0,1155.0,2022-05-02 22:17:21,0.20.0,,36485.0,17.0,248.0,248.0,57.0,https://pypi.org/project/sparkmagic,35635.0,https://anaconda.org/conda-forge/sparkmagic,2022-05-09 18:27:42.421,51048.0,1.0,,1212.0,,,,,,,,,,,,,,, +22,nbclient,True,A client library for executing notebooks. Formally nbconvert's..,https://github.com/jupyter/nbclient,,notebook-tools,26,jupyter/nbclient,nbclient,conda-forge/nbclient,https://github.com/jupyter/nbclient,,2020-01-13 17:29:49.000,2022-08-23 12:55:44.217000,2022-08-23 08:20:01,45.0,29.0,62.0,101.0,2022-08-23 08:20:44,0.6.7,88.0,9699950.0,26.0,66577.0,66577.0,33.0,https://pypi.org/project/nbclient,9529379.0,https://anaconda.org/conda-forge/nbclient,2022-08-23 12:55:44.217,5116936.0,1.0,,,,,,,,,,,,,,,,, +23,JupyterHub,True,Multi-user server for Jupyter notebooks.,https://github.com/jupyterhub/jupyterhub,,notebook-environments,25,jupyterhub/jupyterhub,jupyterhub,conda-forge/jupyterhub,https://github.com/jupyterhub/jupyterhub,,2014-06-12 23:22:10.000,2022-08-25 12:37:11.000000,2022-08-24 18:01:20,1676.0,118.0,2014.0,7087.0,,,,168436.0,32.0,1851.0,1851.0,280.0,https://pypi.org/project/jupyterhub,132477.0,https://anaconda.org/conda-forge/jupyterhub,2022-06-06 18:07:49.815,649066.0,1.0,,,,,,jupyterhub/jupyterhub,https://hub.docker.com/r/jupyterhub/jupyterhub,2022-08-19 16:02:48.631566,313.0,2675980.0,,,,,,, +24,facets-overview,True,Visualizations for machine learning datasets.,https://github.com/PAIR-code/facets,,widgets,25,pair-code/facets,facets-overview,,https://github.com/PAIR-code/facets,Apache-2.0,2017-07-07 14:03:03.000,2021-11-29 10:48:23.000000,2021-05-06 12:01:05,853.0,76.0,76.0,7000.0,2019-07-01 16:35:20,1.0.0,,286675.0,4.0,129.0,129.0,28.0,https://pypi.org/project/facets-overview,286675.0,,,,2.0,,264.0,,,,,,,,,,,,,,, +25,nteract,True,The interactive computing suite for you!.,https://github.com/nteract/nteract,,notebook-environments,25,nteract/nteract,nteract_on_jupyter,,https://github.com/nteract/nteract,BSD-3-Clause,2015-06-15 23:21:49.000,2022-08-22 16:39:27.000000,2022-07-23 17:29:08,528.0,159.0,1520.0,5871.0,2021-01-26 05:18:38,0.28.0,1364174.0,20561.0,66.0,,,175.0,https://pypi.org/project/nteract_on_jupyter,2373.0,,,,1.0,,10501.0,,,,,,,,,,,,,,, +26,PixieDust,True,Python Helper library for Jupyter Notebooks.,https://github.com/pixiedust/pixiedust,,notebook-tools,25,pixiedust/pixiedust,pixiedust,conda-forge/pixiedust,https://github.com/pixiedust/pixiedust,Apache-2.0,2016-07-01 17:34:14.000,2021-02-16 04:46:42.000000,2021-02-16 04:46:41,159.0,164.0,260.0,1026.0,2019-12-04 15:06:08,1.1.18,,12254.0,19.0,239.0,239.0,33.0,https://pypi.org/project/pixiedust,11080.0,https://anaconda.org/conda-forge/pixiedust,2021-02-06 13:20:07.331,38765.0,1.0,,2157.0,,,,,,,,,,,,,,, +27,nbdev,True,Create delightful python projects using Jupyter Notebooks.,https://github.com/fastai/nbdev,,notebook-tools,24,fastai/nbdev,nbdev,,https://github.com/fastai/nbdev,Apache-2.0,2019-11-18 17:37:35.000,2022-08-25 14:06:12.000000,2022-08-25 14:04:18,358.0,33.0,524.0,3602.0,2022-08-21 01:17:43,2.2.6,,95578.0,12.0,,,20.0,https://pypi.org/project/nbdev,95578.0,,,,1.0,,1118.0,,,,,,,,,,,,,,, +28,RISE,True,RISE: Live Reveal.js Jupyter/IPython Slideshow Extension.,https://github.com/damianavila/RISE,,notebook-sharing,24,damianavila/RISE,RISE,conda-forge/rise,https://github.com/damianavila/RISE,,2013-08-26 18:55:36.000,2022-08-05 09:22:34.000000,2022-03-28 15:25:07,381.0,142.0,285.0,3336.0,,,,10026.0,9.0,1952.0,1952.0,41.0,https://pypi.org/project/RISE,5948.0,https://anaconda.org/conda-forge/rise,2021-11-16 18:12:02.058,220264.0,2.0,,751.0,,,,,,,,,,,,,,, +29,Jupyter Book,True,"Build interactive, publication-quality documents from Jupyter..",https://github.com/executablebooks/jupyter-book,,notebook-sharing,24,executablebooks/jupyter-book,jupyter-book,,https://github.com/executablebooks/jupyter-book,BSD-3-Clause,2018-06-14 01:55:51.000,2022-08-23 20:37:13.000000,2022-08-21 05:08:47,497.0,464.0,664.0,3009.0,2022-08-16 07:13:52,0.13.1,,52272.0,38.0,,,111.0,https://pypi.org/project/jupyter-book,52272.0,,,,2.0,,1379.0,,,,,,,,,,,,,,, +30,pythreejs,True,A Jupyter - Three.js bridge.,https://github.com/jupyter-widgets/pythreejs,,widgets,24,jupyter-widgets/pythreejs,pythreejs,conda-forge/pythreejs,https://github.com/jupyter-widgets/pythreejs,,2013-12-23 17:02:11.000,2022-08-25 13:38:05.000000,2022-08-25 13:37:51,172.0,51.0,165.0,829.0,2022-08-24 09:43:58,2.3.0,,75143.0,16.0,21.0,21.0,30.0,https://pypi.org/project/pythreejs,65071.0,https://anaconda.org/conda-forge/pythreejs,2022-08-25 09:57:28.021,408286.0,2.0,jupyter-threejs,1715.0,https://www.npmjs.com/package/jupyter-threejs,4629.0,,,,,,,,,,,,, +31,ipycanvas,True,Interactive Canvas in Jupyter.,https://github.com/martinRenou/ipycanvas,,widgets,24,martinRenou/ipycanvas,ipycanvas,conda-forge/ipycanvas,https://github.com/martinRenou/ipycanvas,BSD-3-Clause,2019-07-06 12:55:29.000,2022-08-25 10:24:58.000000,2022-08-25 10:24:58,51.0,41.0,71.0,626.0,2022-08-19 08:36:54,0.12.1,,28727.0,31.0,775.0,775.0,20.0,https://pypi.org/project/ipycanvas,26446.0,https://anaconda.org/conda-forge/ipycanvas,2022-08-19 08:44:29.507,79841.0,2.0,,458.0,,,,,,,,,,,,,,, +32,qgrid,True,"An interactive grid for sorting, filtering, and editing DataFrames..",https://github.com/quantopian/qgrid,,widgets,23,quantopian/qgrid,qgrid,conda-forge/qgrid,https://github.com/quantopian/qgrid,Apache-2.0,2014-09-30 04:33:20.000,2022-08-21 08:28:24.000000,2020-04-07 18:56:49,389.0,149.0,125.0,2884.0,2020-04-07 16:34:17,1.3.1,,76588.0,21.0,,,30.0,https://pypi.org/project/qgrid,69050.0,https://anaconda.org/conda-forge/qgrid,2021-03-04 10:14:48.336,357001.0,2.0,qgrid,405.0,https://www.npmjs.com/package/qgrid,927.0,,,,,,,,,,,,, +33,nbdime,True,Tools for diffing and merging of Jupyter notebooks.,https://github.com/jupyter/nbdime,,notebook-sharing,23,jupyter/nbdime,nbdime,conda-forge/nbdime,https://github.com/jupyter/nbdime,,2015-11-16 09:25:53.000,2022-07-05 16:29:00.000000,2022-07-05 16:29:00,131.0,63.0,221.0,2275.0,,,,412503.0,21.0,79.0,79.0,40.0,https://pypi.org/project/nbdime,263121.0,https://anaconda.org/conda-forge/nbdime,2021-10-26 17:29:52.628,612413.0,2.0,nbdime-jupyterlab,1965.0,https://www.npmjs.com/package/nbdime-jupyterlab,140376.0,,,,,,,,,,,,, +34,watermark,True,"An IPython magic extension for printing date and time stamps, version..",https://github.com/rasbt/watermark,,magic,23,rasbt/watermark,watermark,conda-forge/watermark,https://github.com/rasbt/watermark,BSD-3-Clause,2014-07-30 03:46:33.000,2022-05-30 23:29:14.790000,2022-05-27 13:53:40,81.0,16.0,28.0,714.0,2022-05-27 13:54:28,2.3.1,,30802.0,16.0,1566.0,1566.0,19.0,https://pypi.org/project/watermark,27696.0,https://anaconda.org/conda-forge/watermark,2022-05-30 23:29:14.790,217432.0,2.0,,97.0,,,,,,,,,,,,,,, +35,Stencila,True,Living documents for reproducible research.,https://github.com/stencila/stencila,,notebook-sharing,23,stencila/stencila,,,https://github.com/stencila/stencila,Apache-2.0,2012-05-31 02:43:31.000,2022-08-25 01:40:55.000000,2022-07-29 06:53:17,34.0,65.0,497.0,647.0,2022-07-29 06:53:21,1.16.0,3136.0,735.0,100.0,17.0,17.0,34.0,,,,,,2.0,stencila,9651.0,https://www.npmjs.com/package/stencila,361.0,,stencila/cloud,https://hub.docker.com/r/stencila/cloud,2019-04-08 04:14:51.284193,,16465.0,,,,,,, +36,nbval,True,A py.test plugin to validate Jupyter notebooks.,https://github.com/computationalmodelling/nbval,,notebook-tools,23,computationalmodelling/nbval,nbval,conda-forge/nbval,https://github.com/computationalmodelling/nbval,,2015-04-09 09:40:33.000,2022-08-20 18:11:25.000000,2022-01-05 15:51:17,42.0,36.0,62.0,387.0,,,,114075.0,8.0,1640.0,1640.0,29.0,https://pypi.org/project/nbval,110503.0,https://anaconda.org/conda-forge/nbval,2020-07-31 11:51:06.985,228660.0,2.0,,446.0,,,,,,,,,,,,,,, +37,Jupyter Client,True,Jupyter protocol client APIs.,https://github.com/jupyter/jupyter_client,,notebook-tools,23,jupyter/jupyter_client,jupyter-client,,https://github.com/jupyter/jupyter_client,BSD-3-Clause,2015-04-09 06:57:29.000,2022-08-23 06:44:11.000000,2022-08-23 06:44:08,229.0,141.0,182.0,283.0,2022-06-08 20:05:27,7.3.4,322.0,11834125.0,19.0,,,119.0,https://pypi.org/project/jupyter-client,11834099.0,,,,2.0,,,,,,,,,,,6.0,,,,,, +38,ipywebrtc,True,WebRTC for Jupyter notebook/lab.,https://github.com/maartenbreddels/ipywebrtc,,widgets,23,maartenbreddels/ipywebrtc,ipywebrtc,conda-forge/ipywebrtc,https://github.com/maartenbreddels/ipywebrtc,MIT,2017-08-10 18:07:51.000,2022-07-20 12:23:11.000000,2021-03-29 11:25:59,33.0,31.0,20.0,212.0,,,,61200.0,8.0,570.0,570.0,9.0,https://pypi.org/project/ipywebrtc,56443.0,https://anaconda.org/conda-forge/ipywebrtc,2021-03-29 11:48:21.469,264832.0,2.0,jupyter-webrtc,209.0,https://www.npmjs.com/package/jupyter-webrtc,344.0,,,,,,,,,,,,, +39,ipycytoscape,True,A Cytoscape Jupyter widget.,https://github.com/cytoscape/ipycytoscape,,widgets,23,QuantStack/ipycytoscape,,conda-forge/ipycytoscape,https://github.com/cytoscape/ipycytoscape,BSD-3-Clause,2020-02-05 13:46:52.000,2022-07-21 01:25:53.000000,2022-05-20 15:19:36,55.0,59.0,99.0,200.0,2022-03-28 22:52:15,1.3.1,3.0,1915.0,19.0,78.0,78.0,32.0,,,https://anaconda.org/conda-forge/ipycytoscape,2022-04-05 02:28:16.580,55537.0,2.0,,709.0,,,cytoscape/ipycytoscape,,,,,,,,,,,, +40,Docker Stacks,True,Ready-to-run Docker images containing Jupyter applications.,https://github.com/jupyter/docker-stacks,,notebook-environments,22,jupyter/docker-stacks,,,https://github.com/jupyter/docker-stacks,BSD-3-Clause,2015-07-15 15:30:00.000,2022-08-23 21:22:41.660605,2022-08-23 20:03:24,2606.0,39.0,730.0,7183.0,,,,1012840.0,,,,222.0,,,,,,2.0,,,,,,jupyter/scipy-notebook,https://hub.docker.com/r/jupyter/scipy-notebook,2022-08-23 21:22:41.660605,357.0,86091472.0,,,,,,, +41,gophernotes,True,The Go kernel for Jupyter notebooks and nteract.,https://github.com/gopherdata/gophernotes,,kernels,22,gopherdata/gophernotes,,,https://github.com/gopherdata/gophernotes,MIT,2016-01-22 19:22:16.000,2022-07-08 21:14:08.000000,2022-07-08 21:12:48,223.0,49.0,125.0,3350.0,2022-05-31 17:34:28,0.7.5,40.0,1085.0,17.0,8.0,8.0,29.0,,,,,,1.0,,400.0,,,,gopherdata/gophernotes,https://hub.docker.com/r/gopherdata/gophernotes,2018-12-22 19:00:35.934804,7.0,85718.0,,github.com/gopherdata/gophernotes,,,,, +42,BeakerX,True,Beaker Extensions for Jupyter Notebook.,https://github.com/twosigma/beakerx,,notebook-tools,22,twosigma/beakerx,beakerx,conda-forge/beakerx,https://github.com/twosigma/beakerx,Apache-2.0,2013-12-03 14:16:36.000,2021-11-18 19:15:17.218000,2021-01-21 14:02:57,372.0,349.0,4174.0,2677.0,2018-12-04 18:27:21,1.3.0,31.0,16871.0,39.0,,,43.0,https://pypi.org/project/beakerx,4841.0,https://anaconda.org/conda-forge/beakerx,2021-11-18 19:15:17.218,532861.0,2.0,beakerx,1689.0,https://www.npmjs.com/package/beakerx,607.0,,beakerx/beakerx,https://hub.docker.com/r/beakerx/beakerx,2018-12-02 20:23:21.082606,23.0,248823.0,,,,,,, +43,elyra,True,Elyra extends JupyterLab Notebooks with an AI centric approach.,https://github.com/elyra-ai/elyra,,lab-extensions,22,elyra-ai/elyra,elyra,conda-forge/elyra,https://github.com/elyra-ai/elyra,Apache-2.0,2019-10-22 21:37:58.000,2022-08-24 20:49:03.000000,2022-08-24 20:49:02,258.0,221.0,1263.0,1424.0,2022-08-23 17:15:42,3.11.0,,4352.0,22.0,32.0,32.0,54.0,https://pypi.org/project/elyra,3650.0,https://anaconda.org/conda-forge/elyra,2022-08-24 07:08:57.109,16853.0,1.0,,,,,,,,,,,,,,,,, +44,Mapbox GL,True,Use Mapbox GL JS to visualize data in a Python Jupyter notebook.,https://github.com/mapbox/mapboxgl-jupyter,,widgets,22,mapbox/mapboxgl-jupyter,mapboxgl,,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,129.0,32.0,67.0,615.0,2019-06-03 21:24:10,0.10.2,,11335.0,14.0,140.0,140.0,21.0,https://pypi.org/project/mapboxgl,11335.0,,,,2.0,,221.0,,,,,,,,,,,,,,, +45,IPython Kernel,True,IPython Kernel for Jupyter.,https://github.com/ipython/ipykernel,,kernels,22,ipython/ipykernel,ipykernel,ipykernel,https://github.com/ipython/ipykernel,,2015-04-09 07:44:14.000,2022-08-22 22:59:54.000000,2022-08-22 22:59:52,300.0,213.0,202.0,502.0,2022-07-08 10:58:07,6.15.1,525.0,10332202.0,35.0,,,155.0,https://pypi.org/project/ipykernel,10327525.0,https://anaconda.org/anaconda/ipykernel,2022-05-02 20:19:38.840,376005.0,1.0,,,,,,,,,,,-7.0,,,,,, +46,OAuthenticator,True,OAuth + JupyterHub Authenticator = OAuthenticator.,https://github.com/jupyterhub/oauthenticator,,hub-auth,22,jupyterhub/oauthenticator,oauthenticator,conda-forge/oauthenticator,https://github.com/jupyterhub/oauthenticator,BSD-3-Clause,2014-09-23 21:37:06.000,2022-08-23 09:51:01.000000,2022-08-23 09:50:57,309.0,31.0,197.0,343.0,,,,40321.0,14.0,287.0,287.0,107.0,https://pypi.org/project/oauthenticator,39654.0,https://anaconda.org/conda-forge/oauthenticator,2022-06-09 13:33:38.024,26704.0,1.0,,,,,,,,,,,,,,,,, +47,sos,True,SoS workflow system for daily data analysis.,https://github.com/vatlab/sos,,notebook-environments,22,vatlab/SOS,,,https://github.com/vatlab/sos,BSD-3-Clause,2016-02-13 00:46:46.000,2022-06-21 19:01:41.000000,2022-06-21 19:01:37,30.0,60.0,1367.0,231.0,2019-05-21 01:06:30,0.9.11,,,51.0,2651.0,2651.0,36.0,,,,,,2.0,,7578.0,,,,,,,,,,,,,,, +48,LDAP Authenticator,True,LDAP Authenticator Plugin for Jupyter.,https://github.com/jupyterhub/ldapauthenticator,,hub-auth,22,jupyterhub/ldapauthenticator,jupyterhub-ldapauthenticator,conda-forge/jupyterhub-ldapauthenticator,https://github.com/jupyterhub/ldapauthenticator,BSD-3-Clause,2016-01-17 05:11:49.000,2022-03-31 15:56:58.000000,2021-06-27 18:55:19,151.0,56.0,80.0,177.0,2018-06-14 12:02:35,1.2.2,,6987.0,3.0,95.0,95.0,31.0,https://pypi.org/project/jupyterhub-ldapauthenticator,6470.0,https://anaconda.org/conda-forge/jupyterhub-ldapauthenticator,2020-08-28 14:10:52.507,25866.0,1.0,,167.0,,,,,,,,,,,,,,, +49,Jupyter Sphinx,True,Sphinx extension for rendering of Jupyter interactive widgets.,https://github.com/jupyter/jupyter-sphinx,,notebook-tools,22,jupyter/jupyter-sphinx,jupyter_sphinx,,https://github.com/jupyter/jupyter-sphinx,BSD-3-Clause,2016-11-15 18:36:37.000,2022-06-25 19:35:21.000000,2022-06-25 19:26:22,50.0,41.0,83.0,154.0,2022-06-25 19:35:21,0.4.0,,128735.0,4.0,,,25.0,https://pypi.org/project/jupyter_sphinx,128735.0,,,,2.0,,372.0,,,,,,,,,,,,,,, +50,Knowledge Repo,True,A next-generation curated knowledge sharing platform for..,https://github.com/airbnb/knowledge-repo,,notebook-sharing,21,airbnb/knowledge-repo,knowledge-repo,,https://github.com/airbnb/knowledge-repo,Apache-2.0,2016-08-17 23:32:50.000,2022-08-17 07:13:17.000000,2022-08-17 07:13:17,651.0,121.0,166.0,5165.0,2022-04-08 03:02:43,0.9.1,,278.0,31.0,,,68.0,https://pypi.org/project/knowledge-repo,278.0,,,,2.0,,1013.0,,,,,,,,,,,,,,, +51,Contrib NBextensions,True,A collection of various notebook extensions for Jupyter.,https://github.com/ipython-contrib/jupyter_contrib_nbextensions,,jupyter-extensions,21,ipython-contrib/jupyter_contrib_nbextensions,jupyter_contrib_nbextensions,,https://github.com/ipython-contrib/jupyter_contrib_nbextensions,,2013-07-13 17:05:16.000,2022-08-19 14:33:20.000000,2022-07-17 11:19:32,766.0,320.0,452.0,4894.0,2019-01-02 12:23:07,0.5.1,,297297.0,1.0,,,130.0,https://pypi.org/project/jupyter_contrib_nbextensions,297297.0,,,,1.0,,2629.0,,,,,,,,,5.0,,,,,, +52,Perspective,True,Streaming pivot visualization via WebAssembly.,https://github.com/finos/perspective,,lab-extensions,21,finos/perspective,perspective-python,,https://github.com/finos/perspective,Apache-2.0,2017-11-02 16:27:54.000,2022-08-25 05:37:50.000000,2022-08-23 01:25:46,493.0,78.0,467.0,4810.0,,,,4416.0,,4.0,4.0,72.0,https://pypi.org/project/perspective-python,2974.0,,,,1.0,@finos/perspective-jupyterlab,5331.0,https://www.npmjs.com/package/@finos/perspective-jupyterlab,1442.0,,,,,,,,,,,,, +53,colabcode,True,Run VSCode (codeserver) on Google Colab or Kaggle Notebooks.,https://github.com/abhishekkrthakur/colabcode,,others,21,abhishekkrthakur/colabcode,colabcode,,https://github.com/abhishekkrthakur/colabcode,MIT,2020-09-09 10:06:26.000,2022-08-22 10:08:00.000000,2021-06-11 15:16:36,242.0,41.0,32.0,1810.0,,,,16285.0,,78.0,78.0,8.0,https://pypi.org/project/colabcode,16285.0,,,,3.0,,44.0,,,,,,,,,,,,,,, +54,IRkernel,True,R kernel for Jupyter.,https://github.com/IRkernel/IRkernel,,kernels,21,IRkernel/IRkernel,,r/r-irkernel,https://github.com/IRkernel/IRkernel,MIT,2014-02-26 02:57:07.000,2022-08-23 21:22:47.055249,2022-06-24 09:09:04,286.0,56.0,510.0,1558.0,2022-01-03 22:04:04,1.3,,14109.0,17.0,,,41.0,,,https://anaconda.org/r/r-irkernel,2022-05-31 20:41:46.649,81995.0,1.0,,589.0,,,,jupyter/r-notebook,https://hub.docker.com/r/jupyter/r-notebook,2022-08-23 21:22:47.055249,44.0,1344228.0,,,IRkernel,,,, +55,repo2docker,True,Turn repositories into Jupyter-enabled Docker images.,https://github.com/jupyterhub/repo2docker,,notebook-tools,21,jupyterhub/repo2docker,jupyter-repo2docker,,https://github.com/jupyterhub/repo2docker,BSD-3-Clause,2017-05-09 08:36:30.000,2022-08-24 13:37:03.000000,2022-08-24 13:37:02,296.0,149.0,325.0,1373.0,2022-02-06 14:43:19,2022.02.0,,4997.0,11.0,162.0,162.0,112.0,https://pypi.org/project/jupyter-repo2docker,4997.0,,,,2.0,,,,,,,,,,,,,,,,, +56,DataLab,True,Interactive tools and developer experiences for Big Data on..,https://github.com/googledatalab/datalab,,notebook-environments,21,googledatalab/datalab,datalab,,https://github.com/googledatalab/datalab,Apache-2.0,2014-08-06 18:37:34.000,2022-03-18 08:36:18.000000,2021-08-16 17:52:48,246.0,224.0,667.0,977.0,2021-08-16 19:04:35,1.2.20210816,,55692.0,19.0,,,52.0,https://pypi.org/project/datalab,55692.0,,,,2.0,,2054.0,,,,,,,,,,,,,,, +57,DockerSpawner,True,Spawns JupyterHub single user servers in Docker containers.,https://github.com/jupyterhub/dockerspawner,,hub-spawners,21,jupyterhub/dockerspawner,dockerspawner,conda-forge/dockerspawner,https://github.com/jupyterhub/dockerspawner,BSD-3-Clause,2014-09-26 20:08:26.000,2022-08-22 22:23:26.000000,2022-07-05 08:59:36,274.0,17.0,239.0,430.0,,,,8858.0,4.0,131.0,131.0,64.0,https://pypi.org/project/dockerspawner,8564.0,https://anaconda.org/conda-forge/dockerspawner,2021-08-17 09:21:01.475,13243.0,1.0,,,,,,,,,,,,,,,,, +58,Resource Usage,True,Jupyter Notebook Extension for monitoring your own Resource..,https://github.com/jupyter-server/jupyter-resource-usage,,jupyter-extensions,21,jupyter-server/jupyter-resource-usage,jupyter-resource-usage,conda-forge/nbresuse,https://github.com/jupyter-server/jupyter-resource-usage,BSD-2-Clause,2016-04-22 07:01:34.000,2022-08-24 21:17:43.000000,2022-08-24 21:14:54,73.0,31.0,27.0,327.0,2022-08-24 22:28:39,0.6.2,73.0,44630.0,6.0,,,24.0,https://pypi.org/project/jupyter-resource-usage,27329.0,https://anaconda.org/conda-forge/nbresuse,2020-11-23 11:22:25.946,501653.0,1.0,,215.0,,,,,,,,,,,,,,, +59,jupyter_server,True,"The backendi.e. core services, APIs, and REST endpointsto Jupyter web applications.",https://github.com/jupyter-server/jupyter_server,,components,21,jupyter-server/jupyter_server,jupyter_server,conda-forge/jupyter_server,https://github.com/jupyter-server/jupyter_server,,2016-09-21 19:18:45.000,2022-08-23 22:09:57.000000,2022-08-23 22:09:57,181.0,104.0,188.0,327.0,2022-07-05 20:25:48,1.18.1,423.0,1699570.0,65.0,,,478.0,https://pypi.org/project/jupyter_server,1656861.0,https://anaconda.org/conda-forge/jupyter_server,2022-07-06 11:43:59.420,2006721.0,3.0,,,,,,,,,,,,,,,,, +60,itables,True,Interactive Tables in Jupyter.,https://github.com/mwouts/itables,,widgets,21,mwouts/itables,itables,,https://github.com/mwouts/itables,MIT,2019-04-15 22:09:44.000,2022-08-17 07:33:06.000000,2022-08-17 07:31:59,29.0,5.0,44.0,325.0,2022-08-14 22:25:58,1.2.0,,13307.0,21.0,137.0,137.0,4.0,https://pypi.org/project/itables,13307.0,,,,2.0,,,,,,,,,,,,,,,,, +61,ipyvuetify,True,Jupyter widgets based on vuetify UI components.,https://github.com/widgetti/ipyvuetify,,widgets,21,mariobuikhuizen/ipyvuetify,ipyvuetify,conda-forge/ipyvuetify,https://github.com/widgetti/ipyvuetify,MIT,2019-05-14 17:35:51.000,2022-07-11 08:09:25.000000,2022-02-07 12:02:17,44.0,44.0,122.0,260.0,2022-02-07 15:18:40,1.8.2,,68648.0,28.0,4.0,4.0,10.0,https://pypi.org/project/ipyvuetify,66359.0,https://anaconda.org/conda-forge/ipyvuetify,2022-02-07 15:52:42.724,84694.0,2.0,,208.0,,,widgetti/ipyvuetify,,,,,,,,,,,, +62,nbgitpuller,True,Jupyter server extension to sync a git repository one-way to a..,https://github.com/jupyterhub/nbgitpuller,,jupyter-extensions,21,jupyterhub/nbgitpuller,nbgitpuller,conda-forge/nbgitpuller,https://github.com/jupyterhub/nbgitpuller,BSD-3-Clause,2017-05-24 19:41:10.000,2022-06-27 14:03:15.000000,2022-06-22 08:23:11,61.0,52.0,80.0,167.0,,,,8808.0,11.0,505.0,505.0,25.0,https://pypi.org/project/nbgitpuller,7745.0,https://anaconda.org/conda-forge/nbgitpuller,2022-03-20 01:46:35.034,40416.0,1.0,,,,,,,,,,,,,,,,, +63,ipydatawidgets,True,A set of widgets to help facilitate reuse of large datasets..,https://github.com/vidartf/ipydatawidgets,,widgets,21,vidartf/ipydatawidgets,ipydatawidgets,conda-forge/ipydatawidgets,https://github.com/vidartf/ipydatawidgets,,2017-07-31 17:37:26.000,2022-08-24 16:21:19.099000,2022-08-22 17:02:57,8.0,2.0,8.0,31.0,2022-08-24 15:07:24,4.3.2,,74419.0,8.0,572.0,572.0,5.0,https://pypi.org/project/ipydatawidgets,71053.0,https://anaconda.org/conda-forge/ipydatawidgets,2022-08-24 16:21:19.099,168318.0,2.0,,297.0,,,,,,,,,,,,,,, +64,Jupyter Themes,True,Custom Jupyter Notebook Themes.,https://github.com/dunovank/jupyter-themes,,jupyter-extensions,20,dunovank/jupyter-themes,jupyterthemes,,https://github.com/dunovank/jupyter-themes,MIT,2014-12-10 23:22:23.000,2022-02-03 18:32:35.000000,2022-02-03 18:32:34,1028.0,187.0,199.0,9209.0,,,,34744.0,,,,43.0,https://pypi.org/project/jupyterthemes,34744.0,,,,2.0,,636.0,,,,,,,,,,,,,,, +65,nbgrader,True,A system for assigning and grading notebooks.,https://github.com/jupyter/nbgrader,,jupyter-extensions,20,jupyter/nbgrader,nbgrader,conda-forge/nbgrader,https://github.com/jupyter/nbgrader,BSD-3-Clause,2014-09-13 03:27:36.000,2022-08-24 17:23:44.000000,2022-08-22 09:36:29,290.0,196.0,613.0,1115.0,2022-08-22 09:39:37,0.8.0,34.0,5119.0,25.0,,,97.0,https://pypi.org/project/nbgrader,3351.0,https://anaconda.org/conda-forge/nbgrader,2022-06-23 17:56:54.463,118490.0,2.0,,,,,,,,,,,,,,,,, +66,JupyterLab Debugger,True,"A visual debugger for Jupyter notebooks, consoles, and..",https://github.com/jupyterlab/debugger,,lab-extensions,20,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,37.0,17.0,245.0,542.0,2020-12-10 14:31:28,0.3.7,,172972.0,28.0,,,11.0,,,,,,1.0,@jupyterlab/debugger,1174.0,https://www.npmjs.com/package/@jupyterlab/debugger,172972.0,,,,,,,,,,,,, +67,itkwidgets,True,"Interactive Jupyter widgets to visualize images, point sets, and..",https://github.com/InsightSoftwareConsortium/itkwidgets,,widgets,20,InsightSoftwareConsortium/itkwidgets,itkwidgets,,https://github.com/InsightSoftwareConsortium/itkwidgets,Apache-2.0,2018-02-15 01:43:39.000,2022-08-24 21:55:37.000000,2022-08-23 15:35:11,61.0,85.0,111.0,458.0,2022-07-11 19:38:44,0.32.2,66.0,15641.0,20.0,,,4.0,https://pypi.org/project/itkwidgets,14243.0,,,,3.0,itkwidgets,897.0,https://www.npmjs.com/package/itkwidgets,1396.0,,,,,,,,,,,,, +68,KubeSpawner,True,Kubernetes spawner for JupyterHub.,https://github.com/jupyterhub/kubespawner,,hub-spawners,20,jupyterhub/kubespawner,jupyterhub-kubespawner,,https://github.com/jupyterhub/kubespawner,BSD-3-Clause,2015-11-21 07:02:52.000,2022-08-22 22:24:17.000000,2022-08-13 08:31:34,249.0,51.0,241.0,425.0,,,,32735.0,,109.0,109.0,73.0,https://pypi.org/project/jupyterhub-kubespawner,32735.0,,,,2.0,,,,,,,,,,,,,,,,, +69,Octave Kernel,True,An Octave kernel for IPython.,https://github.com/Calysto/octave_kernel,,kernels,20,calysto/octave_kernel,octave_kernel,,https://github.com/Calysto/octave_kernel,BSD-3-Clause,2014-07-31 01:59:06.000,2022-08-21 18:36:02.000000,2022-08-21 18:36:02,60.0,29.0,143.0,406.0,2022-03-31 08:36:27,0.34.2,50.0,12660.0,6.0,,,18.0,https://pypi.org/project/octave_kernel,12660.0,,,,1.0,,415.0,,,,,,,,,,,,,,, +70,Appmode,True,A Jupyter extensions that turns notebooks into web applications.,https://github.com/oschuett/appmode,,jupyter-extensions,20,oschuett/appmode,appmode,conda-forge/appmode,https://github.com/oschuett/appmode,MIT,2017-03-17 13:33:53.000,2021-11-16 11:28:50.190000,2021-04-26 19:20:06,63.0,4.0,49.0,402.0,2020-06-09 08:17:47,0.8.0,,5181.0,8.0,323.0,323.0,8.0,https://pypi.org/project/appmode,2139.0,https://anaconda.org/conda-forge/appmode,2021-11-16 11:28:50.190,173417.0,2.0,,96.0,,,,,,,,,,,,,,, +71,JupyterLab Dash,True,An Extension for the Interactive development of Dash apps in JupyterLab.,https://github.com/plotly/jupyterlab-dash,,lab-renderer,20,plotly/jupyterlab-dash,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,57.0,20.0,8.0,361.0,,,,13395.0,2.0,260.0,260.0,7.0,https://pypi.org/project/jupyterlab-dash,1263.0,,,,1.0,jupyterlab-dash,41.0,https://www.npmjs.com/package/jupyterlab-dash,12132.0,,,,,,,,,,,,, +72,Metakernel,True,Jupyter/IPython Kernel Tools.,https://github.com/Calysto/metakernel,,kernels,20,Calysto/metakernel,metakernel,conda-forge/metakernel,https://github.com/Calysto/metakernel,BSD-3-Clause,2014-08-24 20:53:45.000,2022-08-09 16:57:34.000000,2022-08-09 16:57:34,78.0,28.0,114.0,287.0,2022-08-08 15:44:17,0.29.2,42.0,79116.0,51.0,,,31.0,https://pypi.org/project/metakernel,71181.0,https://anaconda.org/conda-forge/metakernel,2022-08-09 13:33:11.047,602820.0,1.0,,,,,,,,,,,,,,,,, +73,jupyter-server-proxy,True,Jupyter notebook server extension to proxy web services.,https://github.com/jupyterhub/jupyter-server-proxy,,jupyter-extensions,20,jupyterhub/jupyter-server-proxy,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,2022-08-18 17:22:26.000000,2022-07-08 18:44:35,113.0,61.0,94.0,252.0,2018-12-10 14:39:58,0.8.8,,125738.0,15.0,4.0,4.0,64.0,https://pypi.org/project/jupyter-server-proxy,106510.0,https://anaconda.org/conda-forge/jupyter-server-proxy,2022-01-25 03:13:58.218,807590.0,2.0,,,,,,,,,,,,,,,,, +74,ipytest,True,Pytest in IPython notebooks.,https://github.com/chmp/ipytest,,notebook-tools,20,chmp/ipytest,ipytest,,https://github.com/chmp/ipytest,MIT,2016-02-07 20:24:41.000,2022-07-13 17:10:50.000000,2022-02-20 08:36:22,19.0,2.0,48.0,234.0,2022-02-12 12:24:45,0.1.0,,41094.0,16.0,197.0,197.0,4.0,https://pypi.org/project/ipytest,41094.0,,,,2.0,,,,,,,,,,,8.0,,,,,, +75,jupyter-console,True,Jupyter Terminal Console.,https://github.com/jupyter/jupyter_console,,others,20,jupyter/jupyter_console,jupyter-console,,https://github.com/jupyter/jupyter_console,,2015-04-09 06:58:55.000,2022-06-22 16:00:27.000000,2022-06-22 16:00:22,128.0,56.0,88.0,200.0,2022-06-22 16:01:33,6.4.4,61.0,3296442.0,4.0,,,59.0,https://pypi.org/project/jupyter-console,3296430.0,,,,3.0,,,,,,,,,,,,,,,,, +76,BatchSpawner,True,Custom Spawner for Jupyterhub to start servers in batch scheduled..,https://github.com/jupyterhub/batchspawner,,hub-spawners,20,jupyterhub/batchspawner,batchspawner,,https://github.com/jupyterhub/batchspawner,BSD-3-Clause,2015-10-27 03:53:10.000,2022-08-23 23:10:36.000000,2022-04-14 12:04:26,98.0,49.0,73.0,139.0,2021-04-07 15:14:35,1.1.0,,3255.0,9.0,21.0,21.0,40.0,https://pypi.org/project/batchspawner,3255.0,,,,2.0,,352.0,,,,,,,,,,,,,,, +77,Hydrogen,True,"Run code interactively, inspect data, and plot. All the power of Jupyter..",https://github.com/nteract/hydrogen,,notebook-environments,19,nteract/hydrogen,,,https://github.com/nteract/hydrogen,MIT,2015-05-11 01:16:55.000,2022-06-18 22:42:58.000000,2022-03-25 21:26:26,315.0,165.0,1096.0,3819.0,2021-06-02 09:44:54,2.16.3,,,90.0,,,89.0,,,,,,3.0,,2361.0,,,,,,,,,,,,,,, +78,evidently,True,Interactive reports to analyze machine learning models during..,https://github.com/evidentlyai/evidently,,widgets,19,evidentlyai/evidently,,,https://github.com/evidentlyai/evidently,Apache-2.0,2020-11-25 15:20:08.000,2022-08-16 19:52:00.000000,2022-08-16 17:57:52,267.0,23.0,88.0,2623.0,,,,,34.0,554.0,554.0,24.0,,,,,,3.0,,,,,,,,,,,,,,,,, +79,IJulia.jl,True,Julia kernel for Jupyter.,https://github.com/JuliaLang/IJulia.jl,,kernels,19,JuliaLang/IJulia.jl,,,https://github.com/JuliaLang/IJulia.jl,MIT,2013-03-05 18:20:21.000,2022-06-23 23:10:23.000000,2022-06-23 23:08:06,383.0,102.0,689.0,2493.0,2022-04-11 14:26:39,1.23.3,,,42.0,,,101.0,,,,,,2.0,,705.0,,,,,,,,,,,,,,, +80,xeus-cling,True,Jupyter kernel for the C++ programming language.,https://github.com/jupyter-xeus/xeus-cling,,kernels,19,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,2022-08-14 23:00:09.000000,2022-01-17 13:34:34,245.0,135.0,116.0,2321.0,,,,3524.0,15.0,,,20.0,,,https://anaconda.org/conda-forge/xeus-cling,2022-03-08 22:30:52.790,155095.0,2.0,,472.0,,,,,,,,,,,,,,, +81,docker-python,True,Kaggle Python docker image.,https://github.com/Kaggle/docker-python,,notebook-environments,19,kaggle/docker-python,,,https://github.com/Kaggle/docker-python,Apache-2.0,2015-04-14 01:45:38.000,2022-08-23 00:18:15.157031,2022-08-22 19:01:20,808.0,12.0,283.0,2172.0,2022-08-22 23:56:58,d2a6c2d532bec212663d8441ccf7fe2bf2d28996fceb3a0de8a7c8573462dece,,2196.0,81.0,,,146.0,,,,,,3.0,,,,,,kaggle/python,https://hub.docker.com/r/kaggle/python,2022-08-23 00:18:15.157031,164.0,193287.0,,,,,,, +82,nbviewer,True,nbconvert as a web service: Render Jupyter Notebooks as static web..,https://github.com/jupyter/nbviewer,,notebook-sharing,19,jupyter/nbviewer,,,https://github.com/jupyter/nbviewer,BSD-3-Clause,2012-08-05 11:42:33.000,2022-08-23 18:48:22.000000,2022-08-22 11:27:39,494.0,162.0,404.0,2041.0,,,,23142.0,,7.0,7.0,91.0,,,,,,3.0,,,,,,jupyter/nbviewer,https://hub.docker.com/r/jupyter/nbviewer,2022-08-22 11:29:43.791515,29.0,2777061.0,,,,,,, +83,IJavascript,True,IJavascript is a javascript kernel for the Jupyter notebook.,https://github.com/n-riesco/ijavascript,,kernels,19,n-riesco/ijavascript,,,https://github.com/n-riesco/ijavascript,,2015-02-02 15:46:34.000,2022-01-24 13:30:29.000000,2022-01-24 13:30:28,146.0,53.0,177.0,1891.0,2021-11-15 23:43:33,5.2.1,,2433.0,33.0,63.0,63.0,15.0,,,,,,2.0,ijavascript,331.0,https://www.npmjs.com/package/ijavascript,2433.0,,,,,,,,,,,,, +84,almond,True,A Scala kernel for Jupyter.,https://github.com/almond-sh/almond,,kernels,19,almond-sh/almond,,,https://github.com/almond-sh/almond,BSD-3-Clause,2015-03-10 22:48:50.000,2022-08-24 15:17:04.000000,2022-08-24 15:17:04,218.0,97.0,198.0,1454.0,2022-08-15 19:45:01,0.13.1,1276.0,190.0,39.0,,,36.0,,,,,,2.0,,,,,,almondsh/almond,https://hub.docker.com/r/almondsh/almond,2022-08-16 14:22:00.573334,6.0,14616.0,,,,,,, +85,Variable Inspector,True,Variable Inspector extension for Jupyterlab.,https://github.com/lckr/jupyterlab-variableInspector,,lab-extensions,19,lckr/jupyterlab-variableInspector,,,https://github.com/lckr/jupyterlab-variableInspector,BSD-3-Clause,2018-06-13 18:16:02.000,2022-08-01 14:06:03.000000,2022-08-01 14:06:03,84.0,44.0,115.0,931.0,2021-04-10 11:39:23,3.0.7,,5685.0,6.0,3.0,3.0,18.0,,,,,,1.0,@lckr/jupyterlab_variableinspector,166.0,https://www.npmjs.com/package/@lckr/jupyterlab_variableinspector,5685.0,,,,,,,,,,,,, +86,NBextensions Configurator,True,A jupyter notebook serverextension providing config interfaces for nbextensions.,https://github.com/Jupyter-contrib/jupyter_nbextensions_configurator,,jupyter-extensions,19,jupyter-contrib/jupyter_nbextensions_configurator,jupyter_nbextensions_configurator,,https://github.com/Jupyter-contrib/jupyter_nbextensions_configurator,,2016-06-24 22:29:05.000,2022-07-17 11:55:06.000000,2022-07-09 09:08:49,108.0,50.0,32.0,907.0,2022-07-17 11:55:06,0.5.0,,317290.0,2.0,,,20.0,https://pypi.org/project/jupyter_nbextensions_configurator,317290.0,,,,2.0,,502.0,,,,,,,,,8.0,,,,,, +87,What-If Tool,True,Source code/webpage/demos for the What-If Tool.,https://github.com/PAIR-code/what-if-tool,,widgets,19,PAIR-code/what-if-tool,witwidget,,https://github.com/PAIR-code/what-if-tool,Apache-2.0,2018-09-07 20:26:10.000,2022-06-03 01:25:04.000000,2022-01-05 20:19:46,140.0,58.0,52.0,739.0,2021-10-12 17:36:36,1.8.1,,16550.0,3.0,,,20.0,https://pypi.org/project/witwidget,10657.0,,,,3.0,wit-widget,328.0,https://www.npmjs.com/package/wit-widget,5893.0,,,,,,,,,,,,, +88,JupyterLab TOC,True,Table of Contents extension for JupyterLab.,https://github.com/jupyterlab/jupyterlab-toc,,lab-extensions,19,jupyterlab/jupyterlab-toc,,,https://github.com/jupyterlab/jupyterlab-toc,BSD-3-Clause,2018-03-12 15:55:19.000,2022-07-07 04:18:47.000000,2021-08-10 23:33:21,104.0,64.0,51.0,724.0,2018-04-16 17:16:10,0.2.0,,181188.0,1.0,,,14.0,,,,,,1.0,@jupyterlab/toc,523.0,https://www.npmjs.com/package/@jupyterlab/toc,181188.0,,,,,,,,,,,,, +89,Apache Toree,True,Jupyter kernel for Apache Spark.,https://github.com/apache/incubator-toree,,kernels,19,apache/incubator-toree,toree,,https://github.com/apache/incubator-toree,Apache-2.0,2016-01-07 08:00:06.000,2022-03-15 19:55:24.000000,2022-03-15 19:55:24,213.0,,,700.0,,,,12839.0,,,,103.0,https://pypi.org/project/toree,12839.0,,,,2.0,,1150.0,,,,,,,,,,,,,,, +90,JupyterLab Drawio,True,A standalone embedding of the FOSS drawio / mxgraph package..,https://github.com/QuantStack/jupyterlab-drawio,,lab-renderer,19,QuantStack/jupyterlab-drawio,,,https://github.com/QuantStack/jupyterlab-drawio,BSD-3-Clause,2018-01-31 16:38:30.000,2022-07-20 03:28:34.000000,2021-06-29 12:29:51,63.0,40.0,25.0,541.0,,,,4315.0,,532.0,532.0,15.0,,,,,,2.0,jupyterlab-drawio,101.0,https://www.npmjs.com/package/jupyterlab-drawio,4315.0,,,,,,,,,,,,, +91,ipysheet,True,Jupyter handsontable integration.,https://github.com/QuantStack/ipysheet,,widgets,19,QuantStack/ipysheet,ipysheet,conda-forge/ipysheet,https://github.com/QuantStack/ipysheet,MIT,2017-07-10 13:46:31.000,2022-07-20 08:55:24.000000,2021-12-14 18:02:31,62.0,61.0,57.0,501.0,,,,58943.0,13.0,3.0,3.0,10.0,https://pypi.org/project/ipysheet,54276.0,https://anaconda.org/conda-forge/ipysheet,2021-08-11 12:55:17.098,55019.0,3.0,ipysheet,295.0,https://www.npmjs.com/package/ipysheet,3388.0,,,,,,,,,,,,, +92,pivottablejs,True,"Dragndrop Pivot Tables and Charts for Jupyter/IPython Notebook,..",https://github.com/nicolaskruchten/jupyter_pivottablejs,,widgets,19,nicolaskruchten/jupyter_pivottablejs,pivottablejs,,https://github.com/nicolaskruchten/jupyter_pivottablejs,,2015-09-09 13:39:18.000,2018-12-04 14:43:26.000000,2018-12-04 14:43:25,62.0,17.0,41.0,470.0,2018-01-15 18:11:51,0.9.0,,14005.0,8.0,257.0,257.0,3.0,https://pypi.org/project/pivottablejs,14005.0,,,,3.0,,32.0,,,,,,,,,,,,,,, +93,treon,True,Easy to use test framework for Jupyter Notebooks.,https://github.com/ReviewNB/treon,,notebook-tools,19,ReviewNB/treon,treon,,https://github.com/ReviewNB/treon,MIT,2019-03-29 15:02:35.000,2022-08-04 11:15:43.000000,2022-08-04 11:15:04,21.0,3.0,10.0,283.0,,,,9371.0,,55.0,55.0,5.0,https://pypi.org/project/treon,9371.0,,,,2.0,,66.0,,,,,,,,,,,,,,, +94,JupyterLab System Monitor,True,JupyterLab extension to display system metrics.,https://github.com/jtpio/jupyterlab-system-monitor,,lab-extensions,19,jtpio/jupyterlab-system-monitor,,,https://github.com/jtpio/jupyterlab-system-monitor,BSD-3-Clause,2019-07-13 12:31:51.000,2022-07-20 02:30:49.000000,2022-02-15 08:27:46,29.0,22.0,20.0,246.0,2021-02-04 22:39:49,0.8.0,,3667.0,2.0,48.0,48.0,7.0,,,,,,1.0,jupyterlab-system-monitor,,https://www.npmjs.com/package/jupyterlab-system-monitor,3667.0,,,,,,,,,,,,, +95,bookstore,True,Notebook storage and publishing workflows for the masses.,https://github.com/nteract/bookstore,,notebook-sharing,19,nteract/bookstore,bookstore,,https://github.com/nteract/bookstore,BSD-3-Clause,2018-10-16 18:54:00.000,2021-08-26 18:26:16.000000,2019-12-09 16:52:07,19.0,34.0,39.0,185.0,2019-12-03 17:50:40,2.5.0,,28978.0,6.0,11.0,11.0,7.0,https://pypi.org/project/bookstore,28978.0,,,,3.0,,619.0,,,,,,,,,,,,,,, +96,nbformat,True,Reference implementation of the Jupyter Notebook format.,https://github.com/jupyter/nbformat,,notebook-tools,19,jupyter/nbformat,nbformat,conda-forge/nbformat,https://github.com/jupyter/nbformat,,2015-04-09 01:07:29.000,2022-08-22 22:48:30.000000,2022-08-19 13:42:56,129.0,48.0,74.0,179.0,2022-08-17 09:11:11,5.5.0b1,,10002105.0,16.0,,,67.0,https://pypi.org/project/nbformat,9873320.0,https://anaconda.org/conda-forge/nbformat,2022-05-03 19:45:12.925,9787681.0,2.0,,,,,,,,,,,-8.0,,,,,, +97,Darcula Theme,True,A handsome Darcula theme for Jupyterlab. The first jlab theme to include dark scrollbars.,https://github.com/telamonian/theme-darcula,,lab-themes,19,telamonian/theme-darcula,,,https://github.com/telamonian/theme-darcula,BSD-3-Clause,2019-01-21 04:39:42.000,2022-07-20 12:04:32.000000,2022-07-20 12:02:54,22.0,7.0,16.0,151.0,,,,1375.0,,504.0,504.0,7.0,,,,,,1.0,@telamonian/theme-darcula,113.0,https://www.npmjs.com/package/@telamonian/theme-darcula,1375.0,,,,,,,,,,,,, +98,jupyter-packaging,True,Tools to help build and install Jupyter Python packages.,https://github.com/jupyter/jupyter-packaging,,components,19,jupyter/jupyter-packaging,jupyter-packaging,conda-forge/jupyter-packaging,https://github.com/jupyter/jupyter-packaging,BSD-3-Clause,2017-03-04 19:38:49.000,2022-08-09 13:23:10.000000,2022-08-09 13:23:06,44.0,11.0,28.0,58.0,2022-06-20 14:32:13,0.12.2,28.0,341974.0,31.0,,,29.0,https://pypi.org/project/jupyter-packaging,330833.0,https://anaconda.org/conda-forge/jupyter-packaging,2022-07-14 17:02:08.510,300791.0,3.0,,,,,,,,,,,,,,,,, +99,ipydagred3,True,ipywidgets library for drawing directed acyclic graphs in..,https://github.com/timkpaine/ipydagred3,,widgets,19,timkpaine/ipydagred3,ipydagred3,,https://github.com/timkpaine/ipydagred3,Apache-2.0,2020-02-29 23:01:15.000,2022-07-21 13:31:33.000000,2022-07-21 13:31:32,5.0,3.0,16.0,38.0,2022-05-06 22:45:47,0.3.6,,80176.0,15.0,11.0,11.0,3.0,https://pypi.org/project/ipydagred3,914.0,,,,3.0,@jupyter-widgets/jupyterlab-manager,,https://www.npmjs.com/package/@jupyter-widgets/jupyterlab-manager,79262.0,,,,,,,,,,,,, +100,ML Workspace,True,All-in-one web-based IDE specialized for machine learning and..,https://github.com/ml-tooling/ml-workspace,,notebook-environments,18,ml-tooling/ml-workspace,,,https://github.com/ml-tooling/ml-workspace,Apache-2.0,2019-05-27 16:55:15.000,2022-02-03 21:26:52.000000,2021-11-22 20:42:15,334.0,8.0,79.0,2717.0,2021-07-13 22:12:59,0.13.2,,13020.0,4.0,,,11.0,,,,,,3.0,,,,,,mltooling/ml-workspace,https://hub.docker.com/r/mltooling/ml-workspace,2021-07-13 16:32:15.225256,24.0,507812.0,,,,,,, +101,IHaskell,True,A Haskell kernel for IPython.,https://github.com/IHaskell/IHaskell,,kernels,18,gibiansky/IHaskell,,,https://github.com/IHaskell/IHaskell,MIT,2013-08-26 07:16:09.000,2022-08-25 13:24:43.000000,2022-07-22 12:52:06,241.0,32.0,708.0,2381.0,2015-03-26 05:06:25,0.6,,13.0,1.0,4.0,4.0,110.0,,,,,,2.0,ihaskell_jupyterlab,2129.0,https://www.npmjs.com/package/ihaskell_jupyterlab,13.0,IHaskell/IHaskell,,,,,,,,,,,, +102,ipyparallel,True,Interactive Parallel Computing in Python.,https://github.com/ipython/ipyparallel,,notebook-tools,18,ipython/ipyparallel,ipyparallel,conda-forge/ipyparallel,https://github.com/ipython/ipyparallel,,2015-04-09 07:43:55.000,2022-08-22 22:30:27.000000,2022-08-16 11:53:24,871.0,53.0,279.0,2254.0,,,,120438.0,24.0,,,111.0,https://pypi.org/project/ipyparallel,111691.0,https://anaconda.org/conda-forge/ipyparallel,2022-06-21 14:24:53.709,664791.0,3.0,,,,,,,,,,,,,,,,, +103,BinderHub,True,"Run your code in the cloud, with technology so advanced, it feels..",https://github.com/jupyterhub/binderhub,,notebook-sharing,18,jupyterhub/binderhub,,,https://github.com/jupyterhub/binderhub,BSD-3-Clause,2017-04-26 00:28:26.000,2022-08-23 20:43:16.000000,2022-08-22 07:05:57,323.0,183.0,449.0,2178.0,,,,,1.0,6.0,6.0,84.0,,,,,,3.0,,2746.0,,,,,,,,,,,,binderhub,,, +104,notedown,True,Markdown = IPython Notebook.,https://github.com/aaren/notedown,,notebook-sharing,18,aaren/notedown,notedown,conda-forge/notedown,https://github.com/aaren/notedown,BSD-2-Clause,2014-02-17 17:28:59.000,2021-10-18 21:21:21.000000,2017-11-16 19:29:56,91.0,39.0,29.0,829.0,,,,4519.0,1.0,185.0,185.0,7.0,https://pypi.org/project/notedown,3840.0,https://anaconda.org/conda-forge/notedown,2018-06-07 01:28:24.567,33960.0,3.0,,264.0,,,,,,,,,,,,,,, +105,gmaps,True,Google maps for Jupyter notebooks.,https://github.com/pbugnion/gmaps,,widgets,18,pbugnion/gmaps,gmaps,conda-forge/gmaps,https://github.com/pbugnion/gmaps,BSD-3-Clause,2014-12-01 09:12:06.000,2022-04-15 13:31:22.000000,2019-07-22 06:22:45,145.0,67.0,137.0,744.0,2016-01-02 19:06:03,0.2,,14805.0,20.0,1.0,1.0,16.0,https://pypi.org/project/gmaps,8727.0,https://anaconda.org/conda-forge/gmaps,2019-08-02 11:56:50.940,270808.0,3.0,jupyter-gmaps,1380.0,https://www.npmjs.com/package/jupyter-gmaps,1780.0,,,,,,,,,,,,, +106,IRuby,True,Official gem repository: Ruby kernel for Jupyter/IPython Notebook.,https://github.com/SciRuby/iruby,,kernels,18,SciRuby/iruby,,,https://github.com/SciRuby/iruby,MIT,2015-03-03 18:05:50.000,2022-07-05 23:32:06.000000,2022-07-05 23:32:06,18.0,45.0,141.0,722.0,2021-08-17 16:20:34,0.7.4,15.0,18.0,10.0,162.0,162.0,44.0,,,,,,2.0,,715.0,,,,rubydata/datascience-notebook,https://hub.docker.com/r/rubydata/datascience-notebook,2022-06-07 05:42:07.589827,3.0,1667.0,,,,,iruby,, +107,Code Formatter,True,A universal code formatter for JupyterLab.,https://github.com/ryantam626/jupyterlab_code_formatter,,lab-extensions,18,ryantam626/jupyterlab_code_formatter,jupyterlab_code_formatter,,https://github.com/ryantam626/jupyterlab_code_formatter,MIT,2018-08-12 20:50:17.000,2022-08-13 00:57:17.000000,2022-08-11 18:59:13,49.0,21.0,138.0,599.0,,,,38122.0,,,,37.0,https://pypi.org/project/jupyterlab_code_formatter,33527.0,,,,2.0,@ryantam626/jupyterlab_code_formatter,428.0,https://www.npmjs.com/package/@ryantam626/jupyterlab_code_formatter,4595.0,,,,,,,,,,,,, +108,JupyterLab Latex,True,JupyterLab extension for live editing of LaTeX documents.,https://github.com/jupyterlab/jupyterlab-latex,,lab-renderer,18,jupyterlab/jupyterlab-latex,jupyterlab_latex,,https://github.com/jupyterlab/jupyterlab-latex,BSD-3-Clause,2017-10-24 02:12:37.000,2022-08-18 09:17:17.000000,2022-08-18 09:17:14,59.0,27.0,55.0,530.0,2021-09-15 15:34:35,3.1.0,,5036.0,1.0,2.0,2.0,22.0,https://pypi.org/project/jupyterlab_latex,3880.0,,,,2.0,@jupyterlab/latex,436.0,https://www.npmjs.com/package/@jupyterlab/latex,1156.0,,,,,,,,,,,,, +109,nb_conda_kernels,True,Package for managing conda environment-based kernels inside of Jupyter.,https://github.com/Anaconda-Platform/nb_conda_kernels,,kernels,18,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,2022-02-14 03:58:59.101000,2020-11-30 15:55:07,56.0,35.0,98.0,468.0,2020-09-05 22:35:32,2.3.0,,9547.0,11.0,,,14.0,,,https://anaconda.org/conda-forge/nb_conda_kernels,2022-02-14 03:58:59.101,706538.0,2.0,,335.0,,,,,,,,,,,,,,, +110,JupyterLab GitHub,True,GitHub integration for JupyterLab.,https://github.com/jupyterlab/jupyterlab-github,,lab-extensions,18,jupyterlab/jupyterlab-github,jupyterlab-github,,https://github.com/jupyterlab/jupyterlab-github,BSD-3-Clause,2017-10-15 17:18:11.000,2022-07-20 11:12:35.000000,2021-12-10 09:26:11,88.0,21.0,36.0,334.0,2021-11-27 17:02:34,3.0.1,,2721.0,6.0,2.0,2.0,15.0,https://pypi.org/project/jupyterlab-github,1116.0,,,,2.0,@jupyterlab/github,228.0,https://www.npmjs.com/package/@jupyterlab/github,1605.0,,,,,,,,,,,,, +111,vega,True,IPython/Jupyter notebook module for Vega and Vega-Lite.,https://github.com/vega/ipyvega,,widgets,18,vega/ipyvega,vega,conda-forge/vega,https://github.com/vega/ipyvega,BSD-3-Clause,2015-08-04 03:22:47.000,2022-08-01 02:43:25.000000,2022-08-01 02:43:25,55.0,13.0,82.0,332.0,,,,14042.0,27.0,,,11.0,https://pypi.org/project/vega,7293.0,https://anaconda.org/conda-forge/vega,2022-02-10 13:26:24.004,499484.0,3.0,,593.0,,,,,,,,,,,,,,, +112,JupyterLab Templates,True,Support for jupyter notebook templates in jupyterlab.,https://github.com/jpmorganchase/jupyterlab_templates,,lab-extensions,18,jpmorganchase/jupyterlab_templates,jupyterlab_templates,,https://github.com/jpmorganchase/jupyterlab_templates,Apache-2.0,2018-03-17 21:38:11.000,2022-08-25 14:05:41.000000,2022-08-25 14:05:40,50.0,7.0,71.0,309.0,2021-03-28 03:19:03,0.3.1,,10189.0,13.0,4.0,4.0,14.0,https://pypi.org/project/jupyterlab_templates,7250.0,,,,2.0,jupyterlab_templates,,https://www.npmjs.com/package/jupyterlab_templates,2939.0,,,,,,,,,,,,, +113,dask-labextension,True,JupyterLab extension for Dask.,https://github.com/dask/dask-labextension,,lab-extensions,18,dask/dask-labextension,dask-labextension,conda-forge/dask-labextension,https://github.com/dask/dask-labextension,BSD-3-Clause,2016-09-26 19:01:37.000,2022-07-21 06:30:27.000000,2022-06-21 23:17:54,51.0,37.0,93.0,267.0,2022-06-21 23:30:24,5.3.0,,30964.0,17.0,,,19.0,https://pypi.org/project/dask-labextension,12899.0,https://anaconda.org/conda-forge/dask-labextension,2022-06-22 14:17:08.997,617384.0,2.0,dask-labextension,,https://www.npmjs.com/package/dask-labextension,1819.0,,,,,,,,,,,,, +114,scrapbook,True,A library for recording and reading data in notebooks.,https://github.com/nteract/scrapbook,,notebook-sharing,18,nteract/scrapbook,nteract-scrapbook,,https://github.com/nteract/scrapbook,BSD-3-Clause,2018-10-22 04:17:04.000,2022-04-13 16:57:46.000000,2022-04-13 16:57:42,26.0,23.0,25.0,249.0,,,,81405.0,,149.0,149.0,11.0,https://pypi.org/project/nteract-scrapbook,81405.0,,,,3.0,,,,,,,,,,,,,,,,, +115,OCaml Kernel,True,An OCaml kernel for Jupyter (IPython) notebook.,https://github.com/akabe/ocaml-jupyter,,kernels,18,akabe/ocaml-jupyter,,,https://github.com/akabe/ocaml-jupyter,MIT,2017-07-14 14:15:05.000,2022-04-10 08:21:20.000000,2022-04-10 07:57:57,29.0,3.0,68.0,226.0,2022-04-10 08:38:48,2.8.0,70159.0,1150.0,32.0,,,18.0,,,,,,2.0,,372.0,,,,,,,,,,,,,,, +116,gator,True,Conda environment and package management extension from within Jupyter.,https://github.com/mamba-org/gator,,jupyter-extensions,18,mamba-org/gator,,conda-forge/mamba_gator,https://github.com/mamba-org/gator,BSD-3-Clause,2018-08-02 05:15:23.000,2022-07-26 15:26:35.721000,2022-07-25 12:51:22,23.0,14.0,39.0,224.0,2022-07-25 13:09:54,npm@3.1.0,2.0,1008.0,29.0,1.0,1.0,25.0,,,https://anaconda.org/conda-forge/mamba_gator,2022-07-26 15:26:35.721,18142.0,2.0,@mamba-org/gator-lab,614.0,https://www.npmjs.com/package/@mamba-org/gator-lab,145.0,,,,,,,,,,,,, +117,SAS Kernel,True,A Jupyter kernel for SAS. This opens up all the data manipulation..,https://github.com/sassoftware/sas_kernel,,kernels,18,sassoftware/sas_kernel,sas_kernel,,https://github.com/sassoftware/sas_kernel,Apache-2.0,2016-04-01 16:19:50.000,2022-06-01 15:55:57.000000,2022-06-01 15:55:57,72.0,3.0,54.0,187.0,2021-07-14 17:27:18,2.4.11,,1973.0,14.0,,,9.0,https://pypi.org/project/sas_kernel,1973.0,,,,2.0,,213.0,,,,,,,,,,,,,,, +118,Spylon Kernel,True,Jupyter kernel for scala and spark.,https://github.com/vericast/spylon-kernel,,kernels,18,Valassis-Digital-Media/spylon-kernel,spylon-kernel,conda-forge/spylon-kernel,https://github.com/vericast/spylon-kernel,,2016-11-21 02:23:14.000,2021-06-10 08:02:43.000000,2018-09-20 15:43:57,28.0,17.0,18.0,165.0,2017-03-05 04:26:44,0.2.0,,3770.0,8.0,88.0,88.0,6.0,https://pypi.org/project/spylon-kernel,2329.0,https://anaconda.org/conda-forge/spylon-kernel,2018-10-05 21:02:27.447,95144.0,2.0,,188.0,,,vericast/spylon-kernel,,,,,,,,,,,, +119,ipytree,True,A Tree Widget using Jupyter-widgets protocol and jsTree.,https://github.com/QuantStack/ipytree,,widgets,18,QuantStack/ipytree,ipytree,conda-forge/ipytree,https://github.com/QuantStack/ipytree,MIT,2018-09-15 13:17:27.000,2022-08-23 16:41:28.248000,2022-08-23 15:09:07,25.0,15.0,16.0,93.0,2022-08-24 12:33:17,0.2.2,,34690.0,8.0,,,8.0,https://pypi.org/project/ipytree,33592.0,https://anaconda.org/conda-forge/ipytree,2022-08-23 16:41:28.248,45019.0,3.0,,107.0,,,,,,,,,,,,,,, +120,LTI Authenticator,True,A JupyterHub authenticator for LTI.,https://github.com/jupyterhub/ltiauthenticator,,hub-auth,18,jupyterhub/ltiauthenticator,jupyterhub-ltiauthenticator,,https://github.com/jupyterhub/ltiauthenticator,BSD-3-Clause,2017-12-15 02:54:15.000,2022-08-22 22:23:41.000000,2022-08-22 19:06:15,42.0,,34.0,55.0,2021-11-15 20:10:09,1.3.0,,2632.0,6.0,78.0,78.0,15.0,https://pypi.org/project/jupyterhub-ltiauthenticator,2632.0,,,,2.0,,,,,,,,,,,,,,,,, +121,Native Authenticator,True,JupyterHub-native user authenticator.,https://github.com/jupyterhub/nativeauthenticator,,hub-auth,18,jupyterhub/nativeauthenticator,jupyterhub-nativeauthenticator,,https://github.com/jupyterhub/nativeauthenticator,BSD-3-Clause,2018-12-03 17:38:18.000,2022-08-22 22:23:55.000000,2022-08-03 15:09:24,52.0,24.0,69.0,53.0,2021-10-19 17:24:48,1.0.5,,4806.0,3.0,40.0,40.0,21.0,https://pypi.org/project/jupyterhub-nativeauthenticator,4806.0,,,,2.0,,,,,,,,,,,,,,,,, +122,ipyvue,True,Jupyter widgets base for Vue libraries.,https://github.com/widgetti/ipyvue,,widgets,18,mariobuikhuizen/ipyvue,ipyvue,conda-forge/ipyvue,https://github.com/widgetti/ipyvue,MIT,2019-08-11 10:10:05.000,2022-05-25 19:40:14.000000,2021-12-10 13:35:55,11.0,2.0,5.0,40.0,2021-11-19 19:10:31,1.7.0,,67541.0,18.0,20.0,20.0,3.0,https://pypi.org/project/ipyvue,66016.0,https://anaconda.org/conda-forge/ipyvue,2021-10-28 12:53:01.039,54932.0,3.0,,86.0,,,widgetti/ipyvue,,,,,,,,,,,, +123,pyforest,True,pyforest - feel the bliss of automated imports.,https://github.com/8080labs/pyforest,,jupyter-extensions,17,8080labs/pyforest,pyforest,,https://github.com/8080labs/pyforest,MIT,2019-08-12 07:35:46.000,2022-03-21 19:03:41.000000,2021-06-14 15:04:41,179.0,9.0,14.0,978.0,2019-09-02 14:01:33,0.1.2,,6871.0,1.0,,,13.0,https://pypi.org/project/pyforest,6871.0,,,,3.0,,196.0,,,,,,,,,,,,,,, +124,JupyterLab Vim,True,Vim notebook cell bindings for JupyterLab.,https://github.com/jwkvam/jupyterlab-vim,,lab-extensions,17,jwkvam/jupyterlab-vim,,,https://github.com/jwkvam/jupyterlab-vim,MIT,2017-12-02 21:16:38.000,2022-07-06 19:26:23.000000,2019-07-16 04:37:36,73.0,55.0,42.0,920.0,2019-07-16 04:33:54,0.11.0,,285.0,14.0,3.0,3.0,8.0,,,,,,2.0,jupyterlab_vim,60.0,https://www.npmjs.com/package/jupyterlab_vim,285.0,,,,,,,,,,,,, +125,IJava,True,A Jupyter kernel for executing Java code.,https://github.com/SpencerPark/IJava,,kernels,17,SpencerPark/IJava,,,https://github.com/SpencerPark/IJava,MIT,2017-10-08 04:42:46.000,2022-05-25 03:24:04.000000,2019-12-08 22:22:20,162.0,69.0,57.0,815.0,2019-05-06 03:28:50,1.3.0,89394.0,1787.0,5.0,,,4.0,,,,,,3.0,,90.0,,,,,,,,,,,,,,, +126,nbQA,True,Run any standard Python code quality tool on a Jupyter Notebook.,https://github.com/nbQA-dev/nbQA,,notebook-tools,17,nbQA-dev/nbQA,nbqa,,https://github.com/nbQA-dev/nbQA,MIT,2020-07-11 15:30:54.000,2022-08-24 19:09:39.000000,2022-08-24 19:09:31,31.0,1.0,252.0,564.0,,,,37132.0,,,,20.0,https://pypi.org/project/nbqa,37132.0,,,,3.0,,622.0,,,,,,,,,,,,,,, +127,GPU Dashboards,True,A JupyterLab extension for displaying dashboards of GPU..,https://github.com/rapidsai/jupyterlab-nvdashboard,,lab-extensions,17,rapidsai/jupyterlab-nvdashboard,jupyterlab-nvdashboard,,https://github.com/rapidsai/jupyterlab-nvdashboard,BSD-3-Clause,2019-08-12 15:22:10.000,2022-07-20 22:12:04.000000,2022-06-23 14:30:59,59.0,23.0,31.0,472.0,2022-05-10 19:35:57,0.7.0,,2701.0,3.0,,,17.0,https://pypi.org/project/jupyterlab-nvdashboard,1612.0,,,,2.0,jupyterlab-nvdashboard,,https://www.npmjs.com/package/jupyterlab-nvdashboard,1089.0,,,,,,,,,,,,, +128,JupyterLab Renderers,True,Renderers and renderer extensions for JupyterLab.,https://github.com/jupyterlab/jupyter-renderers,,lab-renderer,17,jupyterlab/jupyter-renderers,,,https://github.com/jupyterlab/jupyter-renderers,BSD-3-Clause,2017-06-08 16:59:07.000,2022-08-21 23:34:02.000000,2022-07-08 08:01:04,67.0,30.0,71.0,443.0,,,,1360.0,,1.0,1.0,25.0,,,,,,3.0,@jupyterlab/geojson-extension,556.0,https://www.npmjs.com/package/@jupyterlab/geojson-extension,1360.0,,,,,,,,,,,,, +129,Kernel Gateway,True,Jupyter Kernel Gateway.,https://github.com/jupyter-server/kernel_gateway,,kernels,17,jupyter/kernel_gateway,jupyter-kernel-gateway,,https://github.com/jupyter-server/kernel_gateway,,2015-09-21 15:34:11.000,2022-03-12 12:39:32.000000,2022-03-12 12:39:32,113.0,14.0,162.0,400.0,2021-08-25 00:19:46,2.5.1,105.0,13881.0,9.0,,,44.0,https://pypi.org/project/jupyter-kernel-gateway,13879.0,,,,3.0,,561.0,,,jupyter-server/kernel_gateway,,,,,,,,,,,, +130,JupyterLab Google Drive,True,Cloud storage for JupyterLab using Google Drive.,https://github.com/jupyterlab/jupyterlab-google-drive,,lab-extensions,17,jupyterlab/jupyterlab-google-drive,,,https://github.com/jupyterlab/jupyterlab-google-drive,BSD-3-Clause,2016-12-17 01:40:45.000,2022-07-20 08:58:08.000000,2022-04-28 22:45:01,72.0,33.0,65.0,371.0,2018-02-05 18:54:22,0.11.1,,1088.0,12.0,2.0,2.0,16.0,,,,,,2.0,@jupyterlab/google-drive,515.0,https://www.npmjs.com/package/@jupyterlab/google-drive,1088.0,,,,,,,,,,,,, +131,ThebeLab,True,ThebeLab: turning static HTML pages into live documents.,https://github.com/executablebooks/thebe,,notebook-sharing,17,executablebooks/thebe,,,https://github.com/executablebooks/thebe,BSD-3-Clause,2017-03-14 12:17:22.000,2022-08-24 13:43:38.000000,2021-11-19 12:06:20,57.0,64.0,87.0,296.0,2021-10-26 10:04:08,0.8.2,,,5.0,5.0,5.0,26.0,,,,,,3.0,,676.0,,,,,,,,,,,,,,, +132,ML Hub,True,Multi-user development platform for machine learning teams. Simple to..,https://github.com/ml-tooling/ml-hub,,notebook-environments,17,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,54.0,15.0,11.0,250.0,2020-02-03 15:59:07,1.0.0,1916.0,1216.0,8.0,,,7.0,,,,,,3.0,,220.0,,,,mltooling/ml-hub,https://hub.docker.com/r/mltooling/ml-hub,2020-02-18 09:26:53.302538,5.0,44158.0,,,,,,, +133,jupyterlab-classic,True,The next-gen old-school notebook UI.,https://github.com/jupyterlab/retrolab,,notebook-environments,17,jtpio/jupyterlab-classic,jupyterlab-classic,,https://github.com/jupyterlab/retrolab,BSD-3-Clause,2020-12-07 16:37:07.000,2022-05-04 08:02:28.000000,2022-05-04 08:02:27,43.0,4.0,106.0,244.0,2022-05-04 07:37:18,0.3.21,792.0,109.0,50.0,80.0,80.0,17.0,https://pypi.org/project/jupyterlab-classic,70.0,,,,3.0,,,,,jupyterlab/retrolab,,,,,,,,,,,, +134,JupyterLab SideCar,True,A sidecar output widget for JupyterLab.,https://github.com/jupyter-widgets/jupyterlab-sidecar,,lab-extensions,17,jupyter-widgets/jupyterlab-sidecar,sidecar,,https://github.com/jupyter-widgets/jupyterlab-sidecar,BSD-3-Clause,2018-03-26 09:23:58.000,2022-07-20 03:28:49.000000,2021-07-04 21:12:58,36.0,22.0,10.0,202.0,2021-03-11 01:34:17,0.5.1,,4999.0,1.0,3.0,3.0,13.0,https://pypi.org/project/sidecar,4453.0,,,,2.0,@jupyter-widgets/jupyterlab-sidecar,69.0,https://www.npmjs.com/package/@jupyter-widgets/jupyterlab-sidecar,546.0,,,,,,,,,,,,, +135,SciJava Kernel,True,Write SciJava scripts in Jupyter notebook!.,https://github.com/scijava/scijava-jupyter-kernel,,kernels,17,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,2022-02-03 17:25:47.000000,2022-02-03 17:25:03,42.0,,80.0,175.0,2017-06-02 21:19:27,0.5.0,86.0,1269.0,15.0,,,9.0,,,https://anaconda.org/conda-forge/scijava-jupyter-kernel,2018-03-03 15:23:41.430,81163.0,3.0,,404.0,,,,,,,,,,,,,,, +136,Spark Monitor,True,Monitor Apache Spark from Jupyter Notebook.,https://github.com/krishnan-r/sparkmonitor,,jupyter-extensions,17,krishnan-r/sparkmonitor,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,50.0,15.0,7.0,166.0,2018-05-29 18:46:14,0.0.9,2413.0,1443.0,9.0,,,3.0,https://pypi.org/project/sparkmonitor,1390.0,,,,3.0,,215.0,,,,krishnanr/sparkmonitor,https://hub.docker.com/r/krishnanr/sparkmonitor,2019-10-04 06:28:22.959295,,921.0,,,,,,, +137,JupyterLab Spellchecker,True,Spellchecker for JupyterLab notebook markdown cells..,https://github.com/jupyterlab-contrib/spellchecker,,lab-extensions,17,ijmbarr/jupyterlab_spellchecker,,,https://github.com/jupyterlab-contrib/spellchecker,BSD-3-Clause,2018-04-02 07:47:30.000,2022-07-20 04:32:58.000000,2022-02-22 17:17:32,18.0,16.0,33.0,160.0,2021-10-08 10:06:16,0.7.2,,1667.0,7.0,1.0,1.0,6.0,,,,,,2.0,@ijmbarr/jupyterlab_spellchecker,152.0,https://www.npmjs.com/package/@ijmbarr/jupyterlab_spellchecker,1667.0,jupyterlab-contrib/spellchecker,,,,,,,,,,,, +138,igv.js widget,True,Extension for Jupyter Notebook which integrates igv.js.,https://github.com/g2nb/igv-jupyter,,widgets,17,igvteam/igv-jupyter,igv-jupyter,,https://github.com/g2nb/igv-jupyter,MIT,2016-07-21 18:44:38.000,2022-06-14 16:28:44.000000,2022-06-14 16:28:41,15.0,,41.0,151.0,2022-02-07 18:33:52,1.0.0,,269.0,9.0,12.0,12.0,5.0,https://pypi.org/project/igv-jupyter,269.0,,,,3.0,,139.0,,,g2nb/igv-jupyter,,,,,,,,,,,, +139,Rsession Proxy,True,Jupyter extensions for running an RStudio rsession proxy.,https://github.com/jupyterhub/jupyter-rsession-proxy,,jupyter-extensions,17,jupyterhub/jupyter-rsession-proxy,jupyter-rsession-proxy,,https://github.com/jupyterhub/jupyter-rsession-proxy,BSD-3-Clause,2016-12-09 06:26:18.000,2022-08-18 14:51:55.000000,2022-06-16 20:56:08,68.0,26.0,45.0,94.0,,,,2608.0,,41.0,41.0,20.0,https://pypi.org/project/jupyter-rsession-proxy,2608.0,,,,3.0,,223.0,,,,,,,,,,,,,,, +140,SystemdSpawner,True,Spawn JupyterHub single-user notebook servers with systemd.,https://github.com/jupyterhub/systemdspawner,,hub-spawners,17,jupyterhub/systemdspawner,jupyterhub-systemdspawner,,https://github.com/jupyterhub/systemdspawner,BSD-3-Clause,2016-09-06 07:20:44.000,2022-08-19 16:01:16.000000,2022-04-22 08:28:24,40.0,27.0,32.0,79.0,,,,1464.0,,21.0,21.0,17.0,https://pypi.org/project/jupyterhub-systemdspawner,1464.0,,,,3.0,,150.0,,,,,,,,,,,,,,, +141,jdaviz,True,JWST astronomical data analysis tools in the Jupyter platform.,https://github.com/spacetelescope/jdaviz,,widgets,17,spacetelescope/jdaviz,jdaviz,,https://github.com/spacetelescope/jdaviz,BSD-3-Clause,2019-05-07 17:54:06.000,2022-08-25 12:25:39.000000,2022-08-24 19:09:41,35.0,268.0,426.0,73.0,2022-08-24 15:20:54,2.9.0,,1691.0,12.0,,,29.0,https://pypi.org/project/jdaviz,1691.0,,,,3.0,,,,,,,,,,,,,,,,, +142,sphinxcontrib.jupyter,True,A Sphinx Extension for Generating Jupyter Notebooks.,https://github.com/QuantEcon/sphinxcontrib-jupyter,,notebook-tools,17,QuantEcon/sphinxcontrib-jupyter,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,23.0,88.0,93.0,72.0,2020-06-18 03:30:24,0.5.10,,742.0,17.0,26.0,26.0,13.0,https://pypi.org/project/sphinxcontrib-jupyter,742.0,,,,3.0,,269.0,,,,,,,,,,,,,,, +143,Altair Viewer,True,Viewer for Altair and Vega-Lite visualizations.,https://github.com/altair-viz/altair_viewer,,widgets,17,altair-viz/altair_viewer,altair_viewer,,https://github.com/altair-viz/altair_viewer,BSD-3-Clause,2019-12-20 14:32:14.000,2022-01-14 00:49:57.000000,2022-01-14 00:49:56,8.0,3.0,4.0,52.0,2021-11-06 14:18:45,0.4.0,,566992.0,3.0,,,3.0,https://pypi.org/project/altair_viewer,566992.0,,,,3.0,,117.0,,,,,,,,,,,,,,, +144,heat,True,IPython magic command to profile and view your python code as a heat map.,https://github.com/csurfer/pyheatmagic,,magic,16,csurfer/pyheatmagic,py-heat-magic,,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,22.0,2.0,3.0,993.0,,,,1187.0,,29.0,29.0,3.0,https://pypi.org/project/py-heat-magic,1187.0,,,,2.0,,34.0,,,,,,,,,,,,,,, +145,clojupyter,True,a Jupyter kernel for Clojure.,https://github.com/clojupyter/clojupyter,,kernels,16,clojupyter/clojupyter,,simplect/clojupyter,https://github.com/clojupyter/clojupyter,MIT,2014-05-09 07:09:06.000,2022-08-15 12:29:55.000000,2021-12-29 07:49:50,75.0,18.0,79.0,744.0,,,,84.0,7.0,,,26.0,,,https://anaconda.org/simplect/clojupyter,2020-03-02 14:14:22.302,3009.0,3.0,,283.0,,,,simplect/clojupyter,https://hub.docker.com/r/simplect/clojupyter,2019-04-25 08:25:07.304303,,391.0,,,,,,, +146,VSCode Jupyter,True,VS Code Jupyter extension.,https://github.com/microsoft/vscode-jupyter,,notebook-environments,16,microsoft/vscode-jupyter,,,https://github.com/microsoft/vscode-jupyter,MIT,2020-09-10 23:39:14.000,2022-08-25 11:15:06.000000,2022-08-25 00:39:11,150.0,635.0,7085.0,713.0,2022-08-04 18:08:05,2022.07.100,,,28.0,,,254.0,,,,,,3.0,,,,,,,,,,,,,,,,, +147,jupyter-notify,True,A Jupyter Notebook magic for browser notifications of cell completion.,https://github.com/ShopRunner/jupyter-notify,,magic,16,ShopRunner/jupyter-notify,jupyternotify,,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,34.0,11.0,12.0,560.0,2018-01-08 14:51:41,0.1.15,,2285.0,4.0,,,11.0,https://pypi.org/project/jupyternotify,2285.0,,,,2.0,,,,,,,,,,,,,,,,, +148,Enterprise Gateway,True,"A lightweight, multi-tenant, scalable and secure gateway..",https://github.com/jupyter-server/enterprise_gateway,,kernels,16,jupyter/enterprise_gateway,jupyter_enterprise_gateway,,https://github.com/jupyter-server/enterprise_gateway,,2017-04-21 16:05:14.000,2022-08-22 20:23:19.000000,2022-08-22 16:43:52,176.0,49.0,470.0,525.0,2022-01-27 22:17:10,2.6.0,20024.0,1600.0,30.0,,,102.0,https://pypi.org/project/jupyter_enterprise_gateway,1255.0,,,,3.0,,,,,jupyter-server/enterprise_gateway,,,,,,,,,,,, +149,commuter,True,Notebook sharing hub.,https://github.com/nteract/commuter,,notebook-sharing,16,nteract/commuter,,,https://github.com/nteract/commuter,BSD-3-Clause,2017-01-03 22:23:32.000,2022-04-28 20:50:09.000000,2022-04-28 20:49:58,63.0,52.0,39.0,438.0,,,,643.0,,3.0,3.0,27.0,,,,,,3.0,@nteract/commuter,640.0,https://www.npmjs.com/package/@nteract/commuter,643.0,,,,,,,,,,,,, +150,Matlab Kernel,True,Jupyter Kernel for Matlab.,https://github.com/Calysto/matlab_kernel,,kernels,16,calysto/matlab_kernel,matlab_kernel,,https://github.com/Calysto/matlab_kernel,,2015-01-31 12:51:06.000,2022-05-09 10:21:04.000000,2022-05-09 10:21:01,73.0,25.0,104.0,438.0,2022-05-09 10:21:42,0.17.1,,3876.0,3.0,,,18.0,https://pypi.org/project/matlab_kernel,3876.0,,,,3.0,,216.0,,,,,,,,,,,,,,, +151,JupyterLab Go-To-Definition,True,Navigate to variable's definition with a click in..,https://github.com/krassowski/jupyterlab-go-to-definition,,lab-extensions,16,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,8.0,10.0,13.0,218.0,2019-07-05 21:26:30,0.5.0,,2509.0,5.0,11.0,11.0,2.0,,,,,,2.0,@krassowski/jupyterlab_go_to_definition,89.0,https://www.npmjs.com/package/@krassowski/jupyterlab_go_to_definition,2509.0,,,,,,,,,,,,, +152,JupyterLab Chart Editor,True,JupyterLab extension for Plotly's react-chart-editor.,https://github.com/plotly/jupyterlab-chart-editor,,lab-renderer,16,plotly/jupyterlab-chart-editor,,,https://github.com/plotly/jupyterlab-chart-editor,,2018-01-23 18:18:38.000,2022-07-08 05:34:02.000000,2021-03-10 20:56:11,22.0,12.0,19.0,209.0,2021-03-10 20:57:44,4.14.3,,1114.0,6.0,3.0,3.0,5.0,,,,,,3.0,jupyterlab-chart-editor,71.0,https://www.npmjs.com/package/jupyterlab-chart-editor,1114.0,,,,,,,,,,,,, +153,JupyterLab Data Explorer,True,First class datasets in JupyterLab.,https://github.com/jupyterlab/jupyterlab-data-explorer,,lab-extensions,16,jupyterlab/jupyterlab-data-explorer,,,https://github.com/jupyterlab/jupyterlab-data-explorer,BSD-3-Clause,2019-01-03 21:57:42.000,2022-05-23 15:47:39.000000,2020-05-24 13:16:16,34.0,57.0,34.0,170.0,,,,176.0,,10.0,10.0,9.0,,,,,,2.0,@jupyterlab/dataregistry-extension,426.0,https://www.npmjs.com/package/@jupyterlab/dataregistry-extension,176.0,,,,,,,,,,,,, +154,JupyterLab Spreadsheet,True,"JupyterLab plugin for viewing spreadsheets, such as..",https://github.com/quigleyj97/jupyterlab-spreadsheet,,lab-renderer,16,quigleyj97/jupyterlab-spreadsheet,,,https://github.com/quigleyj97/jupyterlab-spreadsheet,BSD-3-Clause,2018-10-13 22:51:03.000,2022-07-18 18:08:54.000000,2022-07-18 18:08:51,14.0,5.0,18.0,155.0,2021-07-17 23:45:44,0.4.1,,4019.0,5.0,3.0,3.0,4.0,,,,,,3.0,jupyterlab-spreadsheet,,https://www.npmjs.com/package/jupyterlab-spreadsheet,4019.0,,,,,,,,,,,,, +155,nb_conda,True,Conda environment and package access extension from within Jupyter.,https://github.com/Anaconda-Platform/nb_conda,,jupyter-extensions,16,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,2022-06-05 15:35:11.087000,2020-09-11 21:06:00,29.0,35.0,28.0,129.0,,,,5403.0,4.0,,,14.0,,,https://anaconda.org/conda-forge/nb_conda,2022-06-05 15:35:11.087,394426.0,3.0,,158.0,,,,,,,,,,,,,,, +156,JupyterLab IFrame,True,JupyterLab iframe widget.,https://github.com/timkpaine/jupyterlab_iframe,,lab-extensions,16,timkpaine/jupyterlab_iframe,jupyterlab_iframe,,https://github.com/timkpaine/jupyterlab_iframe,Apache-2.0,2018-03-12 02:34:47.000,2022-07-21 13:47:17.000000,2022-07-21 13:47:16,15.0,4.0,62.0,81.0,2022-04-11 20:18:27,0.4.4,,1882.0,17.0,3.0,3.0,5.0,https://pypi.org/project/jupyterlab_iframe,958.0,,,,2.0,jupyterlab_iframe,,https://www.npmjs.com/package/jupyterlab_iframe,924.0,,,,,,,,,,,,, +157,ipyregulartable,True,"High performance, editable, stylable datagrids in jupyter..",https://github.com/jpmorganchase/ipyregulartable,,widgets,16,jpmorganchase/ipyregulartable,ipyregulartable,,https://github.com/jpmorganchase/ipyregulartable,Apache-2.0,2020-06-15 21:45:08.000,2022-08-25 14:15:42.000000,2022-07-20 19:51:49,13.0,10.0,15.0,66.0,,,,79492.0,5.0,9.0,9.0,5.0,https://pypi.org/project/ipyregulartable,230.0,,,,3.0,@jupyter-widgets/jupyterlab-manager,,https://www.npmjs.com/package/@jupyter-widgets/jupyterlab-manager,79262.0,,,,,,,,,,,,, +158,jupyter-archive,True,"A Jupyter/Jupyterlab extension to make, download and extract..",https://github.com/jupyterlab-contrib/jupyter-archive,,jupyter-extensions,16,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,2022-07-20 08:18:21.000000,2022-07-20 08:18:20,10.0,1.0,32.0,56.0,2022-04-08 13:49:20,3.3.1,3252.0,898.0,24.0,,,9.0,,,https://anaconda.org/conda-forge/jupyter-archive,2022-04-08 17:06:07.608,27311.0,3.0,,211.0,,,,,,,,,,,,,,, +159,First Use Authenticator,True,JupyterHub Authenticator that lets users set..,https://github.com/jupyterhub/firstuseauthenticator,,hub-auth,16,jupyterhub/firstuseauthenticator,jupyterhub-firstuseauthenticator,,https://github.com/jupyterhub/firstuseauthenticator,BSD-3-Clause,2016-10-25 03:09:14.000,2022-02-28 01:42:16.000000,2021-10-28 11:33:41,21.0,6.0,17.0,40.0,2019-01-24 17:18:45,0.12,,3764.0,2.0,66.0,66.0,12.0,https://pypi.org/project/jupyterhub-firstuseauthenticator,3764.0,,,,2.0,,,,,,,,,,,,,,,,, +160,ipyscales,True,A widget library for scales.,https://github.com/vidartf/ipyscales,,widgets,16,vidartf/ipyscales,ipyscales,conda-forge/ipyscales,https://github.com/vidartf/ipyscales,BSD-3-Clause,2017-08-24 20:16:19.000,2021-01-06 10:53:16.793000,2021-01-05 12:56:43,3.0,2.0,4.0,13.0,,,,1131.0,7.0,53.0,53.0,4.0,https://pypi.org/project/ipyscales,60.0,https://anaconda.org/conda-forge/ipyscales,2021-01-06 10:53:16.793,53561.0,3.0,,172.0,,,,,,,,,,,,,,, +161,geonotebook,True,A Jupyter notebook extension for geospatial visualization and..,https://github.com/OpenGeoscience/geonotebook,,widgets,15,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,136.0,37.0,46.0,1052.0,,,,1798.0,,,,9.0,,,,,,3.0,,647.0,,,,geonotebook/geonotebook,https://hub.docker.com/r/geonotebook/geonotebook,2019-01-21 18:59:02.250643,7.0,131280.0,,,,,,, +162,Wolfram Kernel,True,Wolfram Language kernel for Jupyter notebooks.,https://github.com/WolframResearch/WolframLanguageForJupyter,,kernels,15,WolframResearch/WolframLanguageForJupyter,,,https://github.com/WolframResearch/WolframLanguageForJupyter,MIT,2019-01-18 19:37:06.000,2022-08-23 18:11:54.000000,2022-02-19 09:55:04,91.0,30.0,66.0,752.0,,,6110.0,160.0,3.0,,,7.0,,,,,,3.0,,143.0,,,,,,,,,,,,,,, +163,Bash Kernel,True,A bash kernel for IPython.,https://github.com/takluyver/bash_kernel,,kernels,15,takluyver/bash_kernel,bash_kernel,,https://github.com/takluyver/bash_kernel,BSD-3-Clause,2014-06-27 00:27:25.000,2022-08-22 11:07:41.000000,2022-08-22 11:07:11,105.0,35.0,59.0,595.0,,,,6044.0,,,,14.0,https://pypi.org/project/bash_kernel,6044.0,,,,3.0,,93.0,,,,,,,,,,,,,,, +164,Ansible Kernel,True,Jupyter Notebook Kernel for running Ansible Tasks and..,https://github.com/ansible/ansible-jupyter-kernel,,kernels,15,ansible/ansible-jupyter-kernel,ansible-kernel,conda-forge/ansible-kernel,https://github.com/ansible/ansible-jupyter-kernel,,2018-06-26 14:28:02.000,2022-02-12 03:05:54.538000,2022-02-11 15:18:23,54.0,15.0,29.0,500.0,,,,1895.0,2.0,9.0,9.0,10.0,https://pypi.org/project/ansible-kernel,281.0,https://anaconda.org/conda-forge/ansible-kernel,2022-02-12 03:05:54.538,10871.0,3.0,,212.0,,,,benthomasson/ansible-jupyter-kernel,https://hub.docker.com/r/benthomasson/ansible-jupyter-kernel,2018-12-12 18:42:31.528778,2.0,66446.0,,,,,,, +165,jupyter-tensorboard,True,Start Tensorboard in Jupyter Notebook.,https://github.com/lspvic/jupyter_tensorboard,,jupyter-extensions,15,lspvic/jupyter_tensorboard,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,70.0,40.0,29.0,457.0,,,,2533.0,,,,4.0,https://pypi.org/project/jupyter-tensorboard,2533.0,,,,3.0,,69.0,,,,,,,,,,,,,,, +166,Lantern,True,Data exploration glue.,https://github.com/timkpaine/lantern,,lab-extensions,15,timkpaine/lantern,pylantern,,https://github.com/timkpaine/lantern,Apache-2.0,2017-07-15 03:49:10.000,2022-06-13 13:36:59.000000,2022-06-13 13:36:58,20.0,10.0,188.0,320.0,2020-02-02 22:32:28,0.1.6,,56.0,26.0,17.0,17.0,3.0,https://pypi.org/project/pylantern,56.0,,,,2.0,,,,,,,,,,,,,,,,, +167,blackcellmagic,True,IPython magic command to format python code in cell using..,https://github.com/csurfer/blackcellmagic,,magic,15,csurfer/blackcellmagic,blackcellmagic,,https://github.com/csurfer/blackcellmagic,MIT,2018-04-25 14:27:26.000,2022-05-31 19:59:44.000000,2021-09-18 19:09:46,12.0,4.0,5.0,299.0,,,,2888.0,,159.0,159.0,3.0,https://pypi.org/project/blackcellmagic,2888.0,,,,3.0,,18.0,,,,,,,,,,,,,,, +168,JupyterLab Tensorboard,True,Tensorboard extension for jupyterlab.,https://github.com/chaoleili/jupyterlab_tensorboard,,lab-extensions,15,chaoleili/jupyterlab_tensorboard,,,https://github.com/chaoleili/jupyterlab_tensorboard,MIT,2018-08-14 12:36:26.000,2022-07-21 07:29:55.000000,2022-07-18 10:51:06,32.0,17.0,10.0,295.0,,,,6229.0,,2.0,2.0,7.0,,,,,,2.0,jupyterlab_tensorboard,37.0,https://www.npmjs.com/package/jupyterlab_tensorboard,6229.0,,,,,,,,,,,,, +169,HTTP-over-WebSocket,True,Jupyter support for HTTP-over-ws.,https://github.com/googlecolab/jupyter_http_over_ws,,jupyter-extensions,15,googlecolab/jupyter_http_over_ws,jupyter_http_over_ws,,https://github.com/googlecolab/jupyter_http_over_ws,Apache-2.0,2018-03-26 22:52:45.000,2022-04-01 12:43:46.000000,2021-08-30 21:48:24,38.0,21.0,8.0,231.0,,,,51866.0,,,,3.0,https://pypi.org/project/jupyter_http_over_ws,51866.0,,,,3.0,,29.0,,,,,,,,,,,,,,, +170,jupyterlab-execute-time,True,Execute Time Plugin for Jupyter Lab.,https://github.com/deshaw/jupyterlab-execute-time,,lab-extensions,15,deshaw/jupyterlab-execute-time,,,https://github.com/deshaw/jupyterlab-execute-time,BSD-3-Clause,2020-04-07 22:27:30.000,2022-08-12 19:12:18.000000,2022-08-12 19:12:00,32.0,4.0,30.0,227.0,,,,2746.0,,,,11.0,,,,,,2.0,jupyterlab-execute-time,37.0,https://www.npmjs.com/package/jupyterlab-execute-time,2746.0,,,,,,,,,,,,, +171,nbinteract,True,Create interactive webpages from Jupyter Notebooks.,https://github.com/SamLau95/nbinteract,,notebook-sharing,15,SamLau95/nbinteract,nbinteract,,https://github.com/SamLau95/nbinteract,BSD-3-Clause,2017-08-31 00:16:20.000,2022-07-22 02:00:04.000000,2021-04-15 20:39:36,20.0,29.0,41.0,216.0,,,,1515.0,,1.0,1.0,8.0,https://pypi.org/project/nbinteract,1515.0,,,,3.0,,590.0,,,,,,,,,,,,,,, +172,Jupyter Bokeh,True,An extension for rendering Bokeh content in JupyterLab notebooks.,https://github.com/bokeh/jupyter_bokeh,,lab-extensions,15,bokeh/jupyter_bokeh,jupyter-bokeh,,https://github.com/bokeh/jupyter_bokeh,BSD-3-Clause,2017-08-14 23:01:29.000,2022-08-12 21:24:48.000000,2022-08-12 21:24:08,41.0,11.0,78.0,205.0,,,,51863.0,,,,17.0,https://pypi.org/project/jupyter-bokeh,44615.0,,,,2.0,@bokeh/jupyter_bokeh,,https://www.npmjs.com/package/@bokeh/jupyter_bokeh,7248.0,,,,,,,,,,,,, +173,Jupyter Spark,True,Jupyter Notebook extension for Apache Spark integration.,https://github.com/mozilla/jupyter-spark,,jupyter-extensions,15,mozilla/jupyter-spark,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,29.0,13.0,14.0,190.0,,,,556.0,,16.0,16.0,12.0,https://pypi.org/project/jupyter-spark,556.0,,,,3.0,,106.0,,,,,,,,,,,,,,, +174,mkdocs-jupyter,True,Use Jupyter Notebook in mkdocs.,https://github.com/danielfrg/mkdocs-jupyter,,notebook-sharing,15,danielfrg/mkdocs-jupyter,mkdocs-jupyter,,https://github.com/danielfrg/mkdocs-jupyter,Apache-2.0,2019-12-18 02:11:34.000,2022-08-23 19:05:02.000000,2022-05-04 20:37:55,21.0,13.0,44.0,152.0,,,,23594.0,,,,13.0,https://pypi.org/project/mkdocs-jupyter,23594.0,,,,3.0,,,,,,,,,,,6.0,,,,,, +175,ipylab,True,Control JupyterLab from Python Notebooks with Jupyter Widgets.,https://github.com/jtpio/ipylab,,lab-extensions,15,jtpio/ipylab,ipylab,conda-forge/ipylab,https://github.com/jtpio/ipylab,BSD-3-Clause,2019-11-15 19:52:12.000,2022-08-25 11:30:14.285000,2022-08-25 07:43:57,7.0,11.0,19.0,114.0,2022-08-25 07:45:29,0.6.0,35.0,4685.0,12.0,,,6.0,https://pypi.org/project/ipylab,4297.0,https://anaconda.org/conda-forge/ipylab,2022-08-25 11:30:14.285,12778.0,2.0,,,,,,,,,,,,,,,,, +176,nbzip,True,Zips and downloads all the contents of a jupyter notebook.,https://github.com/data-8/nbzip,,jupyter-extensions,15,data-8/nbzip,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,15.0,9.0,5.0,80.0,,,,724.0,,289.0,289.0,6.0,https://pypi.org/project/nbzip,724.0,,,,3.0,,43.0,,,,,,,,,,,,,,, +177,niwidgets,True,Neuroimaging widgets for jupyter notebooks.,https://github.com/nipy/niwidgets,,widgets,15,nipy/niwidgets,niwidgets,,https://github.com/nipy/niwidgets,Apache-2.0,2017-09-11 22:20:27.000,2022-08-23 17:36:18.000000,2020-03-24 14:27:42,33.0,17.0,17.0,76.0,,,,72.0,,28.0,28.0,16.0,https://pypi.org/project/niwidgets,72.0,,,,3.0,,242.0,,,,,,,,,,,,,,, +178,jupyterlab-sos,True,Jupyterlab extension for SoS Polyglot Notebook and Workflow..,https://github.com/vatlab/jupyterlab-sos,,lab-extensions,15,vatlab/jupyterlab-sos,,conda-forge/jupyterlab-sos,https://github.com/vatlab/jupyterlab-sos,BSD-3-Clause,2018-03-20 16:07:18.000,2022-08-03 01:48:01.130000,2022-08-02 18:58:37,3.0,9.0,50.0,54.0,2019-09-02 19:30:02,0.5.0,,642.0,13.0,,,4.0,,,https://anaconda.org/conda-forge/jupyterlab-sos,2022-08-03 01:48:01.130,17747.0,2.0,jupyterlab-sos,325.0,https://www.npmjs.com/package/jupyterlab-sos,135.0,,,,,,,,,,,,, +179,nbgather,True,Spit shine for Jupyter notebooks.,https://github.com/microsoft/gather,,lab-extensions,14,microsoft/gather,,,https://github.com/microsoft/gather,MIT,2018-10-08 23:32:10.000,2022-08-17 14:51:55.000000,2020-02-14 15:11:45,29.0,11.0,16.0,448.0,,,,51.0,,,,12.0,,,,,,3.0,nbgather,343.0,https://www.npmjs.com/package/nbgather,51.0,,,,,,,,,,,,, +180,nbtutor,True,Visualize Python code execution (line-by-line) in Jupyter Notebook cells.,https://github.com/lgpage/nbtutor,,widgets,14,lgpage/nbtutor,,conda-forge/nbtutor,https://github.com/lgpage/nbtutor,,2016-11-07 14:08:25.000,2022-04-19 19:03:10.872000,2022-04-04 19:36:18,38.0,10.0,24.0,404.0,,,,1600.0,4.0,28.0,28.0,3.0,,,https://anaconda.org/conda-forge/nbtutor,2022-04-19 19:03:10.872,108826.0,3.0,,,,,,,,,,,,,,,,, +181,gpu-jupyter,True,Leverage the flexibility of Jupyterlab through the power of your..,https://github.com/iot-salzburg/gpu-jupyter,,notebook-environments,14,iot-salzburg/gpu-jupyter,,,https://github.com/iot-salzburg/gpu-jupyter,Apache-2.0,2019-11-12 20:10:23.000,2022-07-21 16:45:46.000000,2022-07-21 16:45:46,141.0,12.0,44.0,386.0,2021-04-08 06:54:08,1.4_cuda-11.0_ubuntu-18.04,,,5.0,,,10.0,,,,,,3.0,,221.0,,,,,,,,,,,,,,, +182,JupyterLab SQL,True,SQL GUI for JupyterLab.,https://github.com/pbugnion/jupyterlab-sql,,lab-extensions,14,pbugnion/jupyterlab-sql,jupyterlab_sql,,https://github.com/pbugnion/jupyterlab-sql,MIT,2019-02-01 09:37:05.000,2022-07-07 15:24:16.000000,2020-01-04 12:02:35,44.0,37.0,37.0,375.0,,,,448.0,,,,2.0,https://pypi.org/project/jupyterlab_sql,448.0,,,,3.0,,634.0,,,,,,,,,,,,,,, +183,LFortran,True,Official mirror of https://gitlab.com/lfortran/lfortran. Please submit..,https://github.com/lfortran/lfortran,,kernels,14,lfortran/lfortran,lfortran,conda-forge/lfortran,https://github.com/lfortran/lfortran,,2019-03-24 13:22:20.000,2022-08-25 13:22:46.000000,2022-08-25 13:22:46,38.0,448.0,20.0,372.0,,,,1190.0,12.0,,,38.0,https://pypi.org/project/lfortran,107.0,https://anaconda.org/conda-forge/lfortran,2021-09-23 07:31:07.722,40086.0,3.0,,,,,,,,,,,,,,,,, +184,JupyterWith,True,declarative and reproducible Jupyter environments - powered by Nix.,https://github.com/tweag/jupyterWith,,notebook-tools,14,tweag/jupyterWith,,,https://github.com/tweag/jupyterWith,MIT,2018-12-18 10:10:58.000,2022-08-24 00:28:29.000000,2022-08-22 19:45:53,79.0,11.0,103.0,354.0,,,,,,,,31.0,,,,,,3.0,,404.0,,,,,,,,,,,,,,, +185,IElixir,True,Jupyter's kernel for Elixir programming language.,https://github.com/pprzetacznik/IElixir,,kernels,14,pprzetacznik/IElixir,,,https://github.com/pprzetacznik/IElixir,Apache-2.0,2015-07-06 11:39:08.000,2021-12-03 09:17:20.000000,2021-03-20 17:27:38,39.0,10.0,20.0,344.0,2020-11-15 17:48:03,0.9.21,,4.0,8.0,,,19.0,,,,,,3.0,,282.0,,,,pprzetacznik/ielixir,https://hub.docker.com/r/pprzetacznik/ielixir,2021-03-20 17:48:12.317861,1.0,345.0,,,,,,ielixir, +186,testbook,True,Unit test your Jupyter Notebooks the right way.,https://github.com/nteract/testbook,,notebook-tools,14,nteract/testbook,,,https://github.com/nteract/testbook,BSD-3-Clause,2020-02-26 19:43:22.000,2022-08-12 17:58:32.000000,2022-08-12 17:58:32,30.0,41.0,46.0,318.0,,,,,,139.0,139.0,14.0,,,,,,3.0,,,,,,,,,,,,,,,,, +187,cdsdashboards,True,JupyterHub extension for ContainDS Dashboards.,https://github.com/ideonate/cdsdashboards,,notebook-sharing,14,ideonate/cdsdashboards,cdsdashboards,conda-forge/cdsdashboards,https://github.com/ideonate/cdsdashboards,,2020-04-28 13:51:31.000,2022-04-29 14:54:24.213000,2022-04-29 11:09:30,33.0,31.0,57.0,172.0,,,,1463.0,21.0,,,13.0,https://pypi.org/project/cdsdashboards,258.0,https://anaconda.org/conda-forge/cdsdashboards,2022-04-29 14:54:24.213,30134.0,3.0,,461.0,,,,,,,,,,,,,,, +188,Collapsible Headings,True,Implements Collapsible Headers for Jupyter Lab Notebooks.,https://github.com/aquirdTurtle/Collapsible_Headings,,lab-extensions,14,aquirdTurtle/Collapsible_Headings,,,https://github.com/aquirdTurtle/Collapsible_Headings,BSD-3-Clause,2019-07-29 01:45:30.000,2022-07-20 03:22:41.000000,2021-05-22 01:41:35,7.0,9.0,22.0,170.0,,,,1570.0,,,,6.0,,,,,,3.0,@aquirdturtle/collapsible_headings,98.0,https://www.npmjs.com/package/@aquirdturtle/collapsible_headings,1570.0,,,,,,,,,,,,, +189,nbmake-action,True,GitHub Action for testing notebooks.,https://github.com/treebeardtech/nbmake-action,,notebook-tools,14,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,6.0,,24.0,156.0,2020-12-11 15:26:11,0.2.1,,,5.0,27.0,27.0,2.0,,,,,,3.0,,731.0,,,,,,,,,,,,,,, +190,Kernel Detection,True,An Jupyter plugin to enable the automatic detection of..,https://github.com/Cadair/jupyter_environment_kernels,,kernels,14,Cadair/jupyter_environment_kernels,environment_kernels,,https://github.com/Cadair/jupyter_environment_kernels,BSD-2-Clause,2015-01-06 14:50:00.000,2018-02-20 00:36:41.000000,2018-02-12 13:00:01,16.0,7.0,22.0,144.0,2018-02-12 13:01:06,1.1.1,,2588.0,2.0,,,6.0,https://pypi.org/project/environment_kernels,2588.0,,,,3.0,,77.0,,,,,,,,,,,,,,, +191,JupyterLab HDF5,True,Open and explore HDF5 files in JupyterLab. Can handle very..,https://github.com/jupyterlab/jupyterlab-hdf5,,lab-extensions,14,jupyterlab/jupyterlab-hdf5,jupyterlab_hdf,,https://github.com/jupyterlab/jupyterlab-hdf5,BSD-3-Clause,2018-10-02 18:20:20.000,2022-07-07 10:57:13.000000,2022-02-21 08:59:58,19.0,11.0,33.0,95.0,,,,1688.0,,,,6.0,https://pypi.org/project/jupyterlab_hdf,1009.0,,,,3.0,@jupyterlab/hdf5,337.0,https://www.npmjs.com/package/@jupyterlab/hdf5,679.0,,,,,,,,,,,,, +192,Content Management,True,Jupyter Content Management Extensions.,https://github.com/jupyter-incubator/contentmanagement,,jupyter-extensions,14,jupyter-incubator/contentmanagement,jupyter_cms,conda-forge/jupyter_cms,https://github.com/jupyter-incubator/contentmanagement,BSD-3-Clause,2015-09-21 15:41:02.000,2021-11-17 19:16:08.958000,2018-06-11 01:51:34,25.0,7.0,20.0,76.0,,,,1230.0,3.0,,,8.0,https://pypi.org/project/jupyter_cms,151.0,https://anaconda.org/conda-forge/jupyter_cms,2021-11-17 19:16:08.958,76635.0,3.0,,136.0,,,,,,,,,,,,,,, +193,JupyterLab Quickopen,True,Quickly open a file in JupyterLab by typing part of its..,https://github.com/parente/jupyterlab-quickopen,,lab-extensions,14,parente/jupyterlab-quickopen,jupyterlab-quickopen,,https://github.com/parente/jupyterlab-quickopen,BSD-3-Clause,2018-12-04 01:00:58.000,2022-07-20 09:01:23.000000,2021-12-12 18:25:55,8.0,,,75.0,2021-12-12 18:28:02,1.2.0,,487.0,3.0,,,5.0,https://pypi.org/project/jupyterlab-quickopen,428.0,,,,3.0,@parente/jupyterlab-quickopen,56.0,https://www.npmjs.com/package/@parente/jupyterlab-quickopen,59.0,,,,,,,,,,,,, +194,JupyterLab Kernelspy,True,A Jupyter Lab extension for inspecting messages to/from..,https://github.com/jupyterlab-contrib/jupyterlab-kernelspy,,lab-extensions,14,jupyterlab-contrib/jupyterlab-kernelspy,,,https://github.com/jupyterlab-contrib/jupyterlab-kernelspy,,2018-04-20 16:11:58.000,2022-07-20 08:19:17.000000,2022-07-20 08:19:16,9.0,2.0,11.0,68.0,2022-04-19 08:14:02,3.1.0,,192.0,5.0,3.0,3.0,4.0,,,,,,3.0,jupyterlab-kernelspy,136.0,https://www.npmjs.com/package/jupyterlab-kernelspy,192.0,,,,,,,,,,,,, +195,jupyterlab-theme-solarized-dark,True,JupyterLab 2.x Solarized Dark extension.,https://github.com/AllanChain/jupyterlab-theme-solarized-dark,,lab-themes,14,AllanChain/jupyterlab-theme-solarized-dark,jupyterlab_theme_solarized_dark,,https://github.com/AllanChain/jupyterlab-theme-solarized-dark,BSD-3-Clause,2020-04-05 12:18:48.000,2022-07-21 07:55:39.000000,2022-07-21 07:55:38,9.0,1.0,2.0,66.0,2021-09-26 00:52:38,2.0.1,,10106.0,9.0,,,2.0,https://pypi.org/project/jupyterlab_theme_solarized_dark,6297.0,,,,2.0,jupyterlab-theme-solarized-dark,,https://www.npmjs.com/package/jupyterlab-theme-solarized-dark,3809.0,,,,,,,,,,,,, +196,JupyterLab Autoversion,True,Automatically version jupyter notebooks in JupyterLab.,https://github.com/timkpaine/jupyterlab_autoversion,,lab-extensions,14,timkpaine/jupyterlab_autoversion,jupyterlab_autoversion,,https://github.com/timkpaine/jupyterlab_autoversion,Apache-2.0,2018-08-23 23:49:52.000,2022-07-21 12:41:47.000000,2022-07-21 12:41:46,9.0,3.0,29.0,58.0,2022-04-11 15:35:12,0.3.6,,153.0,12.0,,,5.0,https://pypi.org/project/jupyterlab_autoversion,84.0,,,,3.0,jupyterlab_autoversion,,https://www.npmjs.com/package/jupyterlab_autoversion,69.0,,,,,,,,,,,,, +197,JupyterLab Shortcutui,True,A JupyterLab extension for managing keyboard shortcuts.,https://github.com/jupyterlab/jupyterlab-shortcutui,,lab-extensions,14,jupyterlab/jupyterlab-shortcutui,,,https://github.com/jupyterlab/jupyterlab-shortcutui,BSD-3-Clause,2018-06-18 22:07:19.000,2020-01-17 16:59:32.000000,2020-01-17 16:59:32,14.0,7.0,6.0,55.0,2019-09-05 11:54:07,0.4.0,,297.0,3.0,,,8.0,,,,,,3.0,@jupyterlab/shortcutui,191.0,https://www.npmjs.com/package/@jupyterlab/shortcutui,297.0,,,,,,,,,,,,, +198,WrapSpawner,True,Mechanism for runtime configuration of spawners for JupyterHub.,https://github.com/jupyterhub/wrapspawner,,hub-spawners,14,jupyterhub/wrapspawner,,,https://github.com/jupyterhub/wrapspawner,BSD-3-Clause,2016-09-21 21:48:31.000,2022-05-19 19:03:08.000000,2022-03-04 23:33:51,49.0,17.0,14.0,54.0,2022-03-02 16:00:43,1.0.1,,,2.0,7.0,7.0,16.0,,,,,,3.0,,35.0,,,,,,,,,,,,,,, +199,SudoSpawner,True,Spawn JupyterHub single-user servers with sudo.,https://github.com/jupyterhub/sudospawner,,hub-spawners,14,jupyterhub/sudospawner,sudospawner,,https://github.com/jupyterhub/sudospawner,BSD-3-Clause,2014-11-24 23:21:36.000,2021-09-10 08:58:36.000000,2021-09-10 08:58:36,36.0,17.0,20.0,44.0,,,,823.0,,40.0,40.0,14.0,https://pypi.org/project/sudospawner,823.0,,,,3.0,,115.0,,,,,,,,,,,,,,, +200,dummyauthenticator,True,A Dummy JupyterHub Authenticator to make testing easy.,https://github.com/jupyterhub/dummyauthenticator,,hub-auth,14,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,14.0,5.0,2.0,28.0,,,,4244.0,,103.0,103.0,,https://pypi.org/project/jupyterhub-dummyauthenticator,4244.0,,,,2.0,,7.0,,,,,,,,,,,,,,, +201,lgo,True,Interactive Go programming with Jupyter.,https://github.com/yunabe/lgo,,kernels,13,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,114.0,23.0,53.0,2255.0,,,,,,,,9.0,,,,,,3.0,,169.0,,,,,,,,,,,,,,, +202,nbopen,True,Open a Jupyter notebook in the best available server.,https://github.com/takluyver/nbopen,,notebook-tools,13,takluyver/nbopen,nbopen,,https://github.com/takluyver/nbopen,BSD-3-Clause,2014-07-09 03:24:47.000,2018-04-25 07:37:01.000000,2018-04-25 07:36:18,53.0,37.0,26.0,280.0,,,,762.0,,,,10.0,https://pypi.org/project/nbopen,762.0,,,,3.0,,57.0,,,,,,,,,,,,,,, +203,JupyterLab Voyager,True,JupyterLab extension visualize data with Voyager.,https://github.com/altair-viz/jupyterlab_voyager,,lab-renderer,13,altair-viz/jupyterlab_voyager,,,https://github.com/altair-viz/jupyterlab_voyager,BSD-3-Clause,2017-08-26 15:50:13.000,2022-07-20 06:02:59.000000,2019-08-14 17:21:34,32.0,40.0,20.0,274.0,,,,68.0,,,,6.0,,,,,,3.0,jupyterlab_voyager,87.0,https://www.npmjs.com/package/jupyterlab_voyager,68.0,,,,,,,,,,,,, +204,pynb,True,Jupyter Notebooks as plain Python code with embedded Markdown text.,https://github.com/elehcimd/pynb,,notebook-sharing,13,elehcimd/pynb,,,https://github.com/elehcimd/pynb,MIT,2017-11-14 11:13:22.000,2020-07-07 15:27:20.000000,2020-07-07 15:27:10,6.0,,8.0,237.0,,,,,,21.0,21.0,8.0,,,,,,3.0,,154.0,,,,,,,,,,,,,,, +205,naas,True,"Schedule notebooks, run them like APIs, expose securely your assets:..",https://github.com/jupyter-naas/naas,,notebook-tools,13,jupyter-naas/naas,naas,,https://github.com/jupyter-naas/naas,AGPL-3.0,2020-09-20 17:09:00.000,2022-08-25 14:18:29.000000,2022-08-25 14:18:27,20.0,26.0,114.0,203.0,,,,2686.0,,3.0,3.0,18.0,https://pypi.org/project/naas,2686.0,,,,3.0,,,,,,,,,,,,,,,,, +206,nbgallery,True,Enterprise Jupyter notebook sharing and collaboration app.,https://github.com/nbgallery/nbgallery,,notebook-sharing,13,nbgallery/nbgallery,,,https://github.com/nbgallery/nbgallery,MIT,2017-01-10 19:18:40.000,2022-08-22 02:59:49.000000,2022-08-19 15:43:20,23.0,70.0,305.0,142.0,,,,2375.0,,,,19.0,,,,,,3.0,,,,,,nbgallery/nbgallery,https://hub.docker.com/r/nbgallery/nbgallery,2022-08-19 15:47:03.596875,3.0,159161.0,,,,,,, +207,Neon Theme,True,"A flat, 80's neon inspired theme for JupyterLab.",https://github.com/yeebc/jupyterlab-neon-theme,,lab-themes,13,yeebc/jupyterlab-neon-theme,,,https://github.com/yeebc/jupyterlab-neon-theme,BSD-3-Clause,2019-09-27 14:29:10.000,2022-07-20 04:26:27.000000,2021-03-07 04:40:47,9.0,2.0,10.0,119.0,,,,1105.0,,1.0,1.0,3.0,,,,,,2.0,@yeebc/jupyterlab_neon_theme,43.0,https://www.npmjs.com/package/@yeebc/jupyterlab_neon_theme,1105.0,,,,,,,,,,,,, +208,ipymaterialui,True,Jupyter Widgets based on React Material UI components.,https://github.com/maartenbreddels/ipymaterialui,,widgets,13,maartenbreddels/ipymaterialui,ipymaterialui,,https://github.com/maartenbreddels/ipymaterialui,MIT,2018-11-23 18:33:20.000,2022-07-20 01:50:17.000000,2019-10-29 13:53:37,14.0,7.0,3.0,83.0,2019-08-09 15:57:25,0.1.1,,133.0,1.0,5.0,5.0,3.0,https://pypi.org/project/ipymaterialui,47.0,,,,3.0,jupyter-materialui,74.0,https://www.npmjs.com/package/jupyter-materialui,86.0,,,,,,,,,,,,, +209,jupyterlab-sparkmonitor,True,JupyterLab extension that enables monitoring launched..,https://github.com/itsjafer/jupyterlab-sparkmonitor,,lab-extensions,13,itsjafer/jupyterlab-sparkmonitor,jupyterlab-sparkmonitor,,https://github.com/itsjafer/jupyterlab-sparkmonitor,Apache-2.0,2020-03-12 20:59:01.000,2022-04-01 16:32:31.000000,2022-04-01 16:32:30,20.0,8.0,8.0,78.0,,,,3461.0,,,,10.0,https://pypi.org/project/jupyterlab-sparkmonitor,3384.0,,,,3.0,jupyterlab_sparkmonitor,275.0,https://www.npmjs.com/package/jupyterlab_sparkmonitor,68.0,,itsjafer/sparkmonitor,https://hub.docker.com/r/itsjafer/sparkmonitor,2021-06-02 17:02:44.488613,,287.0,,,,,,, +210,JWT Authenticator,True,A Token Authenticator for JupyterHub.,https://github.com/mogthesprog/jwtauthenticator,,hub-auth,13,mogthesprog/jwtauthenticator,jupyterhub-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,37.0,9.0,8.0,41.0,,,,291.0,,8.0,8.0,7.0,https://pypi.org/project/jupyterhub-jwtauthenticator,291.0,,,,3.0,,24.0,,,,,,,,,,,,,,, +211,ipysigma,True,A custom Jupyter widget library to display graphs using sigma.js.,https://github.com/medialab/ipysigma,,widgets,13,Yomguithereal/ipysigma,ipysigma,,https://github.com/medialab/ipysigma,MIT,2018-06-25 20:03:21.000,2022-06-10 13:52:12.000000,2022-06-10 13:52:09,6.0,43.0,57.0,38.0,,,,396.0,,,,3.0,https://pypi.org/project/ipysigma,113.0,,,,3.0,ipysigma,160.0,https://www.npmjs.com/package/ipysigma,283.0,medialab/ipysigma,,,,,,,,,,,, +212,Null Authenticator,True,Null Authenticator for JupyterHub instances that should have no login mechanism.,https://github.com/jupyterhub/nullauthenticator,,hub-auth,13,jupyterhub/nullauthenticator,nullauthenticator,,https://github.com/jupyterhub/nullauthenticator,BSD-3-Clause,2017-08-30 09:12:22.000,2022-05-17 12:31:29.000000,2022-05-17 12:31:29,9.0,1.0,,7.0,,,,2204.0,,83.0,83.0,7.0,https://pypi.org/project/nullauthenticator,2204.0,,,,3.0,,20.0,,,,,,,,,,,,,,, +213,py_d3,True,D3 block magic for Jupyter notebook.,https://github.com/ResidentMario/py_d3,,magic,12,ResidentMario/py_d3,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,39.0,1.0,15.0,443.0,,,,97.0,,,,4.0,https://pypi.org/project/py_d3,97.0,,,,3.0,,41.0,,,,,,,,,,,,,,, +214,F# Kernel,True,F# for Jupyter Notebooks.,https://github.com/fsprojects/IfSharp,,kernels,12,fsprojects/IfSharp,,,https://github.com/fsprojects/IfSharp,,2013-12-03 21:25:01.000,2022-03-17 09:11:27.000000,2022-03-17 09:11:22,67.0,13.0,127.0,434.0,2020-03-08 20:03:38,3.0.4,5401.0,58.0,15.0,,,28.0,,,,,,3.0,,,,,,fsprojects/ifsharp,https://hub.docker.com/r/fsprojects/ifsharp,2019-03-26 17:01:42.996172,,676.0,,,,,,, +215,ICSharp,True,C# kernel for Jupyter.,https://github.com/zabirauf/icsharp,,kernels,12,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,57.0,33.0,13.0,266.0,,,,,,,,10.0,,,,,,3.0,,45.0,,,,,,,,,,,,,,, +216,SQLCell,True,"SQLCell is a magic function for the Jupyter Notebook that executes raw,..",https://github.com/tmthyjames/SQLCell,,magic,12,tmthyjames/SQLCell,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,10.0,60.0,24.0,149.0,,,,12.0,,1.0,1.0,14.0,https://pypi.org/project/sqlcell,12.0,,,,3.0,,310.0,,,,,,,,,,,,,,, +217,Material Darker Theme,True,The Material Darker theme for JupyterLab.,https://github.com/oriolmirosa/jupyterlab_materialdarker,,lab-themes,12,oriolmirosa/jupyterlab_materialdarker,,,https://github.com/oriolmirosa/jupyterlab_materialdarker,BSD-3-Clause,2018-03-07 23:24:13.000,2022-07-20 09:30:09.000000,2021-08-31 15:09:09,15.0,3.0,14.0,133.0,,,,667.0,,4.0,4.0,2.0,,,,,,3.0,@oriolmirosa/jupyterlab_materialdarker,49.0,https://www.npmjs.com/package/@oriolmirosa/jupyterlab_materialdarker,667.0,,,,,,,,,,,,, +218,jupyter-fs,True,A filesystem-like contents manager for multiple backends in Jupyter.,https://github.com/jpmorganchase/jupyter-fs,,lab-extensions,12,jpmorganchase/jupyter-fs,jupyter-fs,,https://github.com/jpmorganchase/jupyter-fs,Apache-2.0,2019-09-24 17:44:10.000,2022-08-25 11:44:58.000000,2022-04-29 05:20:16,24.0,13.0,42.0,122.0,,,,305.0,,,,9.0,https://pypi.org/project/jupyter-fs,305.0,,,,3.0,,,,,,,,,,,,,,,,, +219,JupyterLab Commenting,True,Commenting and annotation for JupyterLab.,https://github.com/jupyterlab/jupyterlab-commenting,,lab-extensions,12,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,22.0,24.0,10.0,93.0,,,,142.0,,,,10.0,,,,,,3.0,@jupyterlab/commenting-extension,332.0,https://www.npmjs.com/package/@jupyterlab/commenting-extension,142.0,,,,,,,,,,,,, +220,nbcelltests,True,Cell-by-cell testing for production Jupyter notebooks in..,https://github.com/jpmorganchase/nbcelltests,,lab-extensions,12,jpmorganchase/nbcelltests,nbcelltests,,https://github.com/jpmorganchase/nbcelltests,Apache-2.0,2018-08-23 23:51:41.000,2022-08-25 14:05:02.000000,2022-08-25 14:05:01,16.0,31.0,83.0,64.0,2020-10-05 14:23:28,0.2.3,,47.0,11.0,,,7.0,https://pypi.org/project/nbcelltests,24.0,,,,3.0,jupyterlab_celltests,,https://www.npmjs.com/package/jupyterlab_celltests,23.0,,,,,,,,,,,,, +221,SSH Kernel,True,SSH Kernel for Jupyter.,https://github.com/NII-cloud-operation/sshkernel,,kernels,12,NII-cloud-operation/sshkernel,sshkernel,,https://github.com/NII-cloud-operation/sshkernel,BSD-3-Clause,2019-02-12 02:46:14.000,2021-11-04 09:33:50.000000,2021-11-04 09:33:21,12.0,2.0,6.0,53.0,,,,79.0,,6.0,6.0,4.0,https://pypi.org/project/sshkernel,79.0,,,,3.0,,398.0,,,,,,,,,,,,,,, +222,Horizon Theme,True,VSCode Horizon Theme port for JupyterLab.,https://github.com/mohirio/jupyterlab-horizon-theme,,lab-themes,12,mohirio/jupyterlab-horizon-theme,,,https://github.com/mohirio/jupyterlab-horizon-theme,BSD-3-Clause,2019-06-07 08:46:59.000,2022-03-17 13:56:35.000000,2021-04-11 16:55:54,3.0,1.0,4.0,52.0,,,,2660.0,,,,,,,,,,3.0,@mohirio/jupyterlab-horizon-theme,25.0,https://www.npmjs.com/package/@mohirio/jupyterlab-horizon-theme,2660.0,,,,,,,,,,,,, +223,JupyterLab Python Files,True,JupyterLab extension to create Python files.,https://github.com/jtpio/jupyterlab-python-file,,lab-extensions,12,jtpio/jupyterlab-python-file,,,https://github.com/jtpio/jupyterlab-python-file,BSD-3-Clause,2018-10-17 22:21:21.000,2021-08-27 11:18:53.000000,2021-08-27 11:18:51,10.0,1.0,8.0,52.0,2021-06-23 21:13:28,0.5.5,77.0,666.0,5.0,,,4.0,,,,,,3.0,jupyterlab-python-file,,https://www.npmjs.com/package/jupyterlab-python-file,663.0,,,,,,,,,,,,, +224,JupyterLab Flake8,True,A jupyterlab extension to email notebooks directly from..,https://github.com/timkpaine/jupyterlab_email,,lab-extensions,12,timkpaine/jupyterlab_email,,,https://github.com/timkpaine/jupyterlab_email,Apache-2.0,2018-08-07 14:14:40.000,2022-07-21 13:47:11.000000,2022-07-21 13:47:09,2.0,4.0,32.0,51.0,2022-03-15 23:36:24,0.2.4,,204.0,13.0,,,2.0,,,,,,3.0,jupyterlab-flake8,,https://www.npmjs.com/package/jupyterlab-flake8,204.0,,,,,,,,,,,,, +225,KnowledgeLab,True,KnowledgeRepo + JupyterLab.,https://github.com/timkpaine/knowledgelab,,lab-extensions,12,timkpaine/knowledgelab,knowledgelab,,https://github.com/timkpaine/knowledgelab,Apache-2.0,2017-10-18 01:10:58.000,2022-06-13 12:58:37.000000,2022-06-13 12:58:36,6.0,3.0,24.0,45.0,,,,22.0,1.0,2.0,2.0,3.0,https://pypi.org/project/knowledgelab,10.0,,,,3.0,knowledgelab,151.0,https://www.npmjs.com/package/knowledgelab,12.0,,,,,,,,,,,,, +226,jupyterlab_commands,True,Add arbitrary python commands to the jupyterlab command palette.,https://github.com/timkpaine/jupyterlab_commands,,lab-extensions,12,timkpaine/jupyterlab_commands,,,https://github.com/timkpaine/jupyterlab_commands,Apache-2.0,2018-08-01 15:55:08.000,2022-07-21 13:47:04.000000,2022-07-21 13:47:02,5.0,2.0,22.0,37.0,2022-04-11 19:07:46,0.3.4,,,13.0,3.0,3.0,2.0,,,,,,3.0,,,,,,,,,,,,,,,,, +227,SAML Authenticator,True,jupyterhub-samlauthenticator.,https://github.com/HewlettPackard/jupyterhub-samlauthenticator,,hub-auth,12,HewlettPackard/jupyterhub-samlauthenticator,jupyterhub-samlauthenticator,,https://github.com/HewlettPackard/jupyterhub-samlauthenticator,MIT,2019-04-17 21:34:09.000,2022-03-21 15:14:31.000000,2022-03-21 15:14:31,20.0,14.0,14.0,33.0,2020-07-13 15:56:30,samlauthenticator-0.0.9,13.0,458.0,3.0,,,7.0,https://pypi.org/project/jupyterhub-samlauthenticator,458.0,,,,3.0,,113.0,,,,,,,,,,,,,,, +228,pick,True,Customize your kernels on Launch!.,https://github.com/nteract/pick,,magic,12,nteract/pick,pick,,https://github.com/nteract/pick,BSD-3-Clause,2020-04-08 23:47:09.000,2021-07-23 05:39:29.000000,2020-11-04 01:10:24,7.0,4.0,5.0,31.0,,,,49399.0,,,,5.0,https://pypi.org/project/pick,49399.0,,,,3.0,,,,,,,,,,,,,,,,, +229,jupyter-nbrequirements,True,Dependency management and optimization in Jupyter..,https://github.com/thoth-station/jupyter-nbrequirements,,jupyter-extensions,12,thoth-station/jupyter-nbrequirements,,,https://github.com/thoth-station/jupyter-nbrequirements,MIT,2019-06-25 06:48:06.000,2022-07-29 23:03:17.000000,2021-10-21 06:25:29,4.0,,32.0,14.0,2019-12-09 18:41:20,0.5.0,,,3.0,,,12.0,,,,,,3.0,,348.0,,,,,,,,,,,,,,, +230,Kernel Management,True,Experimental new kernel management framework for Jupyter.,https://github.com/takluyver/jupyter_kernel_mgmt,,notebook-tools,12,takluyver/jupyter_kernel_mgmt,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,7.0,11.0,14.0,13.0,2020-01-15 19:12:57,0.5.1,17.0,38.0,3.0,,,74.0,https://pypi.org/project/jupyter-kernel-mgmt,38.0,,,,3.0,,1783.0,,,,,,,,,,,,,,, +231,JupyterLab LSP,True,Coding assistance for JupyterLab (code navigation + hover..,https://github.com/krassowski/jupyterlab-lsp,,lab-extensions,12,krassowski/jupyterlab-lsp,,,https://github.com/krassowski/jupyterlab-lsp,BSD-3-Clause,2022-08-23 00:02:21.000,2022-08-23 23:29:19.000000,2022-08-22 23:45:40,,,,,,,,4417.0,,,,43.0,,,,,,3.0,@krassowski/jupyterlab-lsp,2436.0,https://www.npmjs.com/package/@krassowski/jupyterlab-lsp,4417.0,,,,,,,-14.0,,,,,, +232,jupyter2slides,True,Cloud Native Presentation Slides with Jupyter Notebook +..,https://github.com/datitran/jupyter2slides,,notebook-tools,11,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,166.0,11.0,4.0,771.0,,,,,,,,,,,,,,3.0,,11.0,,,,,,,,,,,,,,, +233,jupyter-flex,True,Build dashboards using Jupyter Notebooks.,https://github.com/danielfrg/jupyter-flex,,notebook-sharing,11,danielfrg/jupyter-flex,,,https://github.com/danielfrg/jupyter-flex,Apache-2.0,2019-12-13 20:19:40.000,2022-07-21 14:30:24.000000,2022-06-22 18:38:58,46.0,12.0,44.0,259.0,,,,,,1.0,1.0,4.0,,,,,,3.0,,,,,,,,,,,,,,,,, +234,jupyter-manim,True,manim cell magic for IPython/Jupyter to show the output video.,https://github.com/krassowski/jupyter-manim,,magic,11,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,11.0,6.0,19.0,183.0,2020-04-12 11:15:09,1.3,,,6.0,,,5.0,,,,,,3.0,,42.0,,,,,,,,,,,,,,, +235,ipyexperiments,True,jupyter/ipython experiment containers for GPU and general..,https://github.com/stas00/ipyexperiments,,notebook-tools,11,stas00/ipyexperiments,ipyexperiments,,https://github.com/stas00/ipyexperiments,,2018-11-15 01:19:40.000,2021-12-07 18:50:39.000000,2021-12-07 18:50:38,11.0,,5.0,151.0,,,,108.0,,6.0,6.0,3.0,https://pypi.org/project/ipyexperiments,108.0,,,,3.0,,203.0,,,,,,,,,,,,,,, +236,Jupyter DataTables,True,Jupyter Notebook extension leveraging pandas DataFrames..,https://github.com/CermakM/jupyter-datatables,,widgets,11,CermakM/jupyter-datatables,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,15.0,13.0,15.0,142.0,,,,554.0,,,,4.0,https://pypi.org/project/jupyter-datatables,554.0,,,,3.0,,147.0,,,,,,,,,,,,,,, +237,xeus-sqlite,True,Jupyter kernel for SQLite.,https://github.com/jupyter-xeus/xeus-sqlite,,kernels,11,jupyter-xeus/xeus-sqlite,,,https://github.com/jupyter-xeus/xeus-sqlite,BSD-3-Clause,2020-03-11 11:24:36.000,2022-03-15 21:55:10.000000,2022-03-15 21:54:54,21.0,11.0,30.0,137.0,,,,,,,,12.0,,,,,,3.0,,276.0,,,,,,,,,,,,,,, +238,jupyterlab-celltags,True,A JupyterLab extension for notebook cell tags.,https://github.com/jupyterlab/jupyterlab-celltags,,lab-extensions,11,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,25.0,11.0,7.0,109.0,,,,,,,,10.0,,,,,,3.0,,441.0,,,,,,,,,,,,,,, +239,jnotebook-reader,True,An awesome viewer to browse and render Jupyter..,https://github.com/line/jnotebook_reader,,notebook-sharing,11,line/jnotebook_reader,,,https://github.com/line/jnotebook_reader,Apache-2.0,2020-10-30 02:50:59.000,2022-07-01 06:09:06.000000,2022-07-01 06:09:06,15.0,,3.0,99.0,2021-02-10 02:34:21,1.0.2,,,3.0,,,6.0,,,,,,3.0,,14.0,,,,,,,,,,,,,,, +240,JupyterLab Email,True,A jupyterlab extension to email notebooks directly from..,https://github.com/timkpaine/jupyterlab_email,,lab-extensions,11,timkpaine/jupyterlab_email,jupyterlab_email,,https://github.com/timkpaine/jupyterlab_email,Apache-2.0,2018-08-07 14:14:40.000,2022-07-21 13:47:11.000000,2022-07-21 13:47:09,2.0,4.0,32.0,51.0,2022-03-15 23:36:24,0.2.4,,82.0,13.0,,,2.0,https://pypi.org/project/jupyterlab_email,61.0,,,,3.0,jupyterlab_email,,https://www.npmjs.com/package/jupyterlab_email,21.0,,,,,,,,,,,,, +241,Jupyter Helpers,True,A collection of helpers for Jupyter/IPython.,https://github.com/krassowski/jupyter-helpers,,notebook-tools,11,krassowski/jupyter-helpers,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,3.0,3.0,2.0,40.0,2021-02-10 16:36:22,0.2.3-2,,112.0,5.0,,,2.0,https://pypi.org/project/jupyter_helpers,112.0,,,,3.0,,27.0,,,,,,,,,,,,,,, +242,FargateSpawner,True,Spawns JupyterHub single user servers in Docker containers running in AWS Fargate.,https://github.com/uktrade/fargatespawner,,hub-spawners,11,uktrade/fargatespawner,fargatespawner,,https://github.com/uktrade/fargatespawner,MIT,2018-09-12 14:06:22.000,2020-06-28 13:26:04.000000,2020-06-28 13:25:54,20.0,6.0,5.0,36.0,,,,243.0,,1.0,1.0,3.0,https://pypi.org/project/fargatespawner,243.0,,,,3.0,,59.0,,,,,,,,,,,,,,, +243,perfume,True,Interactive performance benchmarking in Jupyter.,https://github.com/leifwalsh/perfume,,widgets,11,leifwalsh/perfume,perfume-bench,,https://github.com/leifwalsh/perfume,,2017-07-10 14:34:03.000,2022-08-22 17:50:07.000000,2020-10-31 19:46:42,4.0,2.0,4.0,33.0,2018-05-20 05:09:14,0.1.6,,33.0,1.0,,,3.0,https://pypi.org/project/perfume-bench,33.0,,,,3.0,,196.0,,,,,,,,,,,,,,, +244,Remote User Auth,True,REMOTE_USER authenticator for Jupyterhub.,https://github.com/cwaldbieser/jhub_remote_user_authenticator,,hub-auth,11,cwaldbieser/jhub_remote_user_authenticator,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,25.0,8.0,11.0,33.0,,,,289.0,,,,5.0,https://pypi.org/project/jhub_remote_user_authenticator,289.0,,,,3.0,,27.0,,,,,,,,,,,,,,, +245,jupyterlab-flake8,True,Jupyterlab python linter for notebooks and text files..,https://github.com/mlshapiro/jupyterlab-flake8,,lab-extensions,10,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,10.0,6.0,33.0,106.0,,,,204.0,,,,5.0,,,,,,3.0,jupyterlab-flake8,,https://www.npmjs.com/package/jupyterlab-flake8,204.0,,,,,,,,,,,,, +246,ipyp5,True,p5.js Jupyter Widget.,https://github.com/jtpio/ipyp5,,widgets,10,jtpio/ipyp5,ipyp5,,https://github.com/jtpio/ipyp5,BSD-3-Clause,2018-03-06 17:50:12.000,2022-06-22 05:18:52.000000,2020-10-16 21:38:41,5.0,5.0,,33.0,,,,22.0,,,,2.0,https://pypi.org/project/ipyp5,22.0,,,,3.0,,60.0,,,,,,,,,,,,,,, +247,YarnSpawner,True,Spawn JupyterHub single user notebook servers in Hadoop/YARN..,https://github.com/jupyterhub/yarnspawner,,hub-spawners,10,jupyterhub/yarnspawner,jupyterhub-yarnspawner,conda-forge/jupyterhub-yarnspawner,https://github.com/jupyterhub/yarnspawner,BSD-3-Clause,2018-12-18 19:31:03.000,2021-11-17 00:47:27.479000,2019-07-16 16:58:16,9.0,5.0,4.0,19.0,,,,744.0,4.0,,,2.0,https://pypi.org/project/jupyterhub-yarnspawner,70.0,https://anaconda.org/conda-forge/jupyterhub-yarnspawner,2021-11-17 00:47:27.479,29006.0,3.0,,37.0,,,,,,,,,,,,,,, +248,CAS Authenticator,True,CAS authenticator for Jupyterhub.,https://github.com/cwaldbieser/jhub_cas_authenticator,,hub-auth,10,cwaldbieser/jhub_cas_authenticator,jhub_cas_authenticator,,https://github.com/cwaldbieser/jhub_cas_authenticator,GPL-3.0,2017-09-17 19:17:08.000,2022-07-28 16:02:25.000000,2022-07-28 16:01:52,10.0,2.0,10.0,18.0,,,,225.0,,,,4.0,https://pypi.org/project/jhub_cas_authenticator,225.0,,,,3.0,,41.0,,,,,,,,,,,,,,, +249,remote_ikernel,True,"All your Jupyter kernels, on all your machines, in one place.",https://github.com/tdaff/remote_ikernel,,kernels,10,tdaff/remote_ikernel,remote_ikernel,,https://github.com/tdaff/remote_ikernel,BSD-2-Clause,2017-07-11 14:29:42.000,2020-11-08 22:41:49.000000,2020-11-08 22:02:16,11.0,9.0,18.0,12.0,,,,157.0,,,,7.0,https://pypi.org/project/remote_ikernel,157.0,,,,3.0,,78.0,,,,,,,,,,,,,,,tdaff/remote_ikernel +250,Theme Toggle,True,JupyterLab extension to toggle the theme in the Top Bar area.,https://github.com/jtpio/jupyterlab-theme-toggle,,lab-themes,10,jtpio/jupyterlab-theme-toggle,,,https://github.com/jtpio/jupyterlab-theme-toggle,BSD-3-Clause,2019-07-27 08:45:07.000,2022-07-07 11:06:38.000000,2021-06-16 11:42:31,3.0,2.0,1.0,11.0,,,,1549.0,,2.0,2.0,2.0,,,,,,3.0,jupyterlab-theme-toggle,,https://www.npmjs.com/package/jupyterlab-theme-toggle,1549.0,,,,,,,,,,,,, +251,tributary,True,Streaming reactive and dataflow graphs in Python.,https://github.com/timkpaine/tributary,,widgets,10,timkpaine/tributary,tributary,conda-forge/tributary,https://github.com/timkpaine/tributary,Apache-2.0,2020-06-18 03:08:16.885,2022-08-25 11:47:46.000000,2022-07-05 01:10:42,,,,3.0,,,,852.0,7.0,,,7.0,https://pypi.org/project/tributary,61.0,https://anaconda.org/conda-forge/tributary,2022-05-17 02:09:09.609,20588.0,3.0,,,,,,,,,,,,,,,,, +252,easyexplore,True,Toolbox for easy and effective data exploration in Python.,https://github.com/GianniBalistreri/easyexplore,,widgets,10,GianniBalistreri/easyexplore,easyexplore,,https://github.com/GianniBalistreri/easyexplore,GPL-3.0,2020-05-04 17:26:04.000,2022-06-22 05:13:01.000000,2022-06-08 16:36:37,2.0,8.0,16.0,3.0,,,,299.0,,1.0,1.0,4.0,https://pypi.org/project/easyexplore,299.0,,,,3.0,,332.0,,,,,,,,,,,,,,, +253,Vision UI,True,UI visual interface for fastai - now compatible with Google..,https://github.com/asvcode/Vision_UI,,widgets,9,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,32.0,1.0,2.0,249.0,,,,,,,,3.0,,,,,,3.0,,112.0,,,,,,,,,,,,,,, +254,ipyannotate,True,Jupyter Widget for data annotation.,https://github.com/ipyannotate/ipyannotate,,widgets,9,ipyannotate/ipyannotate,ipyannotate,,https://github.com/ipyannotate/ipyannotate,,2018-07-23 19:23:28.000,2022-07-21 07:38:37.000000,2020-09-20 09:38:39,10.0,4.0,,123.0,,,,75.0,,,,3.0,https://pypi.org/project/ipyannotate,24.0,,,,3.0,ipyannotate,27.0,https://www.npmjs.com/package/ipyannotate,51.0,,,,,,,,,,,,, +255,jupyterlab-gitplus,True,JupyterLab extension to create GitHub commits & pull..,https://github.com/ReviewNB/jupyterlab-gitplus,,lab-extensions,9,ReviewNB/jupyterlab-gitplus,jupyterlab_gitplus,,https://github.com/ReviewNB/jupyterlab-gitplus,AGPL-3.0,2020-03-05 13:43:58.000,2022-01-22 04:52:18.000000,2021-08-06 07:04:12,7.0,2.0,8.0,94.0,,,,247.0,,,,2.0,https://pypi.org/project/jupyterlab_gitplus,152.0,,,,3.0,@reviewnb/jupyterlab_gitplus,112.0,https://www.npmjs.com/package/@reviewnb/jupyterlab_gitplus,95.0,,,,,,,,,,,,, +256,JupyterLab Bytecode,True,JupyterLab extension to explore CPython Bytecode.,https://github.com/jtpio/jupyterlab-python-bytecode,,lab-extensions,9,jtpio/jupyterlab-python-bytecode,,,https://github.com/jtpio/jupyterlab-python-bytecode,BSD-3-Clause,2018-09-29 19:55:49.000,2022-07-20 11:11:29.000000,2020-10-16 21:38:08,6.0,2.0,3.0,59.0,,,,19.0,,,,2.0,,,,,,3.0,jupyterlab-python-bytecode,114.0,https://www.npmjs.com/package/jupyterlab-python-bytecode,19.0,,,,,,,,,,,,, +257,PPExtensions,True,Set of iPython and Jupyter extensions to improve user..,https://github.com/paypal/PPExtensions,,jupyter-extensions,9,paypal/PPExtensions,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,27.0,16.0,22.0,48.0,,,,55.0,,1.0,1.0,9.0,https://pypi.org/project/ppextensions,55.0,,,,3.0,,32.0,,,,,,,,,,,,,,, +258,Gruvbox Theme,True,Gruvbox dark theme for Jupyter Lab. Modeled on classic..,https://github.com/Rahlir/theme-gruvbox,,lab-themes,9,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,10.0,,,48.0,,,,159.0,,,,3.0,,,,,,3.0,@rahlir/theme-gruvbox,44.0,https://www.npmjs.com/package/@rahlir/theme-gruvbox,159.0,,,,,,,,,,,,, +259,ipyaggrid,True,Jupyter widget - ag-grid in the notebook.,https://github.com/DGothrek/ipyaggrid,,widgets,9,DGothrek/ipyaggrid,ipyaggrid,,https://github.com/DGothrek/ipyaggrid,MIT,2019-05-06 04:24:26.000,2019-05-06 04:27:06.000000,2019-05-06 04:27:05,,6.0,,10.0,,,,5750.0,,,,2.0,https://pypi.org/project/ipyaggrid,2656.0,,,,3.0,ipyaggrid,47.0,https://www.npmjs.com/package/ipyaggrid,3094.0,,,,,,,,,,,,, +260,JupyterLab Spark,True,Spark Application UI extension for JupyterLab.,https://github.com/manuzhang/jupyterlab_spark,,lab-extensions,9,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,2.0,2.0,3.0,9.0,2021-09-05 06:59:55,0.4.0,,69.0,3.0,,,2.0,,,,,,3.0,jupyterlab_spark,21.0,https://www.npmjs.com/package/jupyterlab_spark,69.0,,,,,,,,,,,,, +261,Hash Authenticator,True,Authenticate users with passwords generated from their..,https://github.com/thedataincubator/jupyterhub-hashauthenticator,,hub-auth,9,thedataincubator/jupyterhub-hashauthenticator,jupyterhub-hashauthenticator,,https://github.com/thedataincubator/jupyterhub-hashauthenticator,BSD-3-Clause,2017-08-18 19:18:33.000,2021-03-09 21:34:23.000000,2021-03-09 21:34:14,3.0,,,4.0,,,,36.0,,,,3.0,https://pypi.org/project/jupyterhub-hashauthenticator,36.0,,,,3.0,,40.0,,,,,,,,,,,,,,, +262,JupyterLab Top Bar,True,JupyterLab Top Bar extension.,https://github.com/jtpio/jupyterlab-topbar,,lab-extensions,9,jtpio/jupyterlab-topbar,,,https://github.com/jtpio/jupyterlab-topbar,BSD-3-Clause,2021-05-31 16:53:55.000,2021-12-10 13:46:30.000000,2021-12-07 08:56:36,1.0,,,3.0,,,,3896.0,,,,4.0,,,,,,3.0,jupyterlab-topbar-extension,,https://www.npmjs.com/package/jupyterlab-topbar-extension,3896.0,,,,,,,,,,,,, +263,Remote Authenticator,True,"A collection of JupyterHub Authenticators, including Header,..",https://github.com/ucphhpc/jhub-authenticators,,hub-auth,9,rasmunk/jhub-authenticators,jhub-authenticators,,https://github.com/ucphhpc/jhub-authenticators,GPL-3.0,2017-12-20 14:46:18.000,2022-04-15 09:25:16.000000,2022-04-15 09:25:13,1.0,,,1.0,2019-04-12 15:44:39,0.2.2,,78.0,3.0,1.0,1.0,5.0,https://pypi.org/project/jhub-authenticators,78.0,,,,3.0,,213.0,,,ucphhpc/jhub-authenticators,,,,,,,,,,,, +264,JupyterLab,True,JupyterLab computational environment.,,,notebook-environments,9,jupyterlab/jupyterlab,jupyterlab,conda-forge/jupyterlab,,,2016-06-28 14:07:29.294,2022-08-10 14:14:04.258000,,,,,,,,,1806232.0,266.0,,,,https://pypi.org/project/jupyterlab,1724620.0,https://anaconda.org/conda-forge/jupyterlab,2022-08-10 14:14:04.258,6039350.0,3.0,,,,,,,,,,,-26.0,,,,,, +265,Jupyter Black,True,Black formatter for Jupyter Notebook.,https://github.com/drillan/jupyter-black,,jupyter-extensions,8,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,20.0,9.0,12.0,403.0,,,,,,,,2.0,,,,,,3.0,,10.0,,,,,,,,,,,,,,, +266,Keberos Authenticator,True,A JupyterHub authenticator using Kerberos.,https://github.com/jupyterhub/kerberosauthenticator,,hub-auth,8,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,5.0,3.0,2.0,10.0,,,,74.0,,,,2.0,https://pypi.org/project/jupyterhub-kerberosauthenticator,74.0,,,,3.0,,21.0,,,,,,,,,,,,,,, +267,jupyterlab-executor,True,JupyterLab extension to execute the scripts from the file browser.,https://github.com/gavincyi/jupyterlab-executor,,lab-extensions,8,gavincyi/jupyterlab-executor,jupyterlab-executor,,https://github.com/gavincyi/jupyterlab-executor,BSD-3-Clause,2020-12-29 15:51:54.000,2021-03-24 22:08:04.000000,2021-03-24 21:14:10,,,1.0,5.0,2021-03-24 21:17:12,2021.1.6,3.0,87.0,3.0,,,2.0,https://pypi.org/project/jupyterlab-executor,53.0,,,,3.0,@gavincyi/jupyterlab-executor,,https://www.npmjs.com/package/@gavincyi/jupyterlab-executor,34.0,,,,,,,,,,,,, +268,Jupter-Notebook-REST-API,True,Run your jupyter notebooks as a REST API endpoint...,https://github.com/Invictify/Jupter-Notebook-REST-API,,notebook-tools,7,Invictify/Jupter-Notebook-REST-API,,,https://github.com/Invictify/Jupter-Notebook-REST-API,MIT,2020-03-31 22:48:04.000,2022-08-11 13:45:33.000000,2020-03-31 23:00:06,4.0,,,51.0,,,,,,,,2.0,,,,,,3.0,,2.0,,,,,,,,,,,,,,, +269,jupyterterminals,True,Jupyter plugin to support inline terminal shells along with..,https://github.com/willkessler/jupyterterminals,,jupyter-extensions,7,willkessler/jupyterterminals,,,https://github.com/willkessler/jupyterterminals,MIT,2020-03-08 16:36:18.000,2022-06-27 21:32:05.000000,2021-05-17 04:32:02,2.0,,1.0,8.0,,,,,,1.0,1.0,2.0,,,,,,3.0,,47.0,,,,,,,,,,,,,,, +270,ssh_ipykernel,True,A remote jupyter kernel via ssh.,https://github.com/bernhard-42/ssh_ipykernel,,kernels,7,bernhard-42/ssh_ipykernel,,,https://github.com/bernhard-42/ssh_ipykernel,MIT,2019-09-01 17:43:26.000,2022-07-20 05:47:05.000000,2021-06-28 15:17:55,2.0,,,8.0,,,,,,,,2.0,,,,,,3.0,,81.0,,,,,,,,,,,,,,, +271,Nord Theme,True,JupyterLab - Nord Theme.,https://github.com/kenshohara/theme-nord-extension,,lab-themes,6,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,1.0,1.0,4.0,24.0,,,,61.0,,,,,,,,,,3.0,@kenshohara/theme-nord-extension,13.0,https://www.npmjs.com/package/@kenshohara/theme-nord-extension,61.0,,,,,,,,,,,,, +272,kernel-relay,True,kernel-relay is a GraphQL service for interfacing with..,https://github.com/nteract/kernel-relay,,kernels,6,nteract/kernel-relay,,,https://github.com/nteract/kernel-relay,,2019-02-04 21:12:54.000,2022-06-02 21:07:15.000000,2019-07-10 04:14:14,5.0,10.0,2.0,11.0,,,,,,,,3.0,,,,,,3.0,,12.0,,,,,,,,,,,,,,, +273,SSH Authenticator,True,A simple SSH authenticator for JupyterHub.,https://github.com/andreas-h/sshauthenticator,,hub-auth,6,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,1.0,,,6.0,,,,,,,,,,,,,,3.0,,4.0,,,,,,,,,,,,,,, +274,nb_black,True,A simple extension for Jupyter Notebook and Jupyter Lab to beautify Python code automatically using Black.,,,magic,6,,nb_black,conda-forge/nb_black,,,2019-05-02 16:13:43.498,2019-11-30 11:30:08.595000,,,,,,,,,30177.0,4.0,,,,https://pypi.org/project/nb_black,28301.0,https://anaconda.org/conda-forge/nb_black,2019-11-30 11:30:08.595,73178.0,3.0,,,,,,,,,,,,,,,,, diff --git a/latest-changes.md b/latest-changes.md index b606c0c..f5e92cf 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._ -- Jupyter Themes (🥇21 · ⭐ 8.9K · 📈) - Custom Jupyter Notebook Themes. MIT -- Apache Toree (🥈20 · ⭐ 690 · 📈) - Jupyter kernel for Apache Spark. Apache-2 -- Native Authenticator (🥈20 · ⭐ 47 · 📈) - JupyterHub-native user authenticator. BSD-3 -- Jupyter Spark (🥈16 · ⭐ 190 · 💤) - Jupyter Notebook extension for Apache Spark integration. MPL-2.0 -- naas (🥉12 · ⭐ 150 · 📈) - Schedule notebooks, run them like APIs, expose securely your.. ❗️AGPL-3.0 +- Jupyter Client (🥈23 · ⭐ 280 · 📈) - Jupyter protocol client APIs. BSD-3 +- Contrib NBextensions (🥇21 · ⭐ 4.9K · 📈) - A collection of various notebook extensions for.. ❗Unlicensed +- ipytest (🥈20 · ⭐ 230 · 📈) - Pytest in IPython notebooks. MIT +- NBextensions Configurator (🥈19 · ⭐ 910 · 📈) - A jupyter notebook serverextension providing config.. ❗Unlicensed +- mkdocs-jupyter (🥉15 · ⭐ 150 · 📈) - Use Jupyter Notebook in mkdocs. Apache-2 ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ -- jupyter_server (🥉20 · ⭐ 280 · 📉) - The backendi.e. core services, APIs, and REST.. ❗Unlicensed -- Mapbox GL (🥈19 · ⭐ 590 · 💤) - Use Mapbox GL JS to visualize data in a Python Jupyter notebook. MIT -- Jupyter Client (🥈17 · ⭐ 250 · 📉) - Jupyter protocol client APIs. BSD-3 -- blackcellmagic (🥉12 · ⭐ 280 · 📉) - IPython magic command to format python code in cell using.. MIT -- NBextensions Configurator (🥉11 · ⭐ 860 · 💀) - A jupyter notebook serverextension providing config.. ❗Unlicensed +- Jupyter (🥇27 · ⭐ 10K · 📉) - Jupyter Interactive Notebook. ❗Unlicensed +- IPython Kernel (🥇22 · ⭐ 500 · 📉) - IPython Kernel for Jupyter. ❗Unlicensed +- nbformat (🥈19 · ⭐ 180 · 📉) - Reference implementation of the Jupyter Notebook format. ❗Unlicensed +- JupyterLab LSP (🥉12 · 📉) - Coding assistance for JupyterLab (code navigation + hover.. BSD-3 +- JupyterLab (🥉9 · 📉) - JupyterLab computational environment. ❗Unlicensed