diff --git a/README.md b/README.md index 556a990..386dd4d 100644 --- a/README.md +++ b/README.md @@ -14,1237 +14,1237 @@

-本资源清单包含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环境) _13 个项目_ -- [交互式小部件和可视化](#交互式小部件和可视化) _49 个项目_ -- [Jupyter拓展](#Jupyter拓展) _23 个项目_ -- [Jupyter-magic拓展](#Jupyter-magic拓展) _10 个项目_ -- [Jupyter内核](#Jupyter内核) _36 个项目_ -- [Jupyter-Notebook分享与格式转换](#Jupyter-Notebook分享与格式转换) _23 个项目_ -- [Jupyter-Notebook工具](#Jupyter-Notebook工具) _24 个项目_ -- [JupyterLab渲染器](#JupyterLab渲染器) _7 个项目_ -- [JupyterLab主题](#JupyterLab主题) _8 个项目_ -- [JupyterLab扩展](#JupyterLab扩展) _50 个项目_ -- [JupyterHub认证](#JupyterHub认证) _15 个项目_ -- [JupyterHub容器等](#JupyterHub容器等) _8 个项目_ -- [Jupyter组件](#Jupyter组件) _3 个项目_ -- [Others](#Others) _4 个项目_ - -## 图标解释 -- 🥇🥈🥉  综合项目质量分 -- ⭐️  github上star的数量 -- 🐣  小于6个月的新项目 -- 💤  非活跃项目(6个月未更新) -- 💀  沉寂项目(12个月未更新) -- 📈📉  项目趋势(向上or向下) -- ➕  最近添加的项目 -- ❗️  警告(例如 项目没有license) -- 👨‍💻  项目的开发贡献者数量 -- 🔀  项目被fork的数量 -- 📋  项目issue的数量 -- ⏱️  项目包上次更新时间 -- 📥  工具库被下载次数 -- 📦  项目依赖的工具库数量 +本资源清单包含270个jupyter相关的开源工具资源,这些热门工具总共分成13个不同的子板块,这些项目目前在github上已经收到290K个点赞。所有的工具资源每周会自动从GitHub和工具维护平台采集信息,并更新排行展示。本清单参考[best-of模板](https://github.com/best-of-lists/best-of)完成,内容参考了[awesome-jupyter](https://github.com/markusschanta/awesome-jupyter),欢迎大家提PR丰富本清单。 +## Contents + +- [Notebook Environments](#notebook-environments) _13 projects_ +- [Interactive Widgets & Visualization](#interactive-widgets--visualization) _49 projects_ +- [Jupyter Extensions](#jupyter-extensions) _23 projects_ +- [Jupyter Magic](#jupyter-magic) _10 projects_ +- [Jupyter Kernels](#jupyter-kernels) _36 projects_ +- [Notebook Sharing & Conversion](#notebook-sharing--conversion) _23 projects_ +- [Notebook Tools](#notebook-tools) _24 projects_ +- [JupyterLab Renderer](#jupyterlab-renderer) _7 projects_ +- [JupyterLab Themes](#jupyterlab-themes) _8 projects_ +- [JupyterLab Extensions](#jupyterlab-extensions) _50 projects_ +- [JupyterHub Authenticators](#jupyterhub-authenticators) _15 projects_ +- [JupyterHub Spawners](#jupyterhub-spawners) _8 projects_ +- [Jupyter Components](#jupyter-components) _3 projects_ +- [Others](#others) _4 projects_ + +## Explanation +- 🥇🥈🥉  Combined project-quality score +- ⭐️  Star count from GitHub +- 🐣  New project _(less than 6 months old)_ +- 💤  Inactive project _(6 months no activity)_ +- 💀  Dead project _(12 months no activity)_ +- 📈📉  Project is trending up or down +- ➕  Project was recently added +- ❗️  Warning _(e.g. missing/risky license)_ +- 👨‍💻  Contributors count from GitHub +- 🔀  Fork count from GitHub +- 📋  Issue count from GitHub +- ⏱️  Last update timestamp on package manager +- 📥  Download count from package manager +- 📦  Number of dependent projects
-## Notebook环境 +## Notebook Environments -Back to top +Back to top -_支持Jupyter笔记本的开发环境。_ +_Development environments with support for Jupyter Notebooks._ -
Jupyter (🥇27 · ⭐ 10K · 📉) - Jupyter Interactive Notebook. ❗Unlicensed +
Jupyter (🥇35 · ⭐ 12K · 📈) - Jupyter Interactive Notebook. BSD-3 -- [GitHub](https://github.com/jupyter/notebook) (👨‍💻 610 · 🔀 3.8K · 📥 8.8K · 📦 10 · 📋 4.5K - 44% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/jupyter/notebook) (👨‍💻 640 · 🔀 4.3K · 📥 16K · 📦 260K · 📋 4.8K - 41% open · ⏱️ 22.01.2024): ``` git clone https://github.com/jupyter/notebook ``` -- [PyPi](https://pypi.org/project/notebook) (📥 11M / month): +- [PyPi](https://pypi.org/project/notebook) (📥 16M / month): ``` pip install notebook ``` -- [Conda](https://anaconda.org/conda-forge/jupyter) (📥 2.3M · ⏱️ 18.11.2021): +- [Conda](https://anaconda.org/conda-forge/jupyter) (📥 4M · ⏱️ 02.10.2023): ``` conda install -c conda-forge jupyter ``` -- [Docker Hub](https://hub.docker.com/r/jupyter/datascience-notebook) (📥 27M · ⭐ 940 · ⏱️ 23.08.2022): +- [Docker Hub](https://hub.docker.com/r/jupyter/datascience-notebook) (📥 32M · ⭐ 1.1K · ⏱️ 20.10.2023): ``` docker pull jupyter/datascience-notebook ```
-
JupyterHub (🥇25 · ⭐ 7.1K) - Jupyter笔记本电脑的多用户服务器。❗Unlicensed +
nteract (🥇26 · ⭐ 6.1K) - The interactive computing suite for you!. BSD-3 -- [GitHub](https://github.com/jupyterhub/jupyterhub) (👨‍💻 280 · 🔀 1.7K · 📦 1.9K · 📋 2.1K - 5% open · ⏱️ 24.08.2022): +- [GitHub](https://github.com/nteract/nteract) (👨‍💻 180 · 🔀 540 · 📥 1.5M · 📦 3 · 📋 1.7K - 9% open · ⏱️ 30.12.2023): ``` - git clone https://github.com/jupyterhub/jupyterhub + git clone https://github.com/nteract/nteract ``` -- [PyPi](https://pypi.org/project/jupyterhub) (📥 130K / month): +- [PyPi](https://pypi.org/project/nteract_on_jupyter) (📥 660 / month): ``` - pip install jupyterhub + pip install nteract_on_jupyter ``` -- [Conda](https://anaconda.org/conda-forge/jupyterhub) (📥 650K · ⏱️ 06.06.2022): +
+
JupyterHub (🥈25 · ⭐ 7.8K) - Multi-user server for Jupyter notebooks. ❗Unlicensed + +- [GitHub](https://github.com/jupyterhub/jupyterhub) (👨‍💻 350 · 🔀 1.9K · 📦 2.7K · 📋 2.4K - 7% open · ⏱️ 25.01.2024): + ``` - conda install -c conda-forge jupyterhub + git clone https://github.com/jupyterhub/jupyterhub ``` -- [Docker Hub](https://hub.docker.com/r/jupyterhub/jupyterhub) (📥 2.7M · ⭐ 310 · ⏱️ 19.08.2022): +- [PyPi](https://pypi.org/project/jupyterhub) (📥 180K / month): ``` - docker pull jupyterhub/jupyterhub + pip install jupyterhub ``` -
-
nteract (🥇25 · ⭐ 5.9K) - 交互式计算套件BSD-3 - -- [GitHub](https://github.com/nteract/nteract) (👨‍💻 180 · 🔀 530 · 📥 1.4M · 📋 1.7K - 9% open · ⏱️ 23.07.2022): - +- [Conda](https://anaconda.org/conda-forge/jupyterhub) (📥 1M · ⏱️ 10.08.2023): ``` - git clone https://github.com/nteract/nteract + conda install -c conda-forge jupyterhub ``` -- [PyPi](https://pypi.org/project/nteract_on_jupyter) (📥 2.4K / month): +- [Docker Hub](https://hub.docker.com/r/jupyterhub/jupyterhub) (📥 5.1M · ⭐ 330 · ⏱️ 25.01.2024): ``` - pip install nteract_on_jupyter + docker pull jupyterhub/jupyterhub ```
-
Docker Stacks (🥈22 · ⭐ 7.2K) - 包含Jupyter应用程序的即可运行的Docker映像。BSD-3 +
Docker Stacks (🥈24 · ⭐ 8.1K) - Ready-to-run Docker images containing Jupyter applications. BSD-3 -- [GitHub](https://github.com/jupyter/docker-stacks) (👨‍💻 220 · 🔀 2.6K · 📋 770 - 5% open · ⏱️ 23.08.2022): +- [GitHub](https://github.com/jupyter/docker-stacks) (👨‍💻 240 · 🔀 2.8K · 📦 21 · 📋 870 - 0% open · ⏱️ 23.01.2024): ``` git clone https://github.com/jupyter/docker-stacks ``` -- [Docker Hub](https://hub.docker.com/r/jupyter/scipy-notebook) (📥 86M · ⭐ 360 · ⏱️ 23.08.2022): +- [Docker Hub](https://hub.docker.com/r/jupyter/scipy-notebook) (📥 90M · ⭐ 440 · ⏱️ 20.10.2023): ``` docker pull jupyter/scipy-notebook ```
-
sos (🥈22 · ⭐ 230) - 用于日常数据分析的SoS工作流系统。BSD-3 +
sos (🥈23 · ⭐ 260) - SoS workflow system for daily data analysis. BSD-3 -- [GitHub](https://github.com/vatlab/sos) (👨‍💻 36 · 🔀 30 · 📦 2.7K · 📋 1.4K - 4% open · ⏱️ 21.06.2022): +- [GitHub](https://github.com/vatlab/sos) (👨‍💻 36 · 🔀 40 · 📦 5.3K · 📋 1.4K - 4% open · ⏱️ 23.12.2023): ``` git clone https://github.com/vatlab/SOS ```
-
DataLab (🥈21 · ⭐ 980 · 💤) - 面向大数据的交互式工具和开发人员经验。Apache-2 +
DataLab (🥈22 · ⭐ 980 · 💀) - Interactive tools and developer experiences for Big Data on.. Apache-2 -- [GitHub](https://github.com/googledatalab/datalab) (👨‍💻 52 · 🔀 250 · 📋 890 - 25% open · ⏱️ 16.08.2021): +- [GitHub](https://github.com/googledatalab/datalab) (👨‍💻 53 · 🔀 240 · 📋 890 - 25% open · ⏱️ 02.09.2022): ``` git clone https://github.com/googledatalab/datalab ``` -- [PyPi](https://pypi.org/project/datalab) (📥 56K / month): +- [PyPi](https://pypi.org/project/datalab) (📥 83K / month): ``` pip install datalab ```
-
Hydrogen (🥉19 · ⭐ 3.8K) - 交互运行代码,检查数据并作图。MIT +
docker-python (🥉20 · ⭐ 2.5K) - Kaggle Python docker image. Apache-2 -- [GitHub](https://github.com/nteract/hydrogen) (👨‍💻 89 · 🔀 320 · 📋 1.3K - 13% open · ⏱️ 25.03.2022): +- [GitHub](https://github.com/Kaggle/docker-python) (👨‍💻 160 · 🔀 870 · 📋 340 - 8% open · ⏱️ 19.01.2024): ``` - git clone https://github.com/nteract/hydrogen + git clone https://github.com/kaggle/docker-python + ``` +- [Docker Hub](https://hub.docker.com/r/kaggle/python) (📥 200K · ⭐ 180 · ⏱️ 24.01.2024): + ``` + docker pull kaggle/python ```
-
docker-python (🥉19 · ⭐ 2.2K) - Kaggle Python Docker映像。Apache-2 +
Hydrogen (🥉19 · ⭐ 3.9K · 💤) - Run code interactively, inspect data, and plot. All the power of.. MIT -- [GitHub](https://github.com/Kaggle/docker-python) (👨‍💻 150 · 🔀 810 · 📋 300 - 4% open · ⏱️ 22.08.2022): +- [GitHub](https://github.com/nteract/hydrogen) (👨‍💻 90 · 🔀 320 · 📋 1.3K - 13% open · ⏱️ 10.01.2023): ``` - git clone https://github.com/kaggle/docker-python - ``` -- [Docker Hub](https://hub.docker.com/r/kaggle/python) (📥 190K · ⭐ 160 · ⏱️ 23.08.2022): - ``` - docker pull kaggle/python + git clone https://github.com/nteract/hydrogen ```
-
ML Workspace (🥉18 · ⭐ 2.7K · 💤) - 基于Web的多合一IDE,专门用于机器学习和数据任务。Apache-2 +
ML Workspace (🥉19 · ⭐ 3.3K) - All-in-one web-based IDE specialized for machine learning and.. Apache-2 -- [GitHub](https://github.com/ml-tooling/ml-workspace) (👨‍💻 11 · 🔀 330 · 📋 87 - 9% open · ⏱️ 22.11.2021): +- [GitHub](https://github.com/ml-tooling/ml-workspace) (👨‍💻 12 · 🔀 400 · 📋 93 - 2% open · ⏱️ 14.11.2023): ``` 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 Hub](https://hub.docker.com/r/mltooling/ml-workspace) (📥 550K · ⭐ 27 · ⏱️ 13.07.2021): ``` docker pull mltooling/ml-workspace ```
-
ML Hub (🥉17 · ⭐ 250 · 💤) - 机器学习团队的多用户开发平台。Apache-2 +
VSCode Jupyter (🥉19 · ⭐ 1.2K) - VS Code Jupyter extension. MIT -- [GitHub](https://github.com/ml-tooling/ml-hub) (👨‍💻 7 · 🔀 54 · 📥 1.9K · 📋 26 - 57% open · ⏱️ 23.12.2021): +- [GitHub](https://github.com/microsoft/vscode-jupyter) (👨‍💻 270 · 🔀 250 · 📦 3 · 📋 9.5K - 3% open · ⏱️ 24.01.2024): ``` - git clone https://github.com/ml-tooling/ml-hub + git clone https://github.com/microsoft/vscode-jupyter ``` -- [Docker Hub](https://hub.docker.com/r/mltooling/ml-hub) (📥 44K · ⭐ 5 · ⏱️ 18.02.2020): +
+
gpu-jupyter (🥉16 · ⭐ 620) - Leverage the flexibility of Jupyterlab through the power of your.. Apache-2 + +- [GitHub](https://github.com/iot-salzburg/gpu-jupyter) (👨‍💻 15 · 🔀 210 · 📋 87 - 3% open · ⏱️ 24.01.2024): + ``` - docker pull mltooling/ml-hub + git clone https://github.com/iot-salzburg/gpu-jupyter ```
-
jupyterlab-classic (🥉17 · ⭐ 240) - 下一代老式笔记本用户UI界面。BSD-3 +
ML Hub (🥉16 · ⭐ 290 · 💀) - Multi-user development platform for machine learning teams. Simple.. Apache-2 -- [GitHub](https://github.com/jupyterlab/retrolab) (👨‍💻 17 · 🔀 43 · 📥 790 · 📦 80 · 📋 110 - 3% open · ⏱️ 04.05.2022): +- [GitHub](https://github.com/ml-tooling/ml-hub) (👨‍💻 7 · 🔀 63 · 📥 2.1K · 📋 27 - 59% open · ⏱️ 23.12.2021): ``` - git clone https://github.com/jtpio/jupyterlab-classic + git clone https://github.com/ml-tooling/ml-hub ``` -- [PyPi](https://pypi.org/project/jupyterlab-classic) (📥 70 / month): +- [Docker Hub](https://hub.docker.com/r/mltooling/ml-hub) (📥 45K · ⭐ 5 · ⏱️ 18.02.2020): ``` - pip install jupyterlab-classic + docker pull mltooling/ml-hub ```
-
VSCode Jupyter (🥉16 · ⭐ 710) - VS Code Jupyter extension. MIT +
jupyterlab-classic (🥉16 · ⭐ 280 · 💤) - The next-gen old-school notebook UI. BSD-3 -- [GitHub](https://github.com/microsoft/vscode-jupyter) (👨‍💻 250 · 🔀 150 · 📋 7.7K - 8% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/jupyterlab/retrolab) (👨‍💻 17 · 🔀 45 · 📥 2.8K · 📦 18 · ⏱️ 16.02.2023): ``` - git clone https://github.com/microsoft/vscode-jupyter + git clone https://github.com/jtpio/jupyterlab-classic ``` -
-
gpu-jupyter (🥉14 · ⭐ 390) - 充分利用Jupyterlab的灵活性。Apache-2 - -- [GitHub](https://github.com/iot-salzburg/gpu-jupyter) (👨‍💻 10 · 🔀 140 · 📋 56 - 21% open · ⏱️ 21.07.2022): - +- [PyPi](https://pypi.org/project/jupyterlab-classic) (📥 100 / month): ``` - git clone https://github.com/iot-salzburg/gpu-jupyter + pip install jupyterlab-classic ```

-## 交互式小部件和可视化 +## Interactive Widgets & Visualization -Back to top +Back to top -_提供交互式UI小部件和可视化工具的扩展。_ +_Extensions that provide interactive UI-widgets and visualization tools._ 🔗 best-of-ml-python - Data Visualization - Python-based data visualization libraries. -
ipywidgets (🥇34 · ⭐ 2.6K) - Interactive Widgets for the Jupyter Notebook. BSD-3 +
bokeh (🥇33 · ⭐ 19K) - Interactive Data Visualization in the browser, from Python. BSD-3 -- [GitHub](https://github.com/jupyter-widgets/ipywidgets) (👨‍💻 200 · 🔀 830 · 📦 4.7K · 📋 1.8K - 31% open · ⏱️ 23.08.2022): +- [GitHub](https://github.com/bokeh/bokeh) (👨‍💻 680 · 🔀 4.1K · 📦 82K · 📋 7.5K - 9% open · ⏱️ 24.01.2024): ``` - git clone https://github.com/jupyter-widgets/ipywidgets - ``` -- [PyPi](https://pypi.org/project/ipywidgets) (📥 7.8M / month): - ``` - pip install ipywidgets + git clone https://github.com/bokeh/bokeh ``` -- [Conda](https://anaconda.org/conda-forge/ipywidgets) (📥 5.8M · ⏱️ 19.08.2022): +- [PyPi](https://pypi.org/project/bokeh) (📥 3.3M / month): ``` - conda install -c conda-forge ipywidgets + pip install bokeh ``` -- [NPM](https://www.npmjs.com/package/@jupyter-widgets/jupyterlab-manager) (📥 79K / month): +- [Conda](https://anaconda.org/conda-forge/bokeh) (📥 13M · ⏱️ 08.01.2024): ``` - npm install @jupyter-widgets/jupyterlab-manager + conda install -c conda-forge bokeh ```
-
pandas-profiling (🥇33 · ⭐ 9.4K) - 从pandas DataFrame创建HTML分析报告。MIT +
pandas-profiling (🥇33 · ⭐ 12K) - Create HTML profiling reports from pandas DataFrame.. MIT -- [GitHub](https://github.com/ydataai/pandas-profiling) (👨‍💻 92 · 🔀 1.3K · 📦 8.8K · 📋 580 - 19% open · ⏱️ 24.08.2022): +- [GitHub](https://github.com/ydataai/ydata-profiling) (👨‍💻 120 · 🔀 1.6K · 📥 35 · 📦 2.3K · 📋 750 - 26% open · ⏱️ 18.01.2024): ``` git clone https://github.com/pandas-profiling/pandas-profiling ``` -- [PyPi](https://pypi.org/project/pandas-profiling) (📥 1.2M / month): +- [PyPi](https://pypi.org/project/pandas-profiling) (📥 530K / month): ``` pip install pandas-profiling ``` -- [Conda](https://anaconda.org/conda-forge/pandas-profiling) (📥 270K · ⏱️ 02.05.2022): +- [Conda](https://anaconda.org/conda-forge/pandas-profiling) (📥 420K · ⏱️ 16.06.2023): ``` conda install -c conda-forge pandas-profiling ```
-
ipyleaflet (🥇30 · ⭐ 1.3K) - Jupyter-Leaflet.js桥接。MIT +
ipyleaflet (🥇31 · ⭐ 1.4K) - A Jupyter - Leaflet.js bridge. MIT -- [GitHub](https://github.com/jupyter-widgets/ipyleaflet) (👨‍💻 80 · 🔀 320 · 📦 2.6K · 📋 500 - 36% open · ⏱️ 23.08.2022): +- [GitHub](https://github.com/jupyter-widgets/ipyleaflet) (👨‍💻 87 · 🔀 340 · 📦 7K · 📋 580 - 40% open · ⏱️ 16.01.2024): ``` git clone https://github.com/jupyter-widgets/ipyleaflet ``` -- [PyPi](https://pypi.org/project/ipyleaflet) (📥 110K / month): +- [PyPi](https://pypi.org/project/ipyleaflet) (📥 100K / month): ``` pip install ipyleaflet ``` -- [Conda](https://anaconda.org/conda-forge/ipyleaflet) (📥 870K · ⏱️ 23.08.2022): +- [Conda](https://anaconda.org/conda-forge/ipyleaflet) (📥 1.1M · ⏱️ 23.01.2024): ``` conda install -c conda-forge ipyleaflet ``` -- [NPM](https://www.npmjs.com/package/jupyter-leaflet) (📥 50K / month): +- [NPM](https://www.npmjs.com/package/jupyter-leaflet) (📥 23K / month): ``` npm install jupyter-leaflet ```
-
bokeh (🥇28 · ⭐ 17K) - 浏览器中的Python交互式数据可视化。BSD-3 - -- [GitHub](https://github.com/bokeh/bokeh) (👨‍💻 610 · 🔀 3.9K · 📦 150 · 📋 7K - 9% open · ⏱️ 24.08.2022): - - ``` - git clone https://github.com/bokeh/bokeh - ``` -- [PyPi](https://pypi.org/project/bokeh) (📥 3.6M / month): - ``` - pip install bokeh - ``` -- [Conda](https://anaconda.org/conda-forge/bokeh) (📥 8.2M · ⏱️ 15.08.2022): - ``` - conda install -c conda-forge bokeh - ``` -
-
D-Tale (🥇27 · ⭐ 3.6K) - Visualizer for Pandas Data Structures. ❗️LGPL-2.1 +
D-Tale (🥇28 · ⭐ 4.4K) - Visualizer for Pandas Data Structures. ❗️LGPL-2.1 -- [GitHub](https://github.com/man-group/dtale) (👨‍💻 27 · 🔀 290 · 📦 460 · 📋 470 - 8% open · ⏱️ 07.08.2022): +- [GitHub](https://github.com/man-group/dtale) (👨‍💻 30 · 🔀 360 · 📦 1K · 📋 560 - 10% open · ⏱️ 05.01.2024): ``` git clone https://github.com/man-group/dtale ``` -- [PyPi](https://pypi.org/project/dtale) (📥 100K / month): +- [PyPi](https://pypi.org/project/dtale) (📥 78K / month): ``` pip install dtale ``` -- [Conda](https://anaconda.org/conda-forge/dtale) (📥 150K · ⏱️ 07.08.2022): +- [Conda](https://anaconda.org/conda-forge/dtale) (📥 260K · ⏱️ 05.01.2024): ``` conda install -c conda-forge dtale ```
-
bqplot (🥇27 · ⭐ 3.3K) - 用于IPython / Jupyter笔记本的绘图库。Apache-2 +
bqplot (🥇28 · ⭐ 3.5K) - Plotting library for IPython/Jupyter notebooks. Apache-2 -- [GitHub](https://github.com/bqplot/bqplot) (👨‍💻 59 · 🔀 440 · 📦 34 · 📋 570 - 36% open · ⏱️ 22.08.2022): +- [GitHub](https://github.com/bqplot/bqplot) (👨‍💻 64 · 🔀 440 · 📦 53 · 📋 590 - 37% open · ⏱️ 04.10.2023): ``` git clone https://github.com/bqplot/bqplot ``` -- [PyPi](https://pypi.org/project/bqplot) (📥 82K / month): +- [PyPi](https://pypi.org/project/bqplot) (📥 110K / month): ``` pip install bqplot ``` -- [Conda](https://anaconda.org/conda-forge/bqplot) (📥 1M · ⏱️ 22.08.2022): +- [Conda](https://anaconda.org/conda-forge/bqplot) (📥 1.3M · ⏱️ 06.11.2023): ``` conda install -c conda-forge bqplot ``` -- [NPM](https://www.npmjs.com/package/bqplot) (📥 9.3K / month): +- [NPM](https://www.npmjs.com/package/bqplot) (📥 2.9K / month): ``` npm install bqplot ```
-
ipyvolume (🥇27 · ⭐ 1.8K) - 基于IPython的Jupyter笔记本中用于Python的3d绘图MIT +
papermill (🥈27 · ⭐ 5.5K) - Parameterize, execute, and analyze notebooks. BSD-3 -- [GitHub](https://github.com/widgetti/ipyvolume) (👨‍💻 41 · 🔀 220 · 📦 840 · 📋 300 - 56% open · ⏱️ 26.07.2022): +- [GitHub](https://github.com/nteract/papermill) (👨‍💻 120 · 🔀 400 · 📦 5.6K · 📋 380 - 33% open · ⏱️ 25.01.2024): ``` - git clone https://github.com/maartenbreddels/ipyvolume - ``` -- [PyPi](https://pypi.org/project/ipyvolume) (📥 56K / month): - ``` - pip install ipyvolume + git clone https://github.com/nteract/papermill ``` -- [Conda](https://anaconda.org/conda-forge/ipyvolume) (📥 380K · ⏱️ 20.04.2021): +- [PyPi](https://pypi.org/project/papermill) (📥 1.4M / month): ``` - conda install -c conda-forge ipyvolume + pip install papermill ``` -- [NPM](https://www.npmjs.com/package/ipyvolume) (📥 2.1K / month): +- [Conda](https://anaconda.org/conda-forge/papermill) (📥 540K · ⏱️ 30.08.2023): ``` - npm install ipyvolume + conda install -c conda-forge papermill ```
-
jupyter-matplotlib (🥇27 · ⭐ 1.3K) - Matplotlib Jupyter集成。BSD-3 +
jupyter-matplotlib (🥈27 · ⭐ 1.5K) - Matplotlib Jupyter Integration. BSD-3 -- [GitHub](https://github.com/matplotlib/ipympl) (👨‍💻 28 · 🔀 190 · 📦 3.7K · 📋 260 - 44% open · ⏱️ 22.08.2022): +- [GitHub](https://github.com/matplotlib/ipympl) (👨‍💻 33 · 🔀 220 · 📦 10K · 📋 290 - 47% open · ⏱️ 24.01.2024): ``` git clone https://github.com/matplotlib/ipympl ``` -- [PyPi](https://pypi.org/project/ipympl) (📥 150K / month): +- [PyPi](https://pypi.org/project/ipympl) (📥 190K / month): ``` pip install ipympl ``` -- [NPM](https://www.npmjs.com/package/jupyter-matplotlib) (📥 27K / month): +- [NPM](https://www.npmjs.com/package/jupyter-matplotlib) (📥 10K / month): ``` npm install jupyter-matplotlib ```
-
jupyter-dash (🥇27 · ⭐ 800) - 在Jupyter Notebook和JupyterLab中开发Dash应用程序。MIT +
facets-overview (🥈26 · ⭐ 7.3K · 💤) - Visualizations for machine learning datasets. Apache-2 -- [GitHub](https://github.com/plotly/jupyter-dash) (👨‍💻 10 · 🔀 210 · 📥 77 · 📦 1.8K · 📋 62 - 62% open · ⏱️ 28.06.2022): +- [GitHub](https://github.com/PAIR-code/facets) (👨‍💻 31 · 🔀 880 · 📦 210 · 📋 160 - 49% open · ⏱️ 24.05.2023): ``` - git clone https://github.com/plotly/jupyter-dash + git clone https://github.com/pair-code/facets ``` -- [PyPi](https://pypi.org/project/jupyter-dash) (📥 370K / month): +- [PyPi](https://pypi.org/project/facets-overview) (📥 220K / month): ``` - pip install jupyter-dash + pip install facets-overview ```
-
papermill (🥈26 · ⭐ 4.8K) - 参数化,执行和分析笔记本。BSD-3 +
ipywidgets (🥈26 · ⭐ 3K · 📉) - Interactive Widgets for the Jupyter Notebook. BSD-3 -- [GitHub](https://github.com/nteract/papermill) (👨‍💻 100 · 🔀 360 · 📦 2.4K · 📋 340 - 30% open · ⏱️ 15.08.2022): +- [GitHub](https://github.com/jupyter-widgets/ipywidgets) (👨‍💻 210 · 🔀 900 · 📦 3 · 📋 2K - 33% open · ⏱️ 19.12.2023): ``` - git clone https://github.com/nteract/papermill + git clone https://github.com/jupyter-widgets/ipywidgets ``` -- [PyPi](https://pypi.org/project/papermill) (📥 870K / month): +- [PyPi](https://pypi.org/project/ipywidgets) (📥 9.9M / month): ``` - pip install papermill + pip install ipywidgets ``` -- [Conda](https://anaconda.org/conda-forge/papermill) (📥 300K · ⏱️ 23.01.2022): +- [Conda](https://anaconda.org/conda-forge/ipywidgets) (📥 13M · ⏱️ 13.09.2023): ``` - conda install -c conda-forge papermill + conda install -c conda-forge ipywidgets + ``` +- [NPM](https://www.npmjs.com/package/@jupyter-widgets/jupyterlab-manager) (📥 55K / month): + ``` + npm install @jupyter-widgets/jupyterlab-manager ```
-
facets-overview (🥈25 · ⭐ 7K · 💀) - 机器学习数据集的可视化。Apache-2 +
jupyter-dash (🥈26 · ⭐ 940) - Develop Dash apps in the Jupyter Notebook and JupyterLab. MIT -- [GitHub](https://github.com/PAIR-code/facets) (👨‍💻 28 · 🔀 850 · 📦 130 · 📋 150 - 50% open · ⏱️ 06.05.2021): +- [GitHub](https://github.com/plotly/jupyter-dash) (👨‍💻 10 · 🔀 240 · 📥 99 · 📦 3.6K · 📋 75 - 61% open · ⏱️ 11.08.2023): ``` - git clone https://github.com/pair-code/facets + git clone https://github.com/plotly/jupyter-dash ``` -- [PyPi](https://pypi.org/project/facets-overview) (📥 290K / month): +- [PyPi](https://pypi.org/project/jupyter-dash) (📥 150K / month): ``` - pip install facets-overview + pip install jupyter-dash ```
-
pythreejs (🥈24 · ⭐ 830) - Jupyter-Three.js桥接。❗Unlicensed +
ipyvuetify (🥈25 · ⭐ 320) - Jupyter widgets based on vuetify UI components. MIT -- [GitHub](https://github.com/jupyter-widgets/pythreejs) (👨‍💻 30 · 🔀 170 · 📦 21 · 📋 220 - 23% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/widgetti/ipyvuetify) (👨‍💻 12 · 🔀 53 · 📦 1K · 📋 200 - 32% open · ⏱️ 23.11.2023): ``` - git clone https://github.com/jupyter-widgets/pythreejs - ``` -- [PyPi](https://pypi.org/project/pythreejs) (📥 65K / month): - ``` - pip install pythreejs + git clone https://github.com/mariobuikhuizen/ipyvuetify ``` -- [Conda](https://anaconda.org/conda-forge/pythreejs) (📥 410K · ⏱️ 25.08.2022): +- [PyPi](https://pypi.org/project/ipyvuetify) (📥 79K / month): ``` - conda install -c conda-forge pythreejs + pip install ipyvuetify ``` -- [NPM](https://www.npmjs.com/package/jupyter-threejs) (📥 4.6K / month): +- [Conda](https://anaconda.org/conda-forge/ipyvuetify) (📥 160K · ⏱️ 16.06.2023): ``` - npm install jupyter-threejs + conda install -c conda-forge ipyvuetify ```
-
ipycanvas (🥈24 · ⭐ 630) - Jupyter中的交互式画布。BSD-3 +
qgrid (🥈24 · ⭐ 3K · 💀) - An interactive grid for sorting, filtering, and editing DataFrames.. Apache-2 -- [GitHub](https://github.com/martinRenou/ipycanvas) (👨‍💻 20 · 🔀 51 · 📦 780 · 📋 110 - 36% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/quantopian/qgrid) (👨‍💻 30 · 🔀 410 · 📦 12 · 📋 280 - 55% open · ⏱️ 07.04.2020): ``` - git clone https://github.com/martinRenou/ipycanvas + git clone https://github.com/quantopian/qgrid ``` -- [PyPi](https://pypi.org/project/ipycanvas) (📥 26K / month): +- [PyPi](https://pypi.org/project/qgrid) (📥 36K / month): ``` - pip install ipycanvas + pip install qgrid ``` -- [Conda](https://anaconda.org/conda-forge/ipycanvas) (📥 80K · ⏱️ 19.08.2022): +- [Conda](https://anaconda.org/conda-forge/qgrid) (📥 400K · ⏱️ 16.06.2023): ``` - conda install -c conda-forge ipycanvas + conda install -c conda-forge qgrid + ``` +- [NPM](https://www.npmjs.com/package/qgrid) (📥 350 / month): + ``` + npm install qgrid ```
-
qgrid (🥈23 · ⭐ 2.9K · 💀) - 用于排序,过滤和编辑DataFrame的交互式工具。Apache-2 +
ipyvolume (🥈23 · ⭐ 1.9K · 📉) - 3d plotting for Python in the Jupyter notebook based on IPython.. MIT -- [GitHub](https://github.com/quantopian/qgrid) (👨‍💻 30 · 🔀 390 · 📋 270 - 54% open · ⏱️ 07.04.2020): +- [GitHub](https://github.com/widgetti/ipyvolume) (👨‍💻 45 · 🔀 230 · 📦 16 · 📋 320 - 58% open · ⏱️ 07.07.2023): ``` - git clone https://github.com/quantopian/qgrid + git clone https://github.com/maartenbreddels/ipyvolume ``` -- [PyPi](https://pypi.org/project/qgrid) (📥 69K / month): +- [PyPi](https://pypi.org/project/ipyvolume) (📥 44K / month): ``` - pip install qgrid + pip install ipyvolume ``` -- [Conda](https://anaconda.org/conda-forge/qgrid) (📥 360K · ⏱️ 04.03.2021): +- [Conda](https://anaconda.org/conda-forge/ipyvolume) (📥 450K · ⏱️ 05.06.2023): ``` - conda install -c conda-forge qgrid + conda install -c conda-forge ipyvolume ``` -- [NPM](https://www.npmjs.com/package/qgrid) (📥 930 / month): +- [NPM](https://www.npmjs.com/package/ipyvolume) (📥 1.1K / month): ``` - npm install qgrid + npm install ipyvolume + ``` +
+
itables (🥈23 · ⭐ 560) - Interactive Tables in Jupyter. MIT + +- [GitHub](https://github.com/mwouts/itables) (👨‍💻 6 · 🔀 43 · 📦 390 · 📋 100 - 23% open · ⏱️ 10.12.2023): + + ``` + git clone https://github.com/mwouts/itables + ``` +- [PyPi](https://pypi.org/project/itables) (📥 130K / month): + ``` + pip install itables ```
-
ipywebrtc (🥈23 · ⭐ 210 · 💀) - 适用于Jupyter笔记本/实验室的WebRTC。MIT +
ipywebrtc (🥈23 · ⭐ 230 · 💤) - WebRTC for Jupyter notebook/lab. MIT -- [GitHub](https://github.com/maartenbreddels/ipywebrtc) (👨‍💻 9 · 🔀 33 · 📦 570 · 📋 51 - 60% open · ⏱️ 29.03.2021): +- [GitHub](https://github.com/maartenbreddels/ipywebrtc) (👨‍💻 9 · 🔀 37 · 📦 970 · 📋 61 - 54% open · ⏱️ 06.03.2023): ``` git clone https://github.com/maartenbreddels/ipywebrtc ``` -- [PyPi](https://pypi.org/project/ipywebrtc) (📥 56K / month): +- [PyPi](https://pypi.org/project/ipywebrtc) (📥 32K / month): ``` pip install ipywebrtc ``` -- [Conda](https://anaconda.org/conda-forge/ipywebrtc) (📥 260K · ⏱️ 29.03.2021): +- [Conda](https://anaconda.org/conda-forge/ipywebrtc) (📥 330K · ⏱️ 16.06.2023): ``` conda install -c conda-forge ipywebrtc ``` -- [NPM](https://www.npmjs.com/package/jupyter-webrtc) (📥 340 / month): +- [NPM](https://www.npmjs.com/package/jupyter-webrtc) (📥 280 / month): ``` npm install jupyter-webrtc ```
-
ipycytoscape (🥈23 · ⭐ 200) - Cytoscape Jupyter小部件。BSD-3 +
evidently (🥈22 · ⭐ 4.3K) - Interactive reports to analyze machine learning models during.. Apache-2 -- [GitHub](https://github.com/cytoscape/ipycytoscape) (👨‍💻 32 · 🔀 55 · 📥 3 · 📦 78 · 📋 160 - 37% open · ⏱️ 20.05.2022): +- [GitHub](https://github.com/evidentlyai/evidently) (👨‍💻 59 · 🔀 480 · 📥 7 · 📦 2.8K · 📋 310 - 37% open · ⏱️ 25.01.2024): ``` - git clone https://github.com/QuantStack/ipycytoscape - ``` -- [Conda](https://anaconda.org/conda-forge/ipycytoscape) (📥 56K · ⏱️ 05.04.2022): - ``` - conda install -c conda-forge ipycytoscape + git clone https://github.com/evidentlyai/evidently ```
-
Mapbox GL (🥈22 · ⭐ 620 · 💀) - 使用Mapbox GL JS可视化Python Jupyter笔记本中的数据。MIT +
Mapbox GL (🥈22 · ⭐ 650 · 💀) - Use Mapbox GL JS to visualize data in a Python Jupyter notebook. MIT -- [GitHub](https://github.com/mapbox/mapboxgl-jupyter) (👨‍💻 21 · 🔀 130 · 📦 140 · 📋 99 - 32% open · ⏱️ 19.04.2021): +- [GitHub](https://github.com/mapbox/mapboxgl-jupyter) (👨‍💻 22 · 🔀 130 · 📦 190 · 📋 100 - 33% open · ⏱️ 19.04.2021): ``` git clone https://github.com/mapbox/mapboxgl-jupyter ``` -- [PyPi](https://pypi.org/project/mapboxgl) (📥 11K / month): +- [PyPi](https://pypi.org/project/mapboxgl) (📥 12K / month): ``` pip install mapboxgl ```
-
itables (🥈21 · ⭐ 320) - Jupyter中的交互式表格。MIT +
itkwidgets (🥈22 · ⭐ 560) - Interactive Jupyter widgets to visualize images, point sets, and.. Apache-2 -- [GitHub](https://github.com/mwouts/itables) (👨‍💻 4 · 🔀 29 · 📦 140 · 📋 49 - 10% open · ⏱️ 17.08.2022): +- [GitHub](https://github.com/InsightSoftwareConsortium/itkwidgets) (👨‍💻 7 · 🔀 79 · 📥 87 · 📦 280 · 📋 270 - 40% open · ⏱️ 19.01.2024): ``` - git clone https://github.com/mwouts/itables + git clone https://github.com/InsightSoftwareConsortium/itkwidgets ``` -- [PyPi](https://pypi.org/project/itables) (📥 13K / month): +- [PyPi](https://pypi.org/project/itkwidgets) (📥 5.9K / month): ``` - pip install itables + pip install itkwidgets + ``` +- [NPM](https://www.npmjs.com/package/itkwidgets) (📥 270 / month): + ``` + npm install itkwidgets ```
-
ipyvuetify (🥈21 · ⭐ 260) - 基于vuetify UI组件的Jupyter小部件。MIT +
ipycytoscape (🥈22 · ⭐ 250 · 💤) - A Cytoscape Jupyter widget. BSD-3 -- [GitHub](https://github.com/widgetti/ipyvuetify) (👨‍💻 10 · 🔀 44 · 📦 4 · 📋 170 - 26% open · ⏱️ 07.02.2022): +- [GitHub](https://github.com/cytoscape/ipycytoscape) (👨‍💻 32 · 🔀 60 · 📥 4 · 📦 190 · 📋 160 - 38% open · ⏱️ 23.05.2023): ``` - git clone https://github.com/mariobuikhuizen/ipyvuetify + git clone https://github.com/QuantStack/ipycytoscape ``` -- [PyPi](https://pypi.org/project/ipyvuetify) (📥 66K / month): +- [Conda](https://anaconda.org/conda-forge/ipycytoscape) (📥 360K · ⏱️ 16.06.2023): ``` - pip install ipyvuetify + conda install -c conda-forge ipycytoscape + ``` +
+
ipyvue (🥈22 · ⭐ 60) - Jupyter widgets base for Vue libraries. MIT + +- [GitHub](https://github.com/widgetti/ipyvue) (👨‍💻 5 · 🔀 16 · 📦 690 · 📋 13 - 38% open · ⏱️ 08.12.2023): + ``` -- [Conda](https://anaconda.org/conda-forge/ipyvuetify) (📥 85K · ⏱️ 07.02.2022): + git clone https://github.com/mariobuikhuizen/ipyvue ``` - conda install -c conda-forge ipyvuetify +- [PyPi](https://pypi.org/project/ipyvue) (📥 100K / month): + ``` + pip install ipyvue + ``` +- [Conda](https://anaconda.org/conda-forge/ipyvue) (📥 120K · ⏱️ 07.09.2023): + ``` + conda install -c conda-forge ipyvue ```
-
ipydatawidgets (🥈21 · ⭐ 31) - 一组小部件,以帮助促进大型数据集的重用。❗Unlicensed +
pythreejs (🥉21 · ⭐ 910 · 💤) - A Jupyter - Three.js bridge. ❗Unlicensed -- [GitHub](https://github.com/vidartf/ipydatawidgets) (👨‍💻 5 · 🔀 8 · 📦 570 · 📋 10 - 20% open · ⏱️ 22.08.2022): +- [GitHub](https://github.com/jupyter-widgets/pythreejs) (👨‍💻 30 · 🔀 180 · 📦 29 · 📋 230 - 25% open · ⏱️ 20.02.2023): ``` - git clone https://github.com/vidartf/ipydatawidgets + git clone https://github.com/jupyter-widgets/pythreejs ``` -- [PyPi](https://pypi.org/project/ipydatawidgets) (📥 71K / month): +- [PyPi](https://pypi.org/project/pythreejs) (📥 45K / month): ``` - pip install ipydatawidgets + pip install pythreejs ``` -- [Conda](https://anaconda.org/conda-forge/ipydatawidgets) (📥 170K · ⏱️ 24.08.2022): +- [Conda](https://anaconda.org/conda-forge/pythreejs) (📥 520K · ⏱️ 16.06.2023): ``` - conda install -c conda-forge ipydatawidgets + conda install -c conda-forge pythreejs + ``` +- [NPM](https://www.npmjs.com/package/jupyter-threejs) (📥 3K / month): + ``` + npm install jupyter-threejs ```
-
itkwidgets (🥉20 · ⭐ 460) - 交互式Jupyter小部件,以可视化图像,点集等。Apache-2 +
vega (🥉20 · ⭐ 370) - IPython/Jupyter notebook module for Vega and Vega-Lite. BSD-3 -- [GitHub](https://github.com/InsightSoftwareConsortium/itkwidgets) (👨‍💻 4 · 🔀 61 · 📥 66 · 📋 200 - 43% open · ⏱️ 23.08.2022): +- [GitHub](https://github.com/vega/ipyvega) (👨‍💻 15 · 🔀 60 · 📦 4 · 📋 100 - 10% open · ⏱️ 03.01.2024): ``` - git clone https://github.com/InsightSoftwareConsortium/itkwidgets + git clone https://github.com/vega/ipyvega ``` -- [PyPi](https://pypi.org/project/itkwidgets) (📥 14K / month): +- [PyPi](https://pypi.org/project/vega) (📥 19K / month): ``` - pip install itkwidgets + pip install vega ``` -- [NPM](https://www.npmjs.com/package/itkwidgets) (📥 1.4K / month): +- [Conda](https://anaconda.org/conda-forge/vega) (📥 570K · ⏱️ 16.06.2023): ``` - npm install itkwidgets + conda install -c conda-forge vega ```
-
evidently (🥉19 · ⭐ 2.6K) - 交互式报告,可在分析过程中分析机器学习模型。Apache-2 +
ipydatawidgets (🥉20 · ⭐ 38 · 💤) - A set of widgets to help facilitate reuse of large.. ❗Unlicensed -- [GitHub](https://github.com/evidentlyai/evidently) (👨‍💻 24 · 🔀 270 · 📦 550 · 📋 110 - 20% open · ⏱️ 16.08.2022): +- [GitHub](https://github.com/vidartf/ipydatawidgets) (👨‍💻 5 · 🔀 9 · 📦 1K · 📋 12 - 16% open · ⏱️ 14.06.2023): ``` - git clone https://github.com/evidentlyai/evidently + git clone https://github.com/vidartf/ipydatawidgets + ``` +- [PyPi](https://pypi.org/project/ipydatawidgets) (📥 65K / month): + ``` + pip install ipydatawidgets + ``` +- [Conda](https://anaconda.org/conda-forge/ipydatawidgets) (📥 260K · ⏱️ 16.06.2023): + ``` + conda install -c conda-forge ipydatawidgets ```
-
What-If Tool (🥉19 · ⭐ 740 · 💤) - What-If工具的源代码/网页/演示。Apache-2 +
What-If Tool (🥉19 · ⭐ 870 · 💤) - Source code/webpage/demos for the What-If Tool. Apache-2 -- [GitHub](https://github.com/PAIR-code/what-if-tool) (👨‍💻 20 · 🔀 140 · 📋 110 - 52% open · ⏱️ 05.01.2022): +- [GitHub](https://github.com/PAIR-code/what-if-tool) (👨‍💻 20 · 🔀 160 · 📦 2 · 📋 120 - 53% open · ⏱️ 27.04.2023): ``` git clone https://github.com/PAIR-code/what-if-tool ``` -- [PyPi](https://pypi.org/project/witwidget) (📥 11K / month): +- [PyPi](https://pypi.org/project/witwidget) (📥 2.3K / month): ``` pip install witwidget ``` -- [NPM](https://www.npmjs.com/package/wit-widget) (📥 5.9K / month): +- [NPM](https://www.npmjs.com/package/wit-widget) (📥 1.1K / month): ``` npm install wit-widget ```
-
ipysheet (🥉19 · ⭐ 500 · 💤) - Jupyter Handsontable集成。MIT +
gmaps (🥉19 · ⭐ 760 · 💀) - Google maps for Jupyter notebooks. BSD-3 -- [GitHub](https://github.com/QuantStack/ipysheet) (👨‍💻 10 · 🔀 62 · 📦 3 · 📋 120 - 51% open · ⏱️ 14.12.2021): +- [GitHub](https://github.com/pbugnion/gmaps) (👨‍💻 16 · 🔀 150 · 📦 4 · 📋 210 - 35% open · ⏱️ 22.07.2019): ``` - git clone https://github.com/QuantStack/ipysheet + git clone https://github.com/pbugnion/gmaps ``` -- [PyPi](https://pypi.org/project/ipysheet) (📥 54K / month): +- [PyPi](https://pypi.org/project/gmaps) (📥 4.5K / month): ``` - pip install ipysheet + pip install gmaps ``` -- [Conda](https://anaconda.org/conda-forge/ipysheet) (📥 55K · ⏱️ 11.08.2021): +- [Conda](https://anaconda.org/conda-forge/gmaps) (📥 310K · ⏱️ 16.06.2023): ``` - conda install -c conda-forge ipysheet + conda install -c conda-forge gmaps ``` -- [NPM](https://www.npmjs.com/package/ipysheet) (📥 3.4K / month): +- [NPM](https://www.npmjs.com/package/jupyter-gmaps) (📥 1.1K / month): ``` - npm install ipysheet + npm install jupyter-gmaps ```
-
pivottablejs (🥉19 · ⭐ 470 · 💀) - Jupyter / IPython Notebook的Dragndrop数据透视表和图表。❗Unlicensed +
pivottablejs (🥉19 · ⭐ 640 · 💀) - Dragndrop Pivot Tables and Charts for Jupyter/IPython.. ❗Unlicensed -- [GitHub](https://github.com/nicolaskruchten/jupyter_pivottablejs) (👨‍💻 3 · 🔀 62 · 📦 260 · 📋 58 - 29% open · ⏱️ 04.12.2018): +- [GitHub](https://github.com/nicolaskruchten/jupyter_pivottablejs) (👨‍💻 3 · 🔀 80 · 📦 400 · 📋 64 - 35% open · ⏱️ 04.12.2018): ``` git clone https://github.com/nicolaskruchten/jupyter_pivottablejs ``` -- [PyPi](https://pypi.org/project/pivottablejs) (📥 14K / month): +- [PyPi](https://pypi.org/project/pivottablejs) (📥 17K / month): ``` pip install pivottablejs ```
-
ipydagred3 (🥉19 · ⭐ 38) - ipywidgets库,用于在其中绘制有向无环图。Apache-2 +
ipysheet (🥉19 · ⭐ 530) - Jupyter handsontable integration. MIT -- [GitHub](https://github.com/timkpaine/ipydagred3) (👨‍💻 3 · 🔀 5 · 📦 11 · 📋 19 - 15% open · ⏱️ 21.07.2022): +- [GitHub](https://github.com/jupyter-widgets-contrib/ipysheet) (👨‍💻 14 · 🔀 66 · 📦 7 · 📋 120 - 51% open · ⏱️ 04.01.2024): ``` - git clone https://github.com/timkpaine/ipydagred3 + git clone https://github.com/QuantStack/ipysheet ``` -- [PyPi](https://pypi.org/project/ipydagred3) (📥 910 / month): +- [PyPi](https://pypi.org/project/ipysheet) (📥 43K / month): ``` - pip install ipydagred3 + pip install ipysheet ``` -- [NPM](https://www.npmjs.com/package/@jupyter-widgets/jupyterlab-manager) (📥 79K / month): +- [Conda](https://anaconda.org/conda-forge/ipysheet) (📥 100K · ⏱️ 16.06.2023): ``` - npm install @jupyter-widgets/jupyterlab-manager + conda install -c conda-forge ipysheet + ``` +- [NPM](https://www.npmjs.com/package/ipysheet) (📥 710 / month): + ``` + npm install ipysheet ```
-
gmaps (🥉18 · ⭐ 740 · 💀) - Jupyter中的Google地图。BSD-3 +
jdaviz (🥉18 · ⭐ 110) - JWST astronomical data analysis tools in the Jupyter platform. BSD-3 -- [GitHub](https://github.com/pbugnion/gmaps) (👨‍💻 16 · 🔀 140 · 📦 1 · 📋 200 - 32% open · ⏱️ 22.07.2019): +- [GitHub](https://github.com/spacetelescope/jdaviz) (👨‍💻 32 · 🔀 54 · 📦 37 · 📋 980 - 32% open · ⏱️ 23.01.2024): ``` - git clone https://github.com/pbugnion/gmaps + git clone https://github.com/spacetelescope/jdaviz ``` -- [PyPi](https://pypi.org/project/gmaps) (📥 8.7K / month): +- [PyPi](https://pypi.org/project/jdaviz) (📥 1K / month): ``` - pip install gmaps + pip install jdaviz ``` -- [Conda](https://anaconda.org/conda-forge/gmaps) (📥 270K · ⏱️ 02.08.2019): +
+
ipysigma (🥉17 · ⭐ 150) - A custom Jupyter widget library to display graphs using sigma.js. MIT + +- [GitHub](https://github.com/medialab/ipysigma) (👨‍💻 6 · 🔀 13 · 📦 25 · 📋 200 - 23% open · ⏱️ 20.10.2023): + ``` - conda install -c conda-forge gmaps + git clone https://github.com/Yomguithereal/ipysigma ``` -- [NPM](https://www.npmjs.com/package/jupyter-gmaps) (📥 1.8K / month): +- [PyPi](https://pypi.org/project/ipysigma) (📥 450 / month): ``` - npm install jupyter-gmaps + pip install ipysigma + ``` +- [NPM](https://www.npmjs.com/package/ipysigma) (📥 330 / month): + ``` + npm install ipysigma ```
-
vega (🥉18 · ⭐ 330) - 适用于Vega和Vega-Lite的IPython / Jupyter笔记本模块。BSD-3 +
ipydagred3 (🥉17 · ⭐ 67) - ipywidgets library for drawing directed acyclic graphs in.. Apache-2 -- [GitHub](https://github.com/vega/ipyvega) (👨‍💻 11 · 🔀 55 · 📋 95 - 13% open · ⏱️ 01.08.2022): +- [GitHub](https://github.com/timkpaine/ipydagred3) (👨‍💻 3 · 🔀 6 · 📦 3 · 📋 24 - 20% open · ⏱️ 19.12.2023): ``` - git clone https://github.com/vega/ipyvega + git clone https://github.com/timkpaine/ipydagred3 ``` -- [PyPi](https://pypi.org/project/vega) (📥 7.3K / month): +- [PyPi](https://pypi.org/project/ipydagred3) (📥 330 / month): ``` - pip install vega + pip install ipydagred3 ``` -- [Conda](https://anaconda.org/conda-forge/vega) (📥 500K · ⏱️ 10.02.2022): +- [NPM](https://www.npmjs.com/package/@jupyter-widgets/jupyterlab-manager) (📥 55K / month): ``` - conda install -c conda-forge vega + npm install @jupyter-widgets/jupyterlab-manager ```
-
ipytree (🥉18 · ⭐ 93) - 使用Jupyter-widgets协议和jsTree的Tree Widget。MIT +
ipytree (🥉16 · ⭐ 120 · 💀) - A Tree Widget using Jupyter-widgets protocol and jsTree. MIT -- [GitHub](https://github.com/QuantStack/ipytree) (👨‍💻 8 · 🔀 25 · 📋 31 - 48% open · ⏱️ 23.08.2022): +- [GitHub](https://github.com/jupyter-widgets-contrib/ipytree) (👨‍💻 9 · 🔀 29 · 📋 39 - 51% open · ⏱️ 23.11.2022): ``` git clone https://github.com/QuantStack/ipytree ``` -- [PyPi](https://pypi.org/project/ipytree) (📥 34K / month): +- [PyPi](https://pypi.org/project/ipytree) (📥 52K / month): ``` pip install ipytree ``` -- [Conda](https://anaconda.org/conda-forge/ipytree) (📥 45K · ⏱️ 23.08.2022): +- [Conda](https://anaconda.org/conda-forge/ipytree) (📥 99K · ⏱️ 16.06.2023): ``` conda install -c conda-forge ipytree ```
-
ipyvue (🥉18 · ⭐ 40 · 💤) - Vue库的Jupyter小部件基础。MIT +
ipyregulartable (🥉16 · ⭐ 95) - High performance, editable, stylable datagrids in jupyter.. Apache-2 -- [GitHub](https://github.com/widgetti/ipyvue) (👨‍💻 3 · 🔀 11 · 📦 20 · 📋 7 - 28% open · ⏱️ 10.12.2021): +- [GitHub](https://github.com/finos/ipyregulartable) (👨‍💻 5 · 🔀 15 · 📦 13 · 📋 27 - 37% open · ⏱️ 18.12.2023): ``` - git clone https://github.com/mariobuikhuizen/ipyvue + git clone https://github.com/jpmorganchase/ipyregulartable ``` -- [PyPi](https://pypi.org/project/ipyvue) (📥 66K / month): +- [PyPi](https://pypi.org/project/ipyregulartable) (📥 120 / month): ``` - pip install ipyvue + pip install ipyregulartable ``` -- [Conda](https://anaconda.org/conda-forge/ipyvue) (📥 55K · ⏱️ 28.10.2021): +- [NPM](https://www.npmjs.com/package/@jupyter-widgets/jupyterlab-manager) (📥 55K / month): ``` - conda install -c conda-forge ipyvue + npm install @jupyter-widgets/jupyterlab-manager ```
-
igv.js widget (🥉17 · ⭐ 150) - 集成了igv.js的Jupyter Notebook扩展。MIT +
Altair Viewer (🥉16 · ⭐ 79 · 💤) - Viewer for Altair and Vega-Lite visualizations. BSD-3 -- [GitHub](https://github.com/g2nb/igv-jupyter) (👨‍💻 5 · 🔀 15 · 📦 12 · ⏱️ 14.06.2022): +- [GitHub](https://github.com/altair-viz/altair_viewer) (👨‍💻 3 · 🔀 11 · 📋 13 - 61% open · ⏱️ 02.05.2023): ``` - git clone https://github.com/igvteam/igv-jupyter + git clone https://github.com/altair-viz/altair_viewer ``` -- [PyPi](https://pypi.org/project/igv-jupyter) (📥 270 / month): +- [PyPi](https://pypi.org/project/altair_viewer) (📥 27K / month): ``` - pip install igv-jupyter + pip install altair_viewer ```
-
jdaviz (🥉17 · ⭐ 73) - Jupyter平台中的JWST天文数据分析工具。BSD-3 +
geonotebook (🥉15 · ⭐ 1.1K · 💀) - A Jupyter notebook extension for geospatial visualization.. Apache-2 -- [GitHub](https://github.com/spacetelescope/jdaviz) (👨‍💻 29 · 🔀 35 · 📋 690 - 38% open · ⏱️ 24.08.2022): +- [GitHub](https://github.com/OpenGeoscience/geonotebook) (👨‍💻 9 · 🔀 140 · 📋 83 - 44% open · ⏱️ 21.01.2019): ``` - git clone https://github.com/spacetelescope/jdaviz + git clone https://github.com/OpenGeoscience/geonotebook ``` -- [PyPi](https://pypi.org/project/jdaviz) (📥 1.7K / month): +- [Docker Hub](https://hub.docker.com/r/geonotebook/geonotebook) (📥 130K · ⭐ 9 · ⏱️ 21.01.2019): ``` - pip install jdaviz + docker pull geonotebook/geonotebook ```
-
Altair Viewer (🥉17 · ⭐ 52 · 💤) - 用于Altair和Vega-Lite可视化的查看器。BSD-3 +
nbtutor (🥉15 · ⭐ 450 · 💤) - Visualize Python code execution (line-by-line) in Jupyter.. ❗Unlicensed -- [GitHub](https://github.com/altair-viz/altair_viewer) (👨‍💻 3 · 🔀 8 · 📋 7 - 42% open · ⏱️ 14.01.2022): +- [GitHub](https://github.com/lgpage/nbtutor) (👨‍💻 4 · 🔀 39 · 📦 38 · 📋 37 - 35% open · ⏱️ 14.04.2023): ``` - git clone https://github.com/altair-viz/altair_viewer + git clone https://github.com/lgpage/nbtutor ``` -- [PyPi](https://pypi.org/project/altair_viewer) (📥 570K / month): +- [Conda](https://anaconda.org/conda-forge/nbtutor) (📥 140K · ⏱️ 16.06.2023): ``` - pip install altair_viewer + conda install -c conda-forge nbtutor ```
-
ipyregulartable (🥉16 · ⭐ 66) - Jupyter中的高性能,可编辑,可样式化的数据表。Apache-2 +
igv.js widget (🥉15 · ⭐ 160 · 💤) - Extension for Jupyter Notebook which integrates igv.js. MIT -- [GitHub](https://github.com/jpmorganchase/ipyregulartable) (👨‍💻 5 · 🔀 13 · 📦 9 · 📋 25 - 40% open · ⏱️ 20.07.2022): +- [GitHub](https://github.com/g2nb/igv-jupyter) (👨‍💻 5 · 🔀 14 · 📦 14 · ⏱️ 03.01.2023): ``` - git clone https://github.com/jpmorganchase/ipyregulartable - ``` -- [PyPi](https://pypi.org/project/ipyregulartable) (📥 230 / month): - ``` - pip install ipyregulartable + git clone https://github.com/igvteam/igv-jupyter ``` -- [NPM](https://www.npmjs.com/package/@jupyter-widgets/jupyterlab-manager) (📥 79K / month): +- [PyPi](https://pypi.org/project/igv-jupyter) (📥 120 / month): ``` - npm install @jupyter-widgets/jupyterlab-manager + pip install igv-jupyter ```
-
ipyscales (🥉16 · ⭐ 13 · 💀) - 用于度量的小部件库。BSD-3 +
ipyscales (🥉15 · ⭐ 13 · 💀) - A widget library for scales. BSD-3 -- [GitHub](https://github.com/vidartf/ipyscales) (👨‍💻 4 · 🔀 3 · 📦 53 · 📋 6 - 33% open · ⏱️ 05.01.2021): +- [GitHub](https://github.com/vidartf/ipyscales) (👨‍💻 4 · 🔀 4 · 📦 58 · 📋 6 - 33% open · ⏱️ 01.09.2022): ``` git clone https://github.com/vidartf/ipyscales ``` -- [PyPi](https://pypi.org/project/ipyscales) (📥 60 / month): +- [PyPi](https://pypi.org/project/ipyscales) (📥 33 / month): ``` pip install ipyscales ``` -- [Conda](https://anaconda.org/conda-forge/ipyscales) (📥 54K · ⏱️ 06.01.2021): +- [Conda](https://anaconda.org/conda-forge/ipyscales) (📥 62K · ⏱️ 16.06.2023): ``` conda install -c conda-forge ipyscales ```
-
geonotebook (🥉15 · ⭐ 1.1K · 💀) - Jupyter笔记本扩展,用于地理空间可视化。Apache-2 +
niwidgets (🥉14 · ⭐ 82 · 💀) - Neuroimaging widgets for jupyter notebooks. Apache-2 -- [GitHub](https://github.com/OpenGeoscience/geonotebook) (👨‍💻 9 · 🔀 140 · 📋 83 - 44% open · ⏱️ 21.01.2019): +- [GitHub](https://github.com/nipy/niwidgets) (👨‍💻 16 · 🔀 33 · 📦 31 · 📋 34 - 50% open · ⏱️ 24.03.2020): ``` - git clone https://github.com/OpenGeoscience/geonotebook + git clone https://github.com/nipy/niwidgets ``` -- [Docker Hub](https://hub.docker.com/r/geonotebook/geonotebook) (📥 130K · ⭐ 7 · ⏱️ 21.01.2019): +- [PyPi](https://pypi.org/project/niwidgets) (📥 79 / month): ``` - docker pull geonotebook/geonotebook + pip install niwidgets ```
-
niwidgets (🥉15 · ⭐ 76 · 💀) - 适用于Jupyter笔记本的Neuroimaging小部件。Apache-2 +
Jupyter DataTables (🥉13 · ⭐ 230 · 💀) - Jupyter Notebook extension leveraging pandas DataFrames.. MIT -- [GitHub](https://github.com/nipy/niwidgets) (👨‍💻 16 · 🔀 33 · 📦 28 · 📋 34 - 50% open · ⏱️ 24.03.2020): +- [GitHub](https://github.com/CermakM/jupyter-datatables) (👨‍💻 4 · 🔀 27 · 📋 28 - 46% open · ⏱️ 11.12.2019): ``` - git clone https://github.com/nipy/niwidgets + git clone https://github.com/CermakM/jupyter-datatables ``` -- [PyPi](https://pypi.org/project/niwidgets) (📥 72 / month): +- [PyPi](https://pypi.org/project/jupyter-datatables) (📥 730 / month): ``` - pip install niwidgets + pip install jupyter-datatables ```
-
nbtutor (🥉14 · ⭐ 400) - 可视化Jupyter Notebook单元中的Python代码执行(逐行)。❗Unlicensed +
ipycanvas (🥉13 · 📉) - Interactive Canvas in Jupyter. ❗Unlicensed -- [GitHub](https://github.com/lgpage/nbtutor) (👨‍💻 3 · 🔀 38 · 📦 28 · 📋 34 - 29% open · ⏱️ 04.04.2022): +- [GitHub](https://github.com/martinRenou/ipycanvas) (👨‍💻 21 · 📦 8 · ⏱️ 20.07.2023): ``` - git clone https://github.com/lgpage/nbtutor + git clone https://github.com/martinRenou/ipycanvas ``` -- [Conda](https://anaconda.org/conda-forge/nbtutor) (📥 110K · ⏱️ 19.04.2022): +- [PyPi](https://pypi.org/project/ipycanvas) (📥 31K / month): ``` - conda install -c conda-forge nbtutor + pip install ipycanvas + ``` +- [Conda](https://anaconda.org/conda-forge/ipycanvas) (📥 190K · ⏱️ 16.06.2023): + ``` + conda install -c conda-forge ipycanvas ```
-
ipymaterialui (🥉13 · ⭐ 83 · 💀) - 基于React Material UI组件的Jupyter小部件。MIT +
ipymaterialui (🥉12 · ⭐ 85 · 💀) - Jupyter Widgets based on React Material UI components. MIT -- [GitHub](https://github.com/maartenbreddels/ipymaterialui) (👨‍💻 3 · 🔀 14 · 📦 5 · 📋 10 - 70% open · ⏱️ 29.10.2019): +- [GitHub](https://github.com/maartenbreddels/ipymaterialui) (👨‍💻 3 · 🔀 14 · 📦 8 · 📋 10 - 70% open · ⏱️ 29.10.2019): ``` git clone https://github.com/maartenbreddels/ipymaterialui ``` -- [PyPi](https://pypi.org/project/ipymaterialui) (📥 47 / month): +- [PyPi](https://pypi.org/project/ipymaterialui) (📥 23 / month): ``` pip install ipymaterialui ``` -- [NPM](https://www.npmjs.com/package/jupyter-materialui) (📥 86 / month): +- [NPM](https://www.npmjs.com/package/jupyter-materialui) (📥 9 / month): ``` npm install jupyter-materialui ```
-
ipysigma (🥉13 · ⭐ 38) - 一个自定义的Jupyter小部件库,用于使用sigma.js显示图形。MIT +
perfume (🥉11 · ⭐ 33 · 💀) - Interactive performance benchmarking in Jupyter. ❗Unlicensed -- [GitHub](https://github.com/medialab/ipysigma) (👨‍💻 3 · 🔀 6 · 📋 100 - 43% open · ⏱️ 10.06.2022): +- [GitHub](https://github.com/leifwalsh/perfume) (👨‍💻 3 · 🔀 4 · 📋 6 - 33% open · ⏱️ 31.10.2020): ``` - git clone https://github.com/Yomguithereal/ipysigma - ``` -- [PyPi](https://pypi.org/project/ipysigma) (📥 110 / month): - ``` - pip install ipysigma + git clone https://github.com/leifwalsh/perfume ``` -- [NPM](https://www.npmjs.com/package/ipysigma) (📥 280 / month): +- [PyPi](https://pypi.org/project/perfume-bench) (📥 31 / month): ``` - npm install ipysigma + pip install perfume-bench ```
-
Jupyter DataTables (🥉11 · ⭐ 140 · 💀) - 利用pandas DataFrames的Jupyter Notebook扩展。MIT +
tributary (🥉10 · ⭐ 17) - Streaming reactive and dataflow graphs in Python. Apache-2 -- [GitHub](https://github.com/CermakM/jupyter-datatables) (👨‍💻 4 · 🔀 15 · 📋 28 - 46% open · ⏱️ 11.12.2019): +- [GitHub](https://github.com/timkpaine/tributary) (👨‍💻 7 · 🔀 1 · ⏱️ 19.12.2023): ``` - git clone https://github.com/CermakM/jupyter-datatables + git clone https://github.com/timkpaine/tributary ``` -- [PyPi](https://pypi.org/project/jupyter-datatables) (📥 550 / month): +- [PyPi](https://pypi.org/project/tributary) (📥 120 / month): ``` - pip install jupyter-datatables + pip install tributary + ``` +- [Conda](https://anaconda.org/conda-forge/tributary) (📥 34K · ⏱️ 16.06.2023): + ``` + conda install -c conda-forge tributary ```
-
perfume (🥉11 · ⭐ 33 · 💀) - Jupyter中的交互式性能基准测试。❗Unlicensed +
Vision UI (🥉9 · ⭐ 250 · 💀) - UI visual interface for fastai - now compatible with Google.. ❗Unlicensed -- [GitHub](https://github.com/leifwalsh/perfume) (👨‍💻 3 · 🔀 4 · 📋 6 - 33% open · ⏱️ 31.10.2020): +- [GitHub](https://github.com/asvcode/Vision_UI) (👨‍💻 3 · 🔀 34 · 📋 3 - 33% open · ⏱️ 05.07.2020): ``` - git clone https://github.com/leifwalsh/perfume - ``` -- [PyPi](https://pypi.org/project/perfume-bench) (📥 33 / month): - ``` - pip install perfume-bench + git clone https://github.com/asvcode/Vision_UI ```
-
ipyp5 (🥉10 · ⭐ 33 · 💀) - p5.j​​s Jupyter小部件。BSD-3 +
ipyannotate (🥉9 · ⭐ 140 · 💀) - Jupyter Widget for data annotation. ❗Unlicensed -- [GitHub](https://github.com/jtpio/ipyp5) (👨‍💻 2 · 🔀 5 · ⏱️ 16.10.2020): +- [GitHub](https://github.com/ipyannotate/ipyannotate) (👨‍💻 4 · 🔀 13 · ⏱️ 20.09.2020): ``` - git clone https://github.com/jtpio/ipyp5 + git clone https://github.com/ipyannotate/ipyannotate ``` -- [PyPi](https://pypi.org/project/ipyp5) (📥 22 / month): +- [PyPi](https://pypi.org/project/ipyannotate) (📥 160 / month): ``` - pip install ipyp5 + pip install ipyannotate + ``` +- [NPM](https://www.npmjs.com/package/ipyannotate) (📥 4 / month): + ``` + npm install ipyannotate ```
-
tributary (🥉10 · ⭐ 3) - 在Python中流式反应图和数据流图。Apache-2 +
ipyaggrid (🥉9 · ⭐ 11 · 💀) - Jupyter widget - ag-grid in the notebook. MIT -- [GitHub](https://github.com/timkpaine/tributary) (👨‍💻 7 · ⏱️ 05.07.2022): +- [GitHub](https://github.com/DGothrek/ipyaggrid) (👨‍💻 2 · ⏱️ 06.05.2019): ``` - git clone https://github.com/timkpaine/tributary + git clone https://github.com/DGothrek/ipyaggrid ``` -- [PyPi](https://pypi.org/project/tributary) (📥 61 / month): +- [PyPi](https://pypi.org/project/ipyaggrid) (📥 5.9K / month): ``` - pip install tributary + pip install ipyaggrid ``` -- [Conda](https://anaconda.org/conda-forge/tributary) (📥 21K · ⏱️ 17.05.2022): +- [NPM](https://www.npmjs.com/package/ipyaggrid) (📥 460 / month): ``` - conda install -c conda-forge tributary + npm install ipyaggrid ```
-
easyexplore (🥉10 · ⭐ 3) - 用于在Python中轻松有效地进行数据探索的工具箱。❗️GPL-3.0 +
easyexplore (🥉9 · ⭐ 5 · 💤) - Toolbox for easy and effective data exploration in Python. ❗️GPL-3.0 -- [GitHub](https://github.com/GianniBalistreri/easyexplore) (👨‍💻 4 · 🔀 2 · 📦 1 · 📋 24 - 33% open · ⏱️ 08.06.2022): +- [GitHub](https://github.com/GianniBalistreri/easyexplore) (👨‍💻 4 · 🔀 2 · 📦 2 · 📋 24 - 33% open · ⏱️ 01.04.2023): ``` git clone https://github.com/GianniBalistreri/easyexplore ``` -- [PyPi](https://pypi.org/project/easyexplore) (📥 300 / month): +- [PyPi](https://pypi.org/project/easyexplore) (📥 250 / month): ``` pip install easyexplore ```
-
Vision UI (🥉9 · ⭐ 250 · 💀) - Fastai的UI视觉界面-现在与Google兼容。❗Unlicensed +
ipyp5 (🥉8 · ⭐ 37 · 💀) - p5.js Jupyter Widget. 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 · 📦 1 · ⏱️ 16.10.2020): ``` - git clone https://github.com/asvcode/Vision_UI - ``` -
-
ipyannotate (🥉9 · ⭐ 120 · 💀) - Jupyter Widget,用于数据标注。❗Unlicensed - -- [GitHub](https://github.com/ipyannotate/ipyannotate) (👨‍💻 3 · 🔀 10 · ⏱️ 20.09.2020): - - ``` - git clone https://github.com/ipyannotate/ipyannotate - ``` -- [PyPi](https://pypi.org/project/ipyannotate) (📥 24 / month): - ``` - pip install ipyannotate + git clone https://github.com/jtpio/ipyp5 ``` -- [NPM](https://www.npmjs.com/package/ipyannotate) (📥 51 / month): +- [PyPi](https://pypi.org/project/ipyp5) (📥 11 / month): ``` - npm install ipyannotate + pip install ipyp5 ```
-
ipyaggrid (🥉9 · ⭐ 10 · 💀) - Jupyter小部件-Notebook中的Ag-grid。MIT +
-- [GitHub](https://github.com/DGothrek/ipyaggrid) (👨‍💻 2 · ⏱️ 06.05.2019): +## Jupyter Extensions + +Back to top + +_Application plugins that extend the functionality of Jupyter itself._ + +
nbgrader (🥇25 · ⭐ 1.2K) - A system for assigning and grading notebooks. BSD-3 + +- [GitHub](https://github.com/jupyter/nbgrader) (👨‍💻 100 · 🔀 300 · 📥 310 · 📦 520 · 📋 900 - 28% open · ⏱️ 04.12.2023): ``` - git clone https://github.com/DGothrek/ipyaggrid + git clone https://github.com/jupyter/nbgrader ``` -- [PyPi](https://pypi.org/project/ipyaggrid) (📥 2.7K / month): +- [PyPi](https://pypi.org/project/nbgrader) (📥 6.9K / month): ``` - pip install ipyaggrid + pip install nbgrader ``` -- [NPM](https://www.npmjs.com/package/ipyaggrid) (📥 3.1K / month): +- [Conda](https://anaconda.org/conda-forge/nbgrader) (📥 150K · ⏱️ 13.09.2023): ``` - npm install ipyaggrid + conda install -c conda-forge nbgrader ```
-
+
Contrib NBextensions (🥇24 · ⭐ 5.1K · 💀) - A collection of various notebook extensions for.. ❗Unlicensed -## Jupyter拓展 - -Back to top - -_扩展Jupyter自身功能的应用程序插件。_ - -
Contrib NBextensions (🥇21 · ⭐ 4.9K · 📈) - Jupyter的各种笔记本扩展的集合。❗Unlicensed - -- [GitHub](https://github.com/ipython-contrib/jupyter_contrib_nbextensions) (👨‍💻 130 · 🔀 770 · 📋 770 - 41% open · ⏱️ 17.07.2022): +- [GitHub](https://github.com/ipython-contrib/jupyter_contrib_nbextensions) (👨‍💻 140 · 🔀 780 · 📦 20 · 📋 810 - 42% open · ⏱️ 21.12.2022): ``` git clone https://github.com/ipython-contrib/jupyter_contrib_nbextensions ``` -- [PyPi](https://pypi.org/project/jupyter_contrib_nbextensions) (📥 300K / month): +- [PyPi](https://pypi.org/project/jupyter_contrib_nbextensions) (📥 370K / month): ``` pip install jupyter_contrib_nbextensions ```
-
Resource Usage (🥇21 · ⭐ 330) - Jupyter Notebook Extension,用于监视您自己的资源。BSD-2 +
NBextensions Configurator (🥇24 · ⭐ 960) - A jupyter notebook serverextension providing config.. ❗Unlicensed -- [GitHub](https://github.com/jupyter-server/jupyter-resource-usage) (👨‍💻 24 · 🔀 73 · 📥 73 · 📋 58 - 53% open · ⏱️ 24.08.2022): +- [GitHub](https://github.com/Jupyter-contrib/jupyter_nbextensions_configurator) (👨‍💻 24 · 🔀 120 · 📦 550 · 📋 99 - 64% open · ⏱️ 29.09.2023): ``` - 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 + git clone https://github.com/jupyter-contrib/jupyter_nbextensions_configurator ``` -- [Conda](https://anaconda.org/conda-forge/nbresuse) (📥 500K · ⏱️ 23.11.2020): +- [PyPi](https://pypi.org/project/jupyter_nbextensions_configurator) (📥 450K / month): ``` - conda install -c conda-forge nbresuse + pip install jupyter_nbextensions_configurator ```
-
nbgitpuller (🥇21 · ⭐ 170) - Jupyter服务器扩展,可将git存储库单向同步。BSD-3 +
Resource Usage (🥈23 · ⭐ 430) - Jupyter Notebook Extension for monitoring your own Resource.. BSD-2 -- [GitHub](https://github.com/jupyterhub/nbgitpuller) (👨‍💻 25 · 🔀 61 · 📦 500 · 📋 130 - 39% open · ⏱️ 22.06.2022): +- [GitHub](https://github.com/jupyter-server/jupyter-resource-usage) (👨‍💻 34 · 🔀 97 · 📥 260 · 📦 520 · 📋 87 - 48% open · ⏱️ 09.01.2024): ``` - git clone https://github.com/jupyterhub/nbgitpuller + git clone https://github.com/jupyter-server/jupyter-resource-usage ``` -- [PyPi](https://pypi.org/project/nbgitpuller) (📥 7.7K / month): +- [PyPi](https://pypi.org/project/jupyter-resource-usage) (📥 25K / month): ``` - pip install nbgitpuller + pip install jupyter-resource-usage ``` -- [Conda](https://anaconda.org/conda-forge/nbgitpuller) (📥 40K · ⏱️ 20.03.2022): +- [Conda](https://anaconda.org/conda-forge/nbresuse) (📥 560K · ⏱️ 16.06.2023): ``` - conda install -c conda-forge nbgitpuller + conda install -c conda-forge nbresuse ```
-
Jupyter Themes (🥈20 · ⭐ 9.2K) - Custom Jupyter Notebook Themes. MIT +
Jupyter Themes (🥈22 · ⭐ 9.7K) - Custom Jupyter Notebook Themes. MIT -- [GitHub](https://github.com/dunovank/jupyter-themes) (👨‍💻 43 · 🔀 1K · 📋 390 - 48% open · ⏱️ 03.02.2022): +- [GitHub](https://github.com/dunovank/jupyter-themes) (👨‍💻 43 · 🔀 1.1K · 📦 21 · 📋 400 - 48% open · ⏱️ 18.10.2023): ``` git clone https://github.com/dunovank/jupyter-themes ``` -- [PyPi](https://pypi.org/project/jupyterthemes) (📥 35K / month): +- [PyPi](https://pypi.org/project/jupyterthemes) (📥 32K / month): ``` pip install jupyterthemes ```
-
nbgrader (🥈20 · ⭐ 1.1K) - 用于在Notebook分配(任务/作业)和评分的系统。BSD-3 +
nbgitpuller (🥈21 · ⭐ 200) - Jupyter server extension to sync a git repository one-way to a.. BSD-3 -- [GitHub](https://github.com/jupyter/nbgrader) (👨‍💻 97 · 🔀 290 · 📥 34 · 📋 810 - 24% open · ⏱️ 22.08.2022): +- [GitHub](https://github.com/jupyterhub/nbgitpuller) (👨‍💻 31 · 🔀 75 · 📦 720 · 📋 160 - 43% open · ⏱️ 04.01.2024): ``` - git clone https://github.com/jupyter/nbgrader + git clone https://github.com/jupyterhub/nbgitpuller ``` -- [PyPi](https://pypi.org/project/nbgrader) (📥 3.4K / month): +- [PyPi](https://pypi.org/project/nbgitpuller) (📥 21K / month): ``` - pip install nbgrader + pip install nbgitpuller ``` -- [Conda](https://anaconda.org/conda-forge/nbgrader) (📥 120K · ⏱️ 23.06.2022): +- [Conda](https://anaconda.org/conda-forge/nbgitpuller) (📥 83K · ⏱️ 07.08.2023): ``` - conda install -c conda-forge nbgrader + conda install -c conda-forge nbgitpuller ```
-
Appmode (🥈20 · ⭐ 400 · 💀) - Jupyter扩展,可将笔记本变成Web应用程序。MIT +
Appmode (🥈20 · ⭐ 430 · 💤) - A Jupyter extensions that turns notebooks into web applications. MIT -- [GitHub](https://github.com/oschuett/appmode) (👨‍💻 8 · 🔀 63 · 📦 320 · 📋 53 - 7% open · ⏱️ 26.04.2021): +- [GitHub](https://github.com/oschuett/appmode) (👨‍💻 9 · 🔀 67 · 📦 360 · 📋 58 - 6% open · ⏱️ 18.05.2023): ``` git clone https://github.com/oschuett/appmode ``` -- [PyPi](https://pypi.org/project/appmode) (📥 2.1K / month): +- [PyPi](https://pypi.org/project/appmode) (📥 1.6K / month): ``` pip install appmode ``` -- [Conda](https://anaconda.org/conda-forge/appmode) (📥 170K · ⏱️ 16.11.2021): +- [Conda](https://anaconda.org/conda-forge/appmode) (📥 220K · ⏱️ 16.06.2023): ``` conda install -c conda-forge appmode ```
-
jupyter-server-proxy (🥈20 · ⭐ 250) - Jupyter笔记本服务器扩展到代理Web服务。BSD-3 +
jupyter-server-proxy (🥈20 · ⭐ 320) - Jupyter notebook server extension to proxy web services. BSD-3 -- [GitHub](https://github.com/jupyterhub/jupyter-server-proxy) (👨‍💻 64 · 🔀 110 · 📦 4 · 📋 160 - 39% open · ⏱️ 08.07.2022): +- [GitHub](https://github.com/jupyterhub/jupyter-server-proxy) (👨‍💻 71 · 🔀 130 · 📦 3 · 📋 190 - 33% open · ⏱️ 04.01.2024): ``` git clone https://github.com/jupyterhub/jupyter-server-proxy ``` -- [PyPi](https://pypi.org/project/jupyter-server-proxy) (📥 110K / month): +- [PyPi](https://pypi.org/project/jupyter-server-proxy) (📥 190K / month): ``` pip install jupyter-server-proxy ``` -- [Conda](https://anaconda.org/conda-forge/jupyter-server-proxy) (📥 810K · ⏱️ 25.01.2022): +- [Conda](https://anaconda.org/conda-forge/jupyter-server-proxy) (📥 1.4M · ⏱️ 25.09.2023): ``` conda install -c conda-forge jupyter-server-proxy ```
-
NBextensions Configurator (🥈19 · ⭐ 910 · 📈) - A jupyter notebook serverextension providing config.. ❗Unlicensed +
Rsession Proxy (🥈18 · ⭐ 110 · 💤) - Jupyter extensions for running an RStudio rsession proxy. BSD-3 -- [GitHub](https://github.com/Jupyter-contrib/jupyter_nbextensions_configurator) (👨‍💻 20 · 🔀 110 · 📋 82 - 60% open · ⏱️ 09.07.2022): +- [GitHub](https://github.com/jupyterhub/jupyter-rsession-proxy) (👨‍💻 21 · 🔀 76 · 📦 45 · 📋 79 - 39% open · ⏱️ 23.06.2023): ``` - git clone https://github.com/jupyter-contrib/jupyter_nbextensions_configurator + git clone https://github.com/jupyterhub/jupyter-rsession-proxy ``` -- [PyPi](https://pypi.org/project/jupyter_nbextensions_configurator) (📥 320K / month): +- [PyPi](https://pypi.org/project/jupyter-rsession-proxy) (📥 7.7K / month): ``` - pip install jupyter_nbextensions_configurator + pip install jupyter-rsession-proxy ```
-
gator (🥈18 · ⭐ 220) - Jupyter内部的Conda环境和包管理扩展。BSD-3 +
pyforest (🥉17 · ⭐ 1.1K · 💀) - pyforest - feel the bliss of automated imports. MIT -- [GitHub](https://github.com/mamba-org/gator) (👨‍💻 25 · 🔀 23 · 📥 2 · 📦 1 · 📋 53 - 26% open · ⏱️ 25.07.2022): +- [GitHub](https://github.com/8080labs/pyforest) (👨‍💻 13 · 🔀 200 · 📋 27 - 48% open · ⏱️ 14.06.2021): ``` - git clone https://github.com/mamba-org/gator - ``` -- [Conda](https://anaconda.org/conda-forge/mamba_gator) (📥 18K · ⏱️ 26.07.2022): - ``` - conda install -c conda-forge mamba_gator + git clone https://github.com/8080labs/pyforest ``` -- [NPM](https://www.npmjs.com/package/@mamba-org/gator-lab) (📥 140 / month): +- [PyPi](https://pypi.org/project/pyforest) (📥 3.4K / month): ``` - npm install @mamba-org/gator-lab + pip install pyforest ```
-
pyforest (🥉17 · ⭐ 980 · 💀) - pyforest-自动化导入工具。MIT +
gator (🥉17 · ⭐ 250) - Conda environment and package management extension from within Jupyter. BSD-3 -- [GitHub](https://github.com/8080labs/pyforest) (👨‍💻 13 · 🔀 180 · 📋 23 - 39% open · ⏱️ 14.06.2021): +- [GitHub](https://github.com/mamba-org/gator) (👨‍💻 26 · 🔀 26 · 📥 2 · 📦 5 · 📋 56 - 23% open · ⏱️ 26.10.2023): ``` - git clone https://github.com/8080labs/pyforest + git clone https://github.com/mamba-org/gator + ``` +- [Conda](https://anaconda.org/conda-forge/mamba_gator) (📥 39K · ⏱️ 16.06.2023): + ``` + conda install -c conda-forge mamba_gator ``` -- [PyPi](https://pypi.org/project/pyforest) (📥 6.9K / month): +- [NPM](https://www.npmjs.com/package/@mamba-org/gator-lab) (📥 40 / month): ``` - pip install pyforest + npm install @mamba-org/gator-lab ```
-
Spark Monitor (🥉17 · ⭐ 170) - 从Jupyter Notebook监控Apache Spark。Apache-2 +
Spark Monitor (🥉17 · ⭐ 170 · 💀) - Monitor Apache Spark from Jupyter Notebook. Apache-2 -- [GitHub](https://github.com/krishnan-r/sparkmonitor) (👨‍💻 3 · 🔀 50 · 📥 2.4K · 📋 22 - 68% open · ⏱️ 16.05.2022): +- [GitHub](https://github.com/krishnan-r/sparkmonitor) (👨‍💻 3 · 🔀 49 · 📥 2.5K · 📋 22 - 68% open · ⏱️ 16.05.2022): ``` git clone https://github.com/krishnan-r/sparkmonitor ``` -- [PyPi](https://pypi.org/project/sparkmonitor) (📥 1.4K / month): +- [PyPi](https://pypi.org/project/sparkmonitor) (📥 1.3K / month): ``` pip install sparkmonitor ``` -- [Docker Hub](https://hub.docker.com/r/krishnanr/sparkmonitor) (📥 920 · ⏱️ 04.10.2019): +- [Docker Hub](https://hub.docker.com/r/krishnanr/sparkmonitor) (📥 960 · ⏱️ 04.10.2019): ``` docker pull krishnanr/sparkmonitor ```
-
Rsession Proxy (🥉17 · ⭐ 94) - 用于运行RStudio rsession代理的Jupyter扩展。BSD-3 +
nb_conda (🥉17 · ⭐ 140 · 💀) - Conda environment and package access extension from within Jupyter. BSD-3 -- [GitHub](https://github.com/jupyterhub/jupyter-rsession-proxy) (👨‍💻 20 · 🔀 68 · 📦 41 · 📋 71 - 36% open · ⏱️ 16.06.2022): +- [GitHub](https://github.com/Anaconda-Platform/nb_conda) (👨‍💻 14 · 🔀 30 · 📋 63 - 55% open · ⏱️ 11.09.2020): ``` - git clone https://github.com/jupyterhub/jupyter-rsession-proxy + git clone https://github.com/Anaconda-Platform/nb_conda ``` -- [PyPi](https://pypi.org/project/jupyter-rsession-proxy) (📥 2.6K / month): +- [Conda](https://anaconda.org/conda-forge/nb_conda) (📥 610K · ⏱️ 09.01.2024): ``` - pip install jupyter-rsession-proxy + conda install -c conda-forge nb_conda ```
-
nb_conda (🥉16 · ⭐ 130 · 💀) - Jupyter内部的Conda环境和包管理扩展。BSD-3 +
nbzip (🥉17 · ⭐ 84 · 💀) - Zips and downloads all the contents of a jupyter notebook. Apache-2 -- [GitHub](https://github.com/Anaconda-Platform/nb_conda) (👨‍💻 14 · 🔀 29 · 📋 63 - 55% open · ⏱️ 11.09.2020): +- [GitHub](https://github.com/data-8/nbzip) (👨‍💻 6 · 🔀 18 · 📦 380 · 📋 14 - 64% open · ⏱️ 22.11.2019): ``` - git clone https://github.com/Anaconda-Platform/nb_conda + git clone https://github.com/data-8/nbzip ``` -- [Conda](https://anaconda.org/conda-forge/nb_conda) (📥 390K · ⏱️ 05.06.2022): +- [PyPi](https://pypi.org/project/nbzip) (📥 13K / month): ``` - conda install -c conda-forge nb_conda + pip install nbzip ```
-
jupyter-archive (🥉16 · ⭐ 56) - Jupyter / Jupyterlab扩展,用于制作,下载和提取。BSD-3 +
jupyter-archive (🥉17 · ⭐ 68) - A Jupyter/Jupyterlab extension to make, download and extract.. BSD-3 -- [GitHub](https://github.com/jupyterlab-contrib/jupyter-archive) (👨‍💻 9 · 🔀 10 · 📥 3.3K · 📋 33 - 3% open · ⏱️ 20.07.2022): +- [GitHub](https://github.com/jupyterlab-contrib/jupyter-archive) (👨‍💻 10 · 🔀 13 · 📥 3.3K · 📦 120 · 📋 38 - 5% open · ⏱️ 26.10.2023): ``` git clone https://github.com/jupyterlab-contrib/jupyter-archive ``` -- [Conda](https://anaconda.org/conda-forge/jupyter-archive) (📥 27K · ⏱️ 08.04.2022): +- [Conda](https://anaconda.org/conda-forge/jupyter-archive) (📥 59K · ⏱️ 16.08.2023): ``` conda install -c conda-forge jupyter-archive ```
-
jupyter-tensorboard (🥉15 · ⭐ 460 · 💀) - 在Jupyter Notebook中启动Tensorboard。MIT +
Content Management (🥉16 · ⭐ 77 · 💀) - Jupyter Content Management Extensions. BSD-3 -- [GitHub](https://github.com/lspvic/jupyter_tensorboard) (👨‍💻 4 · 🔀 70 · 📋 69 - 57% open · ⏱️ 16.02.2020): +- [GitHub](https://github.com/jupyter-incubator/contentmanagement) (👨‍💻 8 · 🔀 26 · 📦 15 · 📋 27 - 25% open · ⏱️ 11.06.2018): ``` - git clone https://github.com/lspvic/jupyter_tensorboard + git clone https://github.com/jupyter-incubator/contentmanagement ``` -- [PyPi](https://pypi.org/project/jupyter-tensorboard) (📥 2.5K / month): +- [PyPi](https://pypi.org/project/jupyter_cms) (📥 270 / month): ``` - pip install jupyter-tensorboard + pip install jupyter_cms + ``` +- [Conda](https://anaconda.org/conda-forge/jupyter_cms) (📥 95K · ⏱️ 06.10.2023): + ``` + conda install -c conda-forge jupyter_cms ```
-
HTTP-over-WebSocket (🥉15 · ⭐ 230 · 💤) - Jupyter对ws-over-ws的支持。Apache-2 +
HTTP-over-WebSocket (🥉15 · ⭐ 260 · 💀) - Jupyter support for HTTP-over-ws. Apache-2 -- [GitHub](https://github.com/googlecolab/jupyter_http_over_ws) (👨‍💻 3 · 🔀 38 · 📋 29 - 72% open · ⏱️ 30.08.2021): +- [GitHub](https://github.com/googlecolab/jupyter_http_over_ws) (👨‍💻 3 · 🔀 51 · 📋 30 - 70% open · ⏱️ 30.08.2021): ``` git clone https://github.com/googlecolab/jupyter_http_over_ws ``` -- [PyPi](https://pypi.org/project/jupyter_http_over_ws) (📥 52K / month): +- [PyPi](https://pypi.org/project/jupyter_http_over_ws) (📥 48K / month): ``` pip install jupyter_http_over_ws ```
-
Jupyter Spark (🥉15 · ⭐ 190 · 💀) - 利用pandas DataFrames的Jupyter Notebook扩展。MPL-2.0 +
Jupyter Spark (🥉15 · ⭐ 190 · 💀) - Jupyter Notebook extension for Apache Spark integration. MPL-2.0 -- [GitHub](https://github.com/mozilla/jupyter-spark) (👨‍💻 12 · 🔀 29 · 📦 16 · 📋 27 - 48% open · ⏱️ 01.12.2020): +- [GitHub](https://github.com/mozilla/jupyter-spark) (👨‍💻 12 · 🔀 30 · 📦 19 · 📋 27 - 48% open · ⏱️ 01.12.2020): ``` git clone https://github.com/mozilla/jupyter-spark ``` -- [PyPi](https://pypi.org/project/jupyter-spark) (📥 560 / month): +- [PyPi](https://pypi.org/project/jupyter-spark) (📥 540 / month): ``` pip install jupyter-spark ```
-
nbzip (🥉15 · ⭐ 80 · 💀) - 压缩并下载jupyter笔记本的所有内容。Apache-2 +
jupyter-tensorboard (🥉14 · ⭐ 460 · 💀) - Start Tensorboard in Jupyter Notebook. MIT -- [GitHub](https://github.com/data-8/nbzip) (👨‍💻 6 · 🔀 15 · 📦 290 · 📋 14 - 64% open · ⏱️ 22.11.2019): +- [GitHub](https://github.com/lspvic/jupyter_tensorboard) (👨‍💻 4 · 🔀 70 · 📋 69 - 57% open · ⏱️ 16.02.2020): ``` - git clone https://github.com/data-8/nbzip + git clone https://github.com/lspvic/jupyter_tensorboard ``` -- [PyPi](https://pypi.org/project/nbzip) (📥 720 / month): +- [PyPi](https://pypi.org/project/jupyter-tensorboard) (📥 1.3K / month): ``` - pip install nbzip + pip install jupyter-tensorboard ```
-
Content Management (🥉14 · ⭐ 76 · 💀) - Jupyter内容管理扩展。BSD-3 +
jupyter-nbrequirements (🥉11 · ⭐ 17 · 💤) - Dependency management and optimization in Jupyter.. MIT -- [GitHub](https://github.com/jupyter-incubator/contentmanagement) (👨‍💻 8 · 🔀 25 · 📋 27 - 25% open · ⏱️ 11.06.2018): +- [GitHub](https://github.com/thoth-station/jupyter-nbrequirements) (👨‍💻 13 · 🔀 6 · 📋 33 - 3% open · ⏱️ 29.05.2023): ``` - git clone https://github.com/jupyter-incubator/contentmanagement - ``` -- [PyPi](https://pypi.org/project/jupyter_cms) (📥 150 / month): - ``` - pip install jupyter_cms - ``` -- [Conda](https://anaconda.org/conda-forge/jupyter_cms) (📥 77K · ⏱️ 17.11.2021): - ``` - conda install -c conda-forge jupyter_cms + git clone https://github.com/thoth-station/jupyter-nbrequirements ```
-
jupyter-nbrequirements (🥉12 · ⭐ 14 · 💤) - Jupyter中的依赖关系管理和优化。MIT +
Jupyter Black (🥉9 · ⭐ 440 · 💀) - Black formatter for Jupyter Notebook. BSD-3 -- [GitHub](https://github.com/thoth-station/jupyter-nbrequirements) (👨‍💻 12 · 🔀 4 · ⏱️ 21.10.2021): +- [GitHub](https://github.com/drillan/jupyter-black) (👨‍💻 2 · 🔀 23 · 📋 25 - 44% open · ⏱️ 01.02.2020): ``` - git clone https://github.com/thoth-station/jupyter-nbrequirements + git clone https://github.com/drillan/jupyter-black ```
-
PPExtensions (🥉9 · ⭐ 48 · 💀) - 一组iPython和Jupyter扩展。❗Unlicensed +
PPExtensions (🥉9 · ⭐ 50 · 💀) - Set of iPython and Jupyter extensions to improve user.. ❗Unlicensed -- [GitHub](https://github.com/paypal/PPExtensions) (👨‍💻 9 · 🔀 27 · 📦 1 · 📋 38 - 42% open · ⏱️ 07.12.2018): +- [GitHub](https://github.com/paypal/PPExtensions) (👨‍💻 9 · 🔀 28 · 📦 1 · 📋 38 - 42% open · ⏱️ 07.12.2018): ``` git clone https://github.com/paypal/PPExtensions ``` -- [PyPi](https://pypi.org/project/ppextensions) (📥 55 / month): +- [PyPi](https://pypi.org/project/ppextensions) (📥 40 / month): ``` pip install ppextensions ```
-
Jupyter Black (🥉8 · ⭐ 400 · 💀) - Jupyter Notebook的黑色格式化程序。BSD-3 - -- [GitHub](https://github.com/drillan/jupyter-black) (👨‍💻 2 · 🔀 20 · 📋 21 - 42% open · ⏱️ 01.02.2020): - - ``` - git clone https://github.com/drillan/jupyter-black - ``` -
-
jupyterterminals (🥉7 · ⭐ 8 · 💀) - Jupyter插件可支持嵌入式终端外壳。MIT +
jupyterterminals (🥉7 · ⭐ 9 · 💤) - Jupyter plugin to support inline terminal shells along with.. MIT -- [GitHub](https://github.com/willkessler/jupyterterminals) (👨‍💻 2 · 🔀 2 · 📦 1 · ⏱️ 17.05.2021): +- [GitHub](https://github.com/willkessler/jupyterterminals) (👨‍💻 2 · 🔀 3 · 📦 2 · ⏱️ 05.01.2023): ``` git clone https://github.com/willkessler/jupyterterminals @@ -1252,571 +1252,571 @@ _扩展Jupyter自身功能的应用程序插件。_

-## Jupyter-magic拓展 +## Jupyter Magic -Back to top +Back to top -_提供magic命令以访问笔记本中方便功能的扩展。_ +_Extensions that provide magic commands to access convenient functionality within a notebook._ -
ipython-sql (🥇27 · ⭐ 1.6K) - %%sql magic for IPython, hopefully evolving into full SQL client. MIT +
ipython-sql (🥇28 · ⭐ 1.7K · 💤) - %%sql magic for IPython, hopefully evolving into full SQL client. MIT -- [GitHub](https://github.com/catherinedevlin/ipython-sql) (👨‍💻 53 · 🔀 250 · 📦 3.4K · 📋 140 - 71% open · ⏱️ 12.06.2022): +- [GitHub](https://github.com/catherinedevlin/ipython-sql) (👨‍💻 55 · 🔀 270 · 📦 5.8K · 📋 150 - 71% open · ⏱️ 21.04.2023): ``` git clone https://github.com/catherinedevlin/ipython-sql ``` -- [PyPi](https://pypi.org/project/ipython-sql) (📥 110K / month): +- [PyPi](https://pypi.org/project/ipython-sql) (📥 120K / month): ``` pip install ipython-sql ``` -- [Conda](https://anaconda.org/conda-forge/ipython-sql) (📥 160K · ⏱️ 13.11.2021): +- [Conda](https://anaconda.org/conda-forge/ipython-sql) (📥 250K · ⏱️ 16.06.2023): ``` conda install -c conda-forge ipython-sql ```
-
sparkmagic (🥇26 · ⭐ 1.2K) - Jupyter魔术和内核,可用于远程Spark集群。❗Unlicensed +
sparkmagic (🥇26 · ⭐ 1.3K) - Jupyter magics and kernels for working with remote Spark.. ❗Unlicensed -- [GitHub](https://github.com/jupyter-incubator/sparkmagic) (👨‍💻 57 · 🔀 380 · 📦 250 · 📋 400 - 32% open · ⏱️ 02.05.2022): +- [GitHub](https://github.com/jupyter-incubator/sparkmagic) (👨‍💻 64 · 🔀 410 · 📦 330 · 📋 430 - 30% open · ⏱️ 01.01.2024): ``` git clone https://github.com/jupyter-incubator/sparkmagic ``` -- [PyPi](https://pypi.org/project/sparkmagic) (📥 36K / month): +- [PyPi](https://pypi.org/project/sparkmagic) (📥 24K / month): ``` pip install sparkmagic ``` -- [Conda](https://anaconda.org/conda-forge/sparkmagic) (📥 51K · ⏱️ 09.05.2022): +- [Conda](https://anaconda.org/conda-forge/sparkmagic) (📥 110K · ⏱️ 23.09.2023): ``` conda install -c conda-forge sparkmagic ```
-
watermark (🥈23 · ⭐ 710) - 一个IPython魔术扩展,用于打印日期和时间戳版本。BSD-3 +
watermark (🥈22 · ⭐ 850) - An IPython magic extension for printing date and time stamps, version.. BSD-3 -- [GitHub](https://github.com/rasbt/watermark) (👨‍💻 19 · 🔀 81 · 📦 1.6K · 📋 44 - 36% open · ⏱️ 27.05.2022): +- [GitHub](https://github.com/rasbt/watermark) (👨‍💻 19 · 🔀 88 · 📦 2.2K · 📋 46 - 39% open · ⏱️ 02.07.2023): ``` git clone https://github.com/rasbt/watermark ``` -- [PyPi](https://pypi.org/project/watermark) (📥 28K / month): +- [PyPi](https://pypi.org/project/watermark) (📥 22K / month): ``` pip install watermark ``` -- [Conda](https://anaconda.org/conda-forge/watermark) (📥 220K · ⏱️ 30.05.2022): +- [Conda](https://anaconda.org/conda-forge/watermark) (📥 280K · ⏱️ 02.07.2023): ``` conda install -c conda-forge watermark ```
-
heat (🥈16 · ⭐ 990 · 💤) - IPython魔术命令:格式化单元格中的python代码。MIT +
blackcellmagic (🥈16 · ⭐ 300 · 💀) - IPython magic command to format python code in cell using.. MIT + +- [GitHub](https://github.com/csurfer/blackcellmagic) (👨‍💻 3 · 🔀 13 · 📦 230 · 📋 10 - 50% open · ⏱️ 18.09.2021): + + ``` + git clone https://github.com/csurfer/blackcellmagic + ``` +- [PyPi](https://pypi.org/project/blackcellmagic) (📥 1.2K / month): + ``` + pip install blackcellmagic + ``` +
+
heat (🥈15 · ⭐ 1K · 💀) - IPython magic command to profile and view your python code as a heat map. MIT -- [GitHub](https://github.com/csurfer/pyheatmagic) (👨‍💻 3 · 🔀 22 · 📦 29 · 📋 5 - 40% open · ⏱️ 10.09.2021): +- [GitHub](https://github.com/csurfer/pyheatmagic) (👨‍💻 3 · 🔀 22 · 📦 42 · 📋 5 - 40% open · ⏱️ 10.09.2021): ``` git clone https://github.com/csurfer/pyheatmagic ``` -- [PyPi](https://pypi.org/project/py-heat-magic) (📥 1.2K / month): +- [PyPi](https://pypi.org/project/py-heat-magic) (📥 490 / month): ``` pip install py-heat-magic ```
-
jupyter-notify (🥈16 · ⭐ 560 · 💀) - A Jupyter Notebook magic for browser notifications of cell.. BSD-3 +
jupyter-notify (🥉14 · ⭐ 580 · 💀) - A Jupyter Notebook magic for browser notifications of cell.. BSD-3 -- [GitHub](https://github.com/ShopRunner/jupyter-notify) (👨‍💻 11 · 🔀 34 · 📋 23 - 47% open · ⏱️ 27.04.2021): +- [GitHub](https://github.com/ShopRunner/jupyter-notify) (👨‍💻 11 · 🔀 38 · 📋 25 - 52% open · ⏱️ 27.04.2021): ``` git clone https://github.com/ShopRunner/jupyter-notify ``` -- [PyPi](https://pypi.org/project/jupyternotify) (📥 2.3K / month): +- [PyPi](https://pypi.org/project/jupyternotify) (📥 850 / month): ``` pip install jupyternotify ```
-
blackcellmagic (🥉15 · ⭐ 300 · 💤) - IPython魔术命令:格式化单元格中的python代码。MIT +
pick (🥉13 · ⭐ 32 · 💀) - Customize your kernels on Launch!. BSD-3 -- [GitHub](https://github.com/csurfer/blackcellmagic) (👨‍💻 3 · 🔀 12 · 📦 160 · 📋 9 - 44% open · ⏱️ 18.09.2021): +- [GitHub](https://github.com/nteract/pick) (👨‍💻 5 · 🔀 7 · 📋 9 - 44% open · ⏱️ 04.11.2020): ``` - git clone https://github.com/csurfer/blackcellmagic + git clone https://github.com/nteract/pick ``` -- [PyPi](https://pypi.org/project/blackcellmagic) (📥 2.9K / month): +- [PyPi](https://pypi.org/project/pick) (📥 72K / month): ``` - pip install blackcellmagic + pip install pick ```
-
py_d3 (🥉12 · ⭐ 440) - D3 block magic for Jupyter notebook. MIT +
py_d3 (🥉12 · ⭐ 450 · 💀) - D3 block magic for Jupyter notebook. MIT -- [GitHub](https://github.com/ResidentMario/py_d3) (👨‍💻 4 · 🔀 39 · 📋 16 - 6% open · ⏱️ 20.02.2022): +- [GitHub](https://github.com/ResidentMario/py_d3) (👨‍💻 4 · 🔀 40 · 📋 16 - 6% open · ⏱️ 20.02.2022): ``` git clone https://github.com/ResidentMario/py_d3 ``` -- [PyPi](https://pypi.org/project/py_d3) (📥 97 / month): +- [PyPi](https://pypi.org/project/py_d3) (📥 37 / month): ``` pip install py_d3 ```
-
SQLCell (🥉12 · ⭐ 150 · 💀) - SQLCell:Jupyter Notebook的魔术函数。MIT +
jupyter-manim (🥉11 · ⭐ 190 · 💀) - manim cell magic for IPython/Jupyter to show the output video. MIT + +- [GitHub](https://github.com/krassowski/jupyter-manim) (👨‍💻 5 · 🔀 11 · 📋 25 - 24% open · ⏱️ 02.01.2022): + + ``` + git clone https://github.com/krassowski/jupyter-manim + ``` +
+
SQLCell (🥉11 · ⭐ 150 · 💀) - SQLCell is a magic function for the Jupyter Notebook that executes.. MIT - [GitHub](https://github.com/tmthyjames/SQLCell) (👨‍💻 14 · 🔀 10 · 📦 1 · 📋 84 - 71% open · ⏱️ 06.10.2020): ``` git clone https://github.com/tmthyjames/SQLCell ``` -- [PyPi](https://pypi.org/project/sqlcell) (📥 12 / month): +- [PyPi](https://pypi.org/project/sqlcell) (📥 22 / month): ``` pip install sqlcell ```
-
pick (🥉12 · ⭐ 31 · 💀) - 在启动时自定义您的内核。BSD-3 +
-- [GitHub](https://github.com/nteract/pick) (👨‍💻 5 · 🔀 7 · 📋 9 - 44% open · ⏱️ 04.11.2020): +## Jupyter Kernels + +Back to top + +_Jupyter kernels that run and introspect the user's code in a given language._ + +
IPython Kernel (🥇32 · ⭐ 600 · 📈) - IPython Kernel for Jupyter. BSD-3 + +- [GitHub](https://github.com/ipython/ipykernel) (👨‍💻 180 · 🔀 340 · 📥 2.1K · 📦 330K · 📋 480 - 50% open · ⏱️ 16.01.2024): ``` - git clone https://github.com/nteract/pick + git clone https://github.com/ipython/ipykernel ``` -- [PyPi](https://pypi.org/project/pick) (📥 49K / month): +- [PyPi](https://pypi.org/project/ipykernel) (📥 17M / month): ``` - pip install pick + pip install ipykernel + ``` +- [Conda](https://anaconda.org/anaconda/ipykernel) (📥 850K · ⏱️ 22.01.2024): + ``` + conda install -c anaconda ipykernel ```
-
jupyter-manim (🥉11 · ⭐ 180 · 💤) - manim单元魔术,用于IPython / Jupyter显示输出视频。MIT +
Bash Kernel (🥇23 · ⭐ 670 · 📈) - A bash kernel for IPython. BSD-3 -- [GitHub](https://github.com/krassowski/jupyter-manim) (👨‍💻 5 · 🔀 11 · 📋 25 - 24% open · ⏱️ 02.01.2022): +- [GitHub](https://github.com/takluyver/bash_kernel) (👨‍💻 20 · 🔀 120 · 📦 200 · 📋 100 - 34% open · ⏱️ 24.11.2023): ``` - git clone https://github.com/krassowski/jupyter-manim + git clone https://github.com/takluyver/bash_kernel + ``` +- [PyPi](https://pypi.org/project/bash_kernel) (📥 34K / month): + ``` + pip install bash_kernel ```
-
- -## Jupyter内核 - -Back to top - -_Jupyter内核以给定的语言运行和内省用户的代码。_ +
Metakernel (🥇23 · ⭐ 330) - Jupyter/IPython Kernel Tools. BSD-3 -
gophernotes (🥇22 · ⭐ 3.4K) - 适用于Jupyter笔记本电脑和nteract的Go内核。MIT - -- [GitHub](https://github.com/gopherdata/gophernotes) (👨‍💻 29 · 🔀 220 · 📥 40 · 📦 8 · 📋 170 - 28% open · ⏱️ 08.07.2022): +- [GitHub](https://github.com/Calysto/metakernel) (👨‍💻 33 · 🔀 84 · 📥 160 · 📦 840 · 📋 140 - 20% open · ⏱️ 05.11.2023): ``` - git clone https://github.com/gopherdata/gophernotes + git clone https://github.com/Calysto/metakernel ``` -- [Docker Hub](https://hub.docker.com/r/gopherdata/gophernotes) (📥 86K · ⭐ 7 · ⏱️ 22.12.2018): +- [PyPi](https://pypi.org/project/metakernel) (📥 24K / month): ``` - docker pull gopherdata/gophernotes + pip install metakernel + ``` +- [Conda](https://anaconda.org/conda-forge/metakernel) (📥 760K · ⏱️ 11.09.2023): + ``` + conda install -c conda-forge metakernel ```
-
IPython Kernel (🥇22 · ⭐ 500 · 📉) - IPython Kernel for Jupyter. ❗Unlicensed +
gophernotes (🥇22 · ⭐ 3.7K) - The Go kernel for Jupyter notebooks and nteract. MIT -- [GitHub](https://github.com/ipython/ipykernel) (👨‍💻 160 · 🔀 300 · 📥 520 · 📋 420 - 51% open · ⏱️ 22.08.2022): +- [GitHub](https://github.com/gopherdata/gophernotes) (👨‍💻 29 · 🔀 240 · 📥 44 · 📦 15 · 📋 180 - 28% open · ⏱️ 03.11.2023): ``` - git clone https://github.com/ipython/ipykernel - ``` -- [PyPi](https://pypi.org/project/ipykernel) (📥 10M / month): - ``` - pip install ipykernel + git clone https://github.com/gopherdata/gophernotes ``` -- [Conda](https://anaconda.org/anaconda/ipykernel) (📥 380K · ⏱️ 02.05.2022): +- [Docker Hub](https://hub.docker.com/r/gopherdata/gophernotes) (📥 87K · ⭐ 7 · ⏱️ 22.12.2018): ``` - conda install -c anaconda ipykernel + docker pull gopherdata/gophernotes ```
-
IRkernel (🥇21 · ⭐ 1.6K) - Jupyter的R内核。MIT +
IRkernel (🥇22 · ⭐ 1.7K · 💤) - R kernel for Jupyter. MIT -- [GitHub](https://github.com/IRkernel/IRkernel) (👨‍💻 41 · 🔀 290 · 📋 570 - 9% open · ⏱️ 24.06.2022): +- [GitHub](https://github.com/IRkernel/IRkernel) (👨‍💻 43 · 🔀 280 · 📋 580 - 10% open · ⏱️ 06.03.2023): ``` git clone https://github.com/IRkernel/IRkernel ``` -- [Conda](https://anaconda.org/r/r-irkernel) (📥 82K · ⏱️ 31.05.2022): +- [Conda](https://anaconda.org/r/r-irkernel) (📥 150K · ⏱️ 16.01.2024): ``` conda install -c r r-irkernel ``` -- [Docker Hub](https://hub.docker.com/r/jupyter/r-notebook) (📥 1.3M · ⭐ 44 · ⏱️ 23.08.2022): +- [Docker Hub](https://hub.docker.com/r/jupyter/r-notebook) (📥 1.8M · ⭐ 57 · ⏱️ 20.10.2023): ``` docker pull jupyter/r-notebook ```
-
Octave Kernel (🥇20 · ⭐ 410) - 用于IPython的Octave内核。BSD-3 +
IJavascript (🥈20 · ⭐ 2.1K · 💀) - IJavascript is a javascript kernel for the Jupyter.. ❗Unlicensed -- [GitHub](https://github.com/Calysto/octave_kernel) (👨‍💻 18 · 🔀 60 · 📥 50 · 📋 170 - 16% open · ⏱️ 21.08.2022): +- [GitHub](https://github.com/n-riesco/ijavascript) (👨‍💻 17 · 🔀 150 · 📦 84 · 📋 240 - 21% open · ⏱️ 28.12.2022): ``` - git clone https://github.com/calysto/octave_kernel + git clone https://github.com/n-riesco/ijavascript ``` -- [PyPi](https://pypi.org/project/octave_kernel) (📥 13K / month): +- [NPM](https://www.npmjs.com/package/ijavascript) (📥 1.9K / month): ``` - pip install octave_kernel + npm install ijavascript ```
-
Metakernel (🥇20 · ⭐ 290) - Jupyter/IPython内核工具。BSD-3 +
IRuby (🥈20 · ⭐ 820) - Official gem repository: Ruby kernel for Jupyter/IPython Notebook. MIT -- [GitHub](https://github.com/Calysto/metakernel) (👨‍💻 31 · 🔀 78 · 📥 42 · 📋 140 - 19% open · ⏱️ 09.08.2022): +- [GitHub](https://github.com/SciRuby/iruby) (👨‍💻 47 · 🔀 22 · 📥 15 · 📦 220 · 📋 190 - 23% open · ⏱️ 14.01.2024): ``` - git clone https://github.com/Calysto/metakernel + git clone https://github.com/SciRuby/iruby ``` -- [PyPi](https://pypi.org/project/metakernel) (📥 71K / month): +- [Docker Hub](https://hub.docker.com/r/rubydata/datascience-notebook) (📥 2.1K · ⭐ 5 · ⏱️ 03.02.2023): ``` - pip install metakernel + docker pull rubydata/datascience-notebook ``` -- [Conda](https://anaconda.org/conda-forge/metakernel) (📥 600K · ⏱️ 09.08.2022): +
+
nb_conda_kernels (🥈19 · ⭐ 550) - Package for managing conda environment-based kernels inside.. BSD-3 + +- [GitHub](https://github.com/Anaconda-Platform/nb_conda_kernels) (👨‍💻 16 · 🔀 66 · 📋 140 - 30% open · ⏱️ 12.12.2023): + ``` - conda install -c conda-forge metakernel + git clone https://github.com/Anaconda-Platform/nb_conda_kernels + ``` +- [Conda](https://anaconda.org/conda-forge/nb_conda_kernels) (📥 1.3M · ⏱️ 14.11.2023): + ``` + conda install -c conda-forge nb_conda_kernels ```
-
IJulia.jl (🥈19 · ⭐ 2.5K) - Jupyter的Julia内核。MIT +
OCaml Kernel (🥈19 · ⭐ 270) - An OCaml kernel for Jupyter (IPython) notebook. MIT -- [GitHub](https://github.com/JuliaLang/IJulia.jl) (👨‍💻 100 · 🔀 380 · 📋 790 - 12% open · ⏱️ 23.06.2022): +- [GitHub](https://github.com/akabe/ocaml-jupyter) (👨‍💻 23 · 🔀 38 · 📥 110K · 📋 79 - 8% open · ⏱️ 11.08.2023): ``` - git clone https://github.com/JuliaLang/IJulia.jl + git clone https://github.com/akabe/ocaml-jupyter ```
-
xeus-cling (🥈19 · ⭐ 2.3K · 💤) - 适用于C++编程语言的Jupyter内核。BSD-3 +
Spylon Kernel (🥈19 · ⭐ 180 · 💀) - Jupyter kernel for scala and spark. ❗Unlicensed -- [GitHub](https://github.com/jupyter-xeus/xeus-cling) (👨‍💻 20 · 🔀 240 · 📋 250 - 53% open · ⏱️ 17.01.2022): +- [GitHub](https://github.com/vericast/spylon-kernel) (👨‍💻 6 · 🔀 33 · 📦 150 · 📋 42 - 52% open · ⏱️ 20.09.2018): ``` - git clone https://github.com/jupyter-xeus/xeus-cling + git clone https://github.com/Valassis-Digital-Media/spylon-kernel ``` -- [Conda](https://anaconda.org/conda-forge/xeus-cling) (📥 160K · ⏱️ 08.03.2022): +- [PyPi](https://pypi.org/project/spylon-kernel) (📥 2.5K / month): ``` - conda install -c conda-forge xeus-cling + pip install spylon-kernel + ``` +- [Conda](https://anaconda.org/conda-forge/spylon-kernel) (📥 130K · ⏱️ 16.06.2023): + ``` + conda install -c conda-forge spylon-kernel ```
-
IJavascript (🥈19 · ⭐ 1.9K · 💤) - Jupyter笔记本的JavaScript内核。❗Unlicensed +
xeus-cling (🥈18 · ⭐ 2.9K) - Jupyter kernel for the C++ programming language. BSD-3 -- [GitHub](https://github.com/n-riesco/ijavascript) (👨‍💻 15 · 🔀 150 · 📦 63 · 📋 230 - 23% open · ⏱️ 24.01.2022): +- [GitHub](https://github.com/jupyter-xeus/xeus-cling) (👨‍💻 26 · 🔀 280 · 📋 290 - 57% open · ⏱️ 05.08.2023): ``` - git clone https://github.com/n-riesco/ijavascript + git clone https://github.com/jupyter-xeus/xeus-cling ``` -- [NPM](https://www.npmjs.com/package/ijavascript) (📥 2.4K / month): +- [Conda](https://anaconda.org/conda-forge/xeus-cling) (📥 230K · ⏱️ 11.11.2023): ``` - npm install ijavascript + conda install -c conda-forge xeus-cling ```
-
almond (🥈19 · ⭐ 1.5K) - Jupyter的Scala内核。BSD-3 +
almond (🥈18 · ⭐ 1.6K) - A Scala kernel for Jupyter. BSD-3 -- [GitHub](https://github.com/almond-sh/almond) (👨‍💻 36 · 🔀 220 · 📥 1.3K · 📋 300 - 32% open · ⏱️ 24.08.2022): +- [GitHub](https://github.com/almond-sh/almond) (👨‍💻 40 · 🔀 230 · 📥 2.3K · 📋 320 - 35% open · ⏱️ 07.12.2023): ``` git clone https://github.com/almond-sh/almond ``` -- [Docker Hub](https://hub.docker.com/r/almondsh/almond) (📥 15K · ⭐ 6 · ⏱️ 16.08.2022): +- [Docker Hub](https://hub.docker.com/r/almondsh/almond) (📥 19K · ⭐ 6 · ⏱️ 19.10.2023): ``` docker pull almondsh/almond ```
-
Apache Toree (🥈19 · ⭐ 700) - 适用于Apache Spark的Jupyter内核。Apache-2 +
Apache Toree (🥈18 · ⭐ 730) - Jupyter kernel for Apache Spark. Apache-2 -- [GitHub](https://github.com/apache/incubator-toree) (👨‍💻 100 · 🔀 210 · ⏱️ 15.03.2022): +- [GitHub](https://github.com/apache/incubator-toree) (👨‍💻 110 · 🔀 220 · ⏱️ 01.10.2023): ``` git clone https://github.com/apache/incubator-toree ``` -- [PyPi](https://pypi.org/project/toree) (📥 13K / month): +- [PyPi](https://pypi.org/project/toree) (📥 7.9K / month): ``` pip install toree ```
-
IHaskell (🥈18 · ⭐ 2.4K) - 用于IPython的Haskell内核。MIT +
Octave Kernel (🥈18 · ⭐ 440 · 💀) - An Octave kernel for IPython. BSD-3 -- [GitHub](https://github.com/IHaskell/IHaskell) (👨‍💻 110 · 🔀 240 · 📦 4 · 📋 740 - 4% open · ⏱️ 22.07.2022): +- [GitHub](https://github.com/Calysto/octave_kernel) (👨‍💻 20 · 🔀 64 · 📥 150 · 📦 66 · 📋 180 - 18% open · ⏱️ 18.12.2022): ``` - git clone https://github.com/gibiansky/IHaskell + git clone https://github.com/calysto/octave_kernel ``` -- [NPM](https://www.npmjs.com/package/ihaskell_jupyterlab) (📥 13 / month): +- [PyPi](https://pypi.org/project/octave_kernel) (📥 5.7K / month): ``` - npm install ihaskell_jupyterlab + pip install octave_kernel ```
-
IRuby (🥈18 · ⭐ 720) - 官方gem仓库:Jupyter/IPython Notebook的Ruby内核。MIT +
IJulia.jl (🥈17 · ⭐ 2.7K · 💤) - Julia kernel for Jupyter. MIT -- [GitHub](https://github.com/SciRuby/iruby) (👨‍💻 44 · 🔀 18 · 📥 15 · 📦 160 · 📋 190 - 24% open · ⏱️ 05.07.2022): +- [GitHub](https://github.com/JuliaLang/IJulia.jl) (👨‍💻 110 · 🔀 400 · 📋 830 - 14% open · ⏱️ 02.06.2023): ``` - git clone https://github.com/SciRuby/iruby - ``` -- [Docker Hub](https://hub.docker.com/r/rubydata/datascience-notebook) (📥 1.7K · ⭐ 3 · ⏱️ 07.06.2022): - ``` - docker pull rubydata/datascience-notebook + git clone https://github.com/JuliaLang/IJulia.jl ```
-
nb_conda_kernels (🥈18 · ⭐ 470 · 💀) - Package for managing conda environment-based kernels.. BSD-3 +
IHaskell (🥈17 · ⭐ 2.5K) - A Haskell kernel for IPython. MIT -- [GitHub](https://github.com/Anaconda-Platform/nb_conda_kernels) (👨‍💻 14 · 🔀 56 · 📋 130 - 26% open · ⏱️ 30.11.2020): +- [GitHub](https://github.com/IHaskell/IHaskell) (👨‍💻 110 · 🔀 250 · 📋 780 - 5% open · ⏱️ 21.01.2024): ``` - git clone https://github.com/Anaconda-Platform/nb_conda_kernels + git clone https://github.com/gibiansky/IHaskell ``` -- [Conda](https://anaconda.org/conda-forge/nb_conda_kernels) (📥 710K · ⏱️ 14.02.2022): +- [NPM](https://www.npmjs.com/package/ihaskell_jupyterlab) (📥 12 / month): ``` - conda install -c conda-forge nb_conda_kernels + npm install ihaskell_jupyterlab ```
-
OCaml Kernel (🥈18 · ⭐ 230) - Jupyter(IPython)笔记本的OCaml内核。MIT +
IJava (🥈17 · ⭐ 1K · 💀) - A Jupyter kernel for executing Java code. MIT -- [GitHub](https://github.com/akabe/ocaml-jupyter) (👨‍💻 18 · 🔀 29 · 📥 70K · 📋 71 - 4% open · ⏱️ 10.04.2022): +- [GitHub](https://github.com/SpencerPark/IJava) (👨‍💻 4 · 🔀 190 · 📥 150K · 📋 140 - 56% open · ⏱️ 08.12.2019): ``` - git clone https://github.com/akabe/ocaml-jupyter + git clone https://github.com/SpencerPark/IJava ```
-
SAS Kernel (🥈18 · ⭐ 190) - 用于SAS的Jupyter内核。Apache-2 +
SciJava Kernel (🥈17 · ⭐ 180 · 💀) - Write SciJava scripts in Jupyter notebook!. Apache-2 -- [GitHub](https://github.com/sassoftware/sas_kernel) (👨‍💻 9 · 🔀 72 · 📋 57 - 5% open · ⏱️ 01.06.2022): +- [GitHub](https://github.com/scijava/scijava-jupyter-kernel) (👨‍💻 9 · 🔀 41 · 📥 110 · ⏱️ 03.02.2022): ``` - git clone https://github.com/sassoftware/sas_kernel + git clone https://github.com/scijava/scijava-jupyter-kernel ``` -- [PyPi](https://pypi.org/project/sas_kernel) (📥 2K / month): +- [Conda](https://anaconda.org/conda-forge/scijava-jupyter-kernel) (📥 100K · ⏱️ 16.06.2023): ``` - pip install sas_kernel + conda install -c conda-forge scijava-jupyter-kernel ```
-
Spylon Kernel (🥈18 · ⭐ 160 · 💀) - Jupyter kernel for scala and spark. ❗Unlicensed +
Kernel Detection (🥈17 · ⭐ 150 · 💀) - An Jupyter plugin to enable the automatic detection of.. BSD-2 -- [GitHub](https://github.com/vericast/spylon-kernel) (👨‍💻 6 · 🔀 28 · 📦 88 · 📋 35 - 48% open · ⏱️ 20.09.2018): +- [GitHub](https://github.com/Cadair/jupyter_environment_kernels) (👨‍💻 8 · 🔀 17 · 📦 5 · 📋 30 - 23% open · ⏱️ 23.11.2022): ``` - git clone https://github.com/Valassis-Digital-Media/spylon-kernel - ``` -- [PyPi](https://pypi.org/project/spylon-kernel) (📥 2.3K / month): - ``` - pip install spylon-kernel - ``` -- [Conda](https://anaconda.org/conda-forge/spylon-kernel) (📥 95K · ⏱️ 05.10.2018): - ``` - conda install -c conda-forge spylon-kernel + git clone https://github.com/Cadair/jupyter_environment_kernels ``` -
-
IJava (🥉17 · ⭐ 820 · 💀) - 用于执行Java代码的Jupyter内核。MIT - -- [GitHub](https://github.com/SpencerPark/IJava) (👨‍💻 4 · 🔀 160 · 📥 89K · 📋 130 - 54% open · ⏱️ 08.12.2019): - +- [PyPi](https://pypi.org/project/environment_kernels) (📥 15K / month): ``` - git clone https://github.com/SpencerPark/IJava + pip install environment_kernels ```
-
Kernel Gateway (🥉17 · ⭐ 400) - Jupyter内核网关。❗Unlicensed +
LFortran (🥉16 · ⭐ 820) - Official mirror of https://gitlab.com/lfortran/lfortran. Please.. ❗Unlicensed -- [GitHub](https://github.com/jupyter-server/kernel_gateway) (👨‍💻 44 · 🔀 110 · 📥 100 · 📋 180 - 7% open · ⏱️ 12.03.2022): +- [GitHub](https://github.com/lfortran/lfortran) (👨‍💻 72 · 🔀 100 · 📥 640 · 📋 1.6K - 58% open · ⏱️ 25.01.2024): ``` - git clone https://github.com/jupyter/kernel_gateway - ``` -- [PyPi](https://pypi.org/project/jupyter-kernel-gateway) (📥 14K / month): - ``` - pip install jupyter-kernel-gateway + git clone https://github.com/lfortran/lfortran ``` -
-
SciJava Kernel (🥉17 · ⭐ 180) - 在Jupyter笔记本中编写SciJava脚本。Apache-2 - -- [GitHub](https://github.com/scijava/scijava-jupyter-kernel) (👨‍💻 9 · 🔀 42 · 📥 86 · ⏱️ 03.02.2022): - +- [PyPi](https://pypi.org/project/lfortran) (📥 63 / month): ``` - git clone https://github.com/scijava/scijava-jupyter-kernel + pip install lfortran ``` -- [Conda](https://anaconda.org/conda-forge/scijava-jupyter-kernel) (📥 81K · ⏱️ 03.03.2018): +- [Conda](https://anaconda.org/conda-forge/lfortran) (📥 78K · ⏱️ 22.01.2024): ``` - conda install -c conda-forge scijava-jupyter-kernel + conda install -c conda-forge lfortran ```
-
clojupyter (🥉16 · ⭐ 740 · 💤) - 用于Clojure的Jupyter内核。MIT +
clojupyter (🥉16 · ⭐ 800) - a Jupyter kernel for Clojure. MIT -- [GitHub](https://github.com/clojupyter/clojupyter) (👨‍💻 26 · 🔀 75 · 📋 97 - 18% open · ⏱️ 29.12.2021): +- [GitHub](https://github.com/clojupyter/clojupyter) (👨‍💻 26 · 🔀 77 · 📋 100 - 13% open · ⏱️ 29.12.2023): ``` git clone https://github.com/clojupyter/clojupyter ``` -- [Conda](https://anaconda.org/simplect/clojupyter) (📥 3K · ⏱️ 02.03.2020): +- [Conda](https://anaconda.org/simplect/clojupyter) (📥 3.5K · ⏱️ 20.07.2023): ``` conda install -c simplect clojupyter ``` -- [Docker Hub](https://hub.docker.com/r/simplect/clojupyter) (📥 390 · ⏱️ 25.04.2019): +- [Docker Hub](https://hub.docker.com/r/simplect/clojupyter) (📥 420 · ⏱️ 25.04.2019): ``` docker pull simplect/clojupyter ```
-
Enterprise Gateway (🥉16 · ⭐ 520) - 轻量级,多租户,可扩展和安全的网关。❗Unlicensed +
Enterprise Gateway (🥉16 · ⭐ 600) - A lightweight, multi-tenant, scalable and secure.. ❗Unlicensed -- [GitHub](https://github.com/jupyter-server/enterprise_gateway) (👨‍💻 100 · 🔀 180 · 📥 20K · 📋 520 - 9% open · ⏱️ 22.08.2022): +- [GitHub](https://github.com/jupyter-server/enterprise_gateway) (👨‍💻 120 · 🔀 200 · 📥 33K · 📋 560 - 11% open · ⏱️ 07.01.2024): ``` git clone https://github.com/jupyter/enterprise_gateway ``` -- [PyPi](https://pypi.org/project/jupyter_enterprise_gateway) (📥 1.3K / month): +- [PyPi](https://pypi.org/project/jupyter_enterprise_gateway) (📥 2.4K / month): ``` pip install jupyter_enterprise_gateway ```
-
Matlab Kernel (🥉16 · ⭐ 440) - Jupyter的Matlab内核。❗Unlicensed +
Ansible Kernel (🥉16 · ⭐ 530 · 💀) - Jupyter Notebook Kernel for running Ansible Tasks and.. ❗Unlicensed -- [GitHub](https://github.com/Calysto/matlab_kernel) (👨‍💻 18 · 🔀 73 · 📋 130 - 19% open · ⏱️ 09.05.2022): +- [GitHub](https://github.com/ansible/ansible-jupyter-kernel) (👨‍💻 10 · 🔀 56 · 📦 12 · 📋 45 - 35% open · ⏱️ 11.02.2022): ``` - git clone https://github.com/calysto/matlab_kernel + git clone https://github.com/ansible/ansible-jupyter-kernel ``` -- [PyPi](https://pypi.org/project/matlab_kernel) (📥 3.9K / month): +- [PyPi](https://pypi.org/project/ansible-kernel) (📥 85 / month): ``` - pip install matlab_kernel + pip install ansible-kernel ``` -
-
Wolfram Kernel (🥉15 · ⭐ 750) - 适用于Jupyter的Wolfram语言内核。MIT - -- [GitHub](https://github.com/WolframResearch/WolframLanguageForJupyter) (👨‍💻 7 · 🔀 91 · 📥 6.1K · 📋 96 - 31% open · ⏱️ 19.02.2022): - +- [Conda](https://anaconda.org/conda-forge/ansible-kernel) (📥 15K · ⏱️ 16.06.2023): ``` - git clone https://github.com/WolframResearch/WolframLanguageForJupyter + conda install -c conda-forge ansible-kernel + ``` +- [Docker Hub](https://hub.docker.com/r/benthomasson/ansible-jupyter-kernel) (📥 67K · ⭐ 2 · ⏱️ 12.12.2018): + ``` + docker pull benthomasson/ansible-jupyter-kernel ```
-
Bash Kernel (🥉15 · ⭐ 600) - IPython的bash内核。BSD-3 +
Kernel Gateway (🥉16 · ⭐ 460) - Jupyter Kernel Gateway. ❗Unlicensed -- [GitHub](https://github.com/takluyver/bash_kernel) (👨‍💻 14 · 🔀 100 · 📋 94 - 37% open · ⏱️ 22.08.2022): +- [GitHub](https://github.com/jupyter-server/kernel_gateway) (👨‍💻 46 · 🔀 120 · 📥 140 · 📋 180 - 8% open · ⏱️ 22.01.2024): ``` - git clone https://github.com/takluyver/bash_kernel + git clone https://github.com/jupyter/kernel_gateway ``` -- [PyPi](https://pypi.org/project/bash_kernel) (📥 6K / month): +- [PyPi](https://pypi.org/project/jupyter-kernel-gateway) (📥 12K / month): ``` - pip install bash_kernel + pip install jupyter-kernel-gateway ```
-
Ansible Kernel (🥉15 · ⭐ 500) - Jupyter笔记本内核,用于运行Ansible任务。❗Unlicensed +
Wolfram Kernel (🥉15 · ⭐ 940 · 💀) - Wolfram Language kernel for Jupyter notebooks. MIT -- [GitHub](https://github.com/ansible/ansible-jupyter-kernel) (👨‍💻 10 · 🔀 54 · 📦 9 · 📋 44 - 34% open · ⏱️ 11.02.2022): +- [GitHub](https://github.com/WolframResearch/WolframLanguageForJupyter) (👨‍💻 7 · 🔀 120 · 📥 9K · 📋 110 - 31% open · ⏱️ 19.02.2022): ``` - git clone https://github.com/ansible/ansible-jupyter-kernel - ``` -- [PyPi](https://pypi.org/project/ansible-kernel) (📥 280 / month): - ``` - pip install ansible-kernel + git clone https://github.com/WolframResearch/WolframLanguageForJupyter ``` -- [Conda](https://anaconda.org/conda-forge/ansible-kernel) (📥 11K · ⏱️ 12.02.2022): +
+
SAS Kernel (🥉15 · ⭐ 200 · 💤) - A Jupyter kernel for SAS. This opens up all the data.. Apache-2 + +- [GitHub](https://github.com/sassoftware/sas_kernel) (👨‍💻 11 · 🔀 80 · ⏱️ 13.01.2023): + ``` - conda install -c conda-forge ansible-kernel + git clone https://github.com/sassoftware/sas_kernel ``` -- [Docker Hub](https://hub.docker.com/r/benthomasson/ansible-jupyter-kernel) (📥 66K · ⭐ 2 · ⏱️ 12.12.2018): +- [PyPi](https://pypi.org/project/sas_kernel) (📥 3.5K / month): ``` - docker pull benthomasson/ansible-jupyter-kernel + pip install sas_kernel ```
-
LFortran (🥉14 · ⭐ 370) - https://gitlab.com/lfortran/lfortran的官方镜像。❗Unlicensed +
Matlab Kernel (🥉14 · ⭐ 460 · 💀) - Jupyter Kernel for Matlab. ❗Unlicensed -- [GitHub](https://github.com/lfortran/lfortran) (👨‍💻 38 · 🔀 38 · 📋 470 - 95% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/Calysto/matlab_kernel) (👨‍💻 18 · 🔀 75 · 📋 130 - 19% open · ⏱️ 09.05.2022): ``` - git clone https://github.com/lfortran/lfortran - ``` -- [PyPi](https://pypi.org/project/lfortran) (📥 110 / month): - ``` - pip install lfortran + git clone https://github.com/calysto/matlab_kernel ``` -- [Conda](https://anaconda.org/conda-forge/lfortran) (📥 40K · ⏱️ 23.09.2021): +- [PyPi](https://pypi.org/project/matlab_kernel) (📥 780 / month): ``` - conda install -c conda-forge lfortran + pip install matlab_kernel ```
-
IElixir (🥉14 · ⭐ 340 · 💀) - Jupyter的Elixir编程语言内核。Apache-2 +
IElixir (🥉14 · ⭐ 350 · 💀) - Jupyter's kernel for Elixir programming language. Apache-2 -- [GitHub](https://github.com/pprzetacznik/IElixir) (👨‍💻 19 · 🔀 39 · 📋 30 - 33% open · ⏱️ 20.03.2021): +- [GitHub](https://github.com/pprzetacznik/IElixir) (👨‍💻 19 · 🔀 40 · 📋 31 - 35% open · ⏱️ 20.03.2021): ``` git clone https://github.com/pprzetacznik/IElixir ``` -- [Docker Hub](https://hub.docker.com/r/pprzetacznik/ielixir) (📥 340 · ⭐ 1 · ⏱️ 20.03.2021): +- [Docker Hub](https://hub.docker.com/r/pprzetacznik/ielixir) (📥 350 · ⭐ 1 · ⏱️ 20.03.2021): ``` docker pull pprzetacznik/ielixir ```
-
Kernel Detection (🥉14 · ⭐ 140 · 💀) - 一个Jupyter插件,用于自动检测。BSD-2 +
lgo (🥉13 · ⭐ 2.3K · 💀) - Interactive Go programming with Jupyter. BSD-3 -- [GitHub](https://github.com/Cadair/jupyter_environment_kernels) (👨‍💻 6 · 🔀 16 · 📋 29 - 24% open · ⏱️ 12.02.2018): +- [GitHub](https://github.com/yunabe/lgo) (👨‍💻 9 · 🔀 120 · 📋 76 - 28% open · ⏱️ 09.07.2019): ``` - git clone https://github.com/Cadair/jupyter_environment_kernels - ``` -- [PyPi](https://pypi.org/project/environment_kernels) (📥 2.6K / month): - ``` - pip install environment_kernels + git clone https://github.com/yunabe/lgo ```
-
lgo (🥉13 · ⭐ 2.3K · 💀) - 使用Jupyter进行交互式Go编程。BSD-3 +
SSH Kernel (🥉13 · ⭐ 63 · 💀) - SSH Kernel for Jupyter. BSD-3 -- [GitHub](https://github.com/yunabe/lgo) (👨‍💻 9 · 🔀 110 · 📋 76 - 30% open · ⏱️ 09.07.2019): +- [GitHub](https://github.com/NII-cloud-operation/sshkernel) (👨‍💻 4 · 🔀 13 · 📦 7 · 📋 9 - 22% open · ⏱️ 04.11.2021): ``` - git clone https://github.com/yunabe/lgo + git clone https://github.com/NII-cloud-operation/sshkernel + ``` +- [PyPi](https://pypi.org/project/sshkernel) (📥 160 / month): + ``` + pip install sshkernel ```
-
F# Kernel (🥉12 · ⭐ 430) - F# for Jupyter Notebooks. ❗Unlicensed +
F# Kernel (🥉12 · ⭐ 440 · 💀) - F# for Jupyter Notebooks. ❗Unlicensed -- [GitHub](https://github.com/fsprojects/IfSharp) (👨‍💻 28 · 🔀 67 · 📥 5.4K · 📋 140 - 9% open · ⏱️ 17.03.2022): +- [GitHub](https://github.com/fsprojects/IfSharp) (👨‍💻 28 · 🔀 66 · 📥 5.6K · 📋 140 - 9% open · ⏱️ 17.03.2022): ``` git clone https://github.com/fsprojects/IfSharp ``` -- [Docker Hub](https://hub.docker.com/r/fsprojects/ifsharp) (📥 680 · ⏱️ 26.03.2019): +- [Docker Hub](https://hub.docker.com/r/fsprojects/ifsharp) (📥 720 · ⏱️ 26.03.2019): ``` docker pull fsprojects/ifsharp ```
-
ICSharp (🥉12 · ⭐ 270 · 💀) - Jupyter的C#内核。Apache-2 +
ICSharp (🥉11 · ⭐ 280 · 💀) - C# kernel for Jupyter. Apache-2 -- [GitHub](https://github.com/zabirauf/icsharp) (👨‍💻 10 · 🔀 57 · 📋 46 - 71% open · ⏱️ 23.09.2018): +- [GitHub](https://github.com/zabirauf/icsharp) (👨‍💻 11 · 🔀 60 · 📋 46 - 60% open · ⏱️ 23.09.2018): ``` git clone https://github.com/zabirauf/icsharp ```
-
SSH Kernel (🥉12 · ⭐ 53 · 💤) - Jupyter的SSH内核。BSD-3 - -- [GitHub](https://github.com/NII-cloud-operation/sshkernel) (👨‍💻 4 · 🔀 12 · 📦 6 · 📋 8 - 25% open · ⏱️ 04.11.2021): - - ``` - git clone https://github.com/NII-cloud-operation/sshkernel - ``` -- [PyPi](https://pypi.org/project/sshkernel) (📥 79 / month): - ``` - pip install sshkernel - ``` -
-
xeus-sqlite (🥉11 · ⭐ 140) - 适用于SQLite的Jupyter内核。BSD-3 +
xeus-sqlite (🥉11 · ⭐ 160) - Jupyter kernel for SQLite. BSD-3 -- [GitHub](https://github.com/jupyter-xeus/xeus-sqlite) (👨‍💻 12 · 🔀 21 · 📋 41 - 26% open · ⏱️ 15.03.2022): +- [GitHub](https://github.com/jupyter-xeus/xeus-sqlite) (👨‍💻 13 · 🔀 24 · 📋 46 - 32% open · ⏱️ 08.12.2023): ``` git clone https://github.com/jupyter-xeus/xeus-sqlite ```
-
remote_ikernel (🥉10 · ⭐ 12 · 💀) - All your Jupyter kernels, on all your machines, in one place. BSD-2 +
remote_ikernel (🥉10 · ⭐ 15 · 💀) - All your Jupyter kernels, on all your machines, in one place. BSD-2 -- [GitHub](https://github.com/tdaff/remote_ikernel) (👨‍💻 7 · 🔀 11 · 📋 27 - 33% open · ⏱️ 08.11.2020): +- [GitHub](https://github.com/tdaff/remote_ikernel) (👨‍💻 7 · 🔀 13 · 📋 29 - 37% open · ⏱️ 08.11.2020): ``` git clone https://github.com/tdaff/remote_ikernel ``` -- [PyPi](https://pypi.org/project/remote_ikernel) (📥 160 / month): +- [PyPi](https://pypi.org/project/remote_ikernel) (📥 320 / month): ``` pip install remote_ikernel ```
-
ssh_ipykernel (🥉7 · ⭐ 8 · 💀) - A remote jupyter kernel via ssh. MIT +
ssh_ipykernel (🥉9 · ⭐ 12 · 💀) - A remote jupyter kernel via ssh. MIT -- [GitHub](https://github.com/bernhard-42/ssh_ipykernel) (👨‍💻 2 · 🔀 2 · ⏱️ 28.06.2021): +- [GitHub](https://github.com/bernhard-42/ssh_ipykernel) (🔀 3 · 📦 3 · ⏱️ 28.06.2021): ``` git clone https://github.com/bernhard-42/ssh_ipykernel ```
-
kernel-relay (🥉6 · ⭐ 11 · 💀) - kernel-relay是与之接口的GraphQL服务。❗Unlicensed +
kernel-relay (🥉6 · ⭐ 12 · 💀) - kernel-relay is a GraphQL service for interfacing with.. ❗Unlicensed -- [GitHub](https://github.com/nteract/kernel-relay) (👨‍💻 3 · 🔀 5 · 📋 12 - 83% open · ⏱️ 10.07.2019): +- [GitHub](https://github.com/nteract/kernel-relay) (👨‍💻 3 · 🔀 5 · 📦 3 · 📋 12 - 83% open · ⏱️ 10.07.2019): ``` git clone https://github.com/nteract/kernel-relay @@ -1824,307 +1824,307 @@ _Jupyter内核以给定的语言运行和内省用户的代码。_

-## Jupyter-Notebook分享与格式转换 +## Notebook Sharing & Conversion -Back to top +Back to top -_与笔记本文件共享、转换和简化协作的工具(例如,通过git)。_ +_Tools to share, convert and simplify collaboration (e.g., via git) with notebook files._ -
nbconvert (🥇31 · ⭐ 1.4K) - Jupyter Notebook Conversion. ❗Unlicensed +
nbconvert (🥇33 · ⭐ 1.6K) - Jupyter Notebook Conversion. BSD-3 -- [GitHub](https://github.com/jupyter/nbconvert) (👨‍💻 250 · 🔀 480 · 📦 160K · 📋 1K - 42% open · ⏱️ 22.08.2022): +- [GitHub](https://github.com/jupyter/nbconvert) (👨‍💻 270 · 🔀 520 · 📥 940 · 📦 250K · 📋 1.1K - 43% open · ⏱️ 16.01.2024): ``` git clone https://github.com/jupyter/nbconvert ``` -- [PyPi](https://pypi.org/project/nbconvert) (📥 12M / month): +- [PyPi](https://pypi.org/project/nbconvert) (📥 19M / month): ``` pip install nbconvert ``` -- [Conda](https://anaconda.org/conda-forge/nbconvert) (📥 7.9M · ⏱️ 23.08.2022): +- [Conda](https://anaconda.org/conda-forge/nbconvert) (📥 16M · ⏱️ 16.01.2024): ``` conda install -c conda-forge nbconvert ```
-
nikola (🥇29 · ⭐ 2.3K) - 静态网站和博客生成器。MIT +
Jupyter Book (🥇30 · ⭐ 3.6K · 📈) - Build interactive, publication-quality documents from.. BSD-3 -- [GitHub](https://github.com/getnikola/nikola) (👨‍💻 230 · 🔀 350 · 📦 440 · 📋 2.1K - 2% open · ⏱️ 02.08.2022): +- [GitHub](https://github.com/executablebooks/jupyter-book) (👨‍💻 130 · 🔀 600 · 📦 12K · 📋 1.3K - 44% open · ⏱️ 25.01.2024): ``` - git clone https://github.com/getnikola/nikola + git clone https://github.com/executablebooks/jupyter-book ``` -- [PyPi](https://pypi.org/project/nikola) (📥 1.9K / month): +- [PyPi](https://pypi.org/project/jupyter-book) (📥 62K / month): ``` - pip install nikola + pip install jupyter-book ```
-
Jupytext (🥇27 · ⭐ 5.5K) - Jupyter Notebooks作为Markdown文档,Julia,Python或R脚本的工具。MIT +
Jupytext (🥇29 · ⭐ 6.3K) - Jupyter Notebooks as Markdown Documents, Julia, Python or R scripts. MIT -- [GitHub](https://github.com/mwouts/jupytext) (👨‍💻 72 · 🔀 350 · 📦 3.2K · 📋 530 - 12% open · ⏱️ 29.07.2022): +- [GitHub](https://github.com/mwouts/jupytext) (👨‍💻 85 · 🔀 370 · 📦 6.6K · 📋 650 - 17% open · ⏱️ 13.01.2024): ``` git clone https://github.com/mwouts/jupytext ``` -- [PyPi](https://pypi.org/project/jupytext) (📥 260K / month): +- [PyPi](https://pypi.org/project/jupytext) (📥 510K / month): ``` pip install jupytext ``` -- [Conda](https://anaconda.org/conda-forge/jupytext) (📥 380K · ⏱️ 03.07.2022): +- [Conda](https://anaconda.org/conda-forge/jupytext) (📥 740K · ⏱️ 13.01.2024): ``` conda install -c conda-forge jupytext ``` -- [NPM](https://www.npmjs.com/package/jupyterlab-jupytext) (📥 6.5K / month): +- [NPM](https://www.npmjs.com/package/jupyterlab-jupytext) (📥 4.9K / month): ``` npm install jupyterlab-jupytext ```
-
Voila (🥈26 · ⭐ 4.3K) - Voil将Jupyter笔记本变成独立的Web应用程序。❗Unlicensed +
nikola (🥇29 · ⭐ 2.5K) - A static website and blog generator. MIT -- [GitHub](https://github.com/voila-dashboards/voila) (👨‍💻 61 · 🔀 420 · 📥 290 · 📦 7.2K · 📋 610 - 40% open · ⏱️ 11.08.2022): +- [GitHub](https://github.com/getnikola/nikola) (👨‍💻 240 · 🔀 370 · 📥 62 · 📦 500 · 📋 2.2K - 2% open · ⏱️ 24.01.2024): ``` - git clone https://github.com/voila-dashboards/voila - ``` -- [PyPi](https://pypi.org/project/voila) (📥 54K / month): - ``` - pip install voila - ``` -- [Conda](https://anaconda.org/conda-forge/voila) (📥 200K · ⏱️ 18.07.2022): - ``` - conda install -c conda-forge voila + git clone https://github.com/getnikola/nikola ``` -- [NPM](https://www.npmjs.com/package/@jupyter-voila/jupyterlab-preview) (📥 3.2K / month): +- [PyPi](https://pypi.org/project/nikola) (📥 2.4K / month): ``` - npm install @jupyter-voila/jupyterlab-preview + pip install nikola ```
-
RISE (🥈24 · ⭐ 3.3K) - 实时Reveal.js Jupyter/IPython幻灯片扩展。❗Unlicensed +
Voila (🥈26 · ⭐ 5.1K) - Voil turns Jupyter notebooks into standalone web applications. ❗Unlicensed -- [GitHub](https://github.com/damianavila/RISE) (👨‍💻 41 · 🔀 380 · 📦 2K · 📋 430 - 33% open · ⏱️ 28.03.2022): +- [GitHub](https://github.com/voila-dashboards/voila) (👨‍💻 68 · 🔀 470 · 📥 1K · 📦 11K · 📋 710 - 39% open · ⏱️ 11.01.2024): ``` - git clone https://github.com/damianavila/RISE - ``` -- [PyPi](https://pypi.org/project/RISE) (📥 5.9K / month): - ``` - pip install RISE + git clone https://github.com/voila-dashboards/voila ``` -- [Conda](https://anaconda.org/conda-forge/rise) (📥 220K · ⏱️ 16.11.2021): +- [PyPi](https://pypi.org/project/voila) (📥 55K / month): ``` - conda install -c conda-forge rise + pip install voila ``` -
-
Jupyter Book (🥈24 · ⭐ 3K) - 从Jupyter构建交互式的,具有出版质量的文档。BSD-3 - -- [GitHub](https://github.com/executablebooks/jupyter-book) (👨‍💻 110 · 🔀 500 · 📋 1.1K - 41% open · ⏱️ 21.08.2022): - +- [Conda](https://anaconda.org/conda-forge/voila) (📥 320K · ⏱️ 31.10.2023): ``` - git clone https://github.com/executablebooks/jupyter-book + conda install -c conda-forge voila ``` -- [PyPi](https://pypi.org/project/jupyter-book) (📥 52K / month): +- [NPM](https://www.npmjs.com/package/@jupyter-voila/jupyterlab-preview) (📥 270 / month): ``` - pip install jupyter-book + npm install @jupyter-voila/jupyterlab-preview ```
-
nbdime (🥈23 · ⭐ 2.3K) - 区分和合并Jupyter笔记本的工具。❗Unlicensed +
nbdime (🥈25 · ⭐ 2.6K) - Tools for diffing and merging of Jupyter notebooks. ❗Unlicensed -- [GitHub](https://github.com/jupyter/nbdime) (👨‍💻 40 · 🔀 130 · 📦 79 · 📋 280 - 22% open · ⏱️ 05.07.2022): +- [GitHub](https://github.com/jupyter/nbdime) (👨‍💻 50 · 🔀 150 · 📥 74 · 📦 140 · 📋 330 - 20% open · ⏱️ 21.11.2023): ``` git clone https://github.com/jupyter/nbdime ``` -- [PyPi](https://pypi.org/project/nbdime) (📥 260K / month): +- [PyPi](https://pypi.org/project/nbdime) (📥 200K / month): ``` pip install nbdime ``` -- [Conda](https://anaconda.org/conda-forge/nbdime) (📥 610K · ⏱️ 26.10.2021): +- [Conda](https://anaconda.org/conda-forge/nbdime) (📥 960K · ⏱️ 21.11.2023): ``` conda install -c conda-forge nbdime ``` -- [NPM](https://www.npmjs.com/package/nbdime-jupyterlab) (📥 140K / month): +- [NPM](https://www.npmjs.com/package/nbdime-jupyterlab) (📥 27K / month): ``` npm install nbdime-jupyterlab ```
-
Stencila (🥈23 · ⭐ 650) - 用于可复制研究的在线文档。Apache-2 +
RISE (🥈23 · ⭐ 3.6K) - RISE: Live Reveal.js Jupyter/IPython Slideshow Extension. ❗Unlicensed -- [GitHub](https://github.com/stencila/stencila) (👨‍💻 34 · 🔀 34 · 📥 3.1K · 📦 17 · 📋 560 - 11% open · ⏱️ 29.07.2022): +- [GitHub](https://github.com/damianavila/RISE) (👨‍💻 44 · 🔀 400 · 📦 2.7K · 📋 450 - 34% open · ⏱️ 29.10.2023): ``` - git clone https://github.com/stencila/stencila + git clone https://github.com/damianavila/RISE ``` -- [NPM](https://www.npmjs.com/package/stencila) (📥 360 / month): +- [PyPi](https://pypi.org/project/RISE) (📥 7.3K / month): ``` - npm install stencila + pip install RISE ``` -- [Docker Hub](https://hub.docker.com/r/stencila/cloud) (📥 16K · ⏱️ 08.04.2019): +- [Conda](https://anaconda.org/conda-forge/rise) (📥 290K · ⏱️ 16.06.2023): ``` - docker pull stencila/cloud + conda install -c conda-forge rise ```
-
Knowledge Repo (🥈21 · ⭐ 5.2K) - 下一代知识共享平台Apache-2 +
Knowledge Repo (🥈22 · ⭐ 5.4K · 💤) - A next-generation curated knowledge sharing platform.. Apache-2 -- [GitHub](https://github.com/airbnb/knowledge-repo) (👨‍💻 68 · 🔀 650 · 📋 290 - 42% open · ⏱️ 17.08.2022): +- [GitHub](https://github.com/airbnb/knowledge-repo) (👨‍💻 73 · 🔀 660 · 📦 21 · 📋 290 - 42% open · ⏱️ 17.04.2023): ``` git clone https://github.com/airbnb/knowledge-repo ``` -- [PyPi](https://pypi.org/project/knowledge-repo) (📥 280 / month): +- [PyPi](https://pypi.org/project/knowledge-repo) (📥 740 / month): ``` pip install knowledge-repo ```
-
nbviewer (🥉19 · ⭐ 2K) - nbconvert作为Web服务:将Jupyter Notebooks渲染为静态Web。BSD-3 +
mkdocs-jupyter (🥈21 · ⭐ 310) - Use Jupyter Notebook in mkdocs. Apache-2 -- [GitHub](https://github.com/jupyter/nbviewer) (👨‍💻 91 · 🔀 490 · 📦 7 · 📋 570 - 28% open · ⏱️ 22.08.2022): +- [GitHub](https://github.com/danielfrg/mkdocs-jupyter) (👨‍💻 19 · 🔀 34 · 📦 1.9K · 📋 110 - 14% open · ⏱️ 20.01.2024): ``` - git clone https://github.com/jupyter/nbviewer + git clone https://github.com/danielfrg/mkdocs-jupyter ``` -- [Docker Hub](https://hub.docker.com/r/jupyter/nbviewer) (📥 2.8M · ⭐ 29 · ⏱️ 22.08.2022): +- [PyPi](https://pypi.org/project/mkdocs-jupyter) (📥 130K / month): ``` - docker pull jupyter/nbviewer + pip install mkdocs-jupyter ```
-
bookstore (🥉19 · ⭐ 180 · 💀) - 面向大众的笔记本存储和发布工作流程。BSD-3 +
nbviewer (🥉20 · ⭐ 2.2K · 💤) - nbconvert as a web service: Render Jupyter Notebooks as static web.. BSD-3 -- [GitHub](https://github.com/nteract/bookstore) (👨‍💻 7 · 🔀 19 · 📦 11 · 📋 73 - 46% open · ⏱️ 09.12.2019): +- [GitHub](https://github.com/jupyter/nbviewer) (👨‍💻 96 · 🔀 520 · 📦 14 · 📋 580 - 30% open · ⏱️ 27.01.2023): ``` - git clone https://github.com/nteract/bookstore + git clone https://github.com/jupyter/nbviewer ``` -- [PyPi](https://pypi.org/project/bookstore) (📥 29K / month): +- [Docker Hub](https://hub.docker.com/r/jupyter/nbviewer) (📥 2.8M · ⭐ 33 · ⏱️ 27.01.2023): ``` - pip install bookstore + docker pull jupyter/nbviewer ```
-
BinderHub (🥉18 · ⭐ 2.2K) - 在云端运行您的代码。BSD-3 +
bookstore (🥉20 · ⭐ 200 · 💀) - Notebook storage and publishing workflows for the masses. BSD-3 -- [GitHub](https://github.com/jupyterhub/binderhub) (👨‍💻 84 · 🔀 320 · 📦 6 · 📋 630 - 28% open · ⏱️ 22.08.2022): +- [GitHub](https://github.com/nteract/bookstore) (👨‍💻 7 · 🔀 20 · 📦 17 · 📋 73 - 46% open · ⏱️ 09.12.2019): ``` - git clone https://github.com/jupyterhub/binderhub + git clone https://github.com/nteract/bookstore + ``` +- [PyPi](https://pypi.org/project/bookstore) (📥 75K / month): + ``` + pip install bookstore ```
-
notedown (🥉18 · ⭐ 830 · 💀) - Markdown = IPython Notebook. BSD-2 +
notedown (🥉19 · ⭐ 850 · 💀) - Markdown = IPython Notebook. BSD-2 -- [GitHub](https://github.com/aaren/notedown) (👨‍💻 7 · 🔀 91 · 📦 180 · 📋 68 - 57% open · ⏱️ 16.11.2017): +- [GitHub](https://github.com/aaren/notedown) (👨‍💻 7 · 🔀 93 · 📦 250 · 📋 69 - 57% open · ⏱️ 16.11.2017): ``` git clone https://github.com/aaren/notedown ``` -- [PyPi](https://pypi.org/project/notedown) (📥 3.8K / month): +- [PyPi](https://pypi.org/project/notedown) (📥 3.4K / month): ``` pip install notedown ``` -- [Conda](https://anaconda.org/conda-forge/notedown) (📥 34K · ⏱️ 07.06.2018): +- [Conda](https://anaconda.org/conda-forge/notedown) (📥 36K · ⏱️ 16.06.2023): ``` conda install -c conda-forge notedown ```
-
scrapbook (🥉18 · ⭐ 250) - 一个用于在笔记本中记录和读取数据的库。BSD-3 +
Stencila (🥉19 · ⭐ 750 · 📉) - Living documents for reproducible research. Apache-2 -- [GitHub](https://github.com/nteract/scrapbook) (👨‍💻 11 · 🔀 26 · 📦 150 · 📋 48 - 47% open · ⏱️ 13.04.2022): +- [GitHub](https://github.com/stencila/stencila) (👨‍💻 42 · 🔀 43 · 📥 3.9K · 📦 20 · 📋 650 - 8% open · ⏱️ 25.01.2024): ``` - git clone https://github.com/nteract/scrapbook + git clone https://github.com/stencila/stencila ``` -- [PyPi](https://pypi.org/project/nteract-scrapbook) (📥 81K / month): +- [NPM](https://www.npmjs.com/package/stencila) (📥 380 / month): ``` - pip install nteract-scrapbook + npm install stencila ``` -
-
ThebeLab (🥉17 · ⭐ 300 · 💤) - ThebeLab:将静态HTML页面转换为实时文档。BSD-3 - -- [GitHub](https://github.com/executablebooks/thebe) (👨‍💻 26 · 🔀 57 · 📦 5 · 📋 150 - 42% open · ⏱️ 19.11.2021): - +- [Docker Hub](https://hub.docker.com/r/stencila/cloud) (📥 16K · ⏱️ 08.04.2019): ``` - git clone https://github.com/executablebooks/thebe + docker pull stencila/cloud ```
-
commuter (🥉16 · ⭐ 440) - 笔记本共享中心。BSD-3 +
scrapbook (🥉18 · ⭐ 280 · 💀) - A library for recording and reading data in notebooks. BSD-3 -- [GitHub](https://github.com/nteract/commuter) (👨‍💻 27 · 🔀 63 · 📦 3 · 📋 91 - 57% open · ⏱️ 28.04.2022): +- [GitHub](https://github.com/nteract/scrapbook) (👨‍💻 11 · 🔀 27 · 📦 320 · 📋 50 - 50% 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) (📥 640 / month): +- [PyPi](https://pypi.org/project/nteract-scrapbook) (📥 10K / month): ``` - npm install @nteract/commuter + pip install nteract-scrapbook ```
-
nbinteract (🥉15 · ⭐ 220 · 💀) - 从Jupyter Notebooks创建交互式网页。BSD-3 +
nbinteract (🥉17 · ⭐ 230 · 💀) - Create interactive webpages from Jupyter Notebooks. BSD-3 -- [GitHub](https://github.com/SamLau95/nbinteract) (👨‍💻 8 · 🔀 20 · 📦 1 · 📋 70 - 41% open · ⏱️ 15.04.2021): +- [GitHub](https://github.com/SamLau95/nbinteract) (👨‍💻 8 · 🔀 22 · 📦 4 · 📋 70 - 40% open · ⏱️ 15.04.2021): ``` git clone https://github.com/SamLau95/nbinteract ``` -- [PyPi](https://pypi.org/project/nbinteract) (📥 1.5K / month): +- [PyPi](https://pypi.org/project/nbinteract) (📥 14K / month): ``` pip install nbinteract ```
-
mkdocs-jupyter (🥉15 · ⭐ 150 · 📈) - 在mkdocs中使用Jupyter Notebook。Apache-2 +
ThebeLab (🥉16 · ⭐ 360) - ThebeLab: turning static HTML pages into live documents. BSD-3 -- [GitHub](https://github.com/danielfrg/mkdocs-jupyter) (👨‍💻 13 · 🔀 21 · 📋 57 - 22% open · ⏱️ 04.05.2022): +- [GitHub](https://github.com/executablebooks/thebe) (👨‍💻 29 · 🔀 65 · 📦 10 · 📋 220 - 44% open · ⏱️ 21.12.2023): ``` - git clone https://github.com/danielfrg/mkdocs-jupyter + git clone https://github.com/executablebooks/thebe ``` -- [PyPi](https://pypi.org/project/mkdocs-jupyter) (📥 24K / month): +
+
BinderHub (🥉15 · ⭐ 2.4K) - Run your code in the cloud, with technology so advanced, it feels.. BSD-3 + +- [GitHub](https://github.com/jupyterhub/binderhub) (👨‍💻 95 · 🔀 360 · 📦 9 · 📋 680 - 29% open · ⏱️ 25.01.2024): + ``` - pip install mkdocs-jupyter + git clone https://github.com/jupyterhub/binderhub ```
-
cdsdashboards (🥉14 · ⭐ 170) - 用于ContainDS仪表板的JupyterHub扩展。❗Unlicensed +
commuter (🥉15 · ⭐ 480 · 💀) - Notebook sharing hub. BSD-3 -- [GitHub](https://github.com/ideonate/cdsdashboards) (👨‍💻 13 · 🔀 33 · 📋 88 - 35% open · ⏱️ 29.04.2022): +- [GitHub](https://github.com/nteract/commuter) (👨‍💻 27 · 🔀 65 · 📦 2 · 📋 92 - 57% open · ⏱️ 28.04.2022): ``` - git clone https://github.com/ideonate/cdsdashboards + git clone https://github.com/nteract/commuter ``` -- [PyPi](https://pypi.org/project/cdsdashboards) (📥 260 / month): +- [NPM](https://www.npmjs.com/package/@nteract/commuter) (📥 180 / month): ``` - pip install cdsdashboards + npm install @nteract/commuter ``` -- [Conda](https://anaconda.org/conda-forge/cdsdashboards) (📥 30K · ⏱️ 29.04.2022): +
+
nbgallery (🥉15 · ⭐ 150) - Enterprise Jupyter notebook sharing and collaboration app. MIT + +- [GitHub](https://github.com/nbgallery/nbgallery) (👨‍💻 23 · 🔀 31 · 📋 490 - 6% open · ⏱️ 20.12.2023): + ``` - conda install -c conda-forge cdsdashboards + git clone https://github.com/nbgallery/nbgallery + ``` +- [Docker Hub](https://hub.docker.com/r/nbgallery/nbgallery) (📥 170K · ⭐ 5 · ⏱️ 20.12.2023): + ``` + docker pull nbgallery/nbgallery ```
-
pynb (🥉13 · ⭐ 240 · 💀) - Jupyter Notebooks是带有嵌入式Markdown文本的纯Python代码。MIT +
jupyter-flex (🥉14 · ⭐ 300) - Build dashboards using Jupyter Notebooks. Apache-2 -- [GitHub](https://github.com/elehcimd/pynb) (👨‍💻 8 · 🔀 6 · 📦 21 · ⏱️ 07.07.2020): +- [GitHub](https://github.com/danielfrg/jupyter-flex) (👨‍💻 4 · 🔀 54 · 📦 46 · 📋 63 - 20% open · ⏱️ 23.01.2024): ``` - git clone https://github.com/elehcimd/pynb + git clone https://github.com/danielfrg/jupyter-flex ```
-
nbgallery (🥉13 · ⭐ 140) - 企业Jupyter笔记本共享和协作应用程序。MIT +
cdsdashboards (🥉14 · ⭐ 200 · 💀) - JupyterHub extension for ContainDS Dashboards. ❗Unlicensed -- [GitHub](https://github.com/nbgallery/nbgallery) (👨‍💻 19 · 🔀 23 · 📋 380 - 18% open · ⏱️ 19.08.2022): +- [GitHub](https://github.com/ideonate/cdsdashboards) (👨‍💻 14 · 🔀 38 · 📋 93 - 36% open · ⏱️ 12.09.2022): ``` - git clone https://github.com/nbgallery/nbgallery + git clone https://github.com/ideonate/cdsdashboards ``` -- [Docker Hub](https://hub.docker.com/r/nbgallery/nbgallery) (📥 160K · ⭐ 3 · ⏱️ 19.08.2022): +- [PyPi](https://pypi.org/project/cdsdashboards) (📥 240 / month): ``` - docker pull nbgallery/nbgallery + pip install cdsdashboards + ``` +- [Conda](https://anaconda.org/conda-forge/cdsdashboards) (📥 57K · ⏱️ 16.06.2023): + ``` + conda install -c conda-forge cdsdashboards ```
-
jupyter-flex (🥉11 · ⭐ 260) - 使用Jupyter Notebook构建仪表板。Apache-2 +
pynb (🥉13 · ⭐ 240 · 💀) - Jupyter Notebooks as plain Python code with embedded Markdown text. MIT -- [GitHub](https://github.com/danielfrg/jupyter-flex) (👨‍💻 4 · 🔀 46 · 📦 1 · 📋 56 - 21% open · ⏱️ 22.06.2022): +- [GitHub](https://github.com/elehcimd/pynb) (👨‍💻 8 · 🔀 6 · 📦 22 · ⏱️ 07.07.2020): ``` - git clone https://github.com/danielfrg/jupyter-flex + git clone https://github.com/elehcimd/pynb ```
-
jnotebook-reader (🥉11 · ⭐ 99) - 一款很棒的查看器,用于浏览和渲染Jupyter。Apache-2 +
jnotebook-reader (🥉10 · ⭐ 100 · 💀) - An awesome viewer to browse and render Jupyter.. Apache-2 -- [GitHub](https://github.com/line/jnotebook_reader) (👨‍💻 6 · 🔀 15 · ⏱️ 01.07.2022): +- [GitHub](https://github.com/line/jnotebook_reader) (👨‍💻 7 · 🔀 16 · 📋 5 - 20% open · ⏱️ 06.12.2022): ``` git clone https://github.com/line/jnotebook_reader @@ -2132,273 +2132,285 @@ _与笔记本文件共享、转换和简化协作的工具(例如,通过git

-## Jupyter-Notebook工具 +## Notebook Tools + +Back to top + +_Libraries and tools that work with or can be used within notebook files._ -Back to top +
nbformat (🥇29 · ⭐ 230 · 📈) - Reference implementation of the Jupyter Notebook format. BSD-3 -_与笔记本文件一起工作或可以在笔记本文件中使用的库和工具。_ +- [GitHub](https://github.com/jupyter/nbformat) (👨‍💻 79 · 🔀 140 · 📥 220 · 📦 260K · 📋 140 - 42% open · ⏱️ 02.01.2024): -
nbclient (🥇26 · ⭐ 100) - 用于执行笔记本的客户端库。❗Unlicensed + ``` + git clone https://github.com/jupyter/nbformat + ``` +- [PyPi](https://pypi.org/project/nbformat) (📥 15M / month): + ``` + pip install nbformat + ``` +- [Conda](https://anaconda.org/conda-forge/nbformat) (📥 21M · ⏱️ 31.07.2023): + ``` + conda install -c conda-forge nbformat + ``` +
+
nbclient (🥇29 · ⭐ 130) - A client library for executing notebooks. Formally nbconvert's.. BSD-3 -- [GitHub](https://github.com/jupyter/nbclient) (👨‍💻 33 · 🔀 45 · 📥 88 · 📦 67K · 📋 91 - 31% open · ⏱️ 23.08.2022): +- [GitHub](https://github.com/jupyter/nbclient) (👨‍💻 37 · 🔀 49 · 📥 410 · 📦 140K · 📋 100 - 33% open · ⏱️ 02.01.2024): ``` git clone https://github.com/jupyter/nbclient ``` -- [PyPi](https://pypi.org/project/nbclient) (📥 9.5M / month): +- [PyPi](https://pypi.org/project/nbclient) (📥 12M / month): ``` pip install nbclient ``` -- [Conda](https://anaconda.org/conda-forge/nbclient) (📥 5.1M · ⏱️ 23.08.2022): +- [Conda](https://anaconda.org/conda-forge/nbclient) (📥 13M · ⏱️ 16.06.2023): ``` conda install -c conda-forge nbclient ```
-
PixieDust (🥇25 · ⭐ 1K · 💀) - 适用于Jupyter Notebook的Python Helper库。Apache-2 +
PixieDust (🥇25 · ⭐ 1K · 💀) - Python Helper library for Jupyter Notebooks. Apache-2 -- [GitHub](https://github.com/pixiedust/pixiedust) (👨‍💻 33 · 🔀 160 · 📦 240 · 📋 420 - 38% open · ⏱️ 16.02.2021): +- [GitHub](https://github.com/pixiedust/pixiedust) (👨‍💻 33 · 🔀 160 · 📦 260 · 📋 420 - 38% open · ⏱️ 16.02.2021): ``` git clone https://github.com/pixiedust/pixiedust ``` -- [PyPi](https://pypi.org/project/pixiedust) (📥 11K / month): +- [PyPi](https://pypi.org/project/pixiedust) (📥 10K / month): ``` pip install pixiedust ``` -- [Conda](https://anaconda.org/conda-forge/pixiedust) (📥 39K · ⏱️ 06.02.2021): +- [Conda](https://anaconda.org/conda-forge/pixiedust) (📥 49K · ⏱️ 16.06.2023): ``` conda install -c conda-forge pixiedust ```
-
nbdev (🥇24 · ⭐ 3.6K) - 使用Jupyter Notebook创建python项目。Apache-2 +
nbdev (🥈24 · ⭐ 4.7K) - Create delightful python projects using Jupyter Notebooks. Apache-2 -- [GitHub](https://github.com/fastai/nbdev) (👨‍💻 20 · 🔀 360 · 📋 560 - 5% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/fastai/nbdev) (👨‍💻 46 · 🔀 460 · 📋 840 - 15% open · ⏱️ 13.11.2023): ``` git clone https://github.com/fastai/nbdev ``` -- [PyPi](https://pypi.org/project/nbdev) (📥 96K / month): +- [PyPi](https://pypi.org/project/nbdev) (📥 43K / month): ``` pip install nbdev ```
-
nbval (🥈23 · ⭐ 390 · 💤) - 一个py.test插件,用于验证Jupyter笔记本。❗Unlicensed +
BeakerX (🥈23 · ⭐ 2.8K · 💀) - Beaker Extensions for Jupyter Notebook. Apache-2 -- [GitHub](https://github.com/computationalmodelling/nbval) (👨‍💻 29 · 🔀 42 · 📦 1.6K · 📋 98 - 36% open · ⏱️ 05.01.2022): +- [GitHub](https://github.com/twosigma/beakerx) (👨‍💻 44 · 🔀 380 · 📥 35 · 📋 4.5K - 7% open · ⏱️ 21.01.2021): ``` - git clone https://github.com/computationalmodelling/nbval + git clone https://github.com/twosigma/beakerx ``` -- [PyPi](https://pypi.org/project/nbval) (📥 110K / month): +- [PyPi](https://pypi.org/project/beakerx) (📥 7.8K / month): ``` - pip install nbval + pip install beakerx ``` -- [Conda](https://anaconda.org/conda-forge/nbval) (📥 230K · ⏱️ 31.07.2020): +- [Conda](https://anaconda.org/conda-forge/beakerx) (📥 620K · ⏱️ 16.06.2023): ``` - conda install -c conda-forge nbval + conda install -c conda-forge beakerx ``` -
-
Jupyter Client (🥈23 · ⭐ 280 · 📈) - Jupyter protocol client APIs. BSD-3 - -- [GitHub](https://github.com/jupyter/jupyter_client) (👨‍💻 120 · 🔀 230 · 📥 320 · 📋 320 - 43% open · ⏱️ 23.08.2022): - +- [NPM](https://www.npmjs.com/package/beakerx) (📥 220 / month): ``` - git clone https://github.com/jupyter/jupyter_client + npm install beakerx ``` -- [PyPi](https://pypi.org/project/jupyter-client) (📥 12M / month): +- [Docker Hub](https://hub.docker.com/r/beakerx/beakerx) (📥 250K · ⭐ 23 · ⏱️ 02.12.2018): ``` - pip install jupyter-client + docker pull beakerx/beakerx ```
-
BeakerX (🥈22 · ⭐ 2.7K · 💀) - Jupyter Notebook的Beaker扩展。Apache-2 +
repo2docker (🥈23 · ⭐ 1.6K) - Turn repositories into Jupyter-enabled Docker images. BSD-3 -- [GitHub](https://github.com/twosigma/beakerx) (👨‍💻 43 · 🔀 370 · 📥 31 · 📋 4.5K - 7% open · ⏱️ 21.01.2021): +- [GitHub](https://github.com/jupyterhub/repo2docker) (👨‍💻 120 · 🔀 330 · 📦 200 · 📋 520 - 30% open · ⏱️ 24.01.2024): ``` - git clone https://github.com/twosigma/beakerx + git clone https://github.com/jupyterhub/repo2docker ``` -- [PyPi](https://pypi.org/project/beakerx) (📥 4.8K / month): +- [PyPi](https://pypi.org/project/jupyter-repo2docker) (📥 4.2K / month): ``` - pip install beakerx + pip install jupyter-repo2docker ``` -- [Conda](https://anaconda.org/conda-forge/beakerx) (📥 530K · ⏱️ 18.11.2021): +
+
nbval (🥈23 · ⭐ 420 · 💤) - A py.test plugin to validate Jupyter notebooks. ❗Unlicensed + +- [GitHub](https://github.com/computationalmodelling/nbval) (👨‍💻 33 · 🔀 46 · 📦 2.9K · 📋 100 - 37% open · ⏱️ 11.01.2023): + ``` - conda install -c conda-forge beakerx + git clone https://github.com/computationalmodelling/nbval ``` -- [NPM](https://www.npmjs.com/package/beakerx) (📥 610 / month): +- [PyPi](https://pypi.org/project/nbval) (📥 80K / month): ``` - npm install beakerx + pip install nbval ``` -- [Docker Hub](https://hub.docker.com/r/beakerx/beakerx) (📥 250K · ⭐ 23 · ⏱️ 02.12.2018): +- [Conda](https://anaconda.org/conda-forge/nbval) (📥 410K · ⏱️ 11.10.2023): ``` - docker pull beakerx/beakerx + conda install -c conda-forge nbval ```
-
Jupyter Sphinx (🥈22 · ⭐ 150) - Sphinx扩展,用于呈现Jupyter交互式小部件。BSD-3 +
Jupyter Client (🥈23 · ⭐ 350) - Jupyter protocol client APIs. BSD-3 -- [GitHub](https://github.com/jupyter/jupyter-sphinx) (👨‍💻 25 · 🔀 50 · 📋 120 - 33% open · ⏱️ 25.06.2022): +- [GitHub](https://github.com/jupyter/jupyter_client) (👨‍💻 130 · 🔀 260 · 📥 1.5K · 📋 370 - 46% open · ⏱️ 02.01.2024): ``` - git clone https://github.com/jupyter/jupyter-sphinx + git clone https://github.com/jupyter/jupyter_client ``` -- [PyPi](https://pypi.org/project/jupyter_sphinx) (📥 130K / month): +- [PyPi](https://pypi.org/project/jupyter-client) (📥 19M / month): ``` - pip install jupyter_sphinx + pip install jupyter-client ```
-
repo2docker (🥈21 · ⭐ 1.4K) - 将存储库转换为支持Jupyter的Docker映像。BSD-3 +
ipytest (🥈20 · ⭐ 280) - Pytest in IPython notebooks. MIT -- [GitHub](https://github.com/jupyterhub/repo2docker) (👨‍💻 110 · 🔀 300 · 📦 160 · 📋 470 - 31% open · ⏱️ 24.08.2022): +- [GitHub](https://github.com/chmp/ipytest) (👨‍💻 5 · 🔀 17 · 📦 340 · 📋 59 - 3% open · ⏱️ 16.01.2024): ``` - git clone https://github.com/jupyterhub/repo2docker + git clone https://github.com/chmp/ipytest ``` -- [PyPi](https://pypi.org/project/jupyter-repo2docker) (📥 5K / month): +- [PyPi](https://pypi.org/project/ipytest) (📥 26K / month): ``` - pip install jupyter-repo2docker + pip install ipytest ```
-
ipytest (🥈20 · ⭐ 230 · 📈) - IPython笔记本中的Pytest。MIT +
Jupyter Sphinx (🥈20 · ⭐ 180) - Sphinx extension for rendering of Jupyter interactive widgets. BSD-3 -- [GitHub](https://github.com/chmp/ipytest) (👨‍💻 4 · 🔀 19 · 📦 200 · 📋 50 - 4% open · ⏱️ 20.02.2022): +- [GitHub](https://github.com/jupyter/jupyter-sphinx) (👨‍💻 28 · 🔀 60 · 📋 150 - 28% open · ⏱️ 10.01.2024): ``` - git clone https://github.com/chmp/ipytest + git clone https://github.com/jupyter/jupyter-sphinx ``` -- [PyPi](https://pypi.org/project/ipytest) (📥 41K / month): +- [PyPi](https://pypi.org/project/jupyter_sphinx) (📥 64K / month): ``` - pip install ipytest + pip install jupyter_sphinx ```
-
treon (🥈19 · ⭐ 280) - Jupyter Notebooks易于使用的测试框架。MIT +
nbQA (🥉19 · ⭐ 930) - Run any standard Python code quality tool on a Jupyter Notebook. MIT -- [GitHub](https://github.com/ReviewNB/treon) (👨‍💻 5 · 🔀 21 · 📦 55 · 📋 13 - 23% open · ⏱️ 04.08.2022): +- [GitHub](https://github.com/nbQA-dev/nbQA) (👨‍💻 25 · 🔀 36 · 📋 290 - 2% open · ⏱️ 27.11.2023): ``` - git clone https://github.com/ReviewNB/treon + git clone https://github.com/nbQA-dev/nbQA ``` -- [PyPi](https://pypi.org/project/treon) (📥 9.4K / month): +- [PyPi](https://pypi.org/project/nbqa) (📥 100K / month): ``` - pip install treon + pip install nbqa ```
-
nbformat (🥈19 · ⭐ 180 · 📉) - Jupyter Notebook格式的参考实现。❗Unlicensed +
ipyparallel (🥉18 · ⭐ 2.5K) - Interactive Parallel Computing in Python. ❗Unlicensed -- [GitHub](https://github.com/jupyter/nbformat) (👨‍💻 67 · 🔀 130 · 📋 120 - 39% open · ⏱️ 19.08.2022): +- [GitHub](https://github.com/ipython/ipyparallel) (👨‍💻 110 · 🔀 960 · 📋 350 - 16% open · ⏱️ 15.01.2024): ``` - git clone https://github.com/jupyter/nbformat + git clone https://github.com/ipython/ipyparallel ``` -- [PyPi](https://pypi.org/project/nbformat) (📥 9.9M / month): +- [PyPi](https://pypi.org/project/ipyparallel) (📥 170K / month): ``` - pip install nbformat + pip install ipyparallel ``` -- [Conda](https://anaconda.org/conda-forge/nbformat) (📥 9.8M · ⏱️ 03.05.2022): +- [Conda](https://anaconda.org/conda-forge/ipyparallel) (📥 950K · ⏱️ 16.06.2023): ``` - conda install -c conda-forge nbformat + conda install -c conda-forge ipyparallel ```
-
ipyparallel (🥉18 · ⭐ 2.3K) - Python中的交互式并行计算。❗Unlicensed +
treon (🥉18 · ⭐ 290 · 💀) - Easy to use test framework for Jupyter Notebooks. MIT -- [GitHub](https://github.com/ipython/ipyparallel) (👨‍💻 110 · 🔀 870 · 📋 330 - 15% open · ⏱️ 16.08.2022): +- [GitHub](https://github.com/ReviewNB/treon) (👨‍💻 5 · 🔀 23 · 📦 98 · 📋 13 - 23% open · ⏱️ 04.08.2022): ``` - git clone https://github.com/ipython/ipyparallel - ``` -- [PyPi](https://pypi.org/project/ipyparallel) (📥 110K / month): - ``` - pip install ipyparallel + git clone https://github.com/ReviewNB/treon ``` -- [Conda](https://anaconda.org/conda-forge/ipyparallel) (📥 660K · ⏱️ 21.06.2022): +- [PyPi](https://pypi.org/project/treon) (📥 15K / month): ``` - conda install -c conda-forge ipyparallel + pip install treon ```
-
nbQA (🥉17 · ⭐ 560) - 在Jupyter Notebook上运行任何标准的Python代码质量工具。MIT +
nbopen (🥉17 · ⭐ 300) - Open a Jupyter notebook in the best available server. BSD-3 -- [GitHub](https://github.com/nbQA-dev/nbQA) (👨‍💻 20 · 🔀 31 · 📋 250 - 0% open · ⏱️ 24.08.2022): +- [GitHub](https://github.com/takluyver/nbopen) (👨‍💻 11 · 🔀 56 · 📦 130 · 📋 65 - 58% open · ⏱️ 08.09.2023): ``` - git clone https://github.com/nbQA-dev/nbQA + git clone https://github.com/takluyver/nbopen ``` -- [PyPi](https://pypi.org/project/nbqa) (📥 37K / month): +- [PyPi](https://pypi.org/project/nbopen) (📥 1.2K / month): ``` - pip install nbqa + pip install nbopen ```
-
sphinxcontrib.jupyter (🥉17 · ⭐ 72 · 💀) - 用于生成Jupyter笔记本的Sphinx扩展。BSD-3 +
sphinxcontrib.jupyter (🥉17 · ⭐ 74 · 💀) - A Sphinx Extension for Generating Jupyter Notebooks. BSD-3 -- [GitHub](https://github.com/QuantEcon/sphinxcontrib-jupyter) (👨‍💻 13 · 🔀 23 · 📦 26 · 📋 180 - 48% open · ⏱️ 18.06.2020): +- [GitHub](https://github.com/QuantEcon/sphinxcontrib-jupyter) (👨‍💻 13 · 🔀 23 · 📦 37 · 📋 180 - 48% open · ⏱️ 18.06.2020): ``` git clone https://github.com/QuantEcon/sphinxcontrib-jupyter ``` -- [PyPi](https://pypi.org/project/sphinxcontrib-jupyter) (📥 740 / month): +- [PyPi](https://pypi.org/project/sphinxcontrib-jupyter) (📥 480 / month): ``` pip install sphinxcontrib-jupyter ```
-
JupyterWith (🥉14 · ⭐ 350) - 声明性和可复制的Jupyter环境-由Nix提供支持。MIT +
testbook (🥉14 · ⭐ 380 · 💀) - Unit test your Jupyter Notebooks the right way. BSD-3 -- [GitHub](https://github.com/tweag/jupyterWith) (👨‍💻 31 · 🔀 79 · 📋 110 - 9% open · ⏱️ 22.08.2022): +- [GitHub](https://github.com/nteract/testbook) (👨‍💻 15 · 🔀 39 · 📦 320 · 📋 92 - 48% open · ⏱️ 29.11.2022): ``` - git clone https://github.com/tweag/jupyterWith + git clone https://github.com/nteract/testbook ```
-
testbook (🥉14 · ⭐ 320) - 以正确的方式对Jupyter笔记本进行单元测试。BSD-3 +
naas (🥉14 · ⭐ 270) - Schedule notebooks, run them like APIs, expose securely your assets:.. ❗️AGPL-3.0 -- [GitHub](https://github.com/nteract/testbook) (👨‍💻 14 · 🔀 30 · 📦 140 · 📋 87 - 47% open · ⏱️ 12.08.2022): +- [GitHub](https://github.com/jupyter-naas/naas) (👨‍💻 20 · 🔀 23 · 📦 4 · 📋 180 - 21% open · ⏱️ 15.01.2024): ``` - git clone https://github.com/nteract/testbook + git clone https://github.com/jupyter-naas/naas + ``` +- [PyPi](https://pypi.org/project/naas) (📥 1.9K / month): + ``` + pip install naas ```
-
nbmake-action (🥉14 · ⭐ 160 · 💤) - GitHub用于测试笔记本的动作。Apache-2 +
nbmake-action (🥉14 · ⭐ 150 · 💀) - GitHub Action for testing notebooks. Apache-2 -- [GitHub](https://github.com/treebeardtech/nbmake-action) (👨‍💻 2 · 🔀 6 · 📦 27 · ⏱️ 21.09.2021): +- [GitHub](https://github.com/treebeardtech/nbmake-action) (👨‍💻 2 · 🔀 6 · 📦 31 · ⏱️ 21.09.2021): ``` git clone https://github.com/treebeardtech/nbmake-action ```
-
nbopen (🥉13 · ⭐ 280 · 💀) - Open a Jupyter notebook in the best available server. BSD-3 +
JupyterWith (🥉13 · ⭐ 560) - declarative and reproducible Jupyter environments - powered by Nix. MIT -- [GitHub](https://github.com/takluyver/nbopen) (👨‍💻 10 · 🔀 53 · 📋 63 - 58% open · ⏱️ 25.04.2018): +- [GitHub](https://github.com/tweag/jupyenv) (👨‍💻 37 · 🔀 120 · 📋 190 - 20% open · ⏱️ 17.10.2023): ``` - git clone https://github.com/takluyver/nbopen - ``` -- [PyPi](https://pypi.org/project/nbopen) (📥 760 / month): - ``` - pip install nbopen + git clone https://github.com/tweag/jupyterWith ```
-
naas (🥉13 · ⭐ 200) - Notebook调度工具,像API一样运行它们。❗️AGPL-3.0 +
ipyexperiments (🥉13 · ⭐ 180) - jupyter/ipython experiment containers for GPU and.. ❗Unlicensed -- [GitHub](https://github.com/jupyter-naas/naas) (👨‍💻 18 · 🔀 20 · 📦 3 · 📋 140 - 18% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/stas00/ipyexperiments) (👨‍💻 3 · 🔀 11 · 📦 8 · ⏱️ 15.12.2023): ``` - git clone https://github.com/jupyter-naas/naas + git clone https://github.com/stas00/ipyexperiments ``` -- [PyPi](https://pypi.org/project/naas) (📥 2.7K / month): +- [PyPi](https://pypi.org/project/ipyexperiments) (📥 270 / month): ``` - pip install naas + pip install ipyexperiments ```
-
Kernel Management (🥉12 · ⭐ 13 · 💀) - 针对Jupyter的实验性新内核管理框架。❗Unlicensed +
Kernel Management (🥉12 · ⭐ 15 · 💀) - Experimental new kernel management framework for.. ❗Unlicensed -- [GitHub](https://github.com/takluyver/jupyter_kernel_mgmt) (👨‍💻 74 · 🔀 7 · 📥 17 · 📋 25 - 44% open · ⏱️ 29.01.2020): +- [GitHub](https://github.com/takluyver/jupyter_kernel_mgmt) (👨‍💻 74 · 🔀 8 · 📥 17 · 📋 25 - 44% open · ⏱️ 29.01.2020): ``` git clone https://github.com/takluyver/jupyter_kernel_mgmt ``` -- [PyPi](https://pypi.org/project/jupyter-kernel-mgmt) (📥 38 / month): +- [PyPi](https://pypi.org/project/jupyter-kernel-mgmt) (📥 51 / month): ``` pip install jupyter-kernel-mgmt ```
-
jupyter2slides (🥉11 · ⭐ 770 · 💀) - 使用Jupyter Notebook的Cloud Native演示幻灯片MIT +
jupyter2slides (🥉11 · ⭐ 790 · 💀) - Cloud Native Presentation Slides with Jupyter Notebook +.. MIT - [GitHub](https://github.com/datitran/jupyter2slides) (🔀 170 · 📋 15 - 73% open · ⏱️ 28.12.2018): @@ -2406,33 +2418,21 @@ _与笔记本文件一起工作或可以在笔记本文件中使用的库和工 git clone https://github.com/datitran/jupyter2slides ```
-
ipyexperiments (🥉11 · ⭐ 150 · 💤) - 适用于GPU和一般设备的jupyter / ipython实验容器。❗Unlicensed - -- [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) (📥 110 / month): - ``` - pip install ipyexperiments - ``` -
-
Jupyter Helpers (🥉11 · ⭐ 40 · 💀) - Jupyter/IPython的帮助程序集合。MIT +
Jupyter Helpers (🥉11 · ⭐ 45 · 💀) - A collection of helpers for 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) (📥 110 / month): +- [PyPi](https://pypi.org/project/jupyter_helpers) (📥 140 / month): ``` pip install jupyter_helpers ```
-
Jupter-Notebook-REST-API (🥉7 · ⭐ 51 · 💀) - 将jupyter笔记本作为REST API端点运行。MIT +
Jupter-Notebook-REST-API (🥉6 · ⭐ 74 · 💀) - Run your jupyter notebooks as a REST API endpoint... MIT -- [GitHub](https://github.com/Invictify/Jupter-Notebook-REST-API) (👨‍💻 2 · 🔀 4 · ⏱️ 31.03.2020): +- [GitHub](https://github.com/Invictify/Jupter-Notebook-REST-API) (👨‍💻 2 · 🔀 9 · ⏱️ 31.03.2020): ``` git clone https://github.com/Invictify/Jupter-Notebook-REST-API @@ -2440,356 +2440,392 @@ _与笔记本文件一起工作或可以在笔记本文件中使用的库和工

-## JupyterLab渲染器 +## JupyterLab Renderer -Back to top +Back to top -_可以呈现和显示特定MIME类型文件的扩展名。_ +_Extensions that can render and display files of specific MIME types._ -
JupyterLab Dash (🥇20 · ⭐ 360 · 💀) - An Extension for the Interactive development of Dash apps in.. MIT +
JupyterLab Drawio (🥇19 · ⭐ 580 · 💀) - A standalone embedding of the FOSS drawio / mxgraph.. BSD-3 -- [GitHub](https://github.com/plotly/jupyterlab-dash) (👨‍💻 7 · 🔀 57 · 📦 260 · 📋 28 - 71% open · ⏱️ 19.05.2020): +- [GitHub](https://github.com/QuantStack/jupyterlab-drawio) (👨‍💻 15 · 🔀 68 · 📦 1.4K · 📋 67 - 62% open · ⏱️ 29.06.2021): ``` - git clone https://github.com/plotly/jupyterlab-dash - ``` -- [PyPi](https://pypi.org/project/jupyterlab-dash) (📥 1.3K / month): - ``` - pip install jupyterlab-dash + git clone https://github.com/QuantStack/jupyterlab-drawio ``` -- [NPM](https://www.npmjs.com/package/jupyterlab-dash) (📥 12K / month): +- [NPM](https://www.npmjs.com/package/jupyterlab-drawio) (📥 1.8K / month): ``` - npm install jupyterlab-dash + npm install jupyterlab-drawio ```
-
JupyterLab Drawio (🥈19 · ⭐ 540 · 💀) - FOSS drawio/mxgraph程序包的独立嵌入。BSD-3 +
JupyterLab Dash (🥇19 · ⭐ 360 · 💀) - An Extension for the Interactive development of Dash apps in.. MIT -- [GitHub](https://github.com/QuantStack/jupyterlab-drawio) (👨‍💻 15 · 🔀 63 · 📦 530 · 📋 65 - 61% open · ⏱️ 29.06.2021): +- [GitHub](https://github.com/plotly/jupyterlab-dash) (👨‍💻 7 · 🔀 55 · 📦 590 · 📋 28 - 71% open · ⏱️ 19.05.2020): ``` - git clone https://github.com/QuantStack/jupyterlab-drawio + git clone https://github.com/plotly/jupyterlab-dash ``` -- [NPM](https://www.npmjs.com/package/jupyterlab-drawio) (📥 4.3K / month): +- [PyPi](https://pypi.org/project/jupyterlab-dash) (📥 1.2K / month): ``` - npm install jupyterlab-drawio + pip install jupyterlab-dash + ``` +- [NPM](https://www.npmjs.com/package/jupyterlab-dash) (📥 2.1K / month): + ``` + npm install jupyterlab-dash ```
-
JupyterLab Latex (🥈18 · ⭐ 530) - JupyterLab扩展,用于实时编辑LaTeX文档。BSD-3 +
JupyterLab Latex (🥈18 · ⭐ 590) - JupyterLab extension for live editing of LaTeX documents. BSD-3 -- [GitHub](https://github.com/jupyterlab/jupyterlab-latex) (👨‍💻 22 · 🔀 59 · 📦 2 · 📋 82 - 32% open · ⏱️ 18.08.2022): +- [GitHub](https://github.com/jupyterlab/jupyterlab-latex) (👨‍💻 23 · 🔀 66 · 📋 90 - 36% open · ⏱️ 31.10.2023): ``` git clone https://github.com/jupyterlab/jupyterlab-latex ``` -- [PyPi](https://pypi.org/project/jupyterlab_latex) (📥 3.9K / month): +- [PyPi](https://pypi.org/project/jupyterlab_latex) (📥 1.9K / month): ``` pip install jupyterlab_latex ``` -- [NPM](https://www.npmjs.com/package/@jupyterlab/latex) (📥 1.2K / month): +- [NPM](https://www.npmjs.com/package/@jupyterlab/latex) (📥 250 / month): ``` npm install @jupyterlab/latex ```
-
JupyterLab Renderers (🥉17 · ⭐ 440) - JupyterLab的渲染器和渲染器扩展。BSD-3 +
JupyterLab Renderers (🥉15 · ⭐ 480) - Renderers and renderer extensions for JupyterLab. BSD-3 -- [GitHub](https://github.com/jupyterlab/jupyter-renderers) (👨‍💻 25 · 🔀 67 · 📦 1 · 📋 100 - 29% open · ⏱️ 08.07.2022): +- [GitHub](https://github.com/jupyterlab/jupyter-renderers) (👨‍💻 29 · 🔀 71 · 📋 110 - 32% open · ⏱️ 12.11.2023): ``` git clone https://github.com/jupyterlab/jupyter-renderers ``` -- [NPM](https://www.npmjs.com/package/@jupyterlab/geojson-extension) (📥 1.4K / month): +- [NPM](https://www.npmjs.com/package/@jupyterlab/geojson-extension) (📥 2K / month): ``` npm install @jupyterlab/geojson-extension ```
-
JupyterLab Chart Editor (🥉16 · ⭐ 210 · 💀) - JupyterLab扩展,用于实时编辑LaTeX文档。❗Unlicensed +
JupyterLab Spreadsheet (🥉15 · ⭐ 180 · 💀) - JupyterLab plugin for viewing spreadsheets, such as.. BSD-3 -- [GitHub](https://github.com/plotly/jupyterlab-chart-editor) (👨‍💻 5 · 🔀 22 · 📦 3 · 📋 31 - 38% open · ⏱️ 10.03.2021): +- [GitHub](https://github.com/quigleyj97/jupyterlab-spreadsheet) (👨‍💻 4 · 🔀 15 · 📦 6 · 📋 27 - 33% 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.1K / month): +- [NPM](https://www.npmjs.com/package/jupyterlab-spreadsheet) (📥 1.4K / month): ``` - npm install jupyterlab-chart-editor + npm install jupyterlab-spreadsheet ```
-
JupyterLab Spreadsheet (🥉16 · ⭐ 160) - JupyterLab插件,用于查看电子表格。BSD-3 +
JupyterLab Chart Editor (🥉14 · ⭐ 220 · 💀) - JupyterLab extension for Plotly's react-chart-editor. ❗Unlicensed -- [GitHub](https://github.com/quigleyj97/jupyterlab-spreadsheet) (👨‍💻 4 · 🔀 14 · 📦 3 · 📋 23 - 21% open · ⏱️ 18.07.2022): +- [GitHub](https://github.com/plotly/jupyterlab-chart-editor) (👨‍💻 5 · 🔀 24 · 📦 7 · 📋 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) (📥 4K / month): +- [NPM](https://www.npmjs.com/package/jupyterlab-chart-editor) (📥 410 / month): ``` - npm install jupyterlab-spreadsheet + npm install jupyterlab-chart-editor ```
-
JupyterLab Voyager (🥉13 · ⭐ 270 · 💀) - JupyterLab extension visualize data with Voyager. BSD-3 +
JupyterLab Voyager (🥉13 · ⭐ 290 · 💀) - JupyterLab extension visualize data with Voyager. BSD-3 -- [GitHub](https://github.com/altair-viz/jupyterlab_voyager) (👨‍💻 6 · 🔀 32 · 📋 60 - 66% open · ⏱️ 14.08.2019): +- [GitHub](https://github.com/altair-viz/jupyterlab_voyager) (👨‍💻 6 · 🔀 35 · 📦 3 · 📋 60 - 66% open · ⏱️ 14.08.2019): ``` git clone https://github.com/altair-viz/jupyterlab_voyager ``` -- [NPM](https://www.npmjs.com/package/jupyterlab_voyager) (📥 68 / month): +- [NPM](https://www.npmjs.com/package/jupyterlab_voyager) (📥 24 / month): ``` npm install jupyterlab_voyager ```

-## JupyterLab主题 +## JupyterLab Themes -Back to top +Back to top -_可以自定义JupyterLab外观的扩展。_ +_Extensions that can customize the appearance of JupyterLab._ -
Darcula Theme (🥇19 · ⭐ 150) - A handsome Darcula theme for Jupyterlab. The first jlab theme to.. BSD-3 +
Darcula Theme (🥇17 · ⭐ 200 · 💀) - A handsome Darcula theme for Jupyterlab. The first jlab.. BSD-3 -- [GitHub](https://github.com/telamonian/theme-darcula) (👨‍💻 7 · 🔀 22 · 📦 500 · 📋 23 - 30% open · ⏱️ 20.07.2022): +- [GitHub](https://github.com/telamonian/theme-darcula) (👨‍💻 7 · 🔀 27 · 📦 1.3K · 📋 25 - 32% open · ⏱️ 20.07.2022): ``` git clone https://github.com/telamonian/theme-darcula ``` -- [NPM](https://www.npmjs.com/package/@telamonian/theme-darcula) (📥 1.4K / month): +- [NPM](https://www.npmjs.com/package/@telamonian/theme-darcula) (📥 120 / month): ``` npm install @telamonian/theme-darcula ```
-
jupyterlab-theme-solarized-dark (🥈14 · ⭐ 66) - JupyterLab 2.x Solarized Dark扩展。BSD-3 +
Horizon Theme (🥈16 · ⭐ 81) - VSCode Horizon Theme port for JupyterLab. BSD-3 + +- [GitHub](https://github.com/mohirio/jupyterlab-horizon-theme) (👨‍💻 3 · 🔀 7 · 📥 24 · 📦 3 · 📋 9 - 11% open · ⏱️ 22.11.2023): + + ``` + git clone https://github.com/mohirio/jupyterlab-horizon-theme + ``` +- [NPM](https://www.npmjs.com/package/@mohirio/jupyterlab-horizon-theme) (📥 260 / month): + ``` + npm install @mohirio/jupyterlab-horizon-theme + ``` +
+
jupyterlab-theme-solarized-dark (🥈15 · ⭐ 89) - JupyterLab 2.x Solarized Dark extension. BSD-3 -- [GitHub](https://github.com/AllanChain/jupyterlab-theme-solarized-dark) (👨‍💻 2 · 🔀 9 · 📋 3 - 33% open · ⏱️ 21.07.2022): +- [GitHub](https://github.com/AllanChain/jupyterlab-theme-solarized-dark) (👨‍💻 2 · 🔀 9 · 📥 28 · 📦 3 · 📋 4 - 50% open · ⏱️ 18.01.2024): ``` git clone https://github.com/AllanChain/jupyterlab-theme-solarized-dark ``` -- [PyPi](https://pypi.org/project/jupyterlab_theme_solarized_dark) (📥 6.3K / month): +- [PyPi](https://pypi.org/project/jupyterlab_theme_solarized_dark) (📥 5.5K / month): ``` pip install jupyterlab_theme_solarized_dark ``` -- [NPM](https://www.npmjs.com/package/jupyterlab-theme-solarized-dark) (📥 3.8K / month): +- [NPM](https://www.npmjs.com/package/jupyterlab-theme-solarized-dark) (📥 1.8K / month): ``` npm install jupyterlab-theme-solarized-dark ```
-
Neon Theme (🥈13 · ⭐ 120 · 💀) - JupyterLab的扁平,80年代霓虹灯启发主题。BSD-3 +
Neon Theme (🥉12 · ⭐ 150 · 💀) - A flat, 80's neon inspired theme for JupyterLab. BSD-3 -- [GitHub](https://github.com/yeebc/jupyterlab-neon-theme) (👨‍💻 3 · 🔀 9 · 📦 1 · 📋 12 - 16% open · ⏱️ 07.03.2021): +- [GitHub](https://github.com/yeebc/jupyterlab-neon-theme) (👨‍💻 4 · 🔀 8 · 📦 4 · 📋 13 - 15% open · ⏱️ 28.08.2022): ``` git clone https://github.com/yeebc/jupyterlab-neon-theme ``` -- [NPM](https://www.npmjs.com/package/@yeebc/jupyterlab_neon_theme) (📥 1.1K / month): +- [NPM](https://www.npmjs.com/package/@yeebc/jupyterlab_neon_theme) (📥 150 / month): ``` npm install @yeebc/jupyterlab_neon_theme ```
-
Material Darker Theme (🥉12 · ⭐ 130 · 💤) - JupyterLab的Material Darker主题。BSD-3 +
Material Darker Theme (🥉11 · ⭐ 150 · 💀) - The Material Darker theme for JupyterLab. BSD-3 -- [GitHub](https://github.com/oriolmirosa/jupyterlab_materialdarker) (👨‍💻 2 · 🔀 15 · 📦 4 · 📋 17 - 17% open · ⏱️ 31.08.2021): +- [GitHub](https://github.com/oriolmirosa/jupyterlab_materialdarker) (👨‍💻 2 · 🔀 16 · 📦 8 · 📋 18 - 16% open · ⏱️ 16.12.2022): ``` git clone https://github.com/oriolmirosa/jupyterlab_materialdarker ``` -- [NPM](https://www.npmjs.com/package/@oriolmirosa/jupyterlab_materialdarker) (📥 670 / month): +- [NPM](https://www.npmjs.com/package/@oriolmirosa/jupyterlab_materialdarker) (📥 100 / month): ``` npm install @oriolmirosa/jupyterlab_materialdarker ```
-
Horizon Theme (🥉12 · ⭐ 52 · 💀) - JupyterLab的VSCode Horizo​​n主题端口。BSD-3 +
Gruvbox Theme (🥉9 · ⭐ 49 · 💀) - Gruvbox dark theme for Jupyter Lab. Modeled on classic.. ❗Unlicensed -- [GitHub](https://github.com/mohirio/jupyterlab-horizon-theme) (🔀 3 · 📋 5 - 20% open · ⏱️ 11.04.2021): +- [GitHub](https://github.com/Rahlir/theme-gruvbox) (👨‍💻 3 · 🔀 9 · 📦 4 · ⏱️ 12.04.2020): ``` - git clone https://github.com/mohirio/jupyterlab-horizon-theme + git clone https://github.com/Rahlir/theme-gruvbox ``` -- [NPM](https://www.npmjs.com/package/@mohirio/jupyterlab-horizon-theme) (📥 2.7K / month): +- [NPM](https://www.npmjs.com/package/@rahlir/theme-gruvbox) (📥 44 / month): ``` - npm install @mohirio/jupyterlab-horizon-theme + npm install @rahlir/theme-gruvbox ```
-
Theme Toggle (🥉10 · ⭐ 11 · 💀) - JupyterLab extension to toggle the theme in the Top Bar area. BSD-3 +
Theme Toggle (🥉9 · ⭐ 11 · 💀) - JupyterLab extension to toggle the theme in the Top Bar area. BSD-3 -- [GitHub](https://github.com/jtpio/jupyterlab-theme-toggle) (👨‍💻 2 · 🔀 3 · 📦 2 · 📋 3 - 66% open · ⏱️ 16.06.2021): +- [GitHub](https://github.com/jtpio/jupyterlab-theme-toggle) (👨‍💻 2 · 🔀 3 · 📦 5 · 📋 5 - 20% open · ⏱️ 16.06.2021): ``` git clone https://github.com/jtpio/jupyterlab-theme-toggle ``` -- [NPM](https://www.npmjs.com/package/jupyterlab-theme-toggle) (📥 1.5K / month): +- [NPM](https://www.npmjs.com/package/jupyterlab-theme-toggle) (📥 290 / month): ``` npm install jupyterlab-theme-toggle ```
-
Gruvbox Theme (🥉9 · ⭐ 48 · 💀) - Jupyter Lab的Gruvbox黑暗主题。❗Unlicensed - -- [GitHub](https://github.com/Rahlir/theme-gruvbox) (👨‍💻 3 · 🔀 10 · ⏱️ 12.04.2020): - - ``` - git clone https://github.com/Rahlir/theme-gruvbox - ``` -- [NPM](https://www.npmjs.com/package/@rahlir/theme-gruvbox) (📥 160 / month): - ``` - npm install @rahlir/theme-gruvbox - ``` -
-
Nord Theme (🥉6 · ⭐ 24 · 💀) - JupyterLab-Nord主题。❗Unlicensed +
Nord Theme (🥉6 · ⭐ 26 · 💀) - JupyterLab - Nord Theme. ❗Unlicensed -- [GitHub](https://github.com/kenshohara/theme-nord-extension) (🔀 1 · 📋 5 - 20% open · ⏱️ 20.09.2020): +- [GitHub](https://github.com/kenshohara/theme-nord-extension) (🔀 1 · 📦 3 · 📋 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) (📥 61 / month): +- [NPM](https://www.npmjs.com/package/@kenshohara/theme-nord-extension) (📥 18 / month): ``` npm install @kenshohara/theme-nord-extension ```

-## JupyterLab扩展 +## JupyterLab Extensions -Back to top +Back to top -_扩展JupyterLab自身功能的应用程序插件。_ +_Application plugins that extend the functionality of JupyterLab itself._ -
JupyterLab Git (🥇27 · ⭐ 1.1K) - JupyterLab的Git扩展。BSD-3 +
Perspective (🥇26 · ⭐ 7.1K) - Streaming pivot visualization via WebAssembly. Apache-2 + +- [GitHub](https://github.com/finos/perspective) (👨‍💻 93 · 🔀 920 · 📥 2K · 📦 110 · 📋 700 - 11% open · ⏱️ 22.01.2024): + + ``` + git clone https://github.com/finos/perspective + ``` +- [PyPi](https://pypi.org/project/perspective-python) (📥 6.1K / month): + ``` + pip install perspective-python + ``` +- [NPM](https://www.npmjs.com/package/@finos/perspective-jupyterlab) (📥 520 / month): + ``` + npm install @finos/perspective-jupyterlab + ``` +
+
JupyterLab Git (🥇23 · ⭐ 1.3K · 📉) - A Git extension for JupyterLab. BSD-3 -- [GitHub](https://github.com/jupyterlab/jupyterlab-git) (👨‍💻 76 · 🔀 230 · 📦 15 · 📋 530 - 15% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/jupyterlab/jupyterlab-git) (👨‍💻 94 · 🔀 280 · 📥 160 · 📦 3 · 📋 580 - 14% open · ⏱️ 06.12.2023): ``` git clone https://github.com/jupyterlab/jupyterlab-git ``` -- [PyPi](https://pypi.org/project/jupyterlab-git) (📥 150K / month): +- [PyPi](https://pypi.org/project/jupyterlab-git) (📥 140K / month): ``` pip install jupyterlab-git ``` -- [Conda](https://anaconda.org/conda-forge/jupyterlab-git) (📥 240K · ⏱️ 19.08.2022): +- [Conda](https://anaconda.org/conda-forge/jupyterlab-git) (📥 520K · ⏱️ 22.11.2023): ``` conda install -c conda-forge jupyterlab-git ```
-
elyra (🥇22 · ⭐ 1.4K) - Elyra以AI为中心的方法对JupyterLab笔记本进行拓展。Apache-2 +
elyra (🥇22 · ⭐ 1.7K) - Elyra extends JupyterLab Notebooks with an AI centric approach. Apache-2 -- [GitHub](https://github.com/elyra-ai/elyra) (👨‍💻 54 · 🔀 260 · 📦 32 · 📋 1.5K - 14% open · ⏱️ 24.08.2022): +- [GitHub](https://github.com/elyra-ai/elyra) (👨‍💻 62 · 🔀 310 · 📦 53 · 📋 1.6K - 15% open · ⏱️ 13.01.2024): ``` git clone https://github.com/elyra-ai/elyra ``` -- [PyPi](https://pypi.org/project/elyra) (📥 3.6K / month): +- [PyPi](https://pypi.org/project/elyra) (📥 2.8K / month): ``` pip install elyra ``` -- [Conda](https://anaconda.org/conda-forge/elyra) (📥 17K · ⏱️ 24.08.2022): +- [Conda](https://anaconda.org/conda-forge/elyra) (📥 43K · ⏱️ 16.06.2023): ``` conda install -c conda-forge elyra ```
-
Perspective (🥇21 · ⭐ 4.8K) - 通过WebAssembly进行流式透视显示。Apache-2 +
ipylab (🥇21 · ⭐ 160) - Control JupyterLab from Python Notebooks with Jupyter Widgets. BSD-3 -- [GitHub](https://github.com/finos/perspective) (👨‍💻 72 · 🔀 490 · 📦 4 · 📋 540 - 14% open · ⏱️ 23.08.2022): +- [GitHub](https://github.com/jtpio/ipylab) (👨‍💻 7 · 🔀 13 · 📥 130 · 📦 83 · 📋 45 - 53% open · ⏱️ 09.10.2023): ``` - git clone https://github.com/finos/perspective + git clone https://github.com/jtpio/ipylab ``` -- [PyPi](https://pypi.org/project/perspective-python) (📥 3K / month): +- [PyPi](https://pypi.org/project/ipylab) (📥 88K / month): ``` - pip install perspective-python + pip install ipylab ``` -- [NPM](https://www.npmjs.com/package/@finos/perspective-jupyterlab) (📥 1.4K / month): +- [Conda](https://anaconda.org/conda-forge/ipylab) (📥 28K · ⏱️ 11.08.2023): ``` - npm install @finos/perspective-jupyterlab + conda install -c conda-forge ipylab ```
-
JupyterLab Debugger (🥇20 · ⭐ 540 · 💀) - 适用于Jupyter笔记本电脑,控制台等的可视调试器。BSD-3 +
JupyterLab Debugger (🥇20 · ⭐ 560 · 💀) - A visual debugger for Jupyter notebooks, consoles,.. BSD-3 -- [GitHub](https://github.com/jupyterlab/debugger) (👨‍💻 11 · 🔀 37 · 📋 260 - 6% open · ⏱️ 31.03.2021): +- [GitHub](https://github.com/jupyterlab/debugger) (👨‍💻 11 · 🔀 40 · 📋 260 - 6% open · ⏱️ 31.03.2021): ``` git clone https://github.com/jupyterlab/debugger ``` -- [NPM](https://www.npmjs.com/package/@jupyterlab/debugger) (📥 170K / month): +- [NPM](https://www.npmjs.com/package/@jupyterlab/debugger) (📥 60K / month): ``` npm install @jupyterlab/debugger ```
-
Variable Inspector (🥇19 · ⭐ 930) - Jupyterlab的变量查看器扩展。BSD-3 +
GPU Dashboards (🥇20 · ⭐ 530) - A JupyterLab extension for displaying dashboards of GPU.. BSD-3 + +- [GitHub](https://github.com/rapidsai/jupyterlab-nvdashboard) (👨‍💻 19 · 🔀 71 · 📦 3 · 📋 73 - 45% open · ⏱️ 12.01.2024): + + ``` + git clone https://github.com/rapidsai/jupyterlab-nvdashboard + ``` +- [PyPi](https://pypi.org/project/jupyterlab-nvdashboard) (📥 79K / month): + ``` + pip install jupyterlab-nvdashboard + ``` +- [NPM](https://www.npmjs.com/package/jupyterlab-nvdashboard) (📥 190 / month): + ``` + npm install jupyterlab-nvdashboard + ``` +
+
Variable Inspector (🥈19 · ⭐ 1K) - Variable Inspector extension for Jupyterlab. BSD-3 -- [GitHub](https://github.com/lckr/jupyterlab-variableInspector) (👨‍💻 18 · 🔀 84 · 📦 3 · 📋 160 - 27% open · ⏱️ 01.08.2022): +- [GitHub](https://github.com/jupyterlab-contrib/jupyterlab-variableInspector) (👨‍💻 22 · 🔀 87 · 📥 35 · 📦 6 · 📋 170 - 23% open · ⏱️ 23.01.2024): ``` git clone https://github.com/lckr/jupyterlab-variableInspector ``` -- [NPM](https://www.npmjs.com/package/@lckr/jupyterlab_variableinspector) (📥 5.7K / month): +- [NPM](https://www.npmjs.com/package/@lckr/jupyterlab_variableinspector) (📥 5.4K / month): ``` npm install @lckr/jupyterlab_variableinspector ```
-
JupyterLab TOC (🥇19 · ⭐ 720 · 💤) - Table of Contents extension for JupyterLab. BSD-3 +
dask-labextension (🥈19 · ⭐ 300) - JupyterLab extension for Dask. BSD-3 -- [GitHub](https://github.com/jupyterlab/jupyterlab-toc) (👨‍💻 14 · 🔀 100 · 📋 120 - 55% open · ⏱️ 10.08.2021): +- [GitHub](https://github.com/dask/dask-labextension) (👨‍💻 24 · 🔀 58 · 📦 3 · 📋 150 - 30% open · ⏱️ 04.08.2023): ``` - git clone https://github.com/jupyterlab/jupyterlab-toc + git clone https://github.com/dask/dask-labextension ``` -- [NPM](https://www.npmjs.com/package/@jupyterlab/toc) (📥 180K / month): +- [PyPi](https://pypi.org/project/dask-labextension) (📥 6.5K / month): ``` - npm install @jupyterlab/toc + pip install dask-labextension + ``` +- [Conda](https://anaconda.org/conda-forge/dask-labextension) (📥 940K · ⏱️ 04.08.2023): + ``` + conda install -c conda-forge dask-labextension + ``` +- [NPM](https://www.npmjs.com/package/dask-labextension) (📥 640 / month): + ``` + npm install dask-labextension ```
-
JupyterLab System Monitor (🥇19 · ⭐ 250) - JupyterLab扩展以显示系统指标。BSD-3 +
JupyterLab Spellchecker (🥈19 · ⭐ 200) - Spellchecker for JupyterLab notebook markdown cells.. BSD-3 -- [GitHub](https://github.com/jtpio/jupyterlab-system-monitor) (👨‍💻 7 · 🔀 29 · 📦 48 · 📋 42 - 52% open · ⏱️ 15.02.2022): +- [GitHub](https://github.com/jupyterlab-contrib/spellchecker) (👨‍💻 6 · 🔀 19 · 📦 220 · 📋 57 - 31% open · ⏱️ 28.07.2023): ``` - git clone https://github.com/jtpio/jupyterlab-system-monitor + git clone https://github.com/ijmbarr/jupyterlab_spellchecker ``` -- [NPM](https://www.npmjs.com/package/jupyterlab-system-monitor) (📥 3.7K / month): +- [NPM](https://www.npmjs.com/package/@ijmbarr/jupyterlab_spellchecker) (📥 260 / month): ``` - npm install jupyterlab-system-monitor + npm install @ijmbarr/jupyterlab_spellchecker ```
-
Code Formatter (🥈18 · ⭐ 600) - JupyterLab的通用代码格式化工具。MIT +
Code Formatter (🥈18 · ⭐ 780 · 💤) - A universal code formatter for JupyterLab. MIT -- [GitHub](https://github.com/ryantam626/jupyterlab_code_formatter) (👨‍💻 37 · 🔀 49 · 📋 160 - 13% open · ⏱️ 11.08.2022): +- [GitHub](https://github.com/ryantam626/jupyterlab_code_formatter) (👨‍💻 42 · 🔀 52 · 📋 190 - 14% open · ⏱️ 18.06.2023): ``` git clone https://github.com/ryantam626/jupyterlab_code_formatter ``` -- [PyPi](https://pypi.org/project/jupyterlab_code_formatter) (📥 34K / month): +- [PyPi](https://pypi.org/project/jupyterlab_code_formatter) (📥 66K / month): ``` pip install jupyterlab_code_formatter ``` -- [NPM](https://www.npmjs.com/package/@ryantam626/jupyterlab_code_formatter) (📥 4.6K / month): +- [NPM](https://www.npmjs.com/package/@ryantam626/jupyterlab_code_formatter) (📥 1.6K / month): ``` npm install @ryantam626/jupyterlab_code_formatter ```
-
JupyterLab GitHub (🥈18 · ⭐ 330 · 💤) - GitHub integration for JupyterLab. BSD-3 +
JupyterLab TOC (🥈18 · ⭐ 730 · 💀) - Table of Contents extension for JupyterLab. BSD-3 -- [GitHub](https://github.com/jupyterlab/jupyterlab-github) (👨‍💻 15 · 🔀 88 · 📦 2 · 📋 57 - 36% open · ⏱️ 10.12.2021): +- [GitHub](https://github.com/jupyterlab/jupyterlab-toc) (👨‍💻 14 · 🔀 100 · 📋 120 - 55% open · ⏱️ 10.08.2021): ``` - git clone https://github.com/jupyterlab/jupyterlab-github - ``` -- [PyPi](https://pypi.org/project/jupyterlab-github) (📥 1.1K / month): - ``` - pip install jupyterlab-github + git clone https://github.com/jupyterlab/jupyterlab-toc ``` -- [NPM](https://www.npmjs.com/package/@jupyterlab/github) (📥 1.6K / month): +- [NPM](https://www.npmjs.com/package/@jupyterlab/toc) (📥 94K / month): ``` - npm install @jupyterlab/github + npm install @jupyterlab/toc ```
-
JupyterLab Templates (🥈18 · ⭐ 310) - 在jupyterlab的jupyter-Notebook各种模板。Apache-2 +
JupyterLab Templates (🥈18 · ⭐ 360) - Support for jupyter notebook templates in jupyterlab. Apache-2 -- [GitHub](https://github.com/jpmorganchase/jupyterlab_templates) (👨‍💻 14 · 🔀 50 · 📦 4 · 📋 78 - 8% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/finos/jupyterlab_templates) (👨‍💻 20 · 🔀 62 · 📦 8 · 📋 88 - 7% open · ⏱️ 20.01.2024): ``` git clone https://github.com/jpmorganchase/jupyterlab_templates ``` -- [PyPi](https://pypi.org/project/jupyterlab_templates) (📥 7.2K / month): +- [PyPi](https://pypi.org/project/jupyterlab_templates) (📥 12K / month): ``` pip install jupyterlab_templates ``` @@ -2798,735 +2834,699 @@ _扩展JupyterLab自身功能的应用程序插件。_ npm install jupyterlab_templates ```
-
dask-labextension (🥈18 · ⭐ 270) - JupyterLab扩展,用于实时编辑LaTeX文档。BSD-3 - -- [GitHub](https://github.com/dask/dask-labextension) (👨‍💻 19 · 🔀 51 · 📋 130 - 28% open · ⏱️ 21.06.2022): - - ``` - git clone https://github.com/dask/dask-labextension - ``` -- [PyPi](https://pypi.org/project/dask-labextension) (📥 13K / month): - ``` - pip install dask-labextension - ``` -- [Conda](https://anaconda.org/conda-forge/dask-labextension) (📥 620K · ⏱️ 22.06.2022): - ``` - conda install -c conda-forge dask-labextension - ``` -- [NPM](https://www.npmjs.com/package/dask-labextension) (📥 1.8K / month): - ``` - npm install dask-labextension - ``` -
-
JupyterLab Vim (🥈17 · ⭐ 920 · 💀) - 用于JupyterLab的Vim笔记本cell绑定。MIT +
JupyterLab System Monitor (🥈18 · ⭐ 290) - JupyterLab extension to display system metrics. BSD-3 -- [GitHub](https://github.com/jwkvam/jupyterlab-vim) (👨‍💻 8 · 🔀 73 · 📦 3 · 📋 97 - 56% open · ⏱️ 16.07.2019): +- [GitHub](https://github.com/jtpio/jupyterlab-system-monitor) (👨‍💻 7 · 🔀 29 · 📦 160 · ⏱️ 28.07.2023): ``` - git clone https://github.com/jwkvam/jupyterlab-vim + git clone https://github.com/jtpio/jupyterlab-system-monitor ``` -- [NPM](https://www.npmjs.com/package/jupyterlab_vim) (📥 280 / month): +- [NPM](https://www.npmjs.com/package/jupyterlab-system-monitor) (📥 1.5K / month): ``` - npm install jupyterlab_vim + npm install jupyterlab-system-monitor ```
-
GPU Dashboards (🥈17 · ⭐ 470) - 一个JupyterLab扩展,用于显示GPU的仪表板。BSD-3 +
JupyterLab SideCar (🥈18 · ⭐ 240) - A sidecar output widget for JupyterLab. BSD-3 -- [GitHub](https://github.com/rapidsai/jupyterlab-nvdashboard) (👨‍💻 17 · 🔀 59 · 📋 54 - 42% open · ⏱️ 23.06.2022): +- [GitHub](https://github.com/jupyter-widgets/jupyterlab-sidecar) (👨‍💻 16 · 🔀 39 · 📦 7 · 📋 35 - 62% open · ⏱️ 30.08.2023): ``` - git clone https://github.com/rapidsai/jupyterlab-nvdashboard + git clone https://github.com/jupyter-widgets/jupyterlab-sidecar ``` -- [PyPi](https://pypi.org/project/jupyterlab-nvdashboard) (📥 1.6K / month): +- [PyPi](https://pypi.org/project/sidecar) (📥 4.9K / month): ``` - pip install jupyterlab-nvdashboard + pip install sidecar ``` -- [NPM](https://www.npmjs.com/package/jupyterlab-nvdashboard) (📥 1.1K / month): +- [NPM](https://www.npmjs.com/package/@jupyter-widgets/jupyterlab-sidecar) (📥 500 / month): ``` - npm install jupyterlab-nvdashboard + npm install @jupyter-widgets/jupyterlab-sidecar ```
-
JupyterLab Google Drive (🥈17 · ⭐ 370) - 使用Google云端硬盘的JupyterLab的云存储。BSD-3 +
JupyterLab Google Drive (🥈17 · ⭐ 400) - Cloud storage for JupyterLab using Google Drive. BSD-3 -- [GitHub](https://github.com/jupyterlab/jupyterlab-google-drive) (👨‍💻 16 · 🔀 72 · 📦 2 · 📋 98 - 33% open · ⏱️ 28.04.2022): +- [GitHub](https://github.com/jupyterlab/jupyterlab-google-drive) (👨‍💻 17 · 🔀 74 · 📦 5 · ⏱️ 03.08.2023): ``` git clone https://github.com/jupyterlab/jupyterlab-google-drive ``` -- [NPM](https://www.npmjs.com/package/@jupyterlab/google-drive) (📥 1.1K / month): +- [NPM](https://www.npmjs.com/package/@jupyterlab/google-drive) (📥 310 / month): ``` npm install @jupyterlab/google-drive ```
-
JupyterLab SideCar (🥈17 · ⭐ 200 · 💀) - JupyterLab的sidecar输出小部件。BSD-3 +
JupyterLab GitHub (🥈17 · ⭐ 390) - GitHub integration for JupyterLab. BSD-3 -- [GitHub](https://github.com/jupyter-widgets/jupyterlab-sidecar) (👨‍💻 13 · 🔀 36 · 📦 3 · 📋 32 - 68% open · ⏱️ 04.07.2021): +- [GitHub](https://github.com/jupyterlab/jupyterlab-github) (👨‍💻 17 · 🔀 99 · 📥 29 · 📦 6 · 📋 62 - 33% open · ⏱️ 03.08.2023): ``` - git clone https://github.com/jupyter-widgets/jupyterlab-sidecar + git clone https://github.com/jupyterlab/jupyterlab-github ``` -- [PyPi](https://pypi.org/project/sidecar) (📥 4.5K / month): +- [PyPi](https://pypi.org/project/jupyterlab-github) (📥 1.9K / month): ``` - pip install sidecar + pip install jupyterlab-github ``` -- [NPM](https://www.npmjs.com/package/@jupyter-widgets/jupyterlab-sidecar) (📥 550 / month): +- [NPM](https://www.npmjs.com/package/@jupyterlab/github) (📥 1.1K / month): ``` - npm install @jupyter-widgets/jupyterlab-sidecar + npm install @jupyterlab/github ```
-
JupyterLab Spellchecker (🥈17 · ⭐ 160) - JupyterLab笔记本降价单元的拼写检查器。BSD-3 +
jupyter-fs (🥈17 · ⭐ 170) - A filesystem-like contents manager for multiple backends in.. Apache-2 -- [GitHub](https://github.com/jupyterlab-contrib/spellchecker) (👨‍💻 6 · 🔀 18 · 📦 1 · 📋 49 - 32% open · ⏱️ 22.02.2022): +- [GitHub](https://github.com/jpmorganchase/jupyter-fs) (👨‍💻 15 · 🔀 33 · 📦 5 · 📋 74 - 21% open · ⏱️ 11.11.2023): ``` - git clone https://github.com/ijmbarr/jupyterlab_spellchecker + git clone https://github.com/jpmorganchase/jupyter-fs ``` -- [NPM](https://www.npmjs.com/package/@ijmbarr/jupyterlab_spellchecker) (📥 1.7K / month): +- [PyPi](https://pypi.org/project/jupyter-fs) (📥 510 / month): ``` - npm install @ijmbarr/jupyterlab_spellchecker + pip install jupyter-fs ```
-
JupyterLab Go-To-Definition (🥈16 · ⭐ 220 · 💀) - 变量的定义查看器。BSD-3 +
Lantern (🥈16 · ⭐ 340) - Data exploration glue. Apache-2 -- [GitHub](https://github.com/krassowski/jupyterlab-go-to-definition) (👨‍💻 2 · 🔀 8 · 📦 11 · 📋 23 - 43% open · ⏱️ 28.07.2021): +- [GitHub](https://github.com/timkpaine/lantern) (👨‍💻 3 · 🔀 21 · 📦 19 · 📋 200 - 5% open · ⏱️ 11.12.2023): ``` - git clone https://github.com/krassowski/jupyterlab-go-to-definition + git clone https://github.com/timkpaine/lantern ``` -- [NPM](https://www.npmjs.com/package/@krassowski/jupyterlab_go_to_definition) (📥 2.5K / month): +- [PyPi](https://pypi.org/project/pylantern) (📥 75 / month): ``` - npm install @krassowski/jupyterlab_go_to_definition + pip install pylantern ```
-
JupyterLab Data Explorer (🥈16 · ⭐ 170 · 💀) - JupyterLab中的一流数据集。BSD-3 +
jupyterlab-execute-time (🥈16 · ⭐ 320) - Execute Time Plugin for Jupyter Lab. BSD-3 -- [GitHub](https://github.com/jupyterlab/jupyterlab-data-explorer) (👨‍💻 9 · 🔀 34 · 📦 10 · 📋 91 - 62% open · ⏱️ 24.05.2020): +- [GitHub](https://github.com/deshaw/jupyterlab-execute-time) (👨‍💻 17 · 🔀 43 · 📦 4 · 📋 61 - 16% open · ⏱️ 06.11.2023): ``` - git clone https://github.com/jupyterlab/jupyterlab-data-explorer + git clone https://github.com/deshaw/jupyterlab-execute-time ``` -- [NPM](https://www.npmjs.com/package/@jupyterlab/dataregistry-extension) (📥 180 / month): +- [NPM](https://www.npmjs.com/package/jupyterlab-execute-time) (📥 1.4K / month): ``` - npm install @jupyterlab/dataregistry-extension + npm install jupyterlab-execute-time ```
-
JupyterLab IFrame (🥈16 · ⭐ 81) - JupyterLab iframe小部件。Apache-2 +
jupyterlab-sparkmonitor (🥈16 · ⭐ 91 · 💀) - JupyterLab extension that enables monitoring launched.. Apache-2 -- [GitHub](https://github.com/timkpaine/jupyterlab_iframe) (👨‍💻 5 · 🔀 15 · 📦 3 · 📋 66 - 6% open · ⏱️ 21.07.2022): +- [GitHub](https://github.com/itsjafer/jupyterlab-sparkmonitor) (👨‍💻 10 · 🔀 25 · 📦 3 · 📋 16 - 50% open · ⏱️ 01.04.2022): ``` - git clone https://github.com/timkpaine/jupyterlab_iframe - ``` -- [PyPi](https://pypi.org/project/jupyterlab_iframe) (📥 960 / month): - ``` - pip install jupyterlab_iframe + git clone https://github.com/itsjafer/jupyterlab-sparkmonitor ``` -- [NPM](https://www.npmjs.com/package/jupyterlab_iframe) (📥 920 / month): +- [PyPi](https://pypi.org/project/jupyterlab-sparkmonitor) (📥 11K / month): ``` - npm install jupyterlab_iframe + pip install jupyterlab-sparkmonitor ``` -
-
Lantern (🥈15 · ⭐ 320) - 数据探索工具。Apache-2 - -- [GitHub](https://github.com/timkpaine/lantern) (👨‍💻 3 · 🔀 20 · 📦 17 · 📋 200 - 5% open · ⏱️ 13.06.2022): - +- [NPM](https://www.npmjs.com/package/jupyterlab_sparkmonitor) (📥 42 / month): ``` - git clone https://github.com/timkpaine/lantern + npm install jupyterlab_sparkmonitor ``` -- [PyPi](https://pypi.org/project/pylantern) (📥 56 / month): +- [Docker Hub](https://hub.docker.com/r/itsjafer/sparkmonitor) (📥 340 · ⏱️ 02.06.2021): ``` - pip install pylantern + docker pull itsjafer/sparkmonitor ```
-
JupyterLab Tensorboard (🥈15 · ⭐ 300) - Jupyterlab的Tensorboard扩展。MIT +
JupyterLab Vim (🥉15 · ⭐ 960 · 💀) - Vim notebook cell bindings for JupyterLab. MIT -- [GitHub](https://github.com/chaoleili/jupyterlab_tensorboard) (👨‍💻 7 · 🔀 32 · 📦 2 · 📋 27 - 62% open · ⏱️ 18.07.2022): +- [GitHub](https://github.com/jwkvam/jupyterlab-vim) (👨‍💻 8 · 🔀 74 · 📦 3 · 📋 100 - 55% open · ⏱️ 16.07.2019): ``` - git clone https://github.com/chaoleili/jupyterlab_tensorboard + git clone https://github.com/jwkvam/jupyterlab-vim ``` -- [NPM](https://www.npmjs.com/package/jupyterlab_tensorboard) (📥 6.2K / month): +- [NPM](https://www.npmjs.com/package/jupyterlab_vim) (📥 130 / month): ``` - npm install jupyterlab_tensorboard + npm install jupyterlab_vim ```
-
jupyterlab-execute-time (🥈15 · ⭐ 230) - 为Jupyter Lab执行时间插件。BSD-3 +
JupyterLab Tensorboard (🥉15 · ⭐ 310 · 💀) - Tensorboard extension for jupyterlab. MIT -- [GitHub](https://github.com/deshaw/jupyterlab-execute-time) (👨‍💻 11 · 🔀 32 · 📋 34 - 11% open · ⏱️ 12.08.2022): +- [GitHub](https://github.com/chesterli29/jupyterlab_tensorboard) (👨‍💻 7 · 🔀 33 · 📦 5 · 📋 30 - 66% open · ⏱️ 18.07.2022): ``` - git clone https://github.com/deshaw/jupyterlab-execute-time + git clone https://github.com/chaoleili/jupyterlab_tensorboard ``` -- [NPM](https://www.npmjs.com/package/jupyterlab-execute-time) (📥 2.7K / month): +- [NPM](https://www.npmjs.com/package/jupyterlab_tensorboard) (📥 5.2K / month): ``` - npm install jupyterlab-execute-time + npm install jupyterlab_tensorboard ```
-
Jupyter Bokeh (🥈15 · ⭐ 200) - 用于在JupyterLab笔记本中呈现Bokeh内容的扩展。BSD-3 +
Jupyter Bokeh (🥉15 · ⭐ 230 · 💤) - An extension for rendering Bokeh content in JupyterLab.. BSD-3 -- [GitHub](https://github.com/bokeh/jupyter_bokeh) (👨‍💻 17 · 🔀 41 · 📋 89 - 12% open · ⏱️ 12.08.2022): +- [GitHub](https://github.com/bokeh/jupyter_bokeh) (👨‍💻 18 · 🔀 45 · 📦 3 · 📋 100 - 18% open · ⏱️ 14.03.2023): ``` git clone https://github.com/bokeh/jupyter_bokeh ``` -- [PyPi](https://pypi.org/project/jupyter-bokeh) (📥 45K / month): +- [PyPi](https://pypi.org/project/jupyter-bokeh) (📥 51K / month): ``` pip install jupyter-bokeh ``` -- [NPM](https://www.npmjs.com/package/@bokeh/jupyter_bokeh) (📥 7.2K / month): +- [NPM](https://www.npmjs.com/package/@bokeh/jupyter_bokeh) (📥 4.2K / month): ``` npm install @bokeh/jupyter_bokeh ```
-
ipylab (🥈15 · ⭐ 110) - 使用Jupyter小部件从Python笔记本控制JupyterLab。BSD-3 +
JupyterLab Go-To-Definition (🥉15 · ⭐ 220 · 💀) - Navigate to variable's definition with a click in.. BSD-3 -- [GitHub](https://github.com/jtpio/ipylab) (👨‍💻 6 · 🔀 7 · 📥 35 · 📋 30 - 36% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/krassowski/jupyterlab-go-to-definition) (👨‍💻 2 · 🔀 9 · 📦 17 · 📋 23 - 43% open · ⏱️ 28.07.2021): ``` - git clone https://github.com/jtpio/ipylab - ``` -- [PyPi](https://pypi.org/project/ipylab) (📥 4.3K / month): - ``` - pip install ipylab + git clone https://github.com/krassowski/jupyterlab-go-to-definition ``` -- [Conda](https://anaconda.org/conda-forge/ipylab) (📥 13K · ⏱️ 25.08.2022): +- [NPM](https://www.npmjs.com/package/@krassowski/jupyterlab_go_to_definition) (📥 470 / month): ``` - conda install -c conda-forge ipylab + npm install @krassowski/jupyterlab_go_to_definition ```
-
jupyterlab-sos (🥈15 · ⭐ 54) - 适用于SoS Polyglot笔记本和工作流程的Jupyterlab扩展BSD-3 +
JupyterLab Data Explorer (🥉15 · ⭐ 180) - First class datasets in JupyterLab. BSD-3 -- [GitHub](https://github.com/vatlab/jupyterlab-sos) (👨‍💻 4 · 🔀 3 · 📋 59 - 15% open · ⏱️ 02.08.2022): +- [GitHub](https://github.com/jupyterlab/jupyterlab-data-explorer) (👨‍💻 10 · 🔀 36 · 📦 14 · ⏱️ 08.08.2023): ``` - git clone https://github.com/vatlab/jupyterlab-sos - ``` -- [Conda](https://anaconda.org/conda-forge/jupyterlab-sos) (📥 18K · ⏱️ 03.08.2022): - ``` - conda install -c conda-forge jupyterlab-sos + git clone https://github.com/jupyterlab/jupyterlab-data-explorer ``` -- [NPM](https://www.npmjs.com/package/jupyterlab-sos) (📥 140 / month): +- [NPM](https://www.npmjs.com/package/@jupyterlab/dataregistry-extension) (📥 58 / month): ``` - npm install jupyterlab-sos + npm install @jupyterlab/dataregistry-extension ```
-
nbgather (🥉14 · ⭐ 450 · 💀) - Jupyter笔记本分割工具。MIT +
JupyterLab IFrame (🥉15 · ⭐ 100) - JupyterLab iframe widget. Apache-2 -- [GitHub](https://github.com/microsoft/gather) (👨‍💻 12 · 🔀 29 · 📋 27 - 40% open · ⏱️ 14.02.2020): +- [GitHub](https://github.com/timkpaine/jupyterlab_iframe) (👨‍💻 5 · 🔀 17 · 📦 6 · 📋 68 - 5% open · ⏱️ 19.12.2023): ``` - git clone https://github.com/microsoft/gather + git clone https://github.com/timkpaine/jupyterlab_iframe ``` -- [NPM](https://www.npmjs.com/package/nbgather) (📥 51 / month): +- [PyPi](https://pypi.org/project/jupyterlab_iframe) (📥 1.2K / month): ``` - npm install nbgather + pip install jupyterlab_iframe + ``` +- [NPM](https://www.npmjs.com/package/jupyterlab_iframe) (📥 190 / month): + ``` + npm install jupyterlab_iframe ```
-
JupyterLab SQL (🥉14 · ⭐ 380 · 💀) - JupyterLab的SQL GUI。MIT +
jupyterlab-sos (🥉15 · ⭐ 67) - Jupyterlab extension for SoS Polyglot Notebook and Workflow.. BSD-3 -- [GitHub](https://github.com/pbugnion/jupyterlab-sql) (👨‍💻 2 · 🔀 44 · 📋 74 - 50% open · ⏱️ 04.01.2020): +- [GitHub](https://github.com/vatlab/jupyterlab-sos) (👨‍💻 4 · 🔀 6 · 📦 3 · 📋 63 - 17% open · ⏱️ 30.09.2023): ``` - git clone https://github.com/pbugnion/jupyterlab-sql + git clone https://github.com/vatlab/jupyterlab-sos ``` -- [PyPi](https://pypi.org/project/jupyterlab_sql) (📥 450 / month): +- [Conda](https://anaconda.org/conda-forge/jupyterlab-sos) (📥 33K · ⏱️ 16.06.2023): ``` - pip install jupyterlab_sql + conda install -c conda-forge jupyterlab-sos + ``` +- [NPM](https://www.npmjs.com/package/jupyterlab-sos) (📥 90 / month): + ``` + npm install jupyterlab-sos ```
-
Collapsible Headings (🥉14 · ⭐ 170 · 💀) - 为Jupyter实验室笔记本实现可折叠页眉。BSD-3 +
nbgather (🥉14 · ⭐ 520 · 💀) - Spit shine for Jupyter notebooks. MIT -- [GitHub](https://github.com/aquirdTurtle/Collapsible_Headings) (👨‍💻 6 · 🔀 7 · 📋 31 - 29% open · ⏱️ 22.05.2021): +- [GitHub](https://github.com/microsoft/gather) (👨‍💻 13 · 🔀 34 · 📦 3 · 📋 27 - 33% open · ⏱️ 28.11.2022): ``` - git clone https://github.com/aquirdTurtle/Collapsible_Headings + git clone https://github.com/microsoft/gather ``` -- [NPM](https://www.npmjs.com/package/@aquirdturtle/collapsible_headings) (📥 1.6K / month): +- [NPM](https://www.npmjs.com/package/nbgather) (📥 35 / month): ``` - npm install @aquirdturtle/collapsible_headings + npm install nbgather ```
-
JupyterLab HDF5 (🥉14 · ⭐ 95) - 在JupyterLab中打开和浏览HDF5文件。BSD-3 +
JupyterLab HDF5 (🥉14 · ⭐ 110) - Open and explore HDF5 files in JupyterLab. Can handle very.. BSD-3 -- [GitHub](https://github.com/jupyterlab/jupyterlab-hdf5) (👨‍💻 6 · 🔀 19 · 📋 44 - 25% open · ⏱️ 21.02.2022): +- [GitHub](https://github.com/jupyterlab/jupyterlab-hdf5) (👨‍💻 9 · 🔀 23 · 📦 3 · 📋 50 - 28% open · ⏱️ 11.10.2023): ``` git clone https://github.com/jupyterlab/jupyterlab-hdf5 ``` -- [PyPi](https://pypi.org/project/jupyterlab_hdf) (📥 1K / month): +- [PyPi](https://pypi.org/project/jupyterlab_hdf) (📥 370 / month): ``` pip install jupyterlab_hdf ``` -- [NPM](https://www.npmjs.com/package/@jupyterlab/hdf5) (📥 680 / month): +- [NPM](https://www.npmjs.com/package/@jupyterlab/hdf5) (📥 130 / month): ``` npm install @jupyterlab/hdf5 ```
-
JupyterLab Quickopen (🥉14 · ⭐ 75 · 💤) - 通过在JupyterLab中键入文件的一部分来快速打开文件。BSD-3 - -- [GitHub](https://github.com/parente/jupyterlab-quickopen) (👨‍💻 5 · 🔀 8 · ⏱️ 12.12.2021): - - ``` - git clone https://github.com/parente/jupyterlab-quickopen - ``` -- [PyPi](https://pypi.org/project/jupyterlab-quickopen) (📥 430 / month): - ``` - pip install jupyterlab-quickopen - ``` -- [NPM](https://www.npmjs.com/package/@parente/jupyterlab-quickopen) (📥 59 / month): - ``` - npm install @parente/jupyterlab-quickopen - ``` -
-
JupyterLab Kernelspy (🥉14 · ⭐ 68) - Jupyter Lab扩展,用于检查往返于邮件的信息。❗Unlicensed +
JupyterLab LSP (🥉14 · ⭐ 83) - Coding assistance for JupyterLab (code navigation + hover.. BSD-3 -- [GitHub](https://github.com/jupyterlab-contrib/jupyterlab-kernelspy) (👨‍💻 4 · 🔀 9 · 📦 3 · 📋 13 - 15% open · ⏱️ 20.07.2022): +- [GitHub](https://github.com/krassowski/jupyterlab-lsp) (👨‍💻 48 · 📦 26 · ⏱️ 06.10.2023): ``` - git clone https://github.com/jupyterlab-contrib/jupyterlab-kernelspy + git clone https://github.com/krassowski/jupyterlab-lsp ``` -- [NPM](https://www.npmjs.com/package/jupyterlab-kernelspy) (📥 190 / month): +- [NPM](https://www.npmjs.com/package/@krassowski/jupyterlab-lsp) (📥 1.4K / month): ``` - npm install jupyterlab-kernelspy + npm install @krassowski/jupyterlab-lsp ```
-
JupyterLab Autoversion (🥉14 · ⭐ 58) - 在JupyterLab中Jupyter笔记本的自动版本控制。Apache-2 +
JupyterLab Quickopen (🥉14 · ⭐ 75 · 💀) - Quickly open a file in JupyterLab by typing part of.. BSD-3 -- [GitHub](https://github.com/timkpaine/jupyterlab_autoversion) (👨‍💻 5 · 🔀 9 · 📋 32 - 9% open · ⏱️ 21.07.2022): +- [GitHub](https://github.com/parente/jupyterlab-quickopen) (👨‍💻 5 · 🔀 10 · 📦 3 · ⏱️ 12.12.2021): ``` - git clone https://github.com/timkpaine/jupyterlab_autoversion + git clone https://github.com/parente/jupyterlab-quickopen ``` -- [PyPi](https://pypi.org/project/jupyterlab_autoversion) (📥 84 / month): +- [PyPi](https://pypi.org/project/jupyterlab-quickopen) (📥 360 / month): ``` - pip install jupyterlab_autoversion + pip install jupyterlab-quickopen ``` -- [NPM](https://www.npmjs.com/package/jupyterlab_autoversion) (📥 69 / month): +- [NPM](https://www.npmjs.com/package/@parente/jupyterlab-quickopen) (📥 32 / month): ``` - npm install jupyterlab_autoversion + npm install @parente/jupyterlab-quickopen ```
-
JupyterLab Shortcutui (🥉14 · ⭐ 55 · 💀) - 一个JupyterLab扩展,用于显示GPU的仪表板。BSD-3 +
JupyterLab Shortcutui (🥉14 · ⭐ 54) - A JupyterLab extension for managing keyboard shortcuts. BSD-3 -- [GitHub](https://github.com/jupyterlab/jupyterlab-shortcutui) (👨‍💻 8 · 🔀 14 · 📋 13 - 53% open · ⏱️ 17.01.2020): +- [GitHub](https://github.com/jupyterlab/jupyterlab-shortcutui) (👨‍💻 9 · 🔀 14 · 📦 3 · ⏱️ 08.08.2023): ``` git clone https://github.com/jupyterlab/jupyterlab-shortcutui ``` -- [NPM](https://www.npmjs.com/package/@jupyterlab/shortcutui) (📥 300 / month): +- [NPM](https://www.npmjs.com/package/@jupyterlab/shortcutui) (📥 120 / month): ``` npm install @jupyterlab/shortcutui ```
-
jupyterlab-sparkmonitor (🥉13 · ⭐ 78) - JupyterLab扩展,可启动监控。Apache-2 +
JupyterLab SQL (🥉13 · ⭐ 400 · 💀) - SQL GUI for JupyterLab. MIT -- [GitHub](https://github.com/itsjafer/jupyterlab-sparkmonitor) (👨‍💻 10 · 🔀 20 · 📋 16 - 50% open · ⏱️ 01.04.2022): +- [GitHub](https://github.com/pbugnion/jupyterlab-sql) (👨‍💻 2 · 🔀 48 · 📋 75 - 50% open · ⏱️ 04.01.2020): ``` - git clone https://github.com/itsjafer/jupyterlab-sparkmonitor + git clone https://github.com/pbugnion/jupyterlab-sql ``` -- [PyPi](https://pypi.org/project/jupyterlab-sparkmonitor) (📥 3.4K / month): +- [PyPi](https://pypi.org/project/jupyterlab_sql) (📥 330 / month): ``` - pip install jupyterlab-sparkmonitor + pip install jupyterlab_sql ``` -- [NPM](https://www.npmjs.com/package/jupyterlab_sparkmonitor) (📥 68 / month): +
+
JupyterLab Commenting (🥉13 · ⭐ 98 · 💀) - Commenting and annotation for JupyterLab. BSD-3 + +- [GitHub](https://github.com/jupyterlab/jupyterlab-commenting) (👨‍💻 10 · 🔀 22 · 📦 3 · 📋 35 - 71% open · ⏱️ 01.05.2020): + ``` - npm install jupyterlab_sparkmonitor + git clone https://github.com/jupyterlab/jupyterlab-commenting ``` -- [Docker Hub](https://hub.docker.com/r/itsjafer/sparkmonitor) (📥 290 · ⏱️ 02.06.2021): +- [NPM](https://www.npmjs.com/package/@jupyterlab/commenting-extension) (📥 28 / month): ``` - docker pull itsjafer/sparkmonitor + npm install @jupyterlab/commenting-extension ```
-
jupyter-fs (🥉12 · ⭐ 120) - 类似文件系统的内容管理器,用于Jupyter中的多个后端。Apache-2 +
JupyterLab Kernelspy (🥉13 · ⭐ 75) - A Jupyter Lab extension for inspecting messages.. ❗Unlicensed -- [GitHub](https://github.com/jpmorganchase/jupyter-fs) (👨‍💻 9 · 🔀 24 · 📋 55 - 23% open · ⏱️ 29.04.2022): +- [GitHub](https://github.com/jupyterlab-contrib/jupyterlab-kernelspy) (👨‍💻 6 · 🔀 12 · 📥 19 · 📦 7 · 📋 13 - 15% open · ⏱️ 08.10.2023): ``` - git clone https://github.com/jpmorganchase/jupyter-fs + git clone https://github.com/jupyterlab-contrib/jupyterlab-kernelspy ``` -- [PyPi](https://pypi.org/project/jupyter-fs) (📥 300 / month): +- [NPM](https://www.npmjs.com/package/jupyterlab-kernelspy) (📥 120 / month): ``` - pip install jupyter-fs + npm install jupyterlab-kernelspy ```
-
JupyterLab Commenting (🥉12 · ⭐ 93 · 💀) - JupyterLab的注释和注释。BSD-3 +
Collapsible Headings (🥉12 · ⭐ 170 · 💀) - Implements Collapsible Headers for Jupyter Lab.. 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 · 🔀 8 · 📋 32 - 31% 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) (📥 140 / month): +- [NPM](https://www.npmjs.com/package/@aquirdturtle/collapsible_headings) (📥 460 / month): ``` - npm install @jupyterlab/commenting-extension + npm install @aquirdturtle/collapsible_headings ```
-
nbcelltests (🥉12 · ⭐ 64) - 用于Jupyter笔记本的逐个cell测试工具。Apache-2 +
nbcelltests (🥉12 · ⭐ 81 · 💀) - Cell-by-cell testing for production Jupyter notebooks in.. Apache-2 -- [GitHub](https://github.com/jpmorganchase/nbcelltests) (👨‍💻 7 · 🔀 16 · 📋 110 - 27% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/jpmorganchase/nbcelltests) (👨‍💻 7 · 🔀 20 · 📦 3 · 📋 120 - 26% open · ⏱️ 07.12.2022): ``` git clone https://github.com/jpmorganchase/nbcelltests ``` -- [PyPi](https://pypi.org/project/nbcelltests) (📥 24 / month): +- [PyPi](https://pypi.org/project/nbcelltests) (📥 18 / month): ``` pip install nbcelltests ``` -- [NPM](https://www.npmjs.com/package/jupyterlab_celltests) (📥 23 / month): +- [NPM](https://www.npmjs.com/package/jupyterlab_celltests) (📥 21 / month): ``` npm install jupyterlab_celltests ```
-
JupyterLab Python Files (🥉12 · ⭐ 52 · 💤) - JupyterLab扩展来创建Python文件。BSD-3 +
JupyterLab Autoversion (🥉12 · ⭐ 70) - Automatically version jupyter notebooks in JupyterLab. Apache-2 -- [GitHub](https://github.com/jtpio/jupyterlab-python-file) (👨‍💻 4 · 🔀 10 · 📥 77 · 📋 9 - 11% open · ⏱️ 27.08.2021): +- [GitHub](https://github.com/timkpaine/jupyterlab_autoversion) (👨‍💻 5 · 🔀 9 · 📋 34 - 14% open · ⏱️ 18.12.2023): ``` - git clone https://github.com/jtpio/jupyterlab-python-file + git clone https://github.com/timkpaine/jupyterlab_autoversion ``` -- [NPM](https://www.npmjs.com/package/jupyterlab-python-file) (📥 660 / month): +- [PyPi](https://pypi.org/project/jupyterlab_autoversion) (📥 96 / month): ``` - npm install jupyterlab-python-file + pip install jupyterlab_autoversion + ``` +- [NPM](https://www.npmjs.com/package/jupyterlab_autoversion) (📥 45 / month): + ``` + npm install jupyterlab_autoversion ```
-
JupyterLab Flake8 (🥉12 · ⭐ 51) - 一个jupyterlab扩展,可以直接从中发送电子邮件笔记本。Apache-2 +
JupyterLab Python Files (🥉12 · ⭐ 52 · 💀) - JupyterLab extension to create Python files. BSD-3 -- [GitHub](https://github.com/timkpaine/jupyterlab_email) (👨‍💻 2 · 🔀 2 · 📋 36 - 11% open · ⏱️ 21.07.2022): +- [GitHub](https://github.com/jtpio/jupyterlab-python-file) (👨‍💻 4 · 🔀 11 · 📥 99 · 📦 3 · 📋 9 - 11% open · ⏱️ 27.08.2021): ``` - git clone https://github.com/timkpaine/jupyterlab_email + git clone https://github.com/jtpio/jupyterlab-python-file ``` -- [NPM](https://www.npmjs.com/package/jupyterlab-flake8) (📥 200 / month): +- [NPM](https://www.npmjs.com/package/jupyterlab-python-file) (📥 100 / month): ``` - npm install jupyterlab-flake8 + npm install jupyterlab-python-file ```
-
KnowledgeLab (🥉12 · ⭐ 45) - KnowledgeRepo + JupyterLab. Apache-2 +
KnowledgeLab (🥉12 · ⭐ 46) - KnowledgeRepo + JupyterLab. Apache-2 -- [GitHub](https://github.com/timkpaine/knowledgelab) (👨‍💻 3 · 🔀 6 · 📦 2 · 📋 27 - 11% open · ⏱️ 13.06.2022): +- [GitHub](https://github.com/timkpaine/knowledgelab) (👨‍💻 3 · 🔀 6 · 📦 6 · 📋 27 - 11% open · ⏱️ 18.12.2023): ``` git clone https://github.com/timkpaine/knowledgelab ``` -- [PyPi](https://pypi.org/project/knowledgelab) (📥 10 / month): +- [PyPi](https://pypi.org/project/knowledgelab) (📥 8 / month): ``` pip install knowledgelab ``` -- [NPM](https://www.npmjs.com/package/knowledgelab) (📥 12 / month): +- [NPM](https://www.npmjs.com/package/knowledgelab) (📥 9 / month): ``` npm install knowledgelab ```
-
jupyterlab_commands (🥉12 · ⭐ 37) - Add arbitrary python commands to the jupyterlab.. Apache-2 +
jupyterlab-celltags (🥉11 · ⭐ 110 · 💀) - A JupyterLab extension for notebook cell tags. BSD-3 -- [GitHub](https://github.com/timkpaine/jupyterlab_commands) (👨‍💻 2 · 🔀 5 · 📦 3 · 📋 24 - 8% open · ⏱️ 21.07.2022): +- [GitHub](https://github.com/jupyterlab/jupyterlab-celltags) (👨‍💻 10 · 🔀 26 · 📋 18 - 61% open · ⏱️ 29.04.2020): ``` - git clone https://github.com/timkpaine/jupyterlab_commands + git clone https://github.com/jupyterlab/jupyterlab-celltags ```
-
JupyterLab LSP (🥉12 · 📉) - JupyterLab的编码帮助(代码导航+悬停)。BSD-3 +
JupyterLab Email (🥉11 · ⭐ 52) - A jupyterlab extension to email notebooks directly from.. Apache-2 -- [GitHub](https://github.com/krassowski/jupyterlab-lsp) (👨‍💻 43 · ⏱️ 22.08.2022): +- [GitHub](https://github.com/timkpaine/jupyterlab_email) (👨‍💻 2 · 🔀 2 · 📦 1 · 📋 38 - 5% open · ⏱️ 19.12.2023): ``` - git clone https://github.com/krassowski/jupyterlab-lsp + git clone https://github.com/timkpaine/jupyterlab_email ``` -- [NPM](https://www.npmjs.com/package/@krassowski/jupyterlab-lsp) (📥 4.4K / month): +- [PyPi](https://pypi.org/project/jupyterlab_email) (📥 65 / month): ``` - npm install @krassowski/jupyterlab-lsp + pip install jupyterlab_email + ``` +- [NPM](https://www.npmjs.com/package/jupyterlab_email) (📥 27 / month): + ``` + npm install jupyterlab_email ```
-
jupyterlab-celltags (🥉11 · ⭐ 110 · 💀) - 一个JupyterLab扩展,用于显示GPU的仪表板。BSD-3 +
JupyterLab Flake8 (🥉11 · ⭐ 52) - A jupyterlab extension to email notebooks directly from.. Apache-2 -- [GitHub](https://github.com/jupyterlab/jupyterlab-celltags) (👨‍💻 10 · 🔀 25 · 📋 18 - 61% open · ⏱️ 29.04.2020): +- [GitHub](https://github.com/timkpaine/jupyterlab_email) (👨‍💻 2 · 🔀 2 · 📦 1 · 📋 38 - 5% open · ⏱️ 19.12.2023): ``` - git clone https://github.com/jupyterlab/jupyterlab-celltags + git clone https://github.com/timkpaine/jupyterlab_email + ``` +- [NPM](https://www.npmjs.com/package/jupyterlab-flake8) (📥 73 / month): + ``` + npm install jupyterlab-flake8 ```
-
JupyterLab Email (🥉11 · ⭐ 51) - 一个jupyterlab扩展,可以直接从中发送电子邮件笔记本。Apache-2 +
jupyterlab-executor (🥉11 · ⭐ 12) - JupyterLab extension to execute the scripts from the file.. BSD-3 -- [GitHub](https://github.com/timkpaine/jupyterlab_email) (👨‍💻 2 · 🔀 2 · 📋 36 - 11% open · ⏱️ 21.07.2022): +- [GitHub](https://github.com/gavincyi/jupyterlab-executor) (👨‍💻 2 · 🔀 1 · 📥 4 · 📦 3 · 📋 3 - 33% open · ⏱️ 10.09.2023): ``` - git clone https://github.com/timkpaine/jupyterlab_email + git clone https://github.com/gavincyi/jupyterlab-executor ``` -- [PyPi](https://pypi.org/project/jupyterlab_email) (📥 61 / month): +- [PyPi](https://pypi.org/project/jupyterlab-executor) (📥 520 / month): ``` - pip install jupyterlab_email + pip install jupyterlab-executor ``` -- [NPM](https://www.npmjs.com/package/jupyterlab_email) (📥 21 / month): +- [NPM](https://www.npmjs.com/package/@gavincyi/jupyterlab-executor) (📥 14 / month): ``` - npm install jupyterlab_email + npm install @gavincyi/jupyterlab-executor ```
-
jupyterlab-flake8 (🥉10 · ⭐ 110 · 💤) - Jupyterlab用于笔记本和文本文件的python连接器。BSD-3 +
JupyterLab Top Bar (🥉11 · ⭐ 5) - JupyterLab Top Bar extension. BSD-3 -- [GitHub](https://github.com/mlshapiro/jupyterlab-flake8) (👨‍💻 5 · 🔀 10 · 📋 39 - 15% open · ⏱️ 16.09.2021): +- [GitHub](https://github.com/jtpio/jupyterlab-topbar) (👨‍💻 5 · 🔀 2 · 📦 37 · ⏱️ 26.09.2023): ``` - git clone https://github.com/mlshapiro/jupyterlab-flake8 + git clone https://github.com/jtpio/jupyterlab-topbar ``` -- [NPM](https://www.npmjs.com/package/jupyterlab-flake8) (📥 200 / month): +- [NPM](https://www.npmjs.com/package/jupyterlab-topbar-extension) (📥 1.6K / month): ``` - npm install jupyterlab-flake8 + npm install jupyterlab-topbar-extension ```
-
jupyterlab-gitplus (🥉9 · ⭐ 94 · 💤) - JupyterLab扩展来创建Python文件。❗️AGPL-3.0 +
jupyterlab-flake8 (🥉10 · ⭐ 110 · 💀) - Jupyterlab python linter for notebooks and text files.. BSD-3 -- [GitHub](https://github.com/ReviewNB/jupyterlab-gitplus) (👨‍💻 2 · 🔀 7 · 📋 10 - 20% open · ⏱️ 06.08.2021): +- [GitHub](https://github.com/mlshapiro/jupyterlab-flake8) (👨‍💻 5 · 🔀 10 · 📦 3 · 📋 41 - 19% open · ⏱️ 16.09.2021): ``` - git clone https://github.com/ReviewNB/jupyterlab-gitplus - ``` -- [PyPi](https://pypi.org/project/jupyterlab_gitplus) (📥 150 / month): - ``` - pip install jupyterlab_gitplus + git clone https://github.com/mlshapiro/jupyterlab-flake8 ``` -- [NPM](https://www.npmjs.com/package/@reviewnb/jupyterlab_gitplus) (📥 95 / month): +- [NPM](https://www.npmjs.com/package/jupyterlab-flake8) (📥 73 / month): ``` - npm install @reviewnb/jupyterlab_gitplus + npm install jupyterlab-flake8 ```
-
JupyterLab Bytecode (🥉9 · ⭐ 59 · 💀) - JupyterLab扩展,以探索CPython字节码。BSD-3 +
JupyterLab Bytecode (🥉10 · ⭐ 60 · 💀) - JupyterLab extension to explore CPython Bytecode. BSD-3 -- [GitHub](https://github.com/jtpio/jupyterlab-python-bytecode) (👨‍💻 2 · 🔀 6 · 📋 5 - 40% open · ⏱️ 16.10.2020): +- [GitHub](https://github.com/jtpio/jupyterlab-python-bytecode) (👨‍💻 2 · 🔀 6 · 📦 3 · 📋 5 - 40% open · ⏱️ 16.10.2020): ``` git clone https://github.com/jtpio/jupyterlab-python-bytecode ``` -- [NPM](https://www.npmjs.com/package/jupyterlab-python-bytecode) (📥 19 / month): +- [NPM](https://www.npmjs.com/package/jupyterlab-python-bytecode) (📥 39 / month): ``` npm install jupyterlab-python-bytecode ```
-
JupyterLab Spark (🥉9 · ⭐ 9 · 💤) - JupyterLab的Spark应用程序UI扩展。Apache-2 +
jupyterlab_commands (🥉10 · ⭐ 49) - Add arbitrary python commands to the jupyterlab.. Apache-2 -- [GitHub](https://github.com/manuzhang/jupyterlab_spark) (👨‍💻 2 · 🔀 2 · 📋 5 - 40% open · ⏱️ 05.09.2021): +- [GitHub](https://github.com/timkpaine/jupyterlab_commands) (👨‍💻 2 · 🔀 6 · 📋 24 - 4% open · ⏱️ 18.12.2023): ``` - git clone https://github.com/manuzhang/jupyterlab_spark - ``` -- [NPM](https://www.npmjs.com/package/jupyterlab_spark) (📥 69 / month): - ``` - npm install jupyterlab_spark + git clone https://github.com/timkpaine/jupyterlab_commands ```
-
JupyterLab Top Bar (🥉9 · ⭐ 3 · 💤) - JupyterLab顶部栏扩展。BSD-3 +
jupyterlab-gitplus (🥉9 · ⭐ 110 · 💤) - JupyterLab extension to create GitHub commits & pull.. ❗️AGPL-3.0 -- [GitHub](https://github.com/jtpio/jupyterlab-topbar) (👨‍💻 4 · 🔀 1 · ⏱️ 07.12.2021): +- [GitHub](https://github.com/ReviewNB/jupyterlab-gitplus) (👨‍💻 2 · 🔀 8 · 📦 3 · 📋 11 - 18% open · ⏱️ 28.02.2023): ``` - git clone https://github.com/jtpio/jupyterlab-topbar + git clone https://github.com/ReviewNB/jupyterlab-gitplus ``` -- [NPM](https://www.npmjs.com/package/jupyterlab-topbar-extension) (📥 3.9K / month): +- [PyPi](https://pypi.org/project/jupyterlab_gitplus) (📥 42 / month): ``` - npm install jupyterlab-topbar-extension + pip install jupyterlab_gitplus + ``` +- [NPM](https://www.npmjs.com/package/@reviewnb/jupyterlab_gitplus) (📥 29 / month): + ``` + npm install @reviewnb/jupyterlab_gitplus ```
-
jupyterlab-executor (🥉8 · ⭐ 5 · 💀) - JupyterLab扩展,以探索CPython字节码。BSD-3 +
JupyterLab Spark (🥉9 · ⭐ 9 · 💀) - Spark Application UI extension for JupyterLab. Apache-2 -- [GitHub](https://github.com/gavincyi/jupyterlab-executor) (👨‍💻 2 · 📥 3 · ⏱️ 24.03.2021): +- [GitHub](https://github.com/manuzhang/jupyterlab_spark) (👨‍💻 2 · 🔀 2 · 📦 3 · 📋 5 - 40% open · ⏱️ 05.09.2021): ``` - git clone https://github.com/gavincyi/jupyterlab-executor - ``` -- [PyPi](https://pypi.org/project/jupyterlab-executor) (📥 53 / month): - ``` - pip install jupyterlab-executor + git clone https://github.com/manuzhang/jupyterlab_spark ``` -- [NPM](https://www.npmjs.com/package/@gavincyi/jupyterlab-executor) (📥 34 / month): +- [NPM](https://www.npmjs.com/package/jupyterlab_spark) (📥 15 / month): ``` - npm install @gavincyi/jupyterlab-executor + npm install jupyterlab_spark ```

-## JupyterHub认证 +## JupyterHub Authenticators -Back to top +Back to top -_管理和控制用户如何访问JupyterHub部署的身份验证模块。_ +_Authentication modules that manage and control how users can access the JupyterHub deployment._ -
OAuthenticator (🥇22 · ⭐ 340) - OAuth + JupyterHub Authenticator = OAuthenticator. BSD-3 +
OAuthenticator (🥇22 · ⭐ 390) - OAuth + JupyterHub Authenticator = OAuthenticator. BSD-3 -- [GitHub](https://github.com/jupyterhub/oauthenticator) (👨‍💻 110 · 🔀 310 · 📦 290 · 📋 230 - 13% open · ⏱️ 23.08.2022): +- [GitHub](https://github.com/jupyterhub/oauthenticator) (👨‍💻 120 · 🔀 330 · 📦 400 · 📋 290 - 14% open · ⏱️ 22.01.2024): ``` git clone https://github.com/jupyterhub/oauthenticator ``` -- [PyPi](https://pypi.org/project/oauthenticator) (📥 40K / month): +- [PyPi](https://pypi.org/project/oauthenticator) (📥 22K / month): ``` pip install oauthenticator ``` -- [Conda](https://anaconda.org/conda-forge/oauthenticator) (📥 27K · ⏱️ 09.06.2022): +- [Conda](https://anaconda.org/conda-forge/oauthenticator) (📥 46K · ⏱️ 28.11.2023): ``` conda install -c conda-forge oauthenticator ```
-
LDAP Authenticator (🥇22 · ⭐ 180 · 💀) - 用于Jupyter的LDAP Authenticator插件。BSD-3 +
LDAP Authenticator (🥇21 · ⭐ 200) - LDAP Authenticator Plugin for Jupyter. BSD-3 -- [GitHub](https://github.com/jupyterhub/ldapauthenticator) (👨‍💻 31 · 🔀 150 · 📦 95 · 📋 140 - 41% open · ⏱️ 27.06.2021): +- [GitHub](https://github.com/jupyterhub/ldapauthenticator) (👨‍💻 32 · 🔀 170 · 📦 130 · 📋 140 - 42% open · ⏱️ 04.01.2024): ``` git clone https://github.com/jupyterhub/ldapauthenticator ``` -- [PyPi](https://pypi.org/project/jupyterhub-ldapauthenticator) (📥 6.5K / month): +- [PyPi](https://pypi.org/project/jupyterhub-ldapauthenticator) (📥 7.4K / month): ``` pip install jupyterhub-ldapauthenticator ``` -- [Conda](https://anaconda.org/conda-forge/jupyterhub-ldapauthenticator) (📥 26K · ⏱️ 28.08.2020): +- [Conda](https://anaconda.org/conda-forge/jupyterhub-ldapauthenticator) (📥 34K · ⏱️ 16.06.2023): ``` conda install -c conda-forge jupyterhub-ldapauthenticator ```
-
LTI Authenticator (🥈18 · ⭐ 55) - 用于LTI的JupyterHub身份验证器。BSD-3 +
Native Authenticator (🥈20 · ⭐ 69) - JupyterHub-native user authenticator. BSD-3 -- [GitHub](https://github.com/jupyterhub/ltiauthenticator) (👨‍💻 15 · 🔀 42 · 📦 78 · ⏱️ 22.08.2022): +- [GitHub](https://github.com/jupyterhub/nativeauthenticator) (👨‍💻 22 · 🔀 59 · 📦 72 · 📋 100 - 30% open · ⏱️ 04.01.2024): ``` - 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) (📥 8.6K / month): ``` - pip install jupyterhub-ltiauthenticator + pip install jupyterhub-nativeauthenticator ```
-
Native Authenticator (🥈18 · ⭐ 53) - JupyterHub本地用户身份验证器。BSD-3 +
LTI Authenticator (🥈18 · ⭐ 62) - A JupyterHub authenticator for LTI. BSD-3 -- [GitHub](https://github.com/jupyterhub/nativeauthenticator) (👨‍💻 21 · 🔀 52 · 📦 40 · 📋 93 - 25% open · ⏱️ 03.08.2022): +- [GitHub](https://github.com/jupyterhub/ltiauthenticator) (👨‍💻 18 · 🔀 46 · 📦 100 · 📋 49 - 4% open · ⏱️ 17.01.2024): ``` - git clone https://github.com/jupyterhub/nativeauthenticator + git clone https://github.com/jupyterhub/ltiauthenticator ``` -- [PyPi](https://pypi.org/project/jupyterhub-nativeauthenticator) (📥 4.8K / month): +- [PyPi](https://pypi.org/project/jupyterhub-ltiauthenticator) (📥 2.6K / month): ``` - pip install jupyterhub-nativeauthenticator + pip install jupyterhub-ltiauthenticator ```
-
First Use Authenticator (🥈16 · ⭐ 40 · 💤) - JupyterHub Authenticator,可以让用户进行设置。BSD-3 +
First Use Authenticator (🥈16 · ⭐ 47 · 💤) - JupyterHub Authenticator that lets users set.. BSD-3 -- [GitHub](https://github.com/jupyterhub/firstuseauthenticator) (👨‍💻 12 · 🔀 21 · 📦 66 · 📋 23 - 26% open · ⏱️ 28.10.2021): +- [GitHub](https://github.com/jupyterhub/firstuseauthenticator) (👨‍💻 12 · 🔀 27 · 📦 95 · 📋 26 - 34% open · ⏱️ 30.06.2023): ``` git clone https://github.com/jupyterhub/firstuseauthenticator ``` -- [PyPi](https://pypi.org/project/jupyterhub-firstuseauthenticator) (📥 3.8K / month): +- [PyPi](https://pypi.org/project/jupyterhub-firstuseauthenticator) (📥 3.9K / month): ``` pip install jupyterhub-firstuseauthenticator ```
-
dummyauthenticator (🥈14 · ⭐ 28 · 💀) - 虚拟的JupyterHub Authenticator使测试变得容易。BSD-3 +
dummyauthenticator (🥈14 · ⭐ 28 · 💀) - A Dummy JupyterHub Authenticator to make testing easy. BSD-3 -- [GitHub](https://github.com/jupyterhub/dummyauthenticator) (🔀 14 · 📦 100 · 📋 7 - 71% open · ⏱️ 12.02.2021): +- [GitHub](https://github.com/jupyterhub/dummyauthenticator) (🔀 14 · 📦 120 · 📋 7 - 71% open · ⏱️ 12.02.2021): ``` git clone https://github.com/jupyterhub/dummyauthenticator ``` -- [PyPi](https://pypi.org/project/jupyterhub-dummyauthenticator) (📥 4.2K / month): +- [PyPi](https://pypi.org/project/jupyterhub-dummyauthenticator) (📥 1.2K / month): ``` pip install jupyterhub-dummyauthenticator ```
-
JWT Authenticator (🥉13 · ⭐ 41 · 💀) - JupyterHub的令牌验证器。Apache-2 +
JWT Authenticator (🥉13 · ⭐ 52 · 💀) - A Token Authenticator for JupyterHub. Apache-2 -- [GitHub](https://github.com/mogthesprog/jwtauthenticator) (👨‍💻 7 · 🔀 37 · 📦 8 · 📋 17 - 52% open · ⏱️ 13.02.2019): +- [GitHub](https://github.com/mogthesprog/jwtauthenticator) (👨‍💻 7 · 🔀 40 · 📦 14 · 📋 17 - 52% open · ⏱️ 13.02.2019): ``` git clone https://github.com/mogthesprog/jwtauthenticator ``` -- [PyPi](https://pypi.org/project/jupyterhub-jwtauthenticator) (📥 290 / month): +- [PyPi](https://pypi.org/project/jupyterhub-jwtauthenticator) (📥 140 / month): ``` pip install jupyterhub-jwtauthenticator ```
-
Null Authenticator (🥉13 · ⭐ 7) - Null Authenticator for JupyterHub instances that should have.. BSD-3 +
SAML Authenticator (🥉13 · ⭐ 36 · 💀) - jupyterhub-samlauthenticator. MIT -- [GitHub](https://github.com/jupyterhub/nullauthenticator) (👨‍💻 7 · 🔀 9 · 📦 83 · ⏱️ 17.05.2022): +- [GitHub](https://github.com/HewlettPackard/jupyterhub-samlauthenticator) (👨‍💻 7 · 🔀 22 · 📥 13 · 📋 32 - 53% open · ⏱️ 21.03.2022): ``` - git clone https://github.com/jupyterhub/nullauthenticator + git clone https://github.com/HewlettPackard/jupyterhub-samlauthenticator ``` -- [PyPi](https://pypi.org/project/nullauthenticator) (📥 2.2K / month): +- [PyPi](https://pypi.org/project/jupyterhub-samlauthenticator) (📥 650 / month): ``` - pip install nullauthenticator + pip install jupyterhub-samlauthenticator ```
-
SAML Authenticator (🥉12 · ⭐ 33) - jupyterhub-samlauthenticator。MIT +
Null Authenticator (🥉13 · ⭐ 9 · 💀) - Null Authenticator for JupyterHub instances that should.. BSD-3 -- [GitHub](https://github.com/HewlettPackard/jupyterhub-samlauthenticator) (👨‍💻 7 · 🔀 20 · 📥 13 · 📋 28 - 50% open · ⏱️ 21.03.2022): +- [GitHub](https://github.com/jupyterhub/nullauthenticator) (👨‍💻 7 · 🔀 9 · 📦 110 · ⏱️ 17.05.2022): ``` - git clone https://github.com/HewlettPackard/jupyterhub-samlauthenticator + git clone https://github.com/jupyterhub/nullauthenticator ``` -- [PyPi](https://pypi.org/project/jupyterhub-samlauthenticator) (📥 460 / month): +- [PyPi](https://pypi.org/project/nullauthenticator) (📥 2.5K / month): ``` - pip install jupyterhub-samlauthenticator + pip install nullauthenticator ```
-
Remote User Auth (🥉11 · ⭐ 33 · 💀) - Jupyterhub的REMOTE_USER身份验证器。❗️GPL-3.0 +
Remote User Auth (🥉11 · ⭐ 40 · 💀) - REMOTE_USER authenticator for Jupyterhub. ❗️GPL-3.0 -- [GitHub](https://github.com/cwaldbieser/jhub_remote_user_authenticator) (👨‍💻 5 · 🔀 25 · 📋 19 - 42% open · ⏱️ 16.04.2019): +- [GitHub](https://github.com/cwaldbieser/jhub_remote_user_authenticator) (👨‍💻 5 · 🔀 26 · 📋 19 - 42% open · ⏱️ 16.04.2019): ``` git clone https://github.com/cwaldbieser/jhub_remote_user_authenticator ``` -- [PyPi](https://pypi.org/project/jhub_remote_user_authenticator) (📥 290 / month): +- [PyPi](https://pypi.org/project/jhub_remote_user_authenticator) (📥 540 / month): ``` pip install jhub_remote_user_authenticator ```
-
CAS Authenticator (🥉10 · ⭐ 18) - Jupyterhub的CAS验证器。❗️GPL-3.0 +
Hash Authenticator (🥉10 · ⭐ 4) - Authenticate users with passwords generated from their.. BSD-3 -- [GitHub](https://github.com/cwaldbieser/jhub_cas_authenticator) (👨‍💻 4 · 🔀 10 · 📋 12 - 16% open · ⏱️ 28.07.2022): +- [GitHub](https://github.com/thedataincubator/jupyterhub-hashauthenticator) (👨‍💻 3 · 🔀 3 · ⏱️ 04.01.2024): ``` - git clone https://github.com/cwaldbieser/jhub_cas_authenticator + git clone https://github.com/thedataincubator/jupyterhub-hashauthenticator ``` -- [PyPi](https://pypi.org/project/jhub_cas_authenticator) (📥 220 / month): +- [PyPi](https://pypi.org/project/jupyterhub-hashauthenticator) (📥 110 / month): ``` - pip install jhub_cas_authenticator + pip install jupyterhub-hashauthenticator ```
-
Hash Authenticator (🥉9 · ⭐ 4 · 💀) - 使用从其生成的密码对用户进行身份验证。BSD-3 +
Remote Authenticator (🥉10 · ⭐ 1) - A collection of JupyterHub Authenticators, including.. ❗️GPL-3.0 -- [GitHub](https://github.com/thedataincubator/jupyterhub-hashauthenticator) (👨‍💻 3 · 🔀 3 · ⏱️ 09.03.2021): +- [GitHub](https://github.com/ucphhpc/jhub-authenticators) (👨‍💻 5 · 🔀 1 · 📦 1 · ⏱️ 12.08.2023): ``` - git clone https://github.com/thedataincubator/jupyterhub-hashauthenticator + git clone https://github.com/rasmunk/jhub-authenticators ``` -- [PyPi](https://pypi.org/project/jupyterhub-hashauthenticator) (📥 36 / month): +- [PyPi](https://pypi.org/project/jhub-authenticators) (📥 230 / month): ``` - pip install jupyterhub-hashauthenticator + pip install jhub-authenticators ```
-
Remote Authenticator (🥉9 · ⭐ 1) - JupyterHub Authenticators的集合。❗️GPL-3.0 +
CAS Authenticator (🥉9 · ⭐ 21 · 💤) - CAS authenticator for Jupyterhub. ❗️GPL-3.0 -- [GitHub](https://github.com/ucphhpc/jhub-authenticators) (👨‍💻 5 · 🔀 1 · 📦 1 · ⏱️ 15.04.2022): +- [GitHub](https://github.com/cwaldbieser/jhub_cas_authenticator) (👨‍💻 4 · 🔀 11 · 📋 15 - 20% open · ⏱️ 17.03.2023): ``` - git clone https://github.com/rasmunk/jhub-authenticators + git clone https://github.com/cwaldbieser/jhub_cas_authenticator ``` -- [PyPi](https://pypi.org/project/jhub-authenticators) (📥 78 / month): +- [PyPi](https://pypi.org/project/jhub_cas_authenticator) (📥 150 / month): ``` - pip install jhub-authenticators + pip install jhub_cas_authenticator ```
-
Keberos Authenticator (🥉8 · ⭐ 10 · 💀) - 用于LTI的JupyterHub身份验证器。BSD-3 +
Keberos Authenticator (🥉9 · ⭐ 11 · 💀) - A JupyterHub authenticator using Kerberos. BSD-3 - [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) (📥 74 / month): +- [PyPi](https://pypi.org/project/jupyterhub-kerberosauthenticator) (📥 150 / month): ``` pip install jupyterhub-kerberosauthenticator ```
-
SSH Authenticator (🥉6 · ⭐ 6 · 💀) - JupyterHub的简单SSH身份验证器。BSD-3 +
SSH Authenticator (🥉6 · ⭐ 6 · 💀) - A simple SSH authenticator for JupyterHub. BSD-3 - [GitHub](https://github.com/andreas-h/sshauthenticator) (🔀 1 · ⏱️ 03.09.2019): @@ -3536,164 +3536,164 @@ _管理和控制用户如何访问JupyterHub部署的身份验证模块。_

-## JupyterHub容器等 +## JupyterHub Spawners -Back to top +Back to top -_启动、监视和停止单用户笔记本服务器的派生模块。_ +_Spawner modules that start, monitor, and stop single-user notebook servers._ -
DockerSpawner (🥇21 · ⭐ 430) - 在Docker容器中生成JupyterHub单用户服务器。BSD-3 +
KubeSpawner (🥇21 · ⭐ 510) - Kubernetes spawner for JupyterHub. BSD-3 -- [GitHub](https://github.com/jupyterhub/dockerspawner) (👨‍💻 64 · 🔀 270 · 📦 130 · 📋 260 - 6% open · ⏱️ 05.07.2022): +- [GitHub](https://github.com/jupyterhub/kubespawner) (👨‍💻 84 · 🔀 280 · 📦 160 · 📋 360 - 20% open · ⏱️ 04.01.2024): ``` - git clone https://github.com/jupyterhub/dockerspawner - ``` -- [PyPi](https://pypi.org/project/dockerspawner) (📥 8.6K / month): - ``` - pip install dockerspawner + git clone https://github.com/jupyterhub/kubespawner ``` -- [Conda](https://anaconda.org/conda-forge/dockerspawner) (📥 13K · ⏱️ 17.08.2021): +- [PyPi](https://pypi.org/project/jupyterhub-kubespawner) (📥 85K / month): ``` - conda install -c conda-forge dockerspawner + pip install jupyterhub-kubespawner ```
-
KubeSpawner (🥈20 · ⭐ 420) - Kubernetes spawner for JupyterHub. BSD-3 +
DockerSpawner (🥇21 · ⭐ 470) - Spawns JupyterHub single user servers in Docker containers. BSD-3 -- [GitHub](https://github.com/jupyterhub/kubespawner) (👨‍💻 73 · 🔀 250 · 📦 110 · 📋 290 - 17% open · ⏱️ 13.08.2022): +- [GitHub](https://github.com/jupyterhub/dockerspawner) (👨‍💻 69 · 🔀 290 · 📦 180 · 📋 270 - 8% open · ⏱️ 04.01.2024): ``` - git clone https://github.com/jupyterhub/kubespawner + git clone https://github.com/jupyterhub/dockerspawner ``` -- [PyPi](https://pypi.org/project/jupyterhub-kubespawner) (📥 33K / month): +- [PyPi](https://pypi.org/project/dockerspawner) (📥 38K / month): ``` - pip install jupyterhub-kubespawner + pip install dockerspawner + ``` +- [Conda](https://anaconda.org/conda-forge/dockerspawner) (📥 20K · ⏱️ 21.11.2023): + ``` + conda install -c conda-forge dockerspawner ```
-
BatchSpawner (🥈20 · ⭐ 140) - 用于Jupyterhub的自定义Spawner,可按计划批量启动服务器。BSD-3 +
BatchSpawner (🥈19 · ⭐ 170) - Custom Spawner for Jupyterhub to start servers in batch scheduled.. BSD-3 -- [GitHub](https://github.com/jupyterhub/batchspawner) (👨‍💻 40 · 🔀 98 · 📦 21 · 📋 120 - 40% open · ⏱️ 14.04.2022): +- [GitHub](https://github.com/jupyterhub/batchspawner) (👨‍💻 44 · 🔀 120 · 📦 31 · 📋 140 - 41% open · ⏱️ 04.01.2024): ``` git clone https://github.com/jupyterhub/batchspawner ``` -- [PyPi](https://pypi.org/project/batchspawner) (📥 3.3K / month): +- [PyPi](https://pypi.org/project/batchspawner) (📥 3.8K / month): ``` pip install batchspawner ```
-
SystemdSpawner (🥉17 · ⭐ 79) - 使用Systemd生成JupyterHub单用户笔记本服务器。BSD-3 +
SystemdSpawner (🥉16 · ⭐ 88) - Spawn JupyterHub single-user notebook servers with systemd. BSD-3 -- [GitHub](https://github.com/jupyterhub/systemdspawner) (👨‍💻 17 · 🔀 40 · 📦 21 · 📋 59 - 45% open · ⏱️ 22.04.2022): +- [GitHub](https://github.com/jupyterhub/systemdspawner) (👨‍💻 21 · 🔀 46 · 📦 36 · 📋 70 - 30% open · ⏱️ 04.01.2024): ``` git clone https://github.com/jupyterhub/systemdspawner ``` -- [PyPi](https://pypi.org/project/jupyterhub-systemdspawner) (📥 1.5K / month): +- [PyPi](https://pypi.org/project/jupyterhub-systemdspawner) (📥 2.6K / month): ``` pip install jupyterhub-systemdspawner ```
-
WrapSpawner (🥉14 · ⭐ 54) - JupyterHub的生成器的运行时配置机制。BSD-3 +
WrapSpawner (🥉15 · ⭐ 60 · 💤) - Mechanism for runtime configuration of spawners for JupyterHub. BSD-3 -- [GitHub](https://github.com/jupyterhub/wrapspawner) (👨‍💻 16 · 🔀 49 · 📦 7 · 📋 31 - 54% open · ⏱️ 04.03.2022): +- [GitHub](https://github.com/jupyterhub/wrapspawner) (👨‍💻 17 · 🔀 56 · 📦 11 · 📋 33 - 57% open · ⏱️ 05.04.2023): ``` git clone https://github.com/jupyterhub/wrapspawner ```
-
SudoSpawner (🥉14 · ⭐ 44 · 💤) - 使用Systemd生成JupyterHub单用户笔记本服务器。BSD-3 +
SudoSpawner (🥉15 · ⭐ 49) - Spawn JupyterHub single-user servers with sudo. BSD-3 -- [GitHub](https://github.com/jupyterhub/sudospawner) (👨‍💻 14 · 🔀 36 · 📦 40 · 📋 37 - 45% open · ⏱️ 10.09.2021): +- [GitHub](https://github.com/jupyterhub/sudospawner) (👨‍💻 15 · 🔀 39 · 📦 60 · 📋 39 - 43% open · ⏱️ 14.12.2023): ``` git clone https://github.com/jupyterhub/sudospawner ``` -- [PyPi](https://pypi.org/project/sudospawner) (📥 820 / month): +- [PyPi](https://pypi.org/project/sudospawner) (📥 910 / month): ``` pip install sudospawner ```
-
FargateSpawner (🥉11 · ⭐ 36 · 💀) - 在Docker容器中生成JupyterHub单用户服务器。MIT +
FargateSpawner (🥉12 · ⭐ 41 · 💀) - Spawns JupyterHub single user servers in Docker containers.. MIT -- [GitHub](https://github.com/uktrade/fargatespawner) (👨‍💻 3 · 🔀 20 · 📦 1 · 📋 11 - 54% open · ⏱️ 28.06.2020): +- [GitHub](https://github.com/uktrade/fargatespawner) (👨‍💻 3 · 🔀 21 · 📦 4 · 📋 11 - 54% open · ⏱️ 28.06.2020): ``` git clone https://github.com/uktrade/fargatespawner ``` -- [PyPi](https://pypi.org/project/fargatespawner) (📥 240 / month): +- [PyPi](https://pypi.org/project/fargatespawner) (📥 140 / month): ``` pip install fargatespawner ```
-
YarnSpawner (🥉10 · ⭐ 19 · 💀) - 在Hadoop/YARN中生成JupyterHub单用户笔记本服务器。BSD-3 +
YarnSpawner (🥉10 · ⭐ 19 · 💀) - Spawn JupyterHub single user notebook servers in Hadoop/YARN.. BSD-3 -- [GitHub](https://github.com/jupyterhub/yarnspawner) (👨‍💻 2 · 🔀 9 · 📋 9 - 55% open · ⏱️ 16.07.2019): +- [GitHub](https://github.com/jupyterhub/yarnspawner) (👨‍💻 2 · 🔀 12 · 📋 11 - 63% open · ⏱️ 16.07.2019): ``` git clone https://github.com/jupyterhub/yarnspawner ``` -- [PyPi](https://pypi.org/project/jupyterhub-yarnspawner) (📥 70 / month): +- [PyPi](https://pypi.org/project/jupyterhub-yarnspawner) (📥 23 / month): ``` pip install jupyterhub-yarnspawner ``` -- [Conda](https://anaconda.org/conda-forge/jupyterhub-yarnspawner) (📥 29K · ⏱️ 17.11.2021): +- [Conda](https://anaconda.org/conda-forge/jupyterhub-yarnspawner) (📥 37K · ⏱️ 16.06.2023): ``` conda install -c conda-forge jupyterhub-yarnspawner ```

-## Jupyter组件 +## Jupyter Components -Back to top +Back to top -_Jupyter架构的核心组件。_ +_Core components of the Jupyter architecture._ -
ipython (🥇34 · ⭐ 15K) - Official repository for IPython itself. Other repos in the IPython.. BSD-3 +
ipython (🥇36 · ⭐ 16K) - Official repository for IPython itself. Other repos in the IPython.. BSD-3 -- [GitHub](https://github.com/ipython/ipython) (👨‍💻 890 · 🔀 4.2K · 📥 320K · 📦 300K · 📋 7K - 20% open · ⏱️ 22.08.2022): +- [GitHub](https://github.com/ipython/ipython) (👨‍💻 980 · 🔀 4.3K · 📥 320K · 📦 500K · 📋 7.2K - 21% open · ⏱️ 19.01.2024): ``` git clone https://github.com/ipython/ipython ``` -- [PyPi](https://pypi.org/project/ipython) (📥 17M / month): +- [PyPi](https://pypi.org/project/ipython) (📥 31M / month): ``` pip install ipython ``` -- [Conda](https://anaconda.org/conda-forge/ipython) (📥 13M · ⏱️ 28.05.2022): +- [Conda](https://anaconda.org/conda-forge/ipython) (📥 26M · ⏱️ 08.01.2024): ``` conda install -c conda-forge ipython ```
-
jupyter_server (🥉21 · ⭐ 330) - The backendi.e. core services, APIs, and REST.. ❗Unlicensed +
jupyter_server (🥉24 · ⭐ 430) - The backendi.e. core services, APIs, and REST endpointsto.. BSD-3 -- [GitHub](https://github.com/jupyter-server/jupyter_server) (👨‍💻 480 · 🔀 180 · 📥 420 · 📋 290 - 35% open · ⏱️ 23.08.2022): +- [GitHub](https://github.com/jupyter-server/jupyter_server) (👨‍💻 520 · 🔀 250 · 📥 2.7K · 📋 420 - 34% open · ⏱️ 16.01.2024): ``` git clone https://github.com/jupyter-server/jupyter_server ``` -- [PyPi](https://pypi.org/project/jupyter_server) (📥 1.7M / month): +- [PyPi](https://pypi.org/project/jupyter_server) (📥 19M / month): ``` pip install jupyter_server ``` -- [Conda](https://anaconda.org/conda-forge/jupyter_server) (📥 2M · ⏱️ 06.07.2022): +- [Conda](https://anaconda.org/conda-forge/jupyter_server) (📥 9.8M · ⏱️ 16.01.2024): ``` conda install -c conda-forge jupyter_server ```
-
jupyter-packaging (🥉19 · ⭐ 58) - 帮助构建和安装Jupyter Python软件包的工具。BSD-3 +
jupyter-packaging (🥉18 · ⭐ 61) - Tools to help build and install Jupyter Python packages. BSD-3 -- [GitHub](https://github.com/jupyter/jupyter-packaging) (👨‍💻 29 · 🔀 44 · 📥 28 · 📋 39 - 28% open · ⏱️ 09.08.2022): +- [GitHub](https://github.com/jupyter/jupyter-packaging) (👨‍💻 30 · 🔀 45 · 📥 62 · 📋 41 - 26% open · ⏱️ 02.01.2024): ``` git clone https://github.com/jupyter/jupyter-packaging ``` -- [PyPi](https://pypi.org/project/jupyter-packaging) (📥 330K / month): +- [PyPi](https://pypi.org/project/jupyter-packaging) (📥 270K / month): ``` pip install jupyter-packaging ``` -- [Conda](https://anaconda.org/conda-forge/jupyter-packaging) (📥 300K · ⏱️ 14.07.2022): +- [Conda](https://anaconda.org/conda-forge/jupyter-packaging) (📥 550K · ⏱️ 16.06.2023): ``` conda install -c conda-forge jupyter-packaging ``` @@ -3702,60 +3702,60 @@ _Jupyter架构的核心组件。_ ## Others -Back to top +Back to top -
panel (🥇31 · ⭐ 2.1K) - 适用于Python的高级应用程序和仪表板解决方案。BSD-3 +
qtconsole (🥇32 · ⭐ 380) - Jupyter Qt Console. BSD-3 -- [GitHub](https://github.com/holoviz/panel) (👨‍💻 100 · 🔀 270 · 📦 4K · 📋 1.9K - 28% open · ⏱️ 25.08.2022): +- [GitHub](https://github.com/jupyter/qtconsole) (👨‍💻 120 · 🔀 190 · 📦 160K · 📋 340 - 31% open · ⏱️ 25.11.2023): ``` - git clone https://github.com/holoviz/panel + git clone https://github.com/jupyter/qtconsole ``` -- [PyPi](https://pypi.org/project/panel) (📥 410K / month): +- [PyPi](https://pypi.org/project/qtconsole) (📥 4.1M / month): ``` - pip install panel + pip install qtconsole ``` -- [Conda](https://anaconda.org/conda-forge/panel) (📥 590K · ⏱️ 24.05.2022): +- [Conda](https://anaconda.org/conda-forge/qtconsole) (📥 4.6M · ⏱️ 16.11.2023): ``` - conda install -c conda-forge panel + conda install -c conda-forge qtconsole ```
-
qtconsole (🥇31 · ⭐ 330) - Jupyter Qt Console. BSD-3 +
panel (🥈30 · ⭐ 3.7K) - A high-level app and dashboarding solution for Python. BSD-3 -- [GitHub](https://github.com/jupyter/qtconsole) (👨‍💻 120 · 🔀 170 · 📦 110K · 📋 310 - 30% open · ⏱️ 19.06.2022): +- [GitHub](https://github.com/holoviz/panel) (👨‍💻 160 · 🔀 420 · 📦 9.8K · 📋 3.1K - 29% open · ⏱️ 24.01.2024): ``` - git clone https://github.com/jupyter/qtconsole + git clone https://github.com/holoviz/panel ``` -- [PyPi](https://pypi.org/project/qtconsole) (📥 3.1M / month): +- [PyPi](https://pypi.org/project/panel) (📥 570K / month): ``` - pip install qtconsole + pip install panel ``` -- [Conda](https://anaconda.org/conda-forge/qtconsole) (📥 2.8M · ⏱️ 05.06.2022): +- [Conda](https://anaconda.org/conda-forge/panel) (📥 1.3M · ⏱️ 24.01.2024): ``` - conda install -c conda-forge qtconsole + conda install -c conda-forge panel ```
-
colabcode (🥉21 · ⭐ 1.8K · 💀) - 在Google Colab或Kaggle笔记本上运行VSCode(代码服务器)。MIT +
colabcode (🥉19 · ⭐ 2K · 💀) - Run VSCode (codeserver) on Google Colab or Kaggle Notebooks. MIT -- [GitHub](https://github.com/abhishekkrthakur/colabcode) (👨‍💻 8 · 🔀 240 · 📦 78 · 📋 73 - 56% open · ⏱️ 11.06.2021): +- [GitHub](https://github.com/abhishekkrthakur/colabcode) (👨‍💻 8 · 🔀 260 · 📦 150 · 📋 76 - 56% open · ⏱️ 11.06.2021): ``` git clone https://github.com/abhishekkrthakur/colabcode ``` -- [PyPi](https://pypi.org/project/colabcode) (📥 16K / month): +- [PyPi](https://pypi.org/project/colabcode) (📥 2.5K / month): ``` pip install colabcode ```
-
jupyter-console (🥉20 · ⭐ 200) - Jupyter终端控制台。❗Unlicensed +
jupyter-console (🥉19 · ⭐ 230 · 💤) - Jupyter Terminal Console. BSD-3 -- [GitHub](https://github.com/jupyter/jupyter_console) (👨‍💻 59 · 🔀 130 · 📥 61 · 📋 140 - 38% open · ⏱️ 22.06.2022): +- [GitHub](https://github.com/jupyter/jupyter_console) (👨‍💻 60 · 🔀 140 · 📥 360 · 📋 160 - 39% open · ⏱️ 06.03.2023): ``` git clone https://github.com/jupyter/jupyter_console ``` -- [PyPi](https://pypi.org/project/jupyter-console) (📥 3.3M / month): +- [PyPi](https://pypi.org/project/jupyter-console) (📥 3.2M / month): ``` pip install jupyter-console ``` diff --git a/history/2024-01-25_changes.md b/history/2024-01-25_changes.md new file mode 100644 index 0000000..c831ce6 --- /dev/null +++ b/history/2024-01-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 (🥇35 · ⭐ 12K · 📈) - Jupyter Interactive Notebook. BSD-3 +- IPython Kernel (🥇32 · ⭐ 600 · 📈) - IPython Kernel for Jupyter. BSD-3 +- Jupyter Book (🥇30 · ⭐ 3.6K · 📈) - Build interactive, publication-quality documents from.. BSD-3 +- nbformat (🥇29 · ⭐ 230 · 📈) - Reference implementation of the Jupyter Notebook format. BSD-3 +- Bash Kernel (🥇23 · ⭐ 670 · 📈) - A bash kernel for IPython. BSD-3 + +## 📉 Trending Down + +_Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ + +- ipywidgets (🥈26 · ⭐ 3K · 📉) - Interactive Widgets for the Jupyter Notebook. BSD-3 +- ipyvolume (🥈23 · ⭐ 1.9K · 📉) - 3d plotting for Python in the Jupyter notebook based on IPython.. MIT +- JupyterLab Git (🥇23 · ⭐ 1.3K · 📉) - A Git extension for JupyterLab. BSD-3 +- Stencila (🥉19 · ⭐ 750 · 📉) - Living documents for reproducible research. Apache-2 +- ipycanvas (🥉13 · 📉) - Interactive Canvas in Jupyter. ❗Unlicensed + diff --git a/history/2024-01-25_projects.csv b/history/2024-01-25_projects.csv new file mode 100644 index 0000000..9e92a79 --- /dev/null +++ b/history/2024-01-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,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,trending,updated_github_id,commit_count,npm_id,npm_url,npm_monthly_downloads,go_id,cran_id,gem_id,pypi,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,36,ipython/ipython,ipython,conda-forge/ipython,https://github.com/ipython/ipython,BSD-3-Clause,2010-05-10 04:46:06.000,2024-01-24 20:20:52.000000,2024-01-19 14:54:13,4287.0,1587.0,5650.0,16062.0,2021-01-30 02:36:56,7.18.1,320733.0,31439621.0,94.0,496637.0,496637.0,979.0,https://pypi.org/project/ipython,30764595.0,https://anaconda.org/conda-forge/ipython,2024-01-08 13:16:04.705,25553530.0,1.0,,,,,,,,,,,,,,,,, +2,Jupyter,True,Jupyter Interactive Notebook.,https://github.com/jupyter/notebook,,notebook-environments,35,jupyter/notebook,notebook,conda-forge/jupyter,https://github.com/jupyter/notebook,BSD-3-Clause,2015-04-09 06:58:03.000,2024-01-25 09:11:50.000000,2024-01-22 09:39:01,4347.0,1983.0,2795.0,11966.0,2024-01-19 16:50:06,7.0.7,16202.0,16124825.0,79.0,260540.0,260540.0,645.0,https://pypi.org/project/notebook,15708361.0,https://anaconda.org/conda-forge/jupyter,2023-10-02 14:08:37.561,4013706.0,1.0,jupyter/datascience-notebook,https://hub.docker.com/r/jupyter/datascience-notebook,2023-10-20 20:06:40.614669,1067.0,32002235.0,8.0,,,,,,,,,,, +3,bokeh,True,"Interactive Data Visualization in the browser, from Python.",https://github.com/bokeh/bokeh,,widgets,33,bokeh/bokeh,bokeh,conda-forge/bokeh,https://github.com/bokeh/bokeh,BSD-3-Clause,2012-03-26 15:40:01.000,2024-01-25 10:03:49.000000,2024-01-24 06:01:29,4068.0,722.0,6806.0,18519.0,,,,3643145.0,57.0,82290.0,82290.0,680.0,https://pypi.org/project/bokeh,3333891.0,https://anaconda.org/conda-forge/bokeh,2024-01-08 21:10:28.843,13297946.0,1.0,,,,,,,,,,,,,,,,, +4,pandas-profiling,True,Create HTML profiling reports from pandas DataFrame..,https://github.com/ydataai/ydata-profiling,,widgets,33,pandas-profiling/pandas-profiling,pandas-profiling,conda-forge/pandas-profiling,https://github.com/ydataai/ydata-profiling,MIT,2016-01-09 23:47:55.000,2024-01-22 02:16:22.000000,2024-01-18 02:26:18,1574.0,201.0,552.0,11736.0,2024-01-08 15:03:46,4.6.4,35.0,534847.0,55.0,2286.0,2286.0,117.0,https://pypi.org/project/pandas-profiling,530169.0,https://anaconda.org/conda-forge/pandas-profiling,2023-06-16 13:22:30.453,416403.0,1.0,,,,,,,ydataai/ydata-profiling,1371.0,,,,,,,,, +5,nbconvert,True,Jupyter Notebook Conversion.,https://github.com/jupyter/nbconvert,,notebook-sharing,33,jupyter/nbconvert,nbconvert,conda-forge/nbconvert,https://github.com/jupyter/nbconvert,BSD-3-Clause,2015-04-09 06:58:23.000,2024-01-16 15:32:14.796000,2024-01-16 15:00:49,523.0,500.0,642.0,1615.0,2024-01-16 15:01:05,7.14.2,945.0,19815748.0,67.0,250961.0,250961.0,270.0,https://pypi.org/project/nbconvert,19397205.0,https://anaconda.org/conda-forge/nbconvert,2024-01-16 15:32:14.796,15904051.0,1.0,,,,,,,,,,,,,,,,, +6,IPython Kernel,True,IPython Kernel for Jupyter.,https://github.com/ipython/ipykernel,,kernels,32,ipython/ipykernel,ipykernel,ipykernel,https://github.com/ipython/ipykernel,BSD-3-Clause,2015-04-09 07:44:14.000,2024-01-22 22:57:58.000000,2024-01-16 14:44:29,344.0,246.0,237.0,598.0,2024-01-16 14:44:47,6.29.0,2081.0,16642609.0,72.0,326123.0,326123.0,177.0,https://pypi.org/project/ipykernel,16633862.0,https://anaconda.org/anaconda/ipykernel,2024-01-22 15:02:52.448,850869.0,1.0,,,,,,10.0,,,,,,,,,,, +7,qtconsole,True,Jupyter Qt Console.,https://github.com/jupyter/qtconsole,,others,32,jupyter/qtconsole,qtconsole,conda-forge/qtconsole,https://github.com/jupyter/qtconsole,BSD-3-Clause,2015-04-09 06:59:10.000,2023-11-25 20:30:31.000000,2023-11-25 20:30:31,186.0,108.0,230.0,384.0,,,,4201915.0,41.0,161608.0,161608.0,122.0,https://pypi.org/project/qtconsole,4094733.0,https://anaconda.org/conda-forge/qtconsole,2023-11-16 21:13:55.750,4608850.0,1.0,,,,,,,,1971.0,,,,,,,,, +8,ipyleaflet,True,A Jupyter - Leaflet.js bridge.,https://github.com/jupyter-widgets/ipyleaflet,,widgets,31,jupyter-widgets/ipyleaflet,ipyleaflet,conda-forge/ipyleaflet,https://github.com/jupyter-widgets/ipyleaflet,MIT,2014-05-07 16:32:10.000,2024-01-23 20:31:49.209000,2024-01-16 16:03:19,343.0,233.0,347.0,1437.0,2024-01-23 17:51:37,0.18.2,,153233.0,70.0,6983.0,6983.0,87.0,https://pypi.org/project/ipyleaflet,104897.0,https://anaconda.org/conda-forge/ipyleaflet,2024-01-23 20:31:49.209,1097231.0,1.0,,,,,,,,1170.0,jupyter-leaflet,https://www.npmjs.com/package/jupyter-leaflet,23399.0,,,,,, +9,panel,True,A high-level app and dashboarding solution for Python.,https://github.com/holoviz/panel,,others,30,holoviz/panel,panel,conda-forge/panel,https://github.com/holoviz/panel,BSD-3-Clause,2018-08-23 12:14:24.000,2024-01-25 12:32:11.000000,2024-01-24 17:08:52,416.0,928.0,2213.0,3727.0,2024-01-24 17:32:42,1.3.8,,597176.0,64.0,9824.0,9824.0,157.0,https://pypi.org/project/panel,567805.0,https://anaconda.org/conda-forge/panel,2024-01-24 10:29:18.791,1262965.0,2.0,,,,,,,,,,,,,,,,, +10,Jupyter Book,True,"Build interactive, publication-quality documents from Jupyter..",https://github.com/executablebooks/jupyter-book,,notebook-sharing,30,executablebooks/jupyter-book,jupyter-book,,https://github.com/executablebooks/jupyter-book,BSD-3-Clause,2018-06-14 01:55:51.000,2024-01-25 12:54:36.000000,2024-01-25 10:31:14,595.0,587.0,733.0,3603.0,2023-03-14 01:24:58,0.15.1,,62088.0,42.0,12454.0,12454.0,134.0,https://pypi.org/project/jupyter-book,62088.0,,,,1.0,,,,,,6.0,,1461.0,,,,,,,,, +11,Jupytext,True,"Jupyter Notebooks as Markdown Documents, Julia, Python or R scripts.",https://github.com/mwouts/jupytext,,notebook-sharing,29,mwouts/jupytext,jupytext,conda-forge/jupytext,https://github.com/mwouts/jupytext,MIT,2018-06-15 05:25:36.000,2024-01-13 18:58:26.560000,2024-01-13 17:13:08,373.0,113.0,533.0,6318.0,2024-01-13 17:14:35,1.16.1,,529348.0,100.0,6627.0,6627.0,85.0,https://pypi.org/project/jupytext,507229.0,https://anaconda.org/conda-forge/jupytext,2024-01-13 18:58:26.560,740355.0,1.0,,,,,,,,,jupyterlab-jupytext,https://www.npmjs.com/package/jupyterlab-jupytext,4902.0,,,,,, +12,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,2024-01-25 07:45:07.000000,2024-01-24 17:14:49,372.0,61.0,2102.0,2514.0,2024-01-10 20:52:22,8.3.0,62.0,2384.0,79.0,500.0,500.0,237.0,https://pypi.org/project/nikola,2384.0,,,,1.0,,,,,,,,10401.0,,,,,,,,, +13,nbformat,True,Reference implementation of the Jupyter Notebook format.,https://github.com/jupyter/nbformat,,notebook-tools,29,jupyter/nbformat,nbformat,conda-forge/nbformat,https://github.com/jupyter/nbformat,BSD-3-Clause,2015-04-09 01:07:29.000,2024-01-02 13:34:29.000000,2024-01-02 13:34:27,143.0,60.0,80.0,234.0,2023-07-31 10:35:35,5.9.2,223.0,15799132.0,26.0,261198.0,261198.0,79.0,https://pypi.org/project/nbformat,15301131.0,https://anaconda.org/conda-forge/nbformat,2023-07-31 14:51:04.971,20915817.0,1.0,,,,,,10.0,,,,,,,,,,, +14,nbclient,True,A client library for executing notebooks. Formally nbconvert's..,https://github.com/jupyter/nbclient,,notebook-tools,29,jupyter/nbclient,nbclient,conda-forge/nbclient,https://github.com/jupyter/nbclient,BSD-3-Clause,2020-01-13 17:29:49.000,2024-01-02 13:44:54.000000,2024-01-02 13:44:52,49.0,34.0,69.0,130.0,2023-11-07 18:01:22,0.9.0,413.0,12242887.0,32.0,144761.0,144761.0,37.0,https://pypi.org/project/nbclient,11959120.0,https://anaconda.org/conda-forge/nbclient,2023-06-16 19:18:04.408,13336408.0,1.0,,,,,,,,,,,,,,,,, +15,D-Tale,True,Visualizer for Pandas Data Structures.,https://github.com/man-group/dtale,,widgets,28,man-group/dtale,dtale,conda-forge/dtale,https://github.com/man-group/dtale,LGPL-2.1,2019-07-15 09:34:48.000,2024-01-17 22:23:08.000000,2024-01-05 20:03:54,360.0,57.0,503.0,4411.0,2024-01-08 14:23:02,3.9.0,,84272.0,140.0,998.0,998.0,30.0,https://pypi.org/project/dtale,78291.0,https://anaconda.org/conda-forge/dtale,2024-01-05 22:01:34.870,263204.0,1.0,,,,,,,,779.0,,,,,,,,, +16,bqplot,True,Plotting library for IPython/Jupyter notebooks.,https://github.com/bqplot/bqplot,,widgets,28,bqplot/bqplot,bqplot,conda-forge/bqplot,https://github.com/bqplot/bqplot,Apache-2.0,2015-09-26 04:02:18.000,2023-11-06 09:55:37.480000,2023-10-04 07:40:23,445.0,224.0,368.0,3524.0,2023-08-04 08:28:46,0.12.41,,138398.0,63.0,53.0,53.0,64.0,https://pypi.org/project/bqplot,107012.0,https://anaconda.org/conda-forge/bqplot,2023-11-06 09:55:37.480,1252439.0,1.0,,,,,,,,3656.0,bqplot,https://www.npmjs.com/package/bqplot,2922.0,,,,,, +17,ipython-sql,True,"%%sql magic for IPython, hopefully evolving into full SQL client.",https://github.com/catherinedevlin/ipython-sql,,magic,28,catherinedevlin/ipython-sql,ipython-sql,conda-forge/ipython-sql,https://github.com/catherinedevlin/ipython-sql,MIT,2013-03-20 16:41:10.000,2024-01-25 00:54:52.000000,2023-04-21 20:49:35,271.0,108.0,43.0,1741.0,,,,122994.0,3.0,5821.0,5821.0,55.0,https://pypi.org/project/ipython-sql,120198.0,https://anaconda.org/conda-forge/ipython-sql,2023-06-16 13:23:09.898,248879.0,1.0,,,,,,,,292.0,,,,,,,,, +18,papermill,True,"Parameterize, execute, and analyze notebooks.",https://github.com/nteract/papermill,,widgets,27,nteract/papermill,papermill,conda-forge/papermill,https://github.com/nteract/papermill,BSD-3-Clause,2017-07-06 17:17:53.000,2024-01-25 03:50:11.000000,2024-01-25 03:50:11,396.0,130.0,253.0,5512.0,,,,1440357.0,18.0,5595.0,5595.0,115.0,https://pypi.org/project/papermill,1427744.0,https://anaconda.org/conda-forge/papermill,2023-08-30 21:31:47.332,542364.0,2.0,,,,,,,,,,,,,,,,, +19,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,2024-01-24 11:03:44.000000,2024-01-24 11:01:46,218.0,139.0,155.0,1492.0,2023-02-15 19:21:40,0.9.3,,203213.0,28.0,9995.0,9995.0,33.0,https://pypi.org/project/ipympl,192956.0,,,,2.0,,,,,,,,,jupyter-matplotlib,https://www.npmjs.com/package/jupyter-matplotlib,10257.0,,,,,, +20,facets-overview,True,Visualizations for machine learning datasets.,https://github.com/PAIR-code/facets,,widgets,26,pair-code/facets,facets-overview,,https://github.com/PAIR-code/facets,Apache-2.0,2017-07-07 14:03:03.000,2023-05-24 15:56:22.000000,2023-05-24 15:56:22,876.0,78.0,81.0,7285.0,2019-07-01 16:35:20,1.0.0,,219361.0,4.0,212.0,212.0,31.0,https://pypi.org/project/facets-overview,219361.0,,,,2.0,,,,,,,,277.0,,,,,,,,, +21,Perspective,True,Streaming pivot visualization via WebAssembly.,https://github.com/finos/perspective,,lab-extensions,26,finos/perspective,perspective-python,,https://github.com/finos/perspective,Apache-2.0,2017-11-02 16:27:54.000,2024-01-24 13:01:47.000000,2024-01-22 01:39:06,916.0,82.0,622.0,7107.0,2023-11-29 21:48:30,2.7.1,1991.0,6909.0,9.0,113.0,113.0,93.0,https://pypi.org/project/perspective-python,6061.0,,,,1.0,,,,,,,,5898.0,@finos/perspective-jupyterlab,https://www.npmjs.com/package/@finos/perspective-jupyterlab,517.0,,,,,, +22,nteract,True,The interactive computing suite for you!.,https://github.com/nteract/nteract,,notebook-environments,26,nteract/nteract,nteract_on_jupyter,,https://github.com/nteract/nteract,BSD-3-Clause,2015-06-15 23:21:49.000,2023-12-30 16:09:02.000000,2023-12-30 16:09:02,535.0,165.0,1522.0,6121.0,2021-01-26 05:18:38,0.28.0,1486763.0,16823.0,66.0,3.0,3.0,180.0,https://pypi.org/project/nteract_on_jupyter,663.0,,,,1.0,,,,,,,,10501.0,,,,,,,,, +23,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,2024-01-11 08:23:01.000000,2024-01-11 08:22:54,474.0,282.0,424.0,5068.0,2023-10-31 09:04:25,0.5.5,1029.0,63347.0,70.0,10715.0,10715.0,68.0,https://pypi.org/project/voila,55148.0,https://anaconda.org/conda-forge/voila,2023-10-31 12:26:37.734,315665.0,2.0,,,,,,,,,@jupyter-voila/jupyterlab-preview,https://www.npmjs.com/package/@jupyter-voila/jupyterlab-preview,272.0,,,,,, +24,ipywidgets,True,Interactive Widgets for the Jupyter Notebook.,https://github.com/jupyter-widgets/ipywidgets,,widgets,26,jupyter-widgets/ipywidgets,ipywidgets,conda-forge/ipywidgets,https://github.com/jupyter-widgets/ipywidgets,BSD-3-Clause,2015-04-17 20:29:25.000,2024-01-19 13:08:05.000000,2023-12-19 12:53:50,904.0,672.0,1320.0,2983.0,2023-09-13 09:49:35,8.1.1,,10285111.0,52.0,3.0,3.0,212.0,https://pypi.org/project/ipywidgets,9914847.0,https://anaconda.org/conda-forge/ipywidgets,2023-09-13 12:15:46.781,12600011.0,2.0,,,,,,-8.0,,,@jupyter-widgets/jupyterlab-manager,https://www.npmjs.com/package/@jupyter-widgets/jupyterlab-manager,55264.0,,,,,, +25,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,2024-01-24 08:59:31.000000,2024-01-01 19:50:50,411.0,130.0,300.0,1272.0,2023-09-13 15:49:53,0.21.0,,27078.0,23.0,329.0,329.0,64.0,https://pypi.org/project/sparkmagic,24276.0,https://anaconda.org/conda-forge/sparkmagic,2023-09-23 23:23:29.586,112106.0,1.0,,,,,,,,1354.0,,,,,,,,, +26,jupyter-dash,True,Develop Dash apps in the Jupyter Notebook and JupyterLab.,https://github.com/plotly/jupyter-dash,,widgets,26,plotly/jupyter-dash,jupyter-dash,,https://github.com/plotly/jupyter-dash,MIT,2020-04-26 18:43:59.000,2024-01-22 16:38:40.000000,2023-08-11 17:18:48,235.0,46.0,29.0,942.0,2022-04-01 20:13:44,0.4.2,99.0,151490.0,11.0,3587.0,3587.0,10.0,https://pypi.org/project/jupyter-dash,151488.0,,,,2.0,,,,,,,,162.0,,,,,,,,, +27,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,2024-01-25 09:33:18.295092,2024-01-25 09:28:01,1895.0,167.0,2186.0,7812.0,,,,244239.0,38.0,2682.0,2682.0,354.0,https://pypi.org/project/jupyterhub,175476.0,https://anaconda.org/conda-forge/jupyterhub,2023-08-10 13:04:08.285,1042027.0,2.0,jupyterhub/jupyterhub,https://hub.docker.com/r/jupyterhub/jupyterhub,2024-01-25 09:33:18.295092,331.0,5054669.0,,,,,,,,,,,, +28,nbdime,True,Tools for diffing and merging of Jupyter notebooks.,https://github.com/jupyter/nbdime,,notebook-sharing,25,jupyter/nbdime,nbdime,conda-forge/nbdime,https://github.com/jupyter/nbdime,,2015-11-16 09:25:53.000,2024-01-11 02:47:51.000000,2023-11-21 09:21:22,148.0,68.0,263.0,2561.0,2023-11-21 09:21:51,4.0.1,74.0,250878.0,25.0,136.0,136.0,50.0,https://pypi.org/project/nbdime,198849.0,https://anaconda.org/conda-forge/nbdime,2023-11-21 14:11:17.594,964074.0,2.0,,,,,,,,2132.0,nbdime-jupyterlab,https://www.npmjs.com/package/nbdime-jupyterlab,27302.0,,,,,, +29,nbgrader,True,A system for assigning and grading notebooks.,https://github.com/jupyter/nbgrader,,jupyter-extensions,25,jupyter/nbgrader,nbgrader,conda-forge/nbgrader,https://github.com/jupyter/nbgrader,BSD-3-Clause,2014-09-13 03:27:36.000,2024-01-04 16:11:34.000000,2023-12-04 18:34:04,295.0,251.0,644.0,1242.0,2023-09-05 12:35:02,0.9.1,308.0,11412.0,34.0,517.0,517.0,105.0,https://pypi.org/project/nbgrader,6856.0,https://anaconda.org/conda-forge/nbgrader,2023-09-13 22:27:45.981,154827.0,1.0,,,,,,,,,,,,,,,,, +30,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,2023-06-16 16:19:15.930000,2021-02-16 04:46:41,160.0,164.0,261.0,1035.0,2019-12-04 15:06:08,1.1.18,,11410.0,19.0,262.0,262.0,33.0,https://pypi.org/project/pixiedust,10435.0,https://anaconda.org/conda-forge/pixiedust,2023-06-16 16:19:15.930,48785.0,1.0,,,,,,,,2157.0,,,,,,,,, +31,ipyvuetify,True,Jupyter widgets based on vuetify UI components.,https://github.com/widgetti/ipyvuetify,,widgets,25,mariobuikhuizen/ipyvuetify,ipyvuetify,conda-forge/ipyvuetify,https://github.com/widgetti/ipyvuetify,MIT,2019-05-14 17:35:51.000,2023-12-21 19:51:14.000000,2023-11-23 16:32:50,53.0,66.0,136.0,325.0,2022-02-07 15:18:40,1.8.2,,82044.0,31.0,1048.0,1048.0,12.0,https://pypi.org/project/ipyvuetify,79140.0,https://anaconda.org/conda-forge/ipyvuetify,2023-06-16 16:15:58.169,156858.0,2.0,,,,,,,widgetti/ipyvuetify,267.0,,,,,,,,, +32,Docker Stacks,True,Ready-to-run Docker images containing Jupyter applications.,https://github.com/jupyter/docker-stacks,,notebook-environments,24,jupyter/docker-stacks,,,https://github.com/jupyter/docker-stacks,BSD-3-Clause,2015-07-15 15:30:00.000,2024-01-23 12:11:22.000000,2024-01-23 12:11:02,2797.0,7.0,862.0,8080.0,,,,884466.0,,21.0,21.0,240.0,,,,,,2.0,jupyter/scipy-notebook,https://hub.docker.com/r/jupyter/scipy-notebook,2023-10-20 20:03:34.298948,439.0,90215562.0,,,,,,,,,,,, +33,Contrib NBextensions,True,A collection of various notebook extensions for Jupyter.,https://github.com/ipython-contrib/jupyter_contrib_nbextensions,,jupyter-extensions,24,ipython-contrib/jupyter_contrib_nbextensions,jupyter_contrib_nbextensions,,https://github.com/ipython-contrib/jupyter_contrib_nbextensions,,2013-07-13 17:05:16.000,2024-01-03 13:58:38.000000,2022-12-21 19:56:24,784.0,344.0,462.0,5138.0,2022-11-15 17:24:23,0.7.0,,369326.0,2.0,20.0,20.0,136.0,https://pypi.org/project/jupyter_contrib_nbextensions,369326.0,,,,1.0,,,,,,,,2660.0,,,,,,,,, +34,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,2023-12-29 22:24:56.000000,2023-11-13 05:45:49,458.0,131.0,713.0,4665.0,2023-10-19 04:39:52,2.3.13,,42882.0,25.0,,,46.0,https://pypi.org/project/nbdev,42882.0,,,,2.0,,,,,,,,1679.0,,,,,,,,, +35,qgrid,True,"An interactive grid for sorting, filtering, and editing DataFrames..",https://github.com/quantopian/qgrid,,widgets,24,quantopian/qgrid,qgrid,conda-forge/qgrid,https://github.com/quantopian/qgrid,Apache-2.0,2014-09-30 04:33:20.000,2024-01-12 07:28:07.000000,2020-04-07 18:56:49,406.0,158.0,127.0,3010.0,2020-04-07 16:34:17,1.3.1,,41788.0,21.0,12.0,12.0,30.0,https://pypi.org/project/qgrid,35821.0,https://anaconda.org/conda-forge/qgrid,2023-06-16 16:08:00.950,398899.0,2.0,,,,,,,,405.0,qgrid,https://www.npmjs.com/package/qgrid,349.0,,,,,, +36,NBextensions Configurator,True,A jupyter notebook serverextension providing config interfaces for nbextensions.,https://github.com/Jupyter-contrib/jupyter_nbextensions_configurator,,jupyter-extensions,24,jupyter-contrib/jupyter_nbextensions_configurator,jupyter_nbextensions_configurator,,https://github.com/Jupyter-contrib/jupyter_nbextensions_configurator,,2016-06-24 22:29:05.000,2024-01-03 14:09:47.000000,2023-09-29 00:14:07,118.0,64.0,35.0,959.0,2023-05-05 07:10:14,0.6.3,,447346.0,6.0,552.0,552.0,24.0,https://pypi.org/project/jupyter_nbextensions_configurator,447346.0,,,,1.0,,,,,,,,527.0,,,,,,,,, +37,jupyter_server,True,"The backendi.e. core services, APIs, and REST endpointsto Jupyter web applications.",https://github.com/jupyter-server/jupyter_server,,components,24,jupyter-server/jupyter_server,jupyter_server,conda-forge/jupyter_server,https://github.com/jupyter-server/jupyter_server,BSD-3-Clause,2016-09-21 19:18:45.000,2024-01-16 15:28:38.695000,2024-01-16 14:58:01,250.0,148.0,277.0,433.0,2024-01-16 14:58:23,2.12.5,2667.0,19431885.0,107.0,,,518.0,https://pypi.org/project/jupyter_server,19186240.0,https://anaconda.org/conda-forge/jupyter_server,2024-01-16 15:28:38.695,9822868.0,3.0,,,,,,,,,,,,,,,,, +38,RISE,True,RISE: Live Reveal.js Jupyter/IPython Slideshow Extension.,https://github.com/damianavila/RISE,,notebook-sharing,23,damianavila/RISE,RISE,conda-forge/rise,https://github.com/damianavila/RISE,,2013-08-26 18:55:36.000,2023-10-29 13:51:07.000000,2023-10-29 13:51:05,401.0,155.0,294.0,3632.0,,,,11367.0,9.0,2731.0,2731.0,44.0,https://pypi.org/project/RISE,7330.0,https://anaconda.org/conda-forge/rise,2023-06-16 16:08:42.704,286642.0,2.0,,,,,,,,770.0,,,,,,,,, +39,BeakerX,True,Beaker Extensions for Jupyter Notebook.,https://github.com/twosigma/beakerx,,notebook-tools,23,twosigma/beakerx,beakerx,conda-forge/beakerx,https://github.com/twosigma/beakerx,Apache-2.0,2013-12-03 14:16:36.000,2023-12-04 02:04:59.000000,2021-01-21 14:02:57,379.0,351.0,4176.0,2793.0,2018-12-04 18:27:21,1.3.0,35.0,18237.0,39.0,,,44.0,https://pypi.org/project/beakerx,7795.0,https://anaconda.org/conda-forge/beakerx,2023-06-16 13:23:56.494,620035.0,2.0,beakerx/beakerx,https://hub.docker.com/r/beakerx/beakerx,2018-12-02 20:23:21.082606,23.0,249450.0,,,1689.0,beakerx,https://www.npmjs.com/package/beakerx,223.0,,,,,, +40,ipyvolume,True,3d plotting for Python in the Jupyter notebook based on IPython..,https://github.com/widgetti/ipyvolume,,widgets,23,maartenbreddels/ipyvolume,ipyvolume,conda-forge/ipyvolume,https://github.com/widgetti/ipyvolume,MIT,2016-12-21 15:30:13.000,2023-11-29 14:26:24.000000,2023-07-07 13:05:16,231.0,185.0,131.0,1895.0,,,,50709.0,20.0,16.0,16.0,45.0,https://pypi.org/project/ipyvolume,44097.0,https://anaconda.org/conda-forge/ipyvolume,2023-06-05 11:50:27.103,454566.0,2.0,,,,,,-4.0,widgetti/ipyvolume,1007.0,ipyvolume,https://www.npmjs.com/package/ipyvolume,1136.0,,,,,, +41,repo2docker,True,Turn repositories into Jupyter-enabled Docker images.,https://github.com/jupyterhub/repo2docker,,notebook-tools,23,jupyterhub/repo2docker,jupyter-repo2docker,,https://github.com/jupyterhub/repo2docker,BSD-3-Clause,2017-05-09 08:36:30.000,2024-01-24 10:39:23.000000,2024-01-24 10:39:22,332.0,160.0,363.0,1556.0,2022-10-18 19:01:00,2022.10.0,,4217.0,12.0,201.0,201.0,123.0,https://pypi.org/project/jupyter-repo2docker,4217.0,,,,2.0,,,,,,,,,,,,,,,,, +42,JupyterLab Git,True,A Git extension for JupyterLab.,https://github.com/jupyterlab/jupyterlab-git,,lab-extensions,23,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,2024-01-23 18:45:18.000000,2023-12-06 16:15:46,279.0,85.0,495.0,1345.0,2023-11-21 14:39:09,0.50.0,165.0,149854.0,56.0,3.0,3.0,94.0,https://pypi.org/project/jupyterlab-git,137848.0,https://anaconda.org/conda-forge/jupyterlab-git,2023-11-22 14:00:51.490,516112.0,1.0,,,,,,-4.0,,,,,,,,,,, +43,Bash Kernel,True,A bash kernel for IPython.,https://github.com/takluyver/bash_kernel,,kernels,23,takluyver/bash_kernel,bash_kernel,,https://github.com/takluyver/bash_kernel,BSD-3-Clause,2014-06-27 00:27:25.000,2023-11-24 20:20:43.000000,2023-11-24 20:17:44,123.0,35.0,67.0,666.0,2023-11-24 20:37:29,0.9.3,,34298.0,4.0,195.0,195.0,20.0,https://pypi.org/project/bash_kernel,34298.0,,,,1.0,,,,,,8.0,,112.0,,,,,,,,, +44,itables,True,Interactive Tables in Jupyter.,https://github.com/mwouts/itables,,widgets,23,mwouts/itables,itables,,https://github.com/mwouts/itables,MIT,2019-04-15 22:09:44.000,2024-01-13 23:16:00.000000,2023-12-10 12:14:36,43.0,24.0,80.0,559.0,2023-12-10 12:15:58,1.6.3,,128430.0,43.0,394.0,394.0,6.0,https://pypi.org/project/itables,128430.0,,,,2.0,,,,,,,,,,,,,,,,, +45,Resource Usage,True,Jupyter Notebook Extension for monitoring your own Resource..,https://github.com/jupyter-server/jupyter-resource-usage,,jupyter-extensions,23,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,2024-01-09 08:32:31.000000,2024-01-09 08:32:28,97.0,42.0,45.0,432.0,2023-08-29 14:10:55,1.0.1,263.0,37471.0,13.0,521.0,521.0,34.0,https://pypi.org/project/jupyter-resource-usage,25351.0,https://anaconda.org/conda-forge/nbresuse,2023-06-16 19:18:24.900,557255.0,2.0,,,,,,,,,,,,,,,,, +46,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,2023-11-09 23:47:42.000000,2023-01-11 11:27:13,46.0,39.0,65.0,425.0,,,,90117.0,9.0,2858.0,2858.0,33.0,https://pypi.org/project/nbval,80324.0,https://anaconda.org/conda-forge/nbval,2023-10-11 12:34:56.839,411340.0,2.0,,,,,,,,465.0,,,,,,,,, +47,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,2024-01-15 12:39:19.000000,2024-01-02 13:33:54,263.0,171.0,197.0,346.0,2023-11-06 12:55:30,8.6.0,1479.0,19302629.0,51.0,,,131.0,https://pypi.org/project/jupyter-client,19302578.0,,,,2.0,,,,,,,,,,,,,,,,, +48,Metakernel,True,Jupyter/IPython Kernel Tools.,https://github.com/Calysto/metakernel,,kernels,23,Calysto/metakernel,metakernel,conda-forge/metakernel,https://github.com/Calysto/metakernel,BSD-3-Clause,2014-08-24 20:53:45.000,2023-11-05 01:44:50.000000,2023-11-05 01:44:49,84.0,29.0,116.0,329.0,2023-09-11 18:36:42,0.30.1,159.0,42238.0,56.0,835.0,835.0,33.0,https://pypi.org/project/metakernel,23684.0,https://anaconda.org/conda-forge/metakernel,2023-09-11 20:10:34.918,760502.0,1.0,,,,,,,,,,,,,,,,, +49,sos,True,SoS workflow system for daily data analysis.,https://github.com/vatlab/sos,,notebook-environments,23,vatlab/SOS,,,https://github.com/vatlab/sos,BSD-3-Clause,2016-02-13 00:46:46.000,2023-12-23 06:19:23.000000,2023-12-23 06:19:23,40.0,65.0,1382.0,260.0,2019-05-21 01:06:30,0.9.11,,,51.0,5273.0,5273.0,36.0,,,,,,2.0,,,,,,,,7596.0,,,,,,,,, +50,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,2024-01-19 14:43:20.000000,2023-03-06 12:26:30,37.0,33.0,28.0,231.0,,,,36989.0,8.0,971.0,971.0,9.0,https://pypi.org/project/ipywebrtc,32401.0,https://anaconda.org/conda-forge/ipywebrtc,2023-06-16 13:24:24.196,332017.0,2.0,,,,,,,,217.0,jupyter-webrtc,https://www.npmjs.com/package/jupyter-webrtc,277.0,,,,,, +51,Jupyter Themes,True,Custom Jupyter Notebook Themes.,https://github.com/dunovank/jupyter-themes,,jupyter-extensions,22,dunovank/jupyter-themes,jupyterthemes,,https://github.com/dunovank/jupyter-themes,MIT,2014-12-10 23:22:23.000,2023-10-18 13:16:38.000000,2023-10-18 13:16:38,1064.0,193.0,202.0,9698.0,,,,32252.0,,21.0,21.0,43.0,https://pypi.org/project/jupyterthemes,32252.0,,,,2.0,,,,,,,,638.0,,,,,,,,, +52,Knowledge Repo,True,A next-generation curated knowledge sharing platform for..,https://github.com/airbnb/knowledge-repo,,notebook-sharing,22,airbnb/knowledge-repo,knowledge-repo,,https://github.com/airbnb/knowledge-repo,Apache-2.0,2016-08-17 23:32:50.000,2023-07-20 11:16:46.000000,2023-04-17 04:04:39,656.0,124.0,167.0,5409.0,2023-02-22 03:46:18,0.9.3,,739.0,33.0,21.0,21.0,73.0,https://pypi.org/project/knowledge-repo,739.0,,,,2.0,,,,,,,,1329.0,,,,,,,,, +53,evidently,True,Interactive reports to analyze machine learning models during..,https://github.com/evidentlyai/evidently,,widgets,22,evidentlyai/evidently,,,https://github.com/evidentlyai/evidently,Apache-2.0,2020-11-25 15:20:08.000,2024-01-25 14:05:18.000000,2024-01-25 13:59:56,475.0,117.0,192.0,4347.0,2024-01-17 17:49:41,0.4.14,7.0,0.0,66.0,2835.0,2835.0,59.0,,,,,,2.0,,,,,,,,,,,,,,,,, +54,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,2023-11-03 18:02:49.000000,2023-11-03 18:01:39,245.0,52.0,130.0,3729.0,2022-05-31 17:34:28,0.7.5,44.0,909.0,17.0,15.0,15.0,29.0,,,,,,1.0,gopherdata/gophernotes,https://hub.docker.com/r/gopherdata/gophernotes,2018-12-22 19:00:35.934804,7.0,87331.0,,,402.0,,,,github.com/gopherdata/gophernotes,,,,, +55,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,2024-01-15 20:29:59.000000,2024-01-13 18:01:50,306.0,255.0,1356.0,1728.0,2023-03-29 14:23:28,3.15.0,,3861.0,29.0,53.0,53.0,62.0,https://pypi.org/project/elyra,2806.0,https://anaconda.org/conda-forge/elyra,2023-06-16 19:21:23.887,43275.0,1.0,,,,,,,,,,,,,,,,, +56,IRkernel,True,R kernel for Jupyter.,https://github.com/IRkernel/IRkernel,,kernels,22,IRkernel/IRkernel,,r/r-irkernel,https://github.com/IRkernel/IRkernel,MIT,2014-02-26 02:57:07.000,2024-01-16 22:07:49.699000,2023-03-06 15:57:54,284.0,64.0,519.0,1664.0,2023-01-20 20:54:32,1.3.2,,16396.0,19.0,,,43.0,,,https://anaconda.org/r/r-irkernel,2024-01-16 22:07:49.699,145724.0,1.0,jupyter/r-notebook,https://hub.docker.com/r/jupyter/r-notebook,2023-10-20 20:02:50.541542,57.0,1786144.0,,,599.0,,,,,IRkernel,,,, +57,DataLab,True,Interactive tools and developer experiences for Big Data on..,https://github.com/googledatalab/datalab,,notebook-environments,22,googledatalab/datalab,datalab,,https://github.com/googledatalab/datalab,Apache-2.0,2014-08-06 18:37:34.000,2022-09-02 20:50:03.000000,2022-09-02 20:50:03,245.0,224.0,667.0,975.0,2021-08-16 19:04:35,1.2.20210816,,83021.0,19.0,,,53.0,https://pypi.org/project/datalab,83021.0,,,,2.0,,,,,,,,2055.0,,,,,,,,, +58,watermark,True,"An IPython magic extension for printing date and time stamps, version..",https://github.com/rasbt/watermark,,magic,22,rasbt/watermark,watermark,conda-forge/watermark,https://github.com/rasbt/watermark,BSD-3-Clause,2014-07-30 03:46:33.000,2023-07-02 15:47:55.854000,2023-07-02 14:29:01,88.0,18.0,28.0,852.0,2023-05-23 15:47:43,2.4.0,,29454.0,17.0,2174.0,2174.0,19.0,https://pypi.org/project/watermark,22156.0,https://anaconda.org/conda-forge/watermark,2023-07-02 15:47:55.854,277360.0,2.0,,,,,,,,123.0,,,,,,,,, +59,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,131.0,34.0,67.0,647.0,2019-06-03 21:24:10,0.10.2,,12452.0,14.0,186.0,186.0,22.0,https://pypi.org/project/mapboxgl,12452.0,,,,2.0,,,,,,,,221.0,,,,,,,,, +60,itkwidgets,True,"Interactive Jupyter widgets to visualize images, point sets, and..",https://github.com/InsightSoftwareConsortium/itkwidgets,,widgets,22,InsightSoftwareConsortium/itkwidgets,itkwidgets,,https://github.com/InsightSoftwareConsortium/itkwidgets,Apache-2.0,2018-02-15 01:43:39.000,2024-01-19 22:05:06.000000,2024-01-19 22:05:06,79.0,110.0,161.0,565.0,2023-03-02 22:39:14,0.32.6,87.0,6149.0,63.0,285.0,285.0,7.0,https://pypi.org/project/itkwidgets,5877.0,,,,2.0,,,,,,,,916.0,itkwidgets,https://www.npmjs.com/package/itkwidgets,271.0,,,,,, +61,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,2024-01-22 23:39:33.000000,2024-01-22 19:35:21,333.0,43.0,245.0,392.0,,,,23609.0,27.0,402.0,402.0,120.0,https://pypi.org/project/oauthenticator,22432.0,https://anaconda.org/conda-forge/oauthenticator,2023-11-28 06:31:15.831,45904.0,1.0,,,,,,,,,,,,,,,,, +62,ipycytoscape,True,A Cytoscape Jupyter widget.,https://github.com/cytoscape/ipycytoscape,,widgets,22,QuantStack/ipycytoscape,,conda-forge/ipycytoscape,https://github.com/cytoscape/ipycytoscape,BSD-3-Clause,2020-02-05 13:46:52.000,2024-01-01 17:45:14.000000,2023-05-23 19:06:45,60.0,61.0,99.0,254.0,2022-03-28 22:52:15,1.3.1,4.0,7768.0,19.0,186.0,186.0,32.0,,,https://anaconda.org/conda-forge/ipycytoscape,2023-06-16 19:18:19.577,357360.0,2.0,,,,,,,cytoscape/ipycytoscape,716.0,,,,,,,,, +63,ipyvue,True,Jupyter widgets base for Vue libraries.,https://github.com/widgetti/ipyvue,,widgets,22,mariobuikhuizen/ipyvue,ipyvue,conda-forge/ipyvue,https://github.com/widgetti/ipyvue,MIT,2019-08-11 10:10:05.000,2023-12-08 08:39:43.000000,2023-12-08 08:39:43,16.0,5.0,8.0,60.0,2023-10-19 10:55:09,1.10.1,,106306.0,21.0,694.0,694.0,5.0,https://pypi.org/project/ipyvue,103571.0,https://anaconda.org/conda-forge/ipyvue,2023-09-07 16:06:30.904,117635.0,2.0,,,,,,,widgetti/ipyvue,132.0,,,,,,,,, +64,pythreejs,True,A Jupyter - Three.js bridge.,https://github.com/jupyter-widgets/pythreejs,,widgets,21,jupyter-widgets/pythreejs,pythreejs,conda-forge/pythreejs,https://github.com/jupyter-widgets/pythreejs,,2013-12-23 17:02:11.000,2023-06-16 13:16:30.947000,2023-02-20 00:24:10,175.0,60.0,174.0,913.0,2022-08-31 09:02:38,2.4.1,,53495.0,18.0,29.0,29.0,30.0,https://pypi.org/project/pythreejs,44844.0,https://anaconda.org/conda-forge/pythreejs,2023-06-16 13:16:30.947,519862.0,3.0,,,,,,,,1723.0,jupyter-threejs,https://www.npmjs.com/package/jupyter-threejs,3001.0,,,,,, +65,KubeSpawner,True,Kubernetes spawner for JupyterHub.,https://github.com/jupyterhub/kubespawner,,hub-spawners,21,jupyterhub/kubespawner,jupyterhub-kubespawner,,https://github.com/jupyterhub/kubespawner,BSD-3-Clause,2015-11-21 07:02:52.000,2024-01-18 10:31:34.000000,2024-01-04 16:04:33,285.0,74.0,281.0,509.0,,,,84796.0,,155.0,155.0,84.0,https://pypi.org/project/jupyterhub-kubespawner,84796.0,,,,1.0,,,,,,,,,,,,,,,,, +66,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,2024-01-04 09:43:29.000000,2024-01-04 09:43:01,291.0,23.0,250.0,467.0,,,,39114.0,5.0,178.0,178.0,69.0,https://pypi.org/project/dockerspawner,38408.0,https://anaconda.org/conda-forge/dockerspawner,2023-11-21 14:56:25.623,20496.0,1.0,,,,,,,,,,,,,,,,, +67,mkdocs-jupyter,True,Use Jupyter Notebook in mkdocs.,https://github.com/danielfrg/mkdocs-jupyter,,notebook-sharing,21,danielfrg/mkdocs-jupyter,mkdocs-jupyter,,https://github.com/danielfrg/mkdocs-jupyter,Apache-2.0,2019-12-18 02:11:34.000,2024-01-20 04:59:47.000000,2024-01-20 04:59:46,34.0,16.0,92.0,308.0,,,,125591.0,,1856.0,1856.0,19.0,https://pypi.org/project/mkdocs-jupyter,125591.0,,,,2.0,,,,,,,,,,,,,,,,, +68,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,2024-01-09 22:06:43.000000,2024-01-04 00:02:12,75.0,67.0,88.0,198.0,,,,23322.0,13.0,722.0,722.0,31.0,https://pypi.org/project/nbgitpuller,21291.0,https://anaconda.org/conda-forge/nbgitpuller,2023-08-07 11:09:29.679,83271.0,2.0,,,,,,,,,,,,,,,,, +69,LDAP Authenticator,True,LDAP Authenticator Plugin for Jupyter.,https://github.com/jupyterhub/ldapauthenticator,,hub-auth,21,jupyterhub/ldapauthenticator,jupyterhub-ldapauthenticator,conda-forge/jupyterhub-ldapauthenticator,https://github.com/jupyterhub/ldapauthenticator,BSD-3-Clause,2016-01-17 05:11:49.000,2024-01-04 00:04:58.000000,2024-01-04 00:04:57,166.0,62.0,83.0,195.0,2018-06-14 12:02:35,1.2.2,,7891.0,3.0,129.0,129.0,32.0,https://pypi.org/project/jupyterhub-ldapauthenticator,7383.0,https://anaconda.org/conda-forge/jupyterhub-ldapauthenticator,2023-06-16 16:08:49.184,34046.0,1.0,,,,,,,,,,,,,,,,, +70,ipylab,True,Control JupyterLab from Python Notebooks with Jupyter Widgets.,https://github.com/jtpio/ipylab,,lab-extensions,21,jtpio/ipylab,ipylab,conda-forge/ipylab,https://github.com/jtpio/ipylab,BSD-3-Clause,2019-11-15 19:52:12.000,2024-01-19 13:11:03.000000,2023-10-09 07:01:31,13.0,24.0,21.0,165.0,2023-08-11 05:48:03,1.0.0,133.0,88903.0,15.0,83.0,83.0,7.0,https://pypi.org/project/ipylab,88116.0,https://anaconda.org/conda-forge/ipylab,2023-08-11 12:01:52.980,28290.0,1.0,,,,,,,,,,,,,,,,, +71,docker-python,True,Kaggle Python docker image.,https://github.com/Kaggle/docker-python,,notebook-environments,20,kaggle/docker-python,,,https://github.com/Kaggle/docker-python,Apache-2.0,2015-04-14 01:45:38.000,2024-01-24 00:18:56.916094,2024-01-19 03:41:51,873.0,28.0,315.0,2478.0,2024-01-24 00:05:05,54edb36433adec1db1cadce7bc9d87bf55b6b0cd1c15244a1a75e5e1d282db6c,,1860.0,100.0,,,155.0,,,,,,3.0,kaggle/python,https://hub.docker.com/r/kaggle/python,2024-01-24 00:18:56.916094,180.0,195390.0,,,,,,,,,,,, +72,nbviewer,True,nbconvert as a web service: Render Jupyter Notebooks as static web..,https://github.com/jupyter/nbviewer,,notebook-sharing,20,jupyter/nbviewer,,,https://github.com/jupyter/nbviewer,BSD-3-Clause,2012-08-05 11:42:33.000,2024-01-18 15:09:51.000000,2023-01-27 08:04:32,521.0,178.0,406.0,2178.0,,,,20370.0,,14.0,14.0,96.0,,,,,,3.0,jupyter/nbviewer,https://hub.docker.com/r/jupyter/nbviewer,2023-01-27 08:07:14.487852,33.0,2790808.0,,,,,,,,,,,, +73,IJavascript,True,IJavascript is a javascript kernel for the Jupyter notebook.,https://github.com/n-riesco/ijavascript,,kernels,20,n-riesco/ijavascript,,,https://github.com/n-riesco/ijavascript,,2015-02-02 15:46:34.000,2022-12-28 22:18:25.000000,2022-12-28 22:18:25,151.0,53.0,188.0,2106.0,2021-11-15 23:43:33,5.2.1,,1943.0,33.0,84.0,84.0,17.0,,,,,,2.0,,,,,,,,332.0,ijavascript,https://www.npmjs.com/package/ijavascript,1943.0,,,,,, +74,IRuby,True,Official gem repository: Ruby kernel for Jupyter/IPython Notebook.,https://github.com/SciRuby/iruby,,kernels,20,SciRuby/iruby,,,https://github.com/SciRuby/iruby,MIT,2015-03-03 18:05:50.000,2024-01-14 02:30:24.000000,2024-01-14 02:30:24,22.0,45.0,144.0,818.0,2021-08-17 16:20:34,0.7.4,15.0,19.0,10.0,219.0,219.0,47.0,,,,,,2.0,rubydata/datascience-notebook,https://hub.docker.com/r/rubydata/datascience-notebook,2023-02-03 04:21:45.711711,5.0,2096.0,,,720.0,,,,,,iruby,,, +75,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,40.0,17.0,245.0,559.0,2020-12-10 14:31:28,0.3.7,,60288.0,28.0,,,11.0,,,,,,1.0,,,,,,,,1174.0,@jupyterlab/debugger,https://www.npmjs.com/package/@jupyterlab/debugger,60288.0,,,,,, +76,GPU Dashboards,True,A JupyterLab extension for displaying dashboards of GPU..,https://github.com/rapidsai/jupyterlab-nvdashboard,,lab-extensions,20,rapidsai/jupyterlab-nvdashboard,jupyterlab-nvdashboard,,https://github.com/rapidsai/jupyterlab-nvdashboard,BSD-3-Clause,2019-08-12 15:22:10.000,2024-01-24 19:39:53.000000,2024-01-12 17:04:53,71.0,33.0,40.0,533.0,2023-08-25 13:39:24,0.9.0,,79188.0,5.0,3.0,3.0,19.0,https://pypi.org/project/jupyterlab-nvdashboard,78996.0,,,,1.0,,,,,,,,,jupyterlab-nvdashboard,https://www.npmjs.com/package/jupyterlab-nvdashboard,192.0,,,,,, +77,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,2023-06-16 13:23:23.036000,2023-05-18 15:12:24,67.0,4.0,54.0,429.0,2023-05-18 14:28:00,0.9.0,,4541.0,9.0,359.0,359.0,9.0,https://pypi.org/project/appmode,1566.0,https://anaconda.org/conda-forge/appmode,2023-06-16 13:23:23.036,220206.0,2.0,,,,,,,,102.0,,,,,,,,, +78,vega,True,IPython/Jupyter notebook module for Vega and Vega-Lite.,https://github.com/vega/ipyvega,,widgets,20,vega/ipyvega,vega,conda-forge/vega,https://github.com/vega/ipyvega,BSD-3-Clause,2015-08-04 03:22:47.000,2024-01-14 19:14:51.000000,2024-01-03 08:17:42,60.0,11.0,91.0,366.0,2023-07-18 13:09:18,4.0.0,,25184.0,28.0,4.0,4.0,15.0,https://pypi.org/project/vega,18881.0,https://anaconda.org/conda-forge/vega,2023-06-16 13:18:03.216,573657.0,3.0,,,,,,,,657.0,,,,,,,,, +79,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,2024-01-04 02:25:03.000000,2024-01-04 02:25:03,132.0,63.0,125.0,317.0,2018-12-10 14:39:58,0.8.8,,223554.0,18.0,3.0,3.0,71.0,https://pypi.org/project/jupyter-server-proxy,190813.0,https://anaconda.org/conda-forge/jupyter-server-proxy,2023-09-25 14:14:34.674,1440634.0,2.0,,,,,,,,,,,,,,,,, +80,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,2024-01-16 17:38:20.000000,2024-01-16 17:37:04,17.0,2.0,57.0,279.0,2023-05-19 07:54:53,0.13.3,,25805.0,21.0,344.0,344.0,5.0,https://pypi.org/project/ipytest,25805.0,,,,2.0,,,,,,,,,,,,,,,,, +81,bookstore,True,Notebook storage and publishing workflows for the masses.,https://github.com/nteract/bookstore,,notebook-sharing,20,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,20.0,34.0,39.0,201.0,2019-12-03 17:50:40,2.5.0,,75440.0,6.0,17.0,17.0,7.0,https://pypi.org/project/bookstore,75440.0,,,,3.0,,,,,,,,619.0,,,,,,,,, +82,Jupyter Sphinx,True,Sphinx extension for rendering of Jupyter interactive widgets.,https://github.com/jupyter/jupyter-sphinx,,notebook-tools,20,jupyter/jupyter-sphinx,jupyter_sphinx,,https://github.com/jupyter/jupyter-sphinx,BSD-3-Clause,2016-11-15 18:36:37.000,2024-01-24 09:52:30.000000,2024-01-10 12:24:35,60.0,44.0,109.0,178.0,2023-12-28 12:15:36,0.5.3,,63950.0,8.0,,,28.0,https://pypi.org/project/jupyter_sphinx,63950.0,,,,2.0,,,,,,,,,,,,,,,,, +83,Native Authenticator,True,JupyterHub-native user authenticator.,https://github.com/jupyterhub/nativeauthenticator,,hub-auth,20,jupyterhub/nativeauthenticator,jupyterhub-nativeauthenticator,,https://github.com/jupyterhub/nativeauthenticator,BSD-3-Clause,2018-12-03 17:38:18.000,2024-01-04 00:06:00.000000,2024-01-04 00:05:59,59.0,32.0,73.0,69.0,2021-10-19 17:24:48,1.0.5,,8564.0,3.0,72.0,72.0,22.0,https://pypi.org/project/jupyterhub-nativeauthenticator,8564.0,,,,2.0,,,,,,,,,,,,,,,,, +84,ipydatawidgets,True,A set of widgets to help facilitate reuse of large datasets..,https://github.com/vidartf/ipydatawidgets,,widgets,20,vidartf/ipydatawidgets,ipydatawidgets,conda-forge/ipydatawidgets,https://github.com/vidartf/ipydatawidgets,,2017-07-31 17:37:26.000,2023-06-16 16:11:33.197000,2023-06-14 12:39:14,9.0,2.0,10.0,38.0,2023-06-14 12:41:06,4.3.5,,68375.0,8.0,1021.0,1021.0,5.0,https://pypi.org/project/ipydatawidgets,64539.0,https://anaconda.org/conda-forge/ipydatawidgets,2023-06-16 16:11:33.197,257036.0,3.0,,,,,,,,307.0,,,,,,,,, +85,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,2024-01-24 07:09:52.000000,2023-01-10 01:11:13,325.0,170.0,1103.0,3885.0,2023-01-10 01:02:49,2.16.5,,,92.0,,,90.0,,,,,,3.0,,,,,,,,2371.0,,,,,,,,, +86,ML Workspace,True,All-in-one web-based IDE specialized for machine learning and..,https://github.com/ml-tooling/ml-workspace,,notebook-environments,19,ml-tooling/ml-workspace,,,https://github.com/ml-tooling/ml-workspace,Apache-2.0,2019-05-27 16:55:15.000,2023-11-14 19:49:37.000000,2023-11-14 19:49:36,400.0,2.0,91.0,3293.0,2021-07-13 22:12:59,0.13.2,,9850.0,4.0,,,12.0,,,,,,3.0,mltooling/ml-workspace,https://hub.docker.com/r/mltooling/ml-workspace,2021-07-13 16:32:15.225256,27.0,551617.0,,,,,,,,,,,, +87,colabcode,True,Run VSCode (codeserver) on Google Colab or Kaggle Notebooks.,https://github.com/abhishekkrthakur/colabcode,,others,19,abhishekkrthakur/colabcode,colabcode,,https://github.com/abhishekkrthakur/colabcode,MIT,2020-09-09 10:06:26.000,2023-05-31 15:54:53.000000,2021-06-11 15:16:36,262.0,43.0,33.0,2000.0,,,,2461.0,,154.0,154.0,8.0,https://pypi.org/project/colabcode,2461.0,,,,3.0,,,,,,,,44.0,,,,,,,,, +88,VSCode Jupyter,True,VS Code Jupyter extension.,https://github.com/microsoft/vscode-jupyter,,notebook-environments,19,microsoft/vscode-jupyter,,,https://github.com/microsoft/vscode-jupyter,MIT,2020-09-10 23:39:14.000,2024-01-24 23:16:26.000000,2024-01-24 23:16:25,249.0,332.0,9177.0,1169.0,2023-11-14 18:47:44,2023.10.1100000000,,,33.0,3.0,3.0,266.0,,,,,,3.0,,,,,,,,,,,,,,,,, +89,Variable Inspector,True,Variable Inspector extension for Jupyterlab.,https://github.com/jupyterlab-contrib/jupyterlab-variableInspector,,lab-extensions,19,lckr/jupyterlab-variableInspector,,,https://github.com/jupyterlab-contrib/jupyterlab-variableInspector,BSD-3-Clause,2018-06-13 18:16:02.000,2024-01-23 13:03:49.000000,2024-01-23 13:03:46,87.0,41.0,131.0,1038.0,2024-01-23 13:04:13,3.2.1,35.0,5381.0,9.0,6.0,6.0,22.0,,,,,,2.0,,,,,,,jupyterlab-contrib/jupyterlab-variableInspector,,@lckr/jupyterlab_variableinspector,https://www.npmjs.com/package/@lckr/jupyterlab_variableinspector,5381.0,,,,,, +90,nbQA,True,Run any standard Python code quality tool on a Jupyter Notebook.,https://github.com/nbQA-dev/nbQA,,notebook-tools,19,nbQA-dev/nbQA,nbqa,,https://github.com/nbQA-dev/nbQA,MIT,2020-07-11 15:30:54.000,2024-01-08 18:15:03.000000,2023-11-27 18:27:49,36.0,7.0,281.0,930.0,,,,102876.0,,,,25.0,https://pypi.org/project/nbqa,102876.0,,,,3.0,,,,,,,,628.0,,,,,,,,, +91,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,2024-01-09 01:44:29.000000,2023-04-27 23:44:02,158.0,65.0,56.0,868.0,2021-10-12 17:36:36,1.8.1,,3468.0,3.0,2.0,2.0,20.0,https://pypi.org/project/witwidget,2346.0,,,,3.0,,,,,,,,329.0,wit-widget,https://www.npmjs.com/package/wit-widget,1122.0,,,,,, +92,notedown,True,Markdown = IPython Notebook.,https://github.com/aaren/notedown,,notebook-sharing,19,aaren/notedown,notedown,conda-forge/notedown,https://github.com/aaren/notedown,BSD-2-Clause,2014-02-17 17:28:59.000,2023-06-16 16:08:46.317000,2017-11-16 19:29:56,93.0,40.0,29.0,851.0,,,,3962.0,1.0,248.0,248.0,7.0,https://pypi.org/project/notedown,3432.0,https://anaconda.org/conda-forge/notedown,2023-06-16 16:08:46.317,35516.0,3.0,,,,,,,,264.0,,,,,,,,, +93,gmaps,True,Google maps for Jupyter notebooks.,https://github.com/pbugnion/gmaps,,widgets,19,pbugnion/gmaps,gmaps,conda-forge/gmaps,https://github.com/pbugnion/gmaps,BSD-3-Clause,2014-12-01 09:12:06.000,2023-06-16 13:23:14.332000,2019-07-22 06:22:45,146.0,74.0,137.0,759.0,2016-01-02 19:06:03,0.2,,9537.0,20.0,4.0,4.0,16.0,https://pypi.org/project/gmaps,4528.0,https://anaconda.org/conda-forge/gmaps,2023-06-16 13:23:14.332,310235.0,3.0,,,,,,,,1380.0,jupyter-gmaps,https://www.npmjs.com/package/jupyter-gmaps,1132.0,,,,,, +94,Stencila,True,Living documents for reproducible research.,https://github.com/stencila/stencila,,notebook-sharing,19,stencila/stencila,,,https://github.com/stencila/stencila,Apache-2.0,2012-05-31 02:43:31.000,2024-01-25 13:53:52.000000,2024-01-25 05:09:08,43.0,56.0,598.0,752.0,2023-11-26 02:36:17,2.0.0-alpha.23,3907.0,633.0,100.0,20.0,20.0,42.0,,,,,,3.0,stencila/cloud,https://hub.docker.com/r/stencila/cloud,2019-04-08 04:14:51.284193,,16469.0,-4.0,,,stencila,https://www.npmjs.com/package/stencila,377.0,,,,,, +95,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,2023-08-31 16:23:08.000000,2018-12-04 14:43:25,80.0,23.0,41.0,638.0,2018-01-15 18:11:51,0.9.0,,16741.0,8.0,398.0,398.0,3.0,https://pypi.org/project/pivottablejs,16741.0,,,,3.0,,,,,,,,32.0,,,,,,,,, +96,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,2023-01-07 04:35:11.000000,2021-06-29 12:29:51,68.0,42.0,25.0,581.0,,,,1761.0,,1351.0,1351.0,15.0,,,,,,1.0,,,,,,,,101.0,jupyterlab-drawio,https://www.npmjs.com/package/jupyterlab-drawio,1761.0,,,,,, +97,nb_conda_kernels,True,Package for managing conda environment-based kernels inside of Jupyter.,https://github.com/Anaconda-Platform/nb_conda_kernels,,kernels,19,Anaconda-Platform/nb_conda_kernels,,conda-forge/nb_conda_kernels,https://github.com/Anaconda-Platform/nb_conda_kernels,BSD-3-Clause,2015-12-10 16:11:42.000,2023-12-12 16:46:31.000000,2023-12-12 16:46:31,66.0,43.0,100.0,551.0,2020-09-05 22:35:32,2.3.0,,30729.0,11.0,,,16.0,,,https://anaconda.org/conda-forge/nb_conda_kernels,2023-11-14 17:00:09.054,1259902.0,2.0,,,,,,,,340.0,,,,,,,,, +98,ipysheet,True,Jupyter handsontable integration.,https://github.com/jupyter-widgets-contrib/ipysheet,,widgets,19,QuantStack/ipysheet,ipysheet,conda-forge/ipysheet,https://github.com/jupyter-widgets-contrib/ipysheet,MIT,2017-07-10 13:46:31.000,2024-01-04 06:37:51.000000,2024-01-04 06:37:51,66.0,63.0,60.0,531.0,,,,45220.0,15.0,7.0,7.0,14.0,https://pypi.org/project/ipysheet,42769.0,https://anaconda.org/conda-forge/ipysheet,2023-06-16 16:13:19.853,104704.0,3.0,,,,,,,jupyter-widgets-contrib/ipysheet,311.0,ipysheet,https://www.npmjs.com/package/ipysheet,706.0,,,,,, +99,JupyterLab Dash,True,An Extension for the Interactive development of Dash apps in JupyterLab.,https://github.com/plotly/jupyterlab-dash,,lab-renderer,19,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,55.0,20.0,8.0,359.0,,,,3293.0,2.0,592.0,592.0,7.0,https://pypi.org/project/jupyterlab-dash,1210.0,,,,1.0,,,,,,,,41.0,jupyterlab-dash,https://www.npmjs.com/package/jupyterlab-dash,2083.0,,,,,, +100,dask-labextension,True,JupyterLab extension for Dask.,https://github.com/dask/dask-labextension,,lab-extensions,19,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,2023-08-04 21:07:12.374000,2023-08-04 14:43:59,58.0,45.0,101.0,296.0,2023-11-07 09:41:30,7.0.0,,30050.0,21.0,3.0,3.0,24.0,https://pypi.org/project/dask-labextension,6467.0,https://anaconda.org/conda-forge/dask-labextension,2023-08-04 21:07:12.374,940844.0,2.0,,,,,,,,,dask-labextension,https://www.npmjs.com/package/dask-labextension,636.0,,,,,, +101,OCaml Kernel,True,An OCaml kernel for Jupyter (IPython) notebook.,https://github.com/akabe/ocaml-jupyter,,kernels,19,akabe/ocaml-jupyter,,,https://github.com/akabe/ocaml-jupyter,MIT,2017-07-14 14:15:05.000,2023-08-11 05:33:07.000000,2023-08-11 05:18:21,38.0,7.0,72.0,274.0,2023-08-11 02:56:40,2.8.3,113900.0,1460.0,35.0,,,23.0,,,,,,2.0,,,,,,,,385.0,,,,,,,,, +102,jupyter-console,True,Jupyter Terminal Console.,https://github.com/jupyter/jupyter_console,,others,19,jupyter/jupyter_console,jupyter-console,,https://github.com/jupyter/jupyter_console,BSD-3-Clause,2015-04-09 06:58:55.000,2023-09-13 20:27:19.000000,2023-03-06 14:13:15,144.0,62.0,94.0,234.0,2023-03-06 14:13:35,6.6.3,363.0,3243845.0,10.0,,,60.0,https://pypi.org/project/jupyter-console,3243829.0,,,,3.0,,,,,,,,,,,,,,,,, +103,JupyterLab Spellchecker,True,Spellchecker for JupyterLab notebook markdown cells..,https://github.com/jupyterlab-contrib/spellchecker,,lab-extensions,19,ijmbarr/jupyterlab_spellchecker,,,https://github.com/jupyterlab-contrib/spellchecker,BSD-3-Clause,2018-04-02 07:47:30.000,2023-10-07 22:03:22.000000,2023-07-28 20:05:17,19.0,18.0,39.0,195.0,2023-07-28 20:17:21,0.8.4,,259.0,13.0,217.0,217.0,6.0,,,,,,2.0,,,,,,,jupyterlab-contrib/spellchecker,217.0,@ijmbarr/jupyterlab_spellchecker,https://www.npmjs.com/package/@ijmbarr/jupyterlab_spellchecker,259.0,,,,,, +104,Spylon Kernel,True,Jupyter kernel for scala and spark.,https://github.com/vericast/spylon-kernel,,kernels,19,Valassis-Digital-Media/spylon-kernel,spylon-kernel,conda-forge/spylon-kernel,https://github.com/vericast/spylon-kernel,,2016-11-21 02:23:14.000,2024-01-11 09:22:04.000000,2018-09-20 15:43:57,33.0,22.0,20.0,181.0,2017-03-05 04:26:44,0.2.0,,4002.0,8.0,150.0,150.0,6.0,https://pypi.org/project/spylon-kernel,2464.0,https://anaconda.org/conda-forge/spylon-kernel,2023-06-16 13:20:41.310,127714.0,2.0,,,,,,,vericast/spylon-kernel,188.0,,,,,,,,, +105,BatchSpawner,True,Custom Spawner for Jupyterhub to start servers in batch scheduled..,https://github.com/jupyterhub/batchspawner,,hub-spawners,19,jupyterhub/batchspawner,batchspawner,,https://github.com/jupyterhub/batchspawner,BSD-3-Clause,2015-10-27 03:53:10.000,2024-01-11 17:37:29.000000,2024-01-04 00:17:12,119.0,58.0,83.0,167.0,2022-10-05 04:46:29,1.2.0,,3752.0,10.0,31.0,31.0,44.0,https://pypi.org/project/batchspawner,3752.0,,,,2.0,,,,,,,,,,,,,,,,, +106,xeus-cling,True,Jupyter kernel for the C++ programming language.,https://github.com/jupyter-xeus/xeus-cling,,kernels,18,jupyter-xeus/xeus-cling,,conda-forge/xeus-cling,https://github.com/jupyter-xeus/xeus-cling,BSD-3-Clause,2017-04-20 15:35:44.000,2024-01-06 22:00:58.000000,2023-08-05 06:50:25,278.0,166.0,123.0,2867.0,,,,5376.0,20.0,,,26.0,,,https://anaconda.org/conda-forge/xeus-cling,2023-11-11 12:27:30.968,231195.0,2.0,,,,,,,,,,,,,,,,, +107,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,2024-01-15 07:57:11.000000,2024-01-15 07:57:10,963.0,58.0,293.0,2522.0,,,,175202.0,28.0,,,113.0,https://pypi.org/project/ipyparallel,165006.0,https://anaconda.org/conda-forge/ipyparallel,2023-06-16 13:17:51.662,948233.0,3.0,,,,,,,,,,,,,,,,, +108,almond,True,A Scala kernel for Jupyter.,https://github.com/almond-sh/almond,,kernels,18,almond-sh/almond,,,https://github.com/almond-sh/almond,BSD-3-Clause,2015-03-10 22:48:50.000,2024-01-22 14:04:47.000000,2023-12-07 13:03:21,226.0,113.0,207.0,1564.0,2023-05-15 14:58:56,0.13.14,2286.0,210.0,66.0,,,40.0,,,,,,2.0,almondsh/almond,https://hub.docker.com/r/almondsh/almond,2023-10-19 23:11:45.308515,6.0,18568.0,,,,,,,,,,,, +109,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,2023-09-12 11:35:01.000000,2023-06-18 21:06:46,52.0,29.0,165.0,780.0,,,,67504.0,,,,42.0,https://pypi.org/project/jupyterlab_code_formatter,65903.0,,,,2.0,,,,,,,,488.0,@ryantam626/jupyterlab_code_formatter,https://www.npmjs.com/package/@ryantam626/jupyterlab_code_formatter,1601.0,,,,,, +110,Apache Toree,True,Jupyter kernel for Apache Spark.,https://github.com/apache/incubator-toree,,kernels,18,apache/incubator-toree,toree,,https://github.com/apache/incubator-toree,Apache-2.0,2016-01-07 08:00:06.000,2023-10-01 17:07:29.000000,2023-10-01 17:07:29,221.0,,,728.0,,,,7918.0,,,,107.0,https://pypi.org/project/toree,7918.0,,,,2.0,,,,,,,,1172.0,,,,,,,,, +111,JupyterLab TOC,True,Table of Contents extension for JupyterLab.,https://github.com/jupyterlab/jupyterlab-toc,,lab-extensions,18,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,102.0,64.0,51.0,726.0,2018-04-16 17:16:10,0.2.0,,94088.0,1.0,,,14.0,,,,,,2.0,,,,,,,,523.0,@jupyterlab/toc,https://www.npmjs.com/package/@jupyterlab/toc,94088.0,,,,,, +112,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,2023-10-31 13:45:02.000000,2023-10-31 13:44:58,66.0,33.0,57.0,591.0,2023-05-31 04:26:11,3.2.0,,2182.0,2.0,,,23.0,https://pypi.org/project/jupyterlab_latex,1930.0,,,,2.0,,,,,,,,446.0,@jupyterlab/latex,https://www.npmjs.com/package/@jupyterlab/latex,252.0,,,,,, +113,Octave Kernel,True,An Octave kernel for IPython.,https://github.com/Calysto/octave_kernel,,kernels,18,calysto/octave_kernel,octave_kernel,,https://github.com/Calysto/octave_kernel,BSD-3-Clause,2014-07-31 01:59:06.000,2022-12-18 16:07:56.000000,2022-12-18 16:07:56,64.0,33.0,150.0,437.0,2022-11-29 02:04:58,0.35.1,153.0,5749.0,8.0,66.0,66.0,20.0,https://pypi.org/project/octave_kernel,5747.0,,,,2.0,,,,,,,,,,,,,,,,, +114,JupyterLab Templates,True,Support for jupyter notebook templates in jupyterlab.,https://github.com/finos/jupyterlab_templates,,lab-extensions,18,jpmorganchase/jupyterlab_templates,jupyterlab_templates,,https://github.com/finos/jupyterlab_templates,Apache-2.0,2018-03-17 21:38:11.000,2024-01-20 00:15:24.000000,2024-01-20 00:15:23,62.0,7.0,81.0,358.0,2023-07-14 16:46:17,0.5.0,,14886.0,16.0,8.0,8.0,20.0,https://pypi.org/project/jupyterlab_templates,12011.0,,,,2.0,,,,,,,finos/jupyterlab_templates,,jupyterlab_templates,https://www.npmjs.com/package/jupyterlab_templates,2875.0,,,,,, +115,treon,True,Easy to use test framework for Jupyter Notebooks.,https://github.com/ReviewNB/treon,,notebook-tools,18,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,23.0,3.0,10.0,292.0,,,,14727.0,,98.0,98.0,5.0,https://pypi.org/project/treon,14727.0,,,,3.0,,,,,,,,66.0,,,,,,,,, +116,JupyterLab System Monitor,True,JupyterLab extension to display system metrics.,https://github.com/jtpio/jupyterlab-system-monitor,,lab-extensions,18,jtpio/jupyterlab-system-monitor,,,https://github.com/jtpio/jupyterlab-system-monitor,BSD-3-Clause,2019-07-13 12:31:51.000,2023-07-28 15:17:36.000000,2023-07-28 15:17:32,29.0,,44.0,292.0,2021-02-04 22:39:49,0.8.0,,1496.0,2.0,160.0,160.0,7.0,,,,,,2.0,,,,,,,,,jupyterlab-system-monitor,https://www.npmjs.com/package/jupyterlab-system-monitor,1496.0,,,,,, +117,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,27.0,25.0,25.0,276.0,,,,10028.0,,325.0,325.0,11.0,https://pypi.org/project/nteract-scrapbook,10028.0,,,,3.0,,,,,,,,,,,,,,,,, +118,JupyterLab SideCar,True,A sidecar output widget for JupyterLab.,https://github.com/jupyter-widgets/jupyterlab-sidecar,,lab-extensions,18,jupyter-widgets/jupyterlab-sidecar,sidecar,,https://github.com/jupyter-widgets/jupyterlab-sidecar,BSD-3-Clause,2018-03-26 09:23:58.000,2023-08-30 15:30:11.000000,2023-08-30 15:29:37,39.0,22.0,13.0,238.0,2023-08-30 15:30:33,0.7.0,,5409.0,3.0,7.0,7.0,16.0,https://pypi.org/project/sidecar,4904.0,,,,2.0,,,,,,,,94.0,@jupyter-widgets/jupyterlab-sidecar,https://www.npmjs.com/package/@jupyter-widgets/jupyterlab-sidecar,505.0,,,,,, +119,jdaviz,True,JWST astronomical data analysis tools in the Jupyter platform.,https://github.com/spacetelescope/jdaviz,,widgets,18,spacetelescope/jdaviz,jdaviz,,https://github.com/spacetelescope/jdaviz,BSD-3-Clause,2019-05-07 17:54:06.000,2024-01-25 13:52:30.000000,2024-01-23 21:09:39,54.0,320.0,655.0,114.0,2023-12-21 21:05:26,3.8.1,,1017.0,32.0,37.0,37.0,32.0,https://pypi.org/project/jdaviz,1017.0,,,,3.0,,,,,,,,,,,,,,,,, +120,Rsession Proxy,True,Jupyter extensions for running an RStudio rsession proxy.,https://github.com/jupyterhub/jupyter-rsession-proxy,,jupyter-extensions,18,jupyterhub/jupyter-rsession-proxy,jupyter-rsession-proxy,,https://github.com/jupyterhub/jupyter-rsession-proxy,BSD-3-Clause,2016-12-09 06:26:18.000,2023-06-23 00:49:02.000000,2023-06-23 00:48:01,76.0,31.0,48.0,110.0,,,,7679.0,,45.0,45.0,21.0,https://pypi.org/project/jupyter-rsession-proxy,7679.0,,,,2.0,,,,,,,,236.0,,,,,,,,, +121,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,2024-01-17 12:40:31.000000,2024-01-17 12:40:31,46.0,2.0,47.0,62.0,2023-03-31 10:44:15,1.5.0,,2645.0,8.0,104.0,104.0,18.0,https://pypi.org/project/jupyterhub-ltiauthenticator,2645.0,,,,2.0,,,,,,,,,,,,,,,,, +122,jupyter-packaging,True,Tools to help build and install Jupyter Python packages.,https://github.com/jupyter/jupyter-packaging,,components,18,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,2024-01-02 13:42:39.000000,2024-01-02 13:42:37,45.0,11.0,30.0,61.0,2022-08-25 15:31:47,0.12.3,62.0,281846.0,32.0,,,30.0,https://pypi.org/project/jupyter-packaging,269377.0,https://anaconda.org/conda-forge/jupyter-packaging,2023-06-16 19:19:02.319,548622.0,3.0,,,,,,,,,,,,,,,,, +123,IJulia.jl,True,Julia kernel for Jupyter.,https://github.com/JuliaLang/IJulia.jl,,kernels,17,JuliaLang/IJulia.jl,,,https://github.com/JuliaLang/IJulia.jl,MIT,2013-03-05 18:20:21.000,2023-08-18 00:03:30.000000,2023-06-02 22:48:38,398.0,124.0,706.0,2710.0,2023-06-02 17:41:48,1.24.2,,,45.0,,,106.0,,,,,,2.0,,,,,,,,718.0,,,,,,,,, +124,IHaskell,True,A Haskell kernel for IPython.,https://github.com/IHaskell/IHaskell,,kernels,17,gibiansky/IHaskell,,,https://github.com/IHaskell/IHaskell,MIT,2013-08-26 07:16:09.000,2024-01-21 12:07:58.000000,2024-01-21 12:07:58,249.0,39.0,740.0,2518.0,,,,12.0,,,,114.0,,,,,,2.0,,,,,,,IHaskell/IHaskell,2267.0,ihaskell_jupyterlab,https://www.npmjs.com/package/ihaskell_jupyterlab,12.0,,,,,, +125,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,2023-06-07 10:33:18.000000,2021-06-14 15:04:41,195.0,13.0,14.0,1067.0,2019-09-02 14:01:33,0.1.2,,3400.0,1.0,,,13.0,https://pypi.org/project/pyforest,3400.0,,,,3.0,,,,,,,,196.0,,,,,,,,, +126,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,2023-10-13 08:07:19.000000,2019-12-08 22:22:20,188.0,78.0,59.0,1017.0,2019-05-06 03:28:50,1.3.0,151192.0,2256.0,5.0,,,4.0,,,,,,2.0,,,,,,,,90.0,,,,,,,,, +127,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,2023-08-03 16:55:22.000000,2023-08-03 16:55:22,74.0,,99.0,397.0,2018-02-05 18:54:22,0.11.1,,312.0,12.0,5.0,5.0,17.0,,,,,,2.0,,,,,,,,516.0,@jupyterlab/google-drive,https://www.npmjs.com/package/@jupyterlab/google-drive,312.0,,,,,, +128,JupyterLab GitHub,True,GitHub integration for JupyterLab.,https://github.com/jupyterlab/jupyterlab-github,,lab-extensions,17,jupyterlab/jupyterlab-github,jupyterlab-github,,https://github.com/jupyterlab/jupyterlab-github,BSD-3-Clause,2017-10-15 17:18:11.000,2023-08-03 14:11:51.000000,2023-08-03 14:11:49,99.0,21.0,41.0,392.0,2023-08-03 14:12:11,4.0.0,29.0,3044.0,7.0,6.0,6.0,17.0,https://pypi.org/project/jupyterlab-github,1933.0,,,,2.0,,,,,,,,,@jupyterlab/github,https://www.npmjs.com/package/@jupyterlab/github,1111.0,,,,,, +129,nbopen,True,Open a Jupyter notebook in the best available server.,https://github.com/takluyver/nbopen,,notebook-tools,17,takluyver/nbopen,nbopen,,https://github.com/takluyver/nbopen,BSD-3-Clause,2014-07-09 03:24:47.000,2023-09-08 12:57:22.000000,2023-09-08 12:54:36,56.0,38.0,27.0,297.0,,,,1219.0,,126.0,126.0,11.0,https://pypi.org/project/nbopen,1219.0,,,,3.0,,,,,,,,64.0,,,,,,,,, +130,gator,True,Conda environment and package management extension from within Jupyter.,https://github.com/mamba-org/gator,,jupyter-extensions,17,mamba-org/gator,,conda-forge/mamba_gator,https://github.com/mamba-org/gator,BSD-3-Clause,2018-08-02 05:15:23.000,2023-11-26 17:44:26.000000,2023-10-26 14:20:46,26.0,13.0,43.0,252.0,2023-05-05 13:00:11,5.2.1,2.0,1069.0,30.0,5.0,5.0,26.0,,,https://anaconda.org/conda-forge/mamba_gator,2023-06-16 19:23:51.106,39108.0,3.0,,,,,,,,,@mamba-org/gator-lab,https://www.npmjs.com/package/@mamba-org/gator-lab,40.0,,,,,, +131,nbinteract,True,Create interactive webpages from Jupyter Notebooks.,https://github.com/SamLau95/nbinteract,,notebook-sharing,17,SamLau95/nbinteract,nbinteract,,https://github.com/SamLau95/nbinteract,BSD-3-Clause,2017-08-31 00:16:20.000,2023-01-05 09:57:44.000000,2021-04-15 20:39:36,22.0,28.0,42.0,227.0,,,,14119.0,,4.0,4.0,8.0,https://pypi.org/project/nbinteract,14119.0,,,,3.0,,,,,,,,590.0,,,,,,,,, +132,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,17,telamonian/theme-darcula,,,https://github.com/telamonian/theme-darcula,BSD-3-Clause,2019-01-21 04:39:42.000,2023-06-06 08:38:20.000000,2022-07-20 12:02:54,27.0,8.0,17.0,198.0,,,,119.0,,1308.0,1308.0,7.0,,,,,,1.0,,,,,,,,113.0,@telamonian/theme-darcula,https://www.npmjs.com/package/@telamonian/theme-darcula,119.0,,,,,, +133,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,2023-06-16 13:18:35.621000,2022-02-03 17:25:03,41.0,,80.0,177.0,2017-06-02 21:19:27,0.5.0,107.0,1237.0,15.0,,,9.0,,,https://anaconda.org/conda-forge/scijava-jupyter-kernel,2023-06-16 13:18:35.621,100195.0,2.0,,,,,,,,404.0,,,,,,,,, +134,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,49.0,15.0,7.0,174.0,2018-05-29 18:46:14,0.0.9,2469.0,1339.0,9.0,,,3.0,https://pypi.org/project/sparkmonitor,1296.0,,,,3.0,krishnanr/sparkmonitor,https://hub.docker.com/r/krishnanr/sparkmonitor,2019-10-04 06:28:22.959295,,960.0,,,215.0,,,,,,,,, +135,jupyter-fs,True,A filesystem-like contents manager for multiple backends in Jupyter.,https://github.com/jpmorganchase/jupyter-fs,,lab-extensions,17,jpmorganchase/jupyter-fs,jupyter-fs,,https://github.com/jpmorganchase/jupyter-fs,Apache-2.0,2019-09-24 17:44:10.000,2023-12-21 21:51:58.000000,2023-11-11 18:56:51,33.0,16.0,58.0,174.0,2023-11-11 19:00:26,0.4.1,,506.0,2.0,5.0,5.0,15.0,https://pypi.org/project/jupyter-fs,506.0,,,,2.0,,,,,,,,,,,,,,,,, +136,ipysigma,True,A custom Jupyter widget library to display graphs using sigma.js.,https://github.com/medialab/ipysigma,,widgets,17,Yomguithereal/ipysigma,ipysigma,,https://github.com/medialab/ipysigma,MIT,2018-06-25 20:03:21.000,2023-10-20 11:44:29.000000,2023-10-20 08:08:59,13.0,47.0,154.0,152.0,2023-01-10 16:02:53,0.24.0,,783.0,2.0,25.0,25.0,6.0,https://pypi.org/project/ipysigma,453.0,,,,3.0,,,,,,,medialab/ipysigma,359.0,ipysigma,https://www.npmjs.com/package/ipysigma,330.0,,,,,, +137,Kernel Detection,True,An Jupyter plugin to enable the automatic detection of..,https://github.com/Cadair/jupyter_environment_kernels,,kernels,17,Cadair/jupyter_environment_kernels,environment_kernels,,https://github.com/Cadair/jupyter_environment_kernels,BSD-2-Clause,2015-01-06 14:50:00.000,2022-11-23 11:42:58.000000,2022-11-23 11:42:26,17.0,7.0,23.0,149.0,2022-11-23 11:42:59,1.2.0,,15364.0,3.0,5.0,5.0,8.0,https://pypi.org/project/environment_kernels,15364.0,,,,2.0,,,,,,,,83.0,,,,,,,,, +138,nb_conda,True,Conda environment and package access extension from within Jupyter.,https://github.com/Anaconda-Platform/nb_conda,,jupyter-extensions,17,Anaconda-Platform/nb_conda,,conda-forge/nb_conda,https://github.com/Anaconda-Platform/nb_conda,BSD-3-Clause,2015-12-09 23:12:58.000,2024-01-09 08:46:24.791000,2020-09-11 21:06:00,30.0,35.0,28.0,138.0,,,,15605.0,4.0,,,14.0,,,https://anaconda.org/conda-forge/nb_conda,2024-01-09 08:46:24.791,608606.0,3.0,,,,,,,,158.0,,,,,,,,, +139,nbzip,True,Zips and downloads all the contents of a jupyter notebook.,https://github.com/data-8/nbzip,,jupyter-extensions,17,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,18.0,9.0,5.0,84.0,,,,13081.0,,384.0,384.0,6.0,https://pypi.org/project/nbzip,13081.0,,,,3.0,,,,,,,,43.0,,,,,,,,, +140,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,74.0,2020-06-18 03:30:24,0.5.10,,482.0,17.0,37.0,37.0,13.0,https://pypi.org/project/sphinxcontrib-jupyter,482.0,,,,3.0,,,,,,,,269.0,,,,,,,,, +141,jupyter-archive,True,"A Jupyter/Jupyterlab extension to make, download and extract..",https://github.com/jupyterlab-contrib/jupyter-archive,,jupyter-extensions,17,jupyterlab-contrib/jupyter-archive,,conda-forge/jupyter-archive,https://github.com/jupyterlab-contrib/jupyter-archive,BSD-3-Clause,2019-07-25 17:15:19.000,2023-10-26 14:17:38.000000,2023-10-26 14:17:37,13.0,2.0,36.0,68.0,2023-08-15 15:28:38,3.4.0,3269.0,1478.0,28.0,122.0,122.0,10.0,,,https://anaconda.org/conda-forge/jupyter-archive,2023-08-16 14:54:33.988,59418.0,3.0,,,,,,,,,,,,,,,,, +142,ipydagred3,True,ipywidgets library for drawing directed acyclic graphs in..,https://github.com/timkpaine/ipydagred3,,widgets,17,timkpaine/ipydagred3,ipydagred3,,https://github.com/timkpaine/ipydagred3,Apache-2.0,2020-02-29 23:01:15.000,2023-12-19 00:05:36.000000,2023-12-19 00:05:35,6.0,5.0,19.0,67.0,2023-09-03 15:30:13,0.4.0,,55592.0,17.0,3.0,3.0,3.0,https://pypi.org/project/ipydagred3,328.0,,,,3.0,,,,,,,,,@jupyter-widgets/jupyterlab-manager,https://www.npmjs.com/package/@jupyter-widgets/jupyterlab-manager,55264.0,,,,,, +143,LFortran,True,Official mirror of https://gitlab.com/lfortran/lfortran. Please submit..,https://github.com/lfortran/lfortran,,kernels,16,lfortran/lfortran,lfortran,conda-forge/lfortran,https://github.com/lfortran/lfortran,,2019-03-24 13:22:20.000,2024-01-25 09:33:54.000000,2024-01-25 08:31:28,103.0,927.0,671.0,817.0,2024-01-22 03:18:34,0.31.0,640.0,2026.0,31.0,,,72.0,https://pypi.org/project/lfortran,63.0,https://anaconda.org/conda-forge/lfortran,2024-01-22 16:05:21.604,77575.0,3.0,,,,,,,,,,,,,,,,, +144,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,2023-12-29 20:15:18.000000,2023-12-29 20:15:15,77.0,14.0,89.0,804.0,,,,68.0,8.0,,,26.0,,,https://anaconda.org/simplect/clojupyter,2023-07-20 06:35:35.164,3526.0,3.0,simplect/clojupyter,https://hub.docker.com/r/simplect/clojupyter,2019-04-25 08:25:07.304303,,416.0,,,323.0,,,,,,,,, +145,gpu-jupyter,True,Leverage the flexibility of Jupyterlab through the power of your..,https://github.com/iot-salzburg/gpu-jupyter,,notebook-environments,16,iot-salzburg/gpu-jupyter,,,https://github.com/iot-salzburg/gpu-jupyter,Apache-2.0,2019-11-12 20:10:23.000,2024-01-24 13:59:49.000000,2024-01-24 13:59:49,212.0,3.0,84.0,618.0,2023-12-19 15:55:23,1.5_cuda-12.0_ubuntu-22.04,,,7.0,,,15.0,,,,,,3.0,,,,,,,,311.0,,,,,,,,, +146,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,2024-01-24 03:29:57.000000,2024-01-07 21:53:54,200.0,66.0,496.0,596.0,2023-03-18 23:02:09,3.2.2,33215.0,2847.0,37.0,,,115.0,https://pypi.org/project/jupyter_enterprise_gateway,2405.0,,,,3.0,,,,,,,jupyter-server/enterprise_gateway,,,,,,,,,, +147,Ansible Kernel,True,Jupyter Notebook Kernel for running Ansible Tasks and..,https://github.com/ansible/ansible-jupyter-kernel,,kernels,16,ansible/ansible-jupyter-kernel,ansible-kernel,conda-forge/ansible-kernel,https://github.com/ansible/ansible-jupyter-kernel,,2018-06-26 14:28:02.000,2023-06-16 16:15:33.557000,2022-02-11 15:18:23,56.0,16.0,29.0,526.0,,,,1350.0,2.0,12.0,12.0,10.0,https://pypi.org/project/ansible-kernel,85.0,https://anaconda.org/conda-forge/ansible-kernel,2023-06-16 16:15:33.557,14903.0,3.0,benthomasson/ansible-jupyter-kernel,https://hub.docker.com/r/benthomasson/ansible-jupyter-kernel,2018-12-12 18:42:31.528778,2.0,66670.0,,,212.0,,,,,,,,, +148,Kernel Gateway,True,Jupyter Kernel Gateway.,https://github.com/jupyter-server/kernel_gateway,,kernels,16,jupyter/kernel_gateway,jupyter-kernel-gateway,,https://github.com/jupyter-server/kernel_gateway,,2015-09-21 15:34:11.000,2024-01-22 18:56:28.000000,2024-01-22 16:34:49,121.0,16.0,168.0,465.0,2023-02-06 19:49:08,2.5.2,140.0,11769.0,10.0,,,46.0,https://pypi.org/project/jupyter-kernel-gateway,11767.0,,,,3.0,,,,,,,jupyter-server/kernel_gateway,,,,,,,,,, +149,ThebeLab,True,ThebeLab: turning static HTML pages into live documents.,https://github.com/executablebooks/thebe,,notebook-sharing,16,executablebooks/thebe,,,https://github.com/executablebooks/thebe,BSD-3-Clause,2017-03-14 12:17:22.000,2024-01-20 03:42:00.000000,2023-12-21 10:01:33,65.0,98.0,124.0,358.0,2021-10-26 10:04:08,0.8.2,,,5.0,10.0,10.0,29.0,,,,,,3.0,,,,,,,,,,,,,,,,, +150,Lantern,True,Data exploration glue.,https://github.com/timkpaine/lantern,,lab-extensions,16,timkpaine/lantern,pylantern,,https://github.com/timkpaine/lantern,Apache-2.0,2017-07-15 03:49:10.000,2023-12-11 14:03:21.000000,2023-12-11 14:03:20,21.0,11.0,188.0,339.0,2020-02-02 22:32:28,0.1.6,,75.0,26.0,19.0,19.0,3.0,https://pypi.org/project/pylantern,75.0,,,,2.0,,,,,,,,,,,,,,,,, +151,jupyterlab-execute-time,True,Execute Time Plugin for Jupyter Lab.,https://github.com/deshaw/jupyterlab-execute-time,,lab-extensions,16,deshaw/jupyterlab-execute-time,,,https://github.com/deshaw/jupyterlab-execute-time,BSD-3-Clause,2020-04-07 22:27:30.000,2024-01-25 13:21:05.000000,2023-11-06 18:11:00,43.0,10.0,51.0,321.0,,,,1353.0,,4.0,4.0,17.0,,,,,,2.0,,,,,,,,55.0,jupyterlab-execute-time,https://www.npmjs.com/package/jupyterlab-execute-time,1353.0,,,,,, +152,blackcellmagic,True,IPython magic command to format python code in cell using..,https://github.com/csurfer/blackcellmagic,,magic,16,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,13.0,5.0,5.0,305.0,,,,1245.0,,229.0,229.0,3.0,https://pypi.org/project/blackcellmagic,1245.0,,,,2.0,,,,,,,,18.0,,,,,,,,, +153,ML Hub,True,Multi-user development platform for machine learning teams. Simple to..,https://github.com/ml-tooling/ml-hub,,notebook-environments,16,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,63.0,16.0,11.0,290.0,2020-02-03 15:59:07,1.0.0,2060.0,863.0,8.0,,,7.0,,,,,,3.0,mltooling/ml-hub,https://hub.docker.com/r/mltooling/ml-hub,2020-02-18 09:26:53.302538,5.0,45337.0,,,220.0,,,,,,,,, +154,jupyterlab-classic,True,The next-gen old-school notebook UI.,https://github.com/jupyterlab/retrolab,,notebook-environments,16,jtpio/jupyterlab-classic,jupyterlab-classic,,https://github.com/jupyterlab/retrolab,BSD-3-Clause,2020-12-07 16:37:07.000,2023-02-16 13:40:19.000000,2023-02-16 13:40:18,45.0,,111.0,280.0,2022-05-04 07:37:18,0.3.21,2790.0,177.0,50.0,18.0,18.0,17.0,https://pypi.org/project/jupyterlab-classic,102.0,,,,3.0,,,,,,,jupyterlab/retrolab,,,,,,,,,, +155,ipytree,True,A Tree Widget using Jupyter-widgets protocol and jsTree.,https://github.com/jupyter-widgets-contrib/ipytree,,widgets,16,QuantStack/ipytree,ipytree,conda-forge/ipytree,https://github.com/jupyter-widgets-contrib/ipytree,MIT,2018-09-15 13:17:27.000,2023-10-25 14:25:25.000000,2022-11-23 09:34:00,29.0,20.0,19.0,124.0,2022-08-24 12:33:17,0.2.2,,53559.0,8.0,,,9.0,https://pypi.org/project/ipytree,51854.0,https://anaconda.org/conda-forge/ipytree,2023-06-16 16:14:42.506,98943.0,3.0,,,,,,,jupyter-widgets-contrib/ipytree,111.0,,,,,,,,, +156,ipyregulartable,True,"High performance, editable, stylable datagrids in jupyter..",https://github.com/finos/ipyregulartable,,widgets,16,jpmorganchase/ipyregulartable,ipyregulartable,,https://github.com/finos/ipyregulartable,Apache-2.0,2020-06-15 21:45:08.000,2023-12-18 15:18:46.000000,2023-12-18 15:18:45,15.0,10.0,17.0,95.0,,,,55389.0,6.0,13.0,13.0,5.0,https://pypi.org/project/ipyregulartable,125.0,,,,3.0,,,,,,,finos/ipyregulartable,,@jupyter-widgets/jupyterlab-manager,https://www.npmjs.com/package/@jupyter-widgets/jupyterlab-manager,55264.0,,,,,, +157,jupyterlab-sparkmonitor,True,JupyterLab extension that enables monitoring launched..,https://github.com/itsjafer/jupyterlab-sparkmonitor,,lab-extensions,16,itsjafer/jupyterlab-sparkmonitor,jupyterlab-sparkmonitor,,https://github.com/itsjafer/jupyterlab-sparkmonitor,Apache-2.0,2020-03-12 20:59:01.000,2022-12-27 15:34:10.000000,2022-04-01 16:32:30,25.0,8.0,8.0,91.0,,,,11426.0,,3.0,3.0,10.0,https://pypi.org/project/jupyterlab-sparkmonitor,11377.0,,,,2.0,itsjafer/sparkmonitor,https://hub.docker.com/r/itsjafer/sparkmonitor,2021-06-02 17:02:44.488613,,343.0,,,275.0,jupyterlab_sparkmonitor,https://www.npmjs.com/package/jupyterlab_sparkmonitor,42.0,,,,,, +158,SystemdSpawner,True,Spawn JupyterHub single-user notebook servers with systemd.,https://github.com/jupyterhub/systemdspawner,,hub-spawners,16,jupyterhub/systemdspawner,jupyterhub-systemdspawner,,https://github.com/jupyterhub/systemdspawner,BSD-3-Clause,2016-09-06 07:20:44.000,2024-01-05 17:01:00.000000,2024-01-04 00:14:44,46.0,21.0,49.0,88.0,,,,2608.0,,36.0,36.0,21.0,https://pypi.org/project/jupyterhub-systemdspawner,2608.0,,,,3.0,,,,,,,,,,,,,,,,, +159,Horizon Theme,True,VSCode Horizon Theme port for JupyterLab.,https://github.com/mohirio/jupyterlab-horizon-theme,,lab-themes,16,mohirio/jupyterlab-horizon-theme,,,https://github.com/mohirio/jupyterlab-horizon-theme,BSD-3-Clause,2019-06-07 08:46:59.000,2023-12-08 10:45:54.000000,2023-11-22 19:40:53,7.0,1.0,8.0,81.0,2023-11-22 19:41:10,4.0.2,24.0,275.0,2.0,3.0,3.0,3.0,,,,,,2.0,,,,,,,,62.0,@mohirio/jupyterlab-horizon-theme,https://www.npmjs.com/package/@mohirio/jupyterlab-horizon-theme,263.0,,,,,, +160,Altair Viewer,True,Viewer for Altair and Vega-Lite visualizations.,https://github.com/altair-viz/altair_viewer,,widgets,16,altair-viz/altair_viewer,altair_viewer,,https://github.com/altair-viz/altair_viewer,BSD-3-Clause,2019-12-20 14:32:14.000,2023-05-02 16:09:30.000000,2023-05-02 16:09:30,11.0,8.0,5.0,79.0,2021-11-06 14:18:45,0.4.0,,26719.0,3.0,,,3.0,https://pypi.org/project/altair_viewer,26719.0,,,,3.0,,,,,,,,149.0,,,,,,,,, +161,Content Management,True,Jupyter Content Management Extensions.,https://github.com/jupyter-incubator/contentmanagement,,jupyter-extensions,16,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,2023-10-06 09:59:54.551000,2018-06-11 01:51:34,26.0,7.0,20.0,77.0,,,,2530.0,3.0,15.0,15.0,8.0,https://pypi.org/project/jupyter_cms,273.0,https://anaconda.org/conda-forge/jupyter_cms,2023-10-06 09:59:54.551,94828.0,3.0,,,,,,,,136.0,,,,,,,,, +162,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,2023-06-30 06:50:09.000000,2023-06-30 06:50:08,27.0,9.0,17.0,47.0,2019-01-24 17:18:45,0.12,,3932.0,2.0,95.0,95.0,12.0,https://pypi.org/project/jupyterhub-firstuseauthenticator,3932.0,,,,2.0,,,,,,,,,,,,,,,,, +163,BinderHub,True,"Run your code in the cloud, with technology so advanced, it feels..",https://github.com/jupyterhub/binderhub,,notebook-sharing,15,jupyterhub/binderhub,,,https://github.com/jupyterhub/binderhub,BSD-3-Clause,2017-04-26 00:28:26.000,2024-01-25 06:11:13.000000,2024-01-25 06:11:12,364.0,198.0,484.0,2428.0,,,,,1.0,9.0,9.0,95.0,,,,,,3.0,,,,,,,,,,,,,,,binderhub,, +164,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,137.0,37.0,46.0,1084.0,,,,1458.0,,,,9.0,,,,,,3.0,geonotebook/geonotebook,https://hub.docker.com/r/geonotebook/geonotebook,2019-01-21 18:59:02.250643,9.0,131300.0,,,647.0,,,,,,,,, +165,heat,True,IPython magic command to profile and view your python code as a heat map.,https://github.com/csurfer/pyheatmagic,,magic,15,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,1018.0,,,,492.0,,42.0,42.0,3.0,https://pypi.org/project/py-heat-magic,492.0,,,,2.0,,,,,,,,34.0,,,,,,,,, +166,JupyterLab Vim,True,Vim notebook cell bindings for JupyterLab.,https://github.com/jwkvam/jupyterlab-vim,,lab-extensions,15,jwkvam/jupyterlab-vim,,,https://github.com/jwkvam/jupyterlab-vim,MIT,2017-12-02 21:16:38.000,2023-04-05 12:21:41.000000,2019-07-16 04:37:36,74.0,57.0,45.0,958.0,2019-07-16 04:33:54,0.11.0,,133.0,14.0,3.0,3.0,8.0,,,,,,3.0,,,,,,,,60.0,jupyterlab_vim,https://www.npmjs.com/package/jupyterlab_vim,133.0,,,,,, +167,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,2023-12-22 00:50:25.000000,2022-02-19 09:55:04,115.0,33.0,73.0,943.0,,,8973.0,163.0,3.0,,,7.0,,,,,,3.0,,,,,,,,143.0,,,,,,,,, +168,JupyterLab Renderers,True,Renderers and renderer extensions for JupyterLab.,https://github.com/jupyterlab/jupyter-renderers,,lab-renderer,15,jupyterlab/jupyter-renderers,,,https://github.com/jupyterlab/jupyter-renderers,BSD-3-Clause,2017-06-08 16:59:07.000,2024-01-10 15:09:32.000000,2023-11-12 10:25:41,71.0,35.0,74.0,479.0,,,,1954.0,,,,29.0,,,,,,3.0,,,,,,,,,@jupyterlab/geojson-extension,https://www.npmjs.com/package/@jupyterlab/geojson-extension,1954.0,,,,,, +169,commuter,True,Notebook sharing hub.,https://github.com/nteract/commuter,,notebook-sharing,15,nteract/commuter,,,https://github.com/nteract/commuter,BSD-3-Clause,2017-01-03 22:23:32.000,2023-09-08 15:20:37.000000,2022-04-28 20:49:58,65.0,53.0,39.0,477.0,,,,177.0,,2.0,2.0,27.0,,,,,,3.0,,,,,,,,640.0,@nteract/commuter,https://www.npmjs.com/package/@nteract/commuter,177.0,,,,,, +170,nbtutor,True,Visualize Python code execution (line-by-line) in Jupyter Notebook cells.,https://github.com/lgpage/nbtutor,,widgets,15,lgpage/nbtutor,,conda-forge/nbtutor,https://github.com/lgpage/nbtutor,,2016-11-07 14:08:25.000,2024-01-09 20:19:31.000000,2023-04-14 07:14:04,39.0,13.0,24.0,447.0,,,,1672.0,4.0,38.0,38.0,4.0,,,https://anaconda.org/conda-forge/nbtutor,2023-06-16 13:17:46.107,142131.0,3.0,,,,,,,,,,,,,,,,, +171,JupyterLab Tensorboard,True,Tensorboard extension for jupyterlab.,https://github.com/chesterli29/jupyterlab_tensorboard,,lab-extensions,15,chaoleili/jupyterlab_tensorboard,,,https://github.com/chesterli29/jupyterlab_tensorboard,MIT,2018-08-14 12:36:26.000,2022-07-21 07:29:55.000000,2022-07-18 10:51:06,33.0,20.0,10.0,310.0,,,,5249.0,,5.0,5.0,7.0,,,,,,3.0,,,,,,,chesterli29/jupyterlab_tensorboard,37.0,jupyterlab_tensorboard,https://www.npmjs.com/package/jupyterlab_tensorboard,5249.0,,,,,, +172,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-11-09 21:06:35.000000,2021-08-30 21:48:24,51.0,21.0,9.0,265.0,,,,48112.0,,,,3.0,https://pypi.org/project/jupyter_http_over_ws,48112.0,,,,3.0,,,,,,,,29.0,,,,,,,,, +173,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,2023-07-19 08:30:24.000000,2023-03-14 10:04:23,45.0,19.0,82.0,226.0,,,,54986.0,,3.0,3.0,18.0,https://pypi.org/project/jupyter-bokeh,50810.0,,,,3.0,,,,,,,,,@bokeh/jupyter_bokeh,https://www.npmjs.com/package/@bokeh/jupyter_bokeh,4176.0,,,,,, +174,JupyterLab Go-To-Definition,True,Navigate to variable's definition with a click in..,https://github.com/krassowski/jupyterlab-go-to-definition,,lab-extensions,15,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,9.0,10.0,13.0,222.0,2019-07-05 21:26:30,0.5.0,,473.0,5.0,17.0,17.0,2.0,,,,,,3.0,,,,,,,,89.0,@krassowski/jupyterlab_go_to_definition,https://www.npmjs.com/package/@krassowski/jupyterlab_go_to_definition,473.0,,,,,, +175,SAS Kernel,True,A Jupyter kernel for SAS. This opens up all the data manipulation..,https://github.com/sassoftware/sas_kernel,,kernels,15,sassoftware/sas_kernel,sas_kernel,,https://github.com/sassoftware/sas_kernel,Apache-2.0,2016-04-01 16:19:50.000,2023-01-13 14:14:25.000000,2023-01-13 14:14:25,80.0,,58.0,195.0,2022-12-01 21:51:02,2.4.13,,3502.0,15.0,,,11.0,https://pypi.org/project/sas_kernel,3502.0,,,,3.0,,,,,,,,,,,,,,,,, +176,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,30.0,13.0,14.0,193.0,,,,536.0,,19.0,19.0,12.0,https://pypi.org/project/jupyter-spark,536.0,,,,3.0,,,,,,,,106.0,,,,,,,,, +177,JupyterLab Spreadsheet,True,"JupyterLab plugin for viewing spreadsheets, such as..",https://github.com/quigleyj97/jupyterlab-spreadsheet,,lab-renderer,15,quigleyj97/jupyterlab-spreadsheet,,,https://github.com/quigleyj97/jupyterlab-spreadsheet,BSD-3-Clause,2018-10-13 22:51:03.000,2023-05-06 22:45:04.000000,2022-07-18 18:08:51,15.0,9.0,18.0,185.0,2021-07-17 23:45:44,0.4.1,,1444.0,5.0,6.0,6.0,4.0,,,,,,3.0,,,,,,,,,jupyterlab-spreadsheet,https://www.npmjs.com/package/jupyterlab-spreadsheet,1444.0,,,,,, +178,JupyterLab Data Explorer,True,First class datasets in JupyterLab.,https://github.com/jupyterlab/jupyterlab-data-explorer,,lab-extensions,15,jupyterlab/jupyterlab-data-explorer,,,https://github.com/jupyterlab/jupyterlab-data-explorer,BSD-3-Clause,2019-01-03 21:57:42.000,2023-08-08 06:45:57.000000,2023-08-08 06:45:57,36.0,,93.0,176.0,,,,58.0,,14.0,14.0,10.0,,,,,,3.0,,,,,,,,427.0,@jupyterlab/dataregistry-extension,https://www.npmjs.com/package/@jupyterlab/dataregistry-extension,58.0,,,,,, +179,igv.js widget,True,Extension for Jupyter Notebook which integrates igv.js.,https://github.com/g2nb/igv-jupyter,,widgets,15,igvteam/igv-jupyter,igv-jupyter,,https://github.com/g2nb/igv-jupyter,MIT,2016-07-21 18:44:38.000,2023-01-03 21:53:51.000000,2023-01-03 21:53:51,14.0,,41.0,155.0,2022-02-07 18:33:52,1.0.0,,125.0,9.0,14.0,14.0,5.0,https://pypi.org/project/igv-jupyter,125.0,,,,3.0,,,,,,,g2nb/igv-jupyter,140.0,,,,,,,,, +180,nbgallery,True,Enterprise Jupyter notebook sharing and collaboration app.,https://github.com/nbgallery/nbgallery,,notebook-sharing,15,nbgallery/nbgallery,,,https://github.com/nbgallery/nbgallery,MIT,2017-01-10 19:18:40.000,2024-01-23 16:18:23.000000,2023-12-20 13:31:56,31.0,32.0,456.0,151.0,,,,2025.0,,,,23.0,,,,,,3.0,nbgallery/nbgallery,https://hub.docker.com/r/nbgallery/nbgallery,2023-12-20 13:33:05.248059,5.0,170143.0,,,,,,,,,,,, +181,JupyterLab IFrame,True,JupyterLab iframe widget.,https://github.com/timkpaine/jupyterlab_iframe,,lab-extensions,15,timkpaine/jupyterlab_iframe,jupyterlab_iframe,,https://github.com/timkpaine/jupyterlab_iframe,Apache-2.0,2018-03-12 02:34:47.000,2023-12-19 02:59:17.000000,2023-12-19 02:59:16,17.0,4.0,64.0,101.0,2023-07-16 16:12:50,0.5.0,,1431.0,18.0,6.0,6.0,5.0,https://pypi.org/project/jupyterlab_iframe,1243.0,,,,3.0,,,,,,,,,jupyterlab_iframe,https://www.npmjs.com/package/jupyterlab_iframe,188.0,,,,,, +182,jupyterlab-theme-solarized-dark,True,JupyterLab 2.x Solarized Dark extension.,https://github.com/AllanChain/jupyterlab-theme-solarized-dark,,lab-themes,15,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,2024-01-18 12:03:13.000000,2024-01-18 12:03:10,9.0,2.0,2.0,89.0,2024-01-18 12:03:37,3.0.1,28.0,7230.0,11.0,3.0,3.0,2.0,https://pypi.org/project/jupyterlab_theme_solarized_dark,5463.0,,,,2.0,,,,,,,,,jupyterlab-theme-solarized-dark,https://www.npmjs.com/package/jupyterlab-theme-solarized-dark,1767.0,,,,,, +183,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,2023-10-23 20:14:31.000000,2023-09-30 16:16:13,6.0,11.0,52.0,67.0,2019-09-02 19:30:02,0.5.0,,717.0,15.0,3.0,3.0,4.0,,,https://anaconda.org/conda-forge/jupyterlab-sos,2023-06-16 16:17:01.985,32622.0,3.0,,,,,,,,333.0,jupyterlab-sos,https://www.npmjs.com/package/jupyterlab-sos,90.0,,,,,, +184,WrapSpawner,True,Mechanism for runtime configuration of spawners for JupyterHub.,https://github.com/jupyterhub/wrapspawner,,hub-spawners,15,jupyterhub/wrapspawner,,,https://github.com/jupyterhub/wrapspawner,BSD-3-Clause,2016-09-21 21:48:31.000,2024-01-16 09:43:39.000000,2023-04-05 16:09:42,56.0,19.0,14.0,60.0,2022-03-02 16:00:43,1.0.1,,,2.0,11.0,11.0,17.0,,,,,,3.0,,,,,,,,36.0,,,,,,,,, +185,SudoSpawner,True,Spawn JupyterHub single-user servers with sudo.,https://github.com/jupyterhub/sudospawner,,hub-spawners,15,jupyterhub/sudospawner,sudospawner,,https://github.com/jupyterhub/sudospawner,BSD-3-Clause,2014-11-24 23:21:36.000,2023-12-14 11:31:09.000000,2023-12-14 11:31:09,39.0,17.0,22.0,49.0,,,,908.0,,60.0,60.0,15.0,https://pypi.org/project/sudospawner,908.0,,,,3.0,,,,,,,,,,,,,,,,, +186,ipyscales,True,A widget library for scales.,https://github.com/vidartf/ipyscales,,widgets,15,vidartf/ipyscales,ipyscales,conda-forge/ipyscales,https://github.com/vidartf/ipyscales,BSD-3-Clause,2017-08-24 20:16:19.000,2023-06-16 16:11:22.840000,2022-09-01 10:51:55,4.0,2.0,4.0,13.0,,,,960.0,8.0,58.0,58.0,4.0,https://pypi.org/project/ipyscales,33.0,https://anaconda.org/conda-forge/ipyscales,2023-06-16 16:11:22.840,62125.0,3.0,,,,,,,,178.0,,,,,,,,, +187,jupyter-notify,True,A Jupyter Notebook magic for browser notifications of cell completion.,https://github.com/ShopRunner/jupyter-notify,,magic,14,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,38.0,13.0,12.0,579.0,2018-01-08 14:51:41,0.1.15,,853.0,4.0,,,11.0,https://pypi.org/project/jupyternotify,853.0,,,,3.0,,,,,,,,,,,,,,,,, +188,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,2023-10-03 23:29:38.000000,2022-11-28 19:10:54,34.0,9.0,18.0,519.0,,,,35.0,,3.0,3.0,13.0,,,,,,3.0,,,,,,,,345.0,nbgather,https://www.npmjs.com/package/nbgather,35.0,,,,,, +189,Matlab Kernel,True,Jupyter Kernel for Matlab.,https://github.com/Calysto/matlab_kernel,,kernels,14,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,75.0,26.0,106.0,464.0,2022-05-09 10:21:42,0.17.1,,781.0,3.0,,,18.0,https://pypi.org/project/matlab_kernel,781.0,,,,3.0,,,,,,,,216.0,,,,,,,,, +190,jupyter-tensorboard,True,Start Tensorboard in Jupyter Notebook.,https://github.com/lspvic/jupyter_tensorboard,,jupyter-extensions,14,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,464.0,,,,1339.0,,,,4.0,https://pypi.org/project/jupyter-tensorboard,1339.0,,,,3.0,,,,,,,,69.0,,,,,,,,, +191,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,2023-02-19 13:16:50.000000,2022-11-29 20:28:15,39.0,45.0,47.0,381.0,,,,,,324.0,324.0,15.0,,,,,,3.0,,,,,,,,,,,,,,,,, +192,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,2023-03-20 14:47:11.000000,2021-03-20 17:27:38,40.0,11.0,20.0,352.0,2020-11-15 17:48:03,0.9.21,,3.0,8.0,,,19.0,,,,,,3.0,pprzetacznik/ielixir,https://hub.docker.com/r/pprzetacznik/ielixir,2021-03-20 17:48:12.317861,1.0,352.0,,,282.0,,,,,,,,ielixir, +193,jupyter-flex,True,Build dashboards using Jupyter Notebooks.,https://github.com/danielfrg/jupyter-flex,,notebook-sharing,14,danielfrg/jupyter-flex,,,https://github.com/danielfrg/jupyter-flex,Apache-2.0,2019-12-13 20:19:40.000,2024-01-23 00:09:43.000000,2024-01-23 00:09:42,54.0,13.0,50.0,303.0,,,,,,46.0,46.0,4.0,,,,,,3.0,,,,,,,,,,,,,,,,, +194,naas,True,"Schedule notebooks, run them like APIs, expose securely your assets:..",https://github.com/jupyter-naas/naas,,notebook-tools,14,jupyter-naas/naas,naas,,https://github.com/jupyter-naas/naas,AGPL-3.0,2020-09-20 17:09:00.000,2024-01-15 13:40:54.000000,2024-01-15 13:40:53,23.0,40.0,144.0,266.0,,,,1854.0,,4.0,4.0,20.0,https://pypi.org/project/naas,1854.0,,,,3.0,,,,,,,,,,,,,,,,, +195,JupyterLab Chart Editor,True,JupyterLab extension for Plotly's react-chart-editor.,https://github.com/plotly/jupyterlab-chart-editor,,lab-renderer,14,plotly/jupyterlab-chart-editor,,,https://github.com/plotly/jupyterlab-chart-editor,,2018-01-23 18:18:38.000,2023-01-06 19:12:21.000000,2021-03-10 20:56:11,24.0,12.0,19.0,222.0,2021-03-10 20:57:44,4.14.3,,408.0,6.0,7.0,7.0,5.0,,,,,,3.0,,,,,,,,71.0,jupyterlab-chart-editor,https://www.npmjs.com/package/jupyterlab-chart-editor,408.0,,,,,, +196,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,2023-06-16 19:20:47.542000,2022-09-12 07:55:08,38.0,34.0,59.0,195.0,,,,1593.0,22.0,,,14.0,https://pypi.org/project/cdsdashboards,245.0,https://anaconda.org/conda-forge/cdsdashboards,2023-06-16 19:20:47.542,56632.0,3.0,,,,,,,,464.0,,,,,,,,, +197,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,153.0,2020-12-11 15:26:11,0.2.1,,,5.0,31.0,31.0,2.0,,,,,,3.0,,,,,,,,731.0,,,,,,,,, +198,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,2023-10-11 06:47:49.000000,2023-10-11 06:47:48,23.0,14.0,36.0,113.0,,,,508.0,,3.0,3.0,9.0,https://pypi.org/project/jupyterlab_hdf,374.0,,,,3.0,,,,,,,,367.0,@jupyterlab/hdf5,https://www.npmjs.com/package/@jupyterlab/hdf5,134.0,,,,,, +199,JupyterLab LSP,True,Coding assistance for JupyterLab (code navigation + hover..,https://github.com/krassowski/jupyterlab-lsp,,lab-extensions,14,krassowski/jupyterlab-lsp,,,https://github.com/krassowski/jupyterlab-lsp,BSD-3-Clause,2022-08-23 00:02:21.000,2024-01-18 10:23:56.000000,2023-10-06 11:44:20,,,,83.0,,,,1423.0,,26.0,26.0,48.0,,,,,,3.0,,,,,,,,,@krassowski/jupyterlab-lsp,https://www.npmjs.com/package/@krassowski/jupyterlab-lsp,1423.0,,,,,, +200,niwidgets,True,Neuroimaging widgets for jupyter notebooks.,https://github.com/nipy/niwidgets,,widgets,14,nipy/niwidgets,niwidgets,,https://github.com/nipy/niwidgets,Apache-2.0,2017-09-11 22:20:27.000,2022-12-08 05:01:00.000000,2020-03-24 14:27:42,33.0,17.0,17.0,82.0,,,,79.0,,31.0,31.0,16.0,https://pypi.org/project/niwidgets,79.0,,,,3.0,,,,,,,,242.0,,,,,,,,, +201,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,2023-03-06 08:21:01.000000,2021-12-12 18:25:55,10.0,,,75.0,2021-12-12 18:28:02,1.2.0,,393.0,3.0,3.0,3.0,5.0,https://pypi.org/project/jupyterlab-quickopen,361.0,,,,3.0,,,,,,,,56.0,@parente/jupyterlab-quickopen,https://www.npmjs.com/package/@parente/jupyterlab-quickopen,32.0,,,,,, +202,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,2023-08-08 06:52:04.000000,2023-08-08 06:52:04,14.0,,14.0,54.0,2019-09-05 11:54:07,0.4.0,,122.0,3.0,3.0,3.0,9.0,,,,,,3.0,,,,,,,,192.0,@jupyterlab/shortcutui,https://www.npmjs.com/package/@jupyterlab/shortcutui,122.0,,,,,, +203,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,,,,1164.0,,118.0,118.0,,https://pypi.org/project/jupyterhub-dummyauthenticator,1164.0,,,,2.0,,,,,,,,7.0,,,,,,,,, +204,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,123.0,22.0,54.0,2340.0,,,,,,,,9.0,,,,,,3.0,,,,,,,,169.0,,,,,,,,, +205,JupyterWith,True,declarative and reproducible Jupyter environments - powered by Nix.,https://github.com/tweag/jupyenv,,notebook-tools,13,tweag/jupyterWith,,,https://github.com/tweag/jupyenv,MIT,2018-12-18 10:10:58.000,2024-01-21 00:10:17.000000,2023-10-17 14:42:45,116.0,40.0,151.0,565.0,2023-01-31 21:35:49,0.1.0,,,1.0,,,37.0,,,,,,3.0,,,,,,,tweag/jupyenv,,,,,,,,,, +206,JupyterLab SQL,True,SQL GUI for JupyterLab.,https://github.com/pbugnion/jupyterlab-sql,,lab-extensions,13,pbugnion/jupyterlab-sql,jupyterlab_sql,,https://github.com/pbugnion/jupyterlab-sql,MIT,2019-02-01 09:37:05.000,2023-01-05 04:02:41.000000,2020-01-04 12:02:35,48.0,38.0,37.0,404.0,,,,328.0,,,,2.0,https://pypi.org/project/jupyterlab_sql,328.0,,,,3.0,,,,,,,,634.0,,,,,,,,, +207,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-12-06 19:48:00.000000,2019-08-14 17:21:34,35.0,40.0,20.0,292.0,,,,24.0,,3.0,3.0,6.0,,,,,,3.0,,,,,,,,87.0,jupyterlab_voyager,https://www.npmjs.com/package/jupyterlab_voyager,24.0,,,,,, +208,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,244.0,,,,,,22.0,22.0,8.0,,,,,,3.0,,,,,,,,154.0,,,,,,,,, +209,Jupyter DataTables,True,Jupyter Notebook extension leveraging pandas DataFrames..,https://github.com/CermakM/jupyter-datatables,,widgets,13,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,27.0,13.0,15.0,228.0,,,,729.0,,,,4.0,https://pypi.org/project/jupyter-datatables,729.0,,,,3.0,,,,,,,,147.0,,,,,,,,, +210,ipyexperiments,True,jupyter/ipython experiment containers for GPU and general..,https://github.com/stas00/ipyexperiments,,notebook-tools,13,stas00/ipyexperiments,ipyexperiments,,https://github.com/stas00/ipyexperiments,,2018-11-15 01:19:40.000,2023-12-15 03:22:24.000000,2023-12-15 03:22:22,11.0,,5.0,180.0,,,,274.0,,8.0,8.0,3.0,https://pypi.org/project/ipyexperiments,274.0,,,,3.0,,,,,,,,207.0,,,,,,,,, +211,JupyterLab Commenting,True,Commenting and annotation for JupyterLab.,https://github.com/jupyterlab/jupyterlab-commenting,,lab-extensions,13,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,25.0,10.0,98.0,,,,28.0,,3.0,3.0,10.0,,,,,,3.0,,,,,,,,332.0,@jupyterlab/commenting-extension,https://www.npmjs.com/package/@jupyterlab/commenting-extension,28.0,,,,,, +212,JupyterLab Kernelspy,True,A Jupyter Lab extension for inspecting messages to/from..,https://github.com/jupyterlab-contrib/jupyterlab-kernelspy,,lab-extensions,13,jupyterlab-contrib/jupyterlab-kernelspy,,,https://github.com/jupyterlab-contrib/jupyterlab-kernelspy,,2018-04-20 16:11:58.000,2023-10-08 08:15:21.000000,2023-10-08 08:15:20,12.0,2.0,11.0,75.0,2023-08-30 15:49:27,4.0.0,19.0,121.0,6.0,7.0,7.0,6.0,,,,,,3.0,,,,,,,,158.0,jupyterlab-kernelspy,https://www.npmjs.com/package/jupyterlab-kernelspy,121.0,,,,,, +213,SSH Kernel,True,SSH Kernel for Jupyter.,https://github.com/NII-cloud-operation/sshkernel,,kernels,13,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,13.0,2.0,7.0,63.0,,,,160.0,,7.0,7.0,4.0,https://pypi.org/project/sshkernel,160.0,,,,3.0,,,,,,,,398.0,,,,,,,,, +214,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,40.0,9.0,8.0,52.0,,,,144.0,,14.0,14.0,7.0,https://pypi.org/project/jupyterhub-jwtauthenticator,144.0,,,,3.0,,,,,,,,24.0,,,,,,,,, +215,SAML Authenticator,True,jupyterhub-samlauthenticator.,https://github.com/HewlettPackard/jupyterhub-samlauthenticator,,hub-auth,13,HewlettPackard/jupyterhub-samlauthenticator,jupyterhub-samlauthenticator,,https://github.com/HewlettPackard/jupyterhub-samlauthenticator,MIT,2019-04-17 21:34:09.000,2023-06-07 07:00:30.000000,2022-03-21 15:14:31,22.0,17.0,15.0,36.0,2020-07-13 15:56:30,samlauthenticator-0.0.9,13.0,648.0,3.0,,,7.0,https://pypi.org/project/jupyterhub-samlauthenticator,648.0,,,,3.0,,,,,,,,113.0,,,,,,,,, +216,pick,True,Customize your kernels on Launch!.,https://github.com/nteract/pick,,magic,13,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,32.0,,,,72102.0,,,,5.0,https://pypi.org/project/pick,72102.0,,,,3.0,,,,,,,,,,,,,,,,, +217,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-12-07 12:48:52.000000,2022-05-17 12:31:29,9.0,1.0,,9.0,,,,2486.0,,112.0,112.0,7.0,https://pypi.org/project/nullauthenticator,2486.0,,,,3.0,,,,,,,,,,,,,,,,, +218,ipycanvas,True,Interactive Canvas in Jupyter.,https://github.com/martinRenou/ipycanvas,,widgets,13,martinRenou/ipycanvas,ipycanvas,conda-forge/ipycanvas,https://github.com/martinRenou/ipycanvas,,2019-09-06 18:43:48.845,2023-11-06 08:34:25.000000,2023-07-20 09:03:10,,,,,,,,35167.0,33.0,8.0,8.0,21.0,https://pypi.org/project/ipycanvas,31480.0,https://anaconda.org/conda-forge/ipycanvas,2023-06-16 16:17:01.999,191728.0,3.0,,,,,,-11.0,,473.0,,,,,,,,, +219,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,40.0,1.0,15.0,451.0,,,,37.0,,,,4.0,https://pypi.org/project/py_d3,37.0,,,,3.0,,,,,,,,41.0,,,,,,,,, +220,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,66.0,13.0,127.0,440.0,2020-03-08 20:03:38,3.0.4,5553.0,51.0,15.0,,,28.0,,,,,,3.0,fsprojects/ifsharp,https://hub.docker.com/r/fsprojects/ifsharp,2019-03-26 17:01:42.996172,,715.0,,,,,,,,,,,, +221,Collapsible Headings,True,Implements Collapsible Headers for Jupyter Lab Notebooks.,https://github.com/aquirdTurtle/Collapsible_Headings,,lab-extensions,12,aquirdTurtle/Collapsible_Headings,,,https://github.com/aquirdTurtle/Collapsible_Headings,BSD-3-Clause,2019-07-29 01:45:30.000,2023-01-04 21:56:45.000000,2021-05-22 01:41:35,8.0,10.0,22.0,174.0,,,,460.0,,,,6.0,,,,,,3.0,,,,,,,,98.0,@aquirdturtle/collapsible_headings,https://www.npmjs.com/package/@aquirdturtle/collapsible_headings,460.0,,,,,, +222,Neon Theme,True,"A flat, 80's neon inspired theme for JupyterLab.",https://github.com/yeebc/jupyterlab-neon-theme,,lab-themes,12,yeebc/jupyterlab-neon-theme,,,https://github.com/yeebc/jupyterlab-neon-theme,BSD-3-Clause,2019-09-27 14:29:10.000,2023-03-14 15:24:31.000000,2022-08-28 15:36:59,8.0,2.0,11.0,149.0,,,,147.0,,4.0,4.0,4.0,,,,,,3.0,,,,,,,,45.0,@yeebc/jupyterlab_neon_theme,https://www.npmjs.com/package/@yeebc/jupyterlab_neon_theme,147.0,,,,,, +223,ipymaterialui,True,Jupyter Widgets based on React Material UI components.,https://github.com/maartenbreddels/ipymaterialui,,widgets,12,maartenbreddels/ipymaterialui,ipymaterialui,,https://github.com/maartenbreddels/ipymaterialui,MIT,2018-11-23 18:33:20.000,2022-12-30 02:57:55.000000,2019-10-29 13:53:37,14.0,7.0,3.0,85.0,2019-08-09 15:57:25,0.1.1,,32.0,1.0,8.0,8.0,3.0,https://pypi.org/project/ipymaterialui,23.0,,,,3.0,,,,,,,,74.0,jupyter-materialui,https://www.npmjs.com/package/jupyter-materialui,9.0,,,,,, +224,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,2023-07-19 00:59:43.000000,2022-12-07 17:04:39,20.0,31.0,85.0,81.0,2020-10-05 14:23:28,0.2.3,,39.0,11.0,3.0,3.0,7.0,https://pypi.org/project/nbcelltests,18.0,,,,3.0,,,,,,,,,jupyterlab_celltests,https://www.npmjs.com/package/jupyterlab_celltests,21.0,,,,,, +225,JupyterLab Autoversion,True,Automatically version jupyter notebooks in JupyterLab.,https://github.com/timkpaine/jupyterlab_autoversion,,lab-extensions,12,timkpaine/jupyterlab_autoversion,jupyterlab_autoversion,,https://github.com/timkpaine/jupyterlab_autoversion,Apache-2.0,2018-08-23 23:49:52.000,2023-12-18 14:29:38.000000,2023-12-18 14:29:36,9.0,5.0,29.0,70.0,2022-04-11 15:35:12,0.3.6,,141.0,12.0,,,5.0,https://pypi.org/project/jupyterlab_autoversion,96.0,,,,3.0,,,,,,,,,jupyterlab_autoversion,https://www.npmjs.com/package/jupyterlab_autoversion,45.0,,,,,, +226,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,11.0,1.0,8.0,52.0,2021-06-23 21:13:28,0.5.5,99.0,107.0,5.0,3.0,3.0,4.0,,,,,,3.0,,,,,,,,,jupyterlab-python-file,https://www.npmjs.com/package/jupyterlab-python-file,105.0,,,,,, +227,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,2023-12-18 14:28:24.000000,2023-12-18 14:28:23,6.0,3.0,24.0,46.0,,,,17.0,1.0,6.0,6.0,3.0,https://pypi.org/project/knowledgelab,8.0,,,,3.0,,,,,,,,179.0,knowledgelab,https://www.npmjs.com/package/knowledgelab,9.0,,,,,, +228,FargateSpawner,True,Spawns JupyterHub single user servers in Docker containers running in AWS Fargate.,https://github.com/uktrade/fargatespawner,,hub-spawners,12,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,21.0,6.0,5.0,41.0,,,,141.0,,4.0,4.0,3.0,https://pypi.org/project/fargatespawner,141.0,,,,3.0,,,,,,,,59.0,,,,,,,,, +229,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,8.0,11.0,14.0,15.0,2020-01-15 19:12:57,0.5.1,17.0,51.0,3.0,,,74.0,https://pypi.org/project/jupyter-kernel-mgmt,51.0,,,,3.0,,,,,,,,1783.0,,,,,,,,, +230,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,792.0,,,,,,,,,,,,,,3.0,,,,,,,,11.0,,,,,,,,, +231,ICSharp,True,C# kernel for Jupyter.,https://github.com/zabirauf/icsharp,,kernels,11,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,60.0,28.0,18.0,277.0,,,,,,,,11.0,,,,,,3.0,,,,,,,,45.0,,,,,,,,, +232,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,192.0,2020-04-12 11:15:09,1.3,,,6.0,,,5.0,,,,,,3.0,,,,,,,,42.0,,,,,,,,, +233,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,2023-12-08 09:11:01.000000,2023-12-08 08:06:36,24.0,15.0,31.0,160.0,,,,,,,,13.0,,,,,,3.0,,,,,,,,,,,,,,,,, +234,Material Darker Theme,True,The Material Darker theme for JupyterLab.,https://github.com/oriolmirosa/jupyterlab_materialdarker,,lab-themes,11,oriolmirosa/jupyterlab_materialdarker,,,https://github.com/oriolmirosa/jupyterlab_materialdarker,BSD-3-Clause,2018-03-07 23:24:13.000,2023-02-03 23:15:09.000000,2022-12-16 18:48:15,16.0,3.0,15.0,151.0,,,,104.0,,8.0,8.0,2.0,,,,,,3.0,,,,,,,,52.0,@oriolmirosa/jupyterlab_materialdarker,https://www.npmjs.com/package/@oriolmirosa/jupyterlab_materialdarker,104.0,,,,,, +235,SQLCell,True,"SQLCell is a magic function for the Jupyter Notebook that executes raw,..",https://github.com/tmthyjames/SQLCell,,magic,11,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,148.0,,,,22.0,,1.0,1.0,14.0,https://pypi.org/project/sqlcell,22.0,,,,3.0,,,,,,,,310.0,,,,,,,,, +236,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,26.0,11.0,7.0,111.0,,,,,,,,10.0,,,,,,3.0,,,,,,,,441.0,,,,,,,,, +237,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,2023-12-19 02:59:29.000000,2023-12-19 02:59:28,2.0,2.0,36.0,52.0,2023-08-17 16:44:39,0.3.1,,92.0,15.0,1.0,1.0,2.0,https://pypi.org/project/jupyterlab_email,65.0,,,,3.0,,,,,,,,,jupyterlab_email,https://www.npmjs.com/package/jupyterlab_email,27.0,,,,,, +238,JupyterLab Flake8,True,A jupyterlab extension to email notebooks directly from..,https://github.com/timkpaine/jupyterlab_email,,lab-extensions,11,timkpaine/jupyterlab_email,,,https://github.com/timkpaine/jupyterlab_email,Apache-2.0,2018-08-07 14:14:40.000,2023-12-19 02:59:29.000000,2023-12-19 02:59:28,2.0,2.0,36.0,52.0,2023-08-17 16:44:39,0.3.1,,73.0,15.0,1.0,1.0,2.0,,,,,,3.0,,,,,,,,,jupyterlab-flake8,https://www.npmjs.com/package/jupyterlab-flake8,73.0,,,,,, +239,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,45.0,2021-02-10 16:36:22,0.2.3-2,,142.0,5.0,,,2.0,https://pypi.org/project/jupyter_helpers,142.0,,,,3.0,,,,,,,,27.0,,,,,,,,, +240,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,26.0,8.0,11.0,40.0,,,,541.0,,,,5.0,https://pypi.org/project/jhub_remote_user_authenticator,541.0,,,,3.0,,,,,,,,27.0,,,,,,,,, +241,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,2024-01-22 17:31: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,,31.0,1.0,,,3.0,https://pypi.org/project/perfume-bench,31.0,,,,3.0,,,,,,,,196.0,,,,,,,,, +242,jupyter-nbrequirements,True,Dependency management and optimization in Jupyter..,https://github.com/thoth-station/jupyter-nbrequirements,,jupyter-extensions,11,thoth-station/jupyter-nbrequirements,,,https://github.com/thoth-station/jupyter-nbrequirements,MIT,2019-06-25 06:48:06.000,2023-05-29 09:18:17.000000,2023-05-29 09:18:17,6.0,1.0,32.0,17.0,2019-12-09 18:41:20,0.5.0,,,3.0,,,13.0,,,,,,3.0,,,,,,,,354.0,,,,,,,,, +243,jupyterlab-executor,True,JupyterLab extension to execute the scripts from the file browser.,https://github.com/gavincyi/jupyterlab-executor,,lab-extensions,11,gavincyi/jupyterlab-executor,jupyterlab-executor,,https://github.com/gavincyi/jupyterlab-executor,BSD-3-Clause,2020-12-29 15:51:54.000,2023-09-10 20:15:25.000000,2023-09-10 20:15:08,1.0,1.0,2.0,12.0,2023-09-10 20:26:52,2023.1.1,4.0,531.0,5.0,3.0,3.0,2.0,https://pypi.org/project/jupyterlab-executor,517.0,,,,3.0,,,,,,,,,@gavincyi/jupyterlab-executor,https://www.npmjs.com/package/@gavincyi/jupyterlab-executor,14.0,,,,,, +244,JupyterLab Top Bar,True,JupyterLab Top Bar extension.,https://github.com/jtpio/jupyterlab-topbar,,lab-extensions,11,jtpio/jupyterlab-topbar,,,https://github.com/jtpio/jupyterlab-topbar,BSD-3-Clause,2021-05-31 16:53:55.000,2023-09-26 12:56:11.000000,2023-09-26 12:09:54,2.0,,,5.0,,,,1637.0,,37.0,37.0,5.0,,,,,,3.0,,,,,,,,,jupyterlab-topbar-extension,https://www.npmjs.com/package/jupyterlab-topbar-extension,1637.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,8.0,33.0,109.0,,,,73.0,,3.0,3.0,5.0,,,,,,3.0,,,,,,,,,jupyterlab-flake8,https://www.npmjs.com/package/jupyterlab-flake8,73.0,,,,,, +246,jnotebook-reader,True,An awesome viewer to browse and render Jupyter..,https://github.com/line/jnotebook_reader,,notebook-sharing,10,line/jnotebook_reader,,,https://github.com/line/jnotebook_reader,Apache-2.0,2020-10-30 02:50:59.000,2022-12-06 05:30:25.000000,2022-12-06 05:30:25,16.0,1.0,4.0,103.0,2021-02-10 02:34:21,1.0.2,,,3.0,,,7.0,,,,,,3.0,,,,,,,,15.0,,,,,,,,, +247,JupyterLab Bytecode,True,JupyterLab extension to explore CPython Bytecode.,https://github.com/jtpio/jupyterlab-python-bytecode,,lab-extensions,10,jtpio/jupyterlab-python-bytecode,,,https://github.com/jtpio/jupyterlab-python-bytecode,BSD-3-Clause,2018-09-29 19:55:49.000,2023-01-03 15:16:54.000000,2020-10-16 21:38:08,6.0,2.0,3.0,60.0,,,,39.0,,3.0,3.0,2.0,,,,,,3.0,,,,,,,,114.0,jupyterlab-python-bytecode,https://www.npmjs.com/package/jupyterlab-python-bytecode,39.0,,,,,, +248,jupyterlab_commands,True,Add arbitrary python commands to the jupyterlab command palette.,https://github.com/timkpaine/jupyterlab_commands,,lab-extensions,10,timkpaine/jupyterlab_commands,,,https://github.com/timkpaine/jupyterlab_commands,Apache-2.0,2018-08-01 15:55:08.000,2023-12-18 17:40:35.000000,2023-12-18 17:40:34,6.0,1.0,23.0,49.0,2023-07-12 22:24:19,0.4.0,,,14.0,,,2.0,,,,,,3.0,,,,,,,,,,,,,,,,, +249,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,2023-06-16 16:13:13.990000,2019-07-16 16:58:16,12.0,7.0,4.0,19.0,,,,634.0,4.0,,,2.0,https://pypi.org/project/jupyterhub-yarnspawner,23.0,https://anaconda.org/conda-forge/jupyterhub-yarnspawner,2023-06-16 16:13:13.990,36679.0,3.0,,,,,,,,37.0,,,,,,,,, +250,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,2024-01-20 18:12:05.000000,2023-12-19 02:59:47,1.0,,,17.0,,,,911.0,8.0,,,7.0,https://pypi.org/project/tributary,117.0,https://anaconda.org/conda-forge/tributary,2023-06-16 19:20:23.415,34152.0,3.0,,,,,,,,,,,,,,,,, +251,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,13.0,11.0,18.0,15.0,,,,324.0,,,,7.0,https://pypi.org/project/remote_ikernel,324.0,,,,3.0,,,,,,,,78.0,,,,,,,,,tdaff/remote_ikernel +252,Hash Authenticator,True,Authenticate users with passwords generated from their..,https://github.com/thedataincubator/jupyterhub-hashauthenticator,,hub-auth,10,thedataincubator/jupyterhub-hashauthenticator,jupyterhub-hashauthenticator,,https://github.com/thedataincubator/jupyterhub-hashauthenticator,BSD-3-Clause,2017-08-18 19:18:33.000,2024-01-04 01:03:19.000000,2024-01-04 01:03:07,3.0,,,4.0,,,,114.0,,,,3.0,https://pypi.org/project/jupyterhub-hashauthenticator,114.0,,,,3.0,,,,,,,,46.0,,,,,,,,, +253,Remote Authenticator,True,"A collection of JupyterHub Authenticators, including Header,..",https://github.com/ucphhpc/jhub-authenticators,,hub-auth,10,rasmunk/jhub-authenticators,jhub-authenticators,,https://github.com/ucphhpc/jhub-authenticators,GPL-3.0,2017-12-20 14:46:18.000,2023-08-12 18:33:03.000000,2023-08-12 18:33:01,1.0,,,1.0,2019-04-12 15:44:39,0.2.2,,227.0,3.0,1.0,1.0,5.0,https://pypi.org/project/jhub-authenticators,227.0,,,,3.0,,,,,,,ucphhpc/jhub-authenticators,234.0,,,,,,,,, +254,JupyterLab,True,JupyterLab computational environment.,,,notebook-environments,10,jupyterlab/jupyterlab,jupyterlab,conda-forge/jupyterlab,,,2020-05-23 12:21:40.041,2024-01-20 01:39:50.376000,,,,,,,,,11414299.0,319.0,,,,https://pypi.org/project/jupyterlab,11195758.0,https://anaconda.org/conda-forge/jupyterlab,2024-01-20 01:39:50.376,9615830.0,3.0,,,,,,,,,,,,,,,,, +255,Jupyter Black,True,Black formatter for Jupyter Notebook.,https://github.com/drillan/jupyter-black,,jupyter-extensions,9,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,23.0,11.0,14.0,435.0,,,,,,,,2.0,,,,,,3.0,,,,,,,,10.0,,,,,,,,, +256,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,34.0,1.0,2.0,249.0,,,,,,,,3.0,,,,,,3.0,,,,,,,,112.0,,,,,,,,, +257,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,2023-01-06 01:35:32.000000,2020-09-20 09:38:39,13.0,4.0,,138.0,,,,165.0,,,,4.0,https://pypi.org/project/ipyannotate,161.0,,,,3.0,,,,,,,,27.0,ipyannotate,https://www.npmjs.com/package/ipyannotate,4.0,,,,,, +258,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,2023-02-28 12:12:05.000000,2023-02-28 12:09:08,8.0,2.0,9.0,110.0,,,,71.0,,3.0,3.0,2.0,https://pypi.org/project/jupyterlab_gitplus,42.0,,,,3.0,,,,,,,,114.0,@reviewnb/jupyterlab_gitplus,https://www.npmjs.com/package/@reviewnb/jupyterlab_gitplus,29.0,,,,,, +259,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,28.0,16.0,22.0,50.0,,,,40.0,,1.0,1.0,9.0,https://pypi.org/project/ppextensions,40.0,,,,3.0,,,,,,,,32.0,,,,,,,,, +260,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,9.0,,,49.0,,,,44.0,,4.0,4.0,3.0,,,,,,3.0,,,,,,,,44.0,@rahlir/theme-gruvbox,https://www.npmjs.com/package/@rahlir/theme-gruvbox,44.0,,,,,, +261,CAS Authenticator,True,CAS authenticator for Jupyterhub.,https://github.com/cwaldbieser/jhub_cas_authenticator,,hub-auth,9,cwaldbieser/jhub_cas_authenticator,jhub_cas_authenticator,,https://github.com/cwaldbieser/jhub_cas_authenticator,GPL-3.0,2017-09-17 19:17:08.000,2023-03-17 18:54:21.000000,2023-03-17 18:52:39,11.0,3.0,12.0,21.0,,,,147.0,,,,4.0,https://pypi.org/project/jhub_cas_authenticator,147.0,,,,3.0,,,,,,,,43.0,,,,,,,,, +262,ssh_ipykernel,True,A remote jupyter kernel via ssh.,https://github.com/bernhard-42/ssh_ipykernel,,kernels,9,bernhard-42/ssh_ipykernel,,,https://github.com/bernhard-42/ssh_ipykernel,MIT,2019-09-01 17:43:26.000,2023-09-08 09:37:29.000000,2021-06-28 15:17:55,3.0,3.0,,12.0,,,,,,3.0,3.0,,,,,,,3.0,,,,,,,,81.0,,,,,,,,, +263,Keberos Authenticator,True,A JupyterHub authenticator using Kerberos.,https://github.com/jupyterhub/kerberosauthenticator,,hub-auth,9,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,11.0,,,,150.0,,,,2.0,https://pypi.org/project/jupyterhub-kerberosauthenticator,150.0,,,,3.0,,,,,,,,21.0,,,,,,,,, +264,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,,11.0,,,,6400.0,,,,2.0,https://pypi.org/project/ipyaggrid,5937.0,,,,3.0,,,,,,,,47.0,ipyaggrid,https://www.npmjs.com/package/ipyaggrid,463.0,,,,,, +265,Theme Toggle,True,JupyterLab extension to toggle the theme in the Top Bar area.,https://github.com/jtpio/jupyterlab-theme-toggle,,lab-themes,9,jtpio/jupyterlab-theme-toggle,,,https://github.com/jtpio/jupyterlab-theme-toggle,BSD-3-Clause,2019-07-27 08:45:07.000,2023-07-26 08:11:35.000000,2021-06-16 11:42:31,3.0,1.0,4.0,11.0,,,,288.0,,5.0,5.0,2.0,,,,,,3.0,,,,,,,,,jupyterlab-theme-toggle,https://www.npmjs.com/package/jupyterlab-theme-toggle,288.0,,,,,, +266,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,,15.0,3.0,3.0,3.0,2.0,,,,,,3.0,,,,,,,,21.0,jupyterlab_spark,https://www.npmjs.com/package/jupyterlab_spark,15.0,,,,,, +267,easyexplore,True,Toolbox for easy and effective data exploration in Python.,https://github.com/GianniBalistreri/easyexplore,,widgets,9,GianniBalistreri/easyexplore,easyexplore,,https://github.com/GianniBalistreri/easyexplore,GPL-3.0,2020-05-04 17:26:04.000,2023-07-06 22:15:29.000000,2023-04-01 21:00:35,2.0,8.0,16.0,5.0,,,,247.0,,2.0,2.0,4.0,https://pypi.org/project/easyexplore,247.0,,,,3.0,,,,,,,,335.0,,,,,,,,, +268,ipyp5,True,p5.js Jupyter Widget.,https://github.com/jtpio/ipyp5,,widgets,8,jtpio/ipyp5,ipyp5,,https://github.com/jtpio/ipyp5,BSD-3-Clause,2018-03-06 17:50:12.000,2023-01-04 06:51:10.000000,2020-10-16 21:38:41,5.0,5.0,,37.0,,,,11.0,,1.0,1.0,2.0,https://pypi.org/project/ipyp5,11.0,,,,3.0,,,,,,,,60.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,2023-01-05 23:10:50.000000,2023-01-05 23:08:38,3.0,,1.0,9.0,,,,,,2.0,2.0,2.0,,,,,,3.0,,,,,,,,55.0,,,,,,,,, +270,Jupter-Notebook-REST-API,True,Run your jupyter notebooks as a REST API endpoint...,https://github.com/Invictify/Jupter-Notebook-REST-API,,notebook-tools,6,Invictify/Jupter-Notebook-REST-API,,,https://github.com/Invictify/Jupter-Notebook-REST-API,MIT,2020-03-31 22:48:04.000,2022-12-08 03:56:51.000000,2020-03-31 23:00:06,9.0,,,74.0,,,,,,,,2.0,,,,,,3.0,,,,,,,,2.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,26.0,,,,18.0,,3.0,3.0,,,,,,,3.0,,,,,,,,13.0,@kenshohara/theme-nord-extension,https://www.npmjs.com/package/@kenshohara/theme-nord-extension,18.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,2023-01-04 02:47:40.000000,2019-07-10 04:14:14,5.0,10.0,2.0,12.0,,,,,,3.0,3.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,2023-06-16 16:15:03.923000,,,,,,,,,15635.0,4.0,,,,https://pypi.org/project/nb_black,13412.0,https://anaconda.org/conda-forge/nb_black,2023-06-16 16:15:03.923,124509.0,3.0,,,,,,,,,,,,,,,,, diff --git a/latest-changes.md b/latest-changes.md index f5e92cf..c831ce6 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 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 +- Jupyter (🥇35 · ⭐ 12K · 📈) - Jupyter Interactive Notebook. BSD-3 +- IPython Kernel (🥇32 · ⭐ 600 · 📈) - IPython Kernel for Jupyter. BSD-3 +- Jupyter Book (🥇30 · ⭐ 3.6K · 📈) - Build interactive, publication-quality documents from.. BSD-3 +- nbformat (🥇29 · ⭐ 230 · 📈) - Reference implementation of the Jupyter Notebook format. BSD-3 +- Bash Kernel (🥇23 · ⭐ 670 · 📈) - A bash kernel for IPython. BSD-3 ## 📉 Trending Down _Projects that have a lower project-quality score compared to the last update. There might be a variety of reasons such as decreased downloads or code activity._ -- Jupyter (🥇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 +- ipywidgets (🥈26 · ⭐ 3K · 📉) - Interactive Widgets for the Jupyter Notebook. BSD-3 +- ipyvolume (🥈23 · ⭐ 1.9K · 📉) - 3d plotting for Python in the Jupyter notebook based on IPython.. MIT +- JupyterLab Git (🥇23 · ⭐ 1.3K · 📉) - A Git extension for JupyterLab. BSD-3 +- Stencila (🥉19 · ⭐ 750 · 📉) - Living documents for reproducible research. Apache-2 +- ipycanvas (🥉13 · 📉) - Interactive Canvas in Jupyter. ❗Unlicensed