├── history ├── 2021-04-25_changes.md ├── 2022-08-25_changes.md ├── 2021-06-24_changes.md ├── 2021-05-27_changes.md ├── 2021-10-13_changes.md ├── 2021-06-10_changes.md ├── 2021-05-20_changes.md ├── 2021-08-12_changes.md ├── 2021-12-23_changes.md ├── 2021-04-29_changes.md └── 2022-08-25_projects.csv ├── config ├── footer.md └── header.md ├── latest-changes.md ├── .github └── workflows │ └── update-jupyter-resources.yml └── projects.yaml /history/2021-04-25_changes.md: -------------------------------------------------------------------------------- 1 | Nothing changed from last update. -------------------------------------------------------------------------------- /config/footer.md: -------------------------------------------------------------------------------- 1 | 2 | --- 3 | 4 | ## 相关资源 5 | 6 | - [**Python资源汇集列表**](https://github.com/HanXinzi-AI/awesome-python-resources): 周更新的各种应用方向与主题的资源汇集列表 7 | - [**python机器学习资源大全**](https://github.com/HanXinzi-AI/awesome-python-machine-learning-resources): 周更新的各种python机器学习资源汇集列表 8 | - [**Jupyter及相关工具资源大全**](https://github.com/HanXinzi-AI/awesome-jupyter-resources): 周更新的各种Jupyter及相关工具资源汇集列表 9 | - [**NLP项目和资源大全**](https://github.com/HanXinzi-AI/awesome-NLP-resources): 周更新的各种NLP板块涉及的项目和工具资源汇集列表 10 | - [**CV项目和资源大全**](https://github.com/HanXinzi-AI/awesome-computer-vision-resources): 周更新的各种CV板块涉及的项目和工具资源汇集列表 -------------------------------------------------------------------------------- /config/header.md: -------------------------------------------------------------------------------- 1 | 2 |

3 | Jupyter资源与工具库大全 4 |
5 |

6 | 7 |

8 | Jupyter开源工具库资源大全,划分子版块并梳理排行,每周自动更新 9 |

10 | 11 |

12 | 13 | 14 | 15 |

16 | 17 | 本资源清单包含{project_count}个jupyter相关的开源工具资源,这些热门工具总共分成{category_count}个不同的子板块,这些项目目前在github上已经收到{stars_count}个点赞。所有的工具资源每周会自动从GitHub和工具维护平台采集信息,并更新排行展示。本清单参考[best-of模板](https://github.com/best-of-lists/best-of)完成,内容参考了[awesome-jupyter](https://github.com/markusschanta/awesome-jupyter),欢迎大家提PR丰富本清单。 -------------------------------------------------------------------------------- /latest-changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _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._ 4 | 5 | - Jupyter Client (🥈23 · ⭐ 280 · 📈) - Jupyter protocol client APIs. BSD-3 6 | - Contrib NBextensions (🥇21 · ⭐ 4.9K · 📈) - A collection of various notebook extensions for.. ❗Unlicensed 7 | - ipytest (🥈20 · ⭐ 230 · 📈) - Pytest in IPython notebooks. MIT 8 | - NBextensions Configurator (🥈19 · ⭐ 910 · 📈) - A jupyter notebook serverextension providing config.. ❗Unlicensed 9 | - mkdocs-jupyter (🥉15 · ⭐ 150 · 📈) - Use Jupyter Notebook in mkdocs. Apache-2 10 | 11 | ## 📉 Trending Down 12 | 13 | _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._ 14 | 15 | - Jupyter (🥇27 · ⭐ 10K · 📉) - Jupyter Interactive Notebook. ❗Unlicensed 16 | - IPython Kernel (🥇22 · ⭐ 500 · 📉) - IPython Kernel for Jupyter. ❗Unlicensed 17 | - nbformat (🥈19 · ⭐ 180 · 📉) - Reference implementation of the Jupyter Notebook format. ❗Unlicensed 18 | - JupyterLab LSP (🥉12 · 📉) - Coding assistance for JupyterLab (code navigation + hover.. BSD-3 19 | - JupyterLab (🥉9 · 📉) - JupyterLab computational environment. ❗Unlicensed 20 | 21 | -------------------------------------------------------------------------------- /history/2022-08-25_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _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._ 4 | 5 | - Jupyter Client (🥈23 · ⭐ 280 · 📈) - Jupyter protocol client APIs. BSD-3 6 | - Contrib NBextensions (🥇21 · ⭐ 4.9K · 📈) - A collection of various notebook extensions for.. ❗Unlicensed 7 | - ipytest (🥈20 · ⭐ 230 · 📈) - Pytest in IPython notebooks. MIT 8 | - NBextensions Configurator (🥈19 · ⭐ 910 · 📈) - A jupyter notebook serverextension providing config.. ❗Unlicensed 9 | - mkdocs-jupyter (🥉15 · ⭐ 150 · 📈) - Use Jupyter Notebook in mkdocs. Apache-2 10 | 11 | ## 📉 Trending Down 12 | 13 | _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._ 14 | 15 | - Jupyter (🥇27 · ⭐ 10K · 📉) - Jupyter Interactive Notebook. ❗Unlicensed 16 | - IPython Kernel (🥇22 · ⭐ 500 · 📉) - IPython Kernel for Jupyter. ❗Unlicensed 17 | - nbformat (🥈19 · ⭐ 180 · 📉) - Reference implementation of the Jupyter Notebook format. ❗Unlicensed 18 | - JupyterLab LSP (🥉12 · 📉) - Coding assistance for JupyterLab (code navigation + hover.. BSD-3 19 | - JupyterLab (🥉9 · 📉) - JupyterLab computational environment. ❗Unlicensed 20 | 21 | -------------------------------------------------------------------------------- /history/2021-06-24_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _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._ 4 | 5 | - pandas-profiling (🥇32 · ⭐ 7.5K · 📈) - Create HTML profiling reports from pandas DataFrame.. MIT 6 | - sparkmagic (🥇25 · ⭐ 990 · 📈) - Jupyter magics and kernels for working with remote Spark.. ❗Unlicensed 7 | - DockerSpawner (🥇23 · ⭐ 380 · 📈) - Spawns JupyterHub single user servers in Docker containers. BSD-3 8 | - nbval (🥈23 · ⭐ 350 · 📈) - A py.test plugin to validate Jupyter notebooks. ❗Unlicensed 9 | - ipylab (🥉14 · ⭐ 64 · 📈) - Control JupyterLab from Python Notebooks with Jupyter Widgets. BSD-3 10 | 11 | ## 📉 Trending Down 12 | 13 | _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._ 14 | 15 | - IHaskell (🥈18 · ⭐ 2.3K · 📉) - A Haskell kernel for IPython. MIT 16 | - JupyterLab Data Explorer (🥈15 · ⭐ 160 · 💀) - First class datasets in JupyterLab. BSD-3 17 | - nbzip (🥉15 · ⭐ 69 · 💀) - Zips and downloads all the contents of a jupyter notebook. Apache-2 18 | - Theme Toggle (🥉9 · ⭐ 9 · 📉) - JupyterLab extension to toggle the theme in the Top Bar area. BSD-3 19 | 20 | -------------------------------------------------------------------------------- /history/2021-05-27_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _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._ 4 | 5 | - qtconsole (🥇32 · ⭐ 260 · 📈) - Jupyter Qt Console. BSD-3 6 | - ipyleaflet (🥇29 · ⭐ 1.1K · 📈) - A Jupyter - Leaflet.js bridge. MIT 7 | - Perspective (🥇24 · ⭐ 3.4K · 📈) - Streaming pivot visualization via WebAssembly. Apache-2 8 | - Jupyter Spark (🥉16 · ⭐ 190 · 📈) - Jupyter Notebook extension for Apache Spark integration. MPL-2.0 9 | - dummyauthenticator (🥈14 · ⭐ 26 · 📈) - A Dummy JupyterHub Authenticator to make testing easy. BSD-3 10 | 11 | ## 📉 Trending Down 12 | 13 | _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._ 14 | 15 | - nbval (🥈22 · ⭐ 350 · 📉) - A py.test plugin to validate Jupyter notebooks. ❗Unlicensed 16 | - jupyter-packaging (🥉20 · ⭐ 30 · 📉) - Tools to help build and install Jupyter Python packages. BSD-3 17 | - docker-python (🥉19 · ⭐ 1.8K · 📉) - Kaggle Python docker image. Apache-2 18 | - Kernel Gateway (🥈18 · ⭐ 350 · 📉) - Jupyter Kernel Gateway. ❗Unlicensed 19 | - jupyter-tensorboard (🥉14 · ⭐ 450 · 💀) - Start Tensorboard in Jupyter Notebook. MIT 20 | 21 | -------------------------------------------------------------------------------- /history/2021-10-13_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _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._ 4 | 5 | - nbclient (🥇28 · ⭐ 77 · 📈) - A client library for executing notebooks. Formally.. ❗Unlicensed 6 | - DataLab (🥈26 · ⭐ 960 · 📈) - Interactive tools and developer experiences for Big Data on.. Apache-2 7 | - Jupyter Client (🥇26 · ⭐ 240 · 📈) - Jupyter protocol client APIs. BSD-3 8 | - bookstore (🥉20 · ⭐ 180 · 💀) - Notebook storage and publishing workflows for the masses. BSD-3 9 | - Enterprise Gateway (🥈19 · ⭐ 460 · 📈) - A lightweight, multi-tenant, scalable and secure.. ❗Unlicensed 10 | 11 | ## 📉 Trending Down 12 | 13 | _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._ 14 | 15 | - Jupytext (🥇26 · ⭐ 4.9K · 📉) - Jupyter Notebooks as Markdown Documents, Julia, Python or R scripts. MIT 16 | - facets-overview (🥈21 · ⭐ 6.7K · 📉) - Visualizations for machine learning datasets. Apache-2 17 | - Jupyter Themes (🥈17 · ⭐ 8.8K · 📉) - Custom Jupyter Notebook Themes. MIT 18 | - Contrib NBextensions (🥉15 · ⭐ 4.7K · 📉) - A collection of various notebook extensions for.. ❗Unlicensed 19 | - ipytest (🥉12 · ⭐ 170 · 📉) - Pytest in IPython notebooks. MIT 20 | 21 | -------------------------------------------------------------------------------- /history/2021-06-10_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _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._ 4 | 5 | - JupyterLab Git (🥇26 · ⭐ 880 · 📈) - A Git extension for JupyterLab. BSD-3 6 | - sparkmagic (🥇24 · ⭐ 980 · 📈) - Jupyter magics and kernels for working with remote Spark.. ❗Unlicensed 7 | - nbgitpuller (🥇22 · ⭐ 130 · 📈) - Jupyter server extension to sync a git repository one-way to a.. BSD-3 8 | - BatchSpawner (🥈20 · ⭐ 120 · 📈) - Custom Spawner for Jupyterhub to start servers in batch.. BSD-3 9 | - jupyterlab-classic (🥉14 · ⭐ 140 · 🐣) - The next-gen old-school notebook UI. BSD-3 10 | 11 | ## 📉 Trending Down 12 | 13 | _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._ 14 | 15 | - nbconvert (🥇30 · ⭐ 1.1K · 📉) - Jupyter Notebook Conversion. ❗Unlicensed 16 | - JupyterLab Debugger (🥇24 · ⭐ 500 · 📉) - A visual debugger for Jupyter notebooks, consoles,.. BSD-3 17 | - qgrid (🥈22 · ⭐ 2.7K · 💀) - An interactive grid for sorting, filtering, and editing DataFrames.. Apache-2 18 | - ipywebrtc (🥈21 · ⭐ 180 · 📉) - WebRTC for Jupyter notebook/lab. MIT 19 | - JupyterLab Top Bar (🥉9 · 🐣) - JupyterLab Top Bar extension. BSD-3 20 | 21 | -------------------------------------------------------------------------------- /history/2021-05-20_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _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._ 4 | 5 | - IPython Kernel (🥇32 · ⭐ 400 · 📈) - IPython Kernel for Jupyter. ❗Unlicensed 6 | - pandas-profiling (🥇30 · ⭐ 7.3K · 📈) - Create HTML profiling reports from pandas DataFrame.. MIT 7 | - panel (🥈30 · ⭐ 1.2K · 📈) - A high-level app and dashboarding solution for Python. BSD-3 8 | - facets-overview (🥈26 · ⭐ 6.6K · 📈) - Visualizations for machine learning datasets. Apache-2 9 | - evidently (🥉12 · ⭐ 510 · 🐣) - Interactive reports to analyze machine learning models during.. Apache-2 10 | 11 | ## 📉 Trending Down 12 | 13 | _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._ 14 | 15 | - JupyterHub (🥈25 · ⭐ 6.5K · 📉) - Multi-user server for Jupyter notebooks. ❗Unlicensed 16 | - PixieDust (🥇25 · ⭐ 1K · 📉) - Python Helper library for Jupyter Notebooks. Apache-2 17 | - JupyterLab Git (🥇25 · ⭐ 870 · 📉) - A Git extension for JupyterLab. BSD-3 18 | - Jupyter Book (🥈24 · ⭐ 2.3K · 📉) - Build interactive, publication-quality documents from.. BSD-3 19 | - JupyterLab Commenting (🥉12 · ⭐ 80 · 💤) - Commenting and annotation for JupyterLab. BSD-3 20 | 21 | -------------------------------------------------------------------------------- /history/2021-08-12_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _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._ 4 | 5 | - jupyter-matplotlib (🥇29 · ⭐ 1.1K · 📈) - Matplotlib Jupyter Integration. BSD-3 6 | - JupyterLab LSP (🥇25 · ⭐ 990 · 📈) - Coding assistance for JupyterLab (code navigation + hover.. BSD-3 7 | - jupyterlab-classic (🥉18 · ⭐ 170 · 📈) - The next-gen old-school notebook UI. BSD-3 8 | - evidently (🥉15 · ⭐ 1.2K · 📈) - Interactive reports to analyze machine learning models during.. Apache-2 9 | - JupyterLab Kernelspy (🥉14 · ⭐ 58 · 📈) - A Jupyter Lab extension for inspecting messages.. ❗Unlicensed 10 | 11 | ## 📉 Trending Down 12 | 13 | _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._ 14 | 15 | - repo2docker (🥈22 · ⭐ 1.2K · 📉) - Turn repositories into Jupyter-enabled Docker images. BSD-3 16 | - watermark (🥈22 · ⭐ 550 · 📉) - An IPython magic extension for printing date and time stamps,.. BSD-3 17 | - Jupyter Themes (🥇21 · ⭐ 8.6K · 📉) - Custom Jupyter Notebook Themes. MIT 18 | - DockerSpawner (🥈20 · ⭐ 390 · 📉) - Spawns JupyterHub single user servers in Docker containers. BSD-3 19 | - Enterprise Gateway (🥉16 · ⭐ 450 · 📉) - A lightweight, multi-tenant, scalable and secure.. ❗Unlicensed 20 | 21 | -------------------------------------------------------------------------------- /history/2021-12-23_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _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._ 4 | 5 | - Jupyter Themes (🥇21 · ⭐ 8.9K · 📈) - Custom Jupyter Notebook Themes. MIT 6 | - Apache Toree (🥈20 · ⭐ 690 · 📈) - Jupyter kernel for Apache Spark. Apache-2 7 | - Native Authenticator (🥈20 · ⭐ 47 · 📈) - JupyterHub-native user authenticator. BSD-3 8 | - Jupyter Spark (🥈16 · ⭐ 190 · 💤) - Jupyter Notebook extension for Apache Spark integration. MPL-2.0 9 | - naas (🥉12 · ⭐ 150 · 📈) - Schedule notebooks, run them like APIs, expose securely your.. ❗️AGPL-3.0 10 | 11 | ## 📉 Trending Down 12 | 13 | _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._ 14 | 15 | - jupyter_server (🥉20 · ⭐ 280 · 📉) - The backendi.e. core services, APIs, and REST.. ❗Unlicensed 16 | - Mapbox GL (🥈19 · ⭐ 590 · 💤) - Use Mapbox GL JS to visualize data in a Python Jupyter notebook. MIT 17 | - Jupyter Client (🥈17 · ⭐ 250 · 📉) - Jupyter protocol client APIs. BSD-3 18 | - blackcellmagic (🥉12 · ⭐ 280 · 📉) - IPython magic command to format python code in cell using.. MIT 19 | - NBextensions Configurator (🥉11 · ⭐ 860 · 💀) - A jupyter notebook serverextension providing config.. ❗Unlicensed 20 | 21 | -------------------------------------------------------------------------------- /history/2021-04-29_changes.md: -------------------------------------------------------------------------------- 1 | ## 📈 Trending Up 2 | 3 | _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._ 4 | 5 | - JupyterLab Git (🥇26 · ⭐ 850 · 📈) - A Git extension for JupyterLab. BSD-3 6 | - LDAP Authenticator (🥇23 · ⭐ 150 · 📈) - LDAP Authenticator Plugin for Jupyter. BSD-3 7 | - Appmode (🥇21 · ⭐ 360 · 📈) - A Jupyter extensions that turns notebooks into web applications. MIT 8 | - jupyter-server-proxy (🥇21 · ⭐ 160 · 📈) - Jupyter notebook server extension to proxy web.. BSD-3 9 | - sphinxcontrib.jupyter (🥉18 · ⭐ 67 · 💤) - A Sphinx Extension for Generating Jupyter Notebooks. BSD-3 10 | 11 | ## 📉 Trending Down 12 | 13 | _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._ 14 | 15 | - bqplot (🥇27 · ⭐ 3.1K · 📉) - Plotting library for IPython/Jupyter notebooks. Apache-2 16 | - jupyter-notify (🥈19 · ⭐ 520 · 📉) - A Jupyter Notebook magic for browser notifications of cell.. BSD-3 17 | - mkdocs-jupyter (🥉15 · ⭐ 48 · 📉) - Use Jupyter Notebook in mkdocs. Apache-2 18 | - jupyter-flex (🥉12 · ⭐ 170 · 📉) - Build dashboards using Jupyter Notebooks. Apache-2 19 | - Kernel Management (🥉12 · ⭐ 10 · 💀) - Experimental new kernel management framework for.. ❗Unlicensed 20 | 21 | -------------------------------------------------------------------------------- /.github/workflows/update-jupyter-resources.yml: -------------------------------------------------------------------------------- 1 | name: update-jupyter-resources 2 | 3 | on: 4 | workflow_dispatch: 5 | inputs: 6 | version: 7 | description: "Version to use for this update" 8 | required: false 9 | schedule: 10 | - cron: "0 14 * * 4" # Every thursday at 2pm 11 | 12 | env: 13 | BRANCH_PREFIX: "update/" 14 | DEFAULT_BRANCH: "master" 15 | 16 | jobs: 17 | update-best-of-list: 18 | runs-on: ubuntu-latest 19 | steps: 20 | - if: ${{ github.event.inputs != null && github.event.inputs.version != null }} 21 | name: set-version-from-input 22 | run: echo "VERSION=${{ github.event.inputs.version }}" >> $GITHUB_ENV 23 | - if: ${{ ! (env.VERSION != null && env.VERSION != '') }} 24 | name: set-version-via-date 25 | run: echo "VERSION=$(date '+%Y.%m.%d')" >> $GITHUB_ENV 26 | - uses: actions/checkout@v2 27 | - name: check-version-tag 28 | shell: bash 29 | run: | 30 | git fetch --tags --force 31 | git show-ref --tags --verify --quiet -- "refs/tags/${{ env.VERSION }}" && echo "VERSION=$(date '+%Y.%m.%d-%H.%M')" >> $GITHUB_ENV || exit 0 32 | - name: create-update-branch 33 | uses: peterjgrainger/action-create-branch@v2.0.1 34 | env: 35 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 36 | with: 37 | branch: "${{ env.BRANCH_PREFIX }}${{ env.VERSION }}" 38 | - uses: actions/checkout@v2 39 | with: 40 | fetch-depth: 0 41 | ref: ${{ env.BRANCH_PREFIX }}${{ env.VERSION }} 42 | token: ${{ secrets.GITHUB_TOKEN }} 43 | env: 44 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 45 | - name: update-best-of-list 46 | uses: best-of-lists/best-of-update-action@v0.7.0 47 | with: 48 | libraries_key: ${{ secrets.LIBRARIES_KEY }} 49 | github_key: ${{ secrets.GITHUB_TOKEN }} 50 | - name: push-update 51 | uses: stefanzweifel/git-auto-commit-action@v4 52 | with: 53 | branch: ${{ env.BRANCH_PREFIX }}${{ env.VERSION }} 54 | commit_user_name: best-of update 55 | commit_user_email: actions@github.com 56 | commit_message: Update best-of list for version ${{ env.VERSION }} 57 | tagging_message: ${{ env.VERSION }} 58 | skip_dirty_check: true 59 | commit_options: "--allow-empty" 60 | - name: create-pull-request 61 | shell: bash 62 | run: | 63 | # Stops script execution if a command has an error 64 | set -e 65 | curl -fsSL https://github.com/github/hub/raw/master/script/get | bash -s 2.14.2 66 | bin/hub pull-request -b ${{ env.DEFAULT_BRANCH }} -h ${{ env.BRANCH_PREFIX }}${{ env.VERSION }} --no-edit -m "Best-of update: ${{ env.VERSION }}" -m "To finish this update: Select Merge pull request below and Confirm merge. Also, make sure to publish the created draft release in the [releases section](../releases) as well." || true 67 | rm bin/hub 68 | env: 69 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 70 | - name: create-release 71 | uses: actions/create-release@v1 72 | env: 73 | GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} 74 | with: 75 | tag_name: ${{ env.VERSION }} 76 | release_name: "Update: ${{ env.VERSION }}" 77 | body_path: "latest-changes.md" 78 | draft: true 79 | prerelease: false 80 | -------------------------------------------------------------------------------- /projects.yaml: -------------------------------------------------------------------------------- 1 | configuration: 2 | min_stars: 25 3 | require_github: True 4 | markdown_header_file: "config/header.md" 5 | markdown_footer_file: "config/footer.md" 6 | #projects_history_folder: "history" 7 | 8 | categories: 9 | - category: "notebook-environments" 10 | title: "Notebook Environments" 11 | subtitle: "Development environments with support for Jupyter Notebooks." 12 | - category: "widgets" 13 | title: "Interactive Widgets & Visualization" 14 | subtitle: "Extensions that provide interactive UI-widgets and visualization tools." 15 | - category: "jupyter-extensions" 16 | title: "Jupyter Extensions" 17 | subtitle: "Application plugins that extend the functionality of Jupyter itself." 18 | - category: "magic" 19 | title: "Jupyter Magic" 20 | subtitle: "Extensions that provide magic commands to access convenient functionality within a notebook." 21 | - category: "kernels" 22 | title: "Jupyter Kernels" 23 | subtitle: "Jupyter kernels that run and introspect the user's code in a given language." 24 | - category: "notebook-sharing" 25 | title: "Notebook Sharing & Conversion" 26 | subtitle: "Tools to share, convert and simplify collaboration (e.g., via git) with notebook files." 27 | - category: "notebook-tools" 28 | title: "Notebook Tools" 29 | subtitle: "Libraries and tools that work with or can be used within notebook files." 30 | - category: "lab-renderer" 31 | title: "JupyterLab Renderer" 32 | subtitle: "Extensions that can render and display files of specific MIME types." 33 | - category: "lab-themes" 34 | title: "JupyterLab Themes" 35 | subtitle: "Extensions that can customize the appearance of JupyterLab." 36 | - category: "lab-extensions" 37 | title: "JupyterLab Extensions" 38 | subtitle: "Application plugins that extend the functionality of JupyterLab itself." 39 | - category: "hub-auth" 40 | title: "JupyterHub Authenticators" 41 | subtitle: "Authentication modules that manage and control how users can access the JupyterHub deployment." 42 | - category: "hub-spawners" 43 | title: "JupyterHub Spawners" 44 | subtitle: "Spawner modules that start, monitor, and stop single-user notebook servers." 45 | - category: "components" 46 | title: "Jupyter Components" 47 | subtitle: "Core components of the Jupyter architecture." 48 | 49 | projects: 50 | # Notebook Environments 51 | - name: Jupyter 52 | show: True 53 | pypi_id: notebook 54 | github_id: jupyter/notebook 55 | conda_id: conda-forge/jupyter 56 | dockerhub_id: jupyter/datascience-notebook 57 | category: notebook-environments 58 | - name: JupyterHub 59 | show: True 60 | description: "Multi-user server for Jupyter notebooks." 61 | pypi_id: jupyterhub 62 | github_id: jupyterhub/jupyterhub 63 | dockerhub_id: jupyterhub/jupyterhub 64 | conda_id: conda-forge/jupyterhub 65 | category: notebook-environments 66 | - name: JupyterLab 67 | show: True 68 | description: "JupyterLab computational environment." 69 | pypi_id: jupyterlab 70 | github_id: jupyterlab/jupyterlab 71 | conda_id: conda-forge/jupyterlab 72 | category: notebook-environments 73 | - name: ML Workspace 74 | show: True 75 | description: "All-in-one web-based IDE specialized for machine learning and.." 76 | dockerhub_id: mltooling/ml-workspace 77 | github_id: ml-tooling/ml-workspace 78 | category: notebook-environments 79 | - name: nteract 80 | show: True 81 | description: "The interactive computing suite for you!." 82 | github_id: nteract/nteract 83 | pypi_id: nteract_on_jupyter 84 | category: notebook-environments 85 | - name: Hydrogen 86 | show: True 87 | description: "Run code interactively, inspect data, and plot. All the power of Jupyter.." 88 | github_id: nteract/hydrogen 89 | category: notebook-environments 90 | - name: Docker Stacks 91 | show: True 92 | description: "Ready-to-run Docker images containing Jupyter applications." 93 | github_id: jupyter/docker-stacks 94 | dockerhub_id: jupyter/scipy-notebook 95 | license: BSD-3-Clause 96 | category: notebook-environments 97 | - name: DataLab 98 | show: True 99 | description: "Interactive tools and developer experiences for Big Data on.." 100 | github_id: googledatalab/datalab 101 | pypi_id: datalab 102 | category: notebook-environments 103 | - name: ML Hub 104 | show: True 105 | description: "Multi-user development platform for machine learning teams. Simple to.." 106 | github_id: ml-tooling/ml-hub 107 | dockerhub_id: mltooling/ml-hub 108 | category: notebook-environments 109 | # JupyterHub Spawners 110 | - name: BatchSpawner 111 | show: True 112 | description: "Custom Spawner for Jupyterhub to start servers in batch scheduled.." 113 | pypi_id: batchspawner 114 | github_id: jupyterhub/batchspawner 115 | category: hub-spawners 116 | - name: DockerSpawner 117 | show: True 118 | description: "Spawns JupyterHub single user servers in Docker containers." 119 | pypi_id: dockerspawner 120 | github_id: jupyterhub/dockerspawner 121 | conda_id: conda-forge/dockerspawner 122 | category: hub-spawners 123 | - name: KubeSpawner 124 | show: True 125 | pypi_id: jupyterhub-kubespawner 126 | github_id: jupyterhub/kubespawner 127 | category: hub-spawners 128 | - name: FargateSpawner 129 | show: True 130 | pypi_id: fargatespawner 131 | github_id: uktrade/fargatespawner 132 | category: hub-spawners 133 | - name: SystemdSpawner 134 | show: True 135 | description: "Spawn JupyterHub single-user notebook servers with systemd." 136 | pypi_id: jupyterhub-systemdspawner 137 | github_id: jupyterhub/systemdspawner 138 | category: hub-spawners 139 | - name: SudoSpawner 140 | show: True 141 | description: "Spawn JupyterHub single-user servers with sudo." 142 | pypi_id: sudospawner 143 | github_id: jupyterhub/sudospawner 144 | category: hub-spawners 145 | - name: YarnSpawner 146 | show: True 147 | description: "Spawn JupyterHub single user notebook servers in Hadoop/YARN.." 148 | pypi_id: jupyterhub-yarnspawner 149 | github_id: jupyterhub/yarnspawner 150 | conda_id: conda-forge/jupyterhub-yarnspawner 151 | category: hub-spawners 152 | - name: WrapSpawner 153 | show: True 154 | description: "Mechanism for runtime configuration of spawners for JupyterHub." 155 | github_id: jupyterhub/wrapspawner 156 | category: hub-spawners 157 | # JupyterHub Authenticators 158 | - name: OAuthenticator 159 | show: True 160 | github_id: jupyterhub/oauthenticator 161 | conda_id: conda-forge/oauthenticator 162 | pypi_id: oauthenticator 163 | category: hub-auth 164 | - name: LDAP Authenticator 165 | show: True 166 | description: "LDAP Authenticator Plugin for Jupyter." 167 | github_id: jupyterhub/ldapauthenticator 168 | pypi_id: jupyterhub-ldapauthenticator 169 | conda_id: conda-forge/jupyterhub-ldapauthenticator 170 | category: hub-auth 171 | - name: JWT Authenticator 172 | show: True 173 | description: "A Token Authenticator for JupyterHub." 174 | github_id: mogthesprog/jwtauthenticator 175 | pypi_id: jupyterhub-jwtauthenticator 176 | category: hub-auth 177 | - name: Native Authenticator 178 | show: True 179 | description: "JupyterHub-native user authenticator." 180 | github_id: jupyterhub/nativeauthenticator 181 | pypi_id: jupyterhub-nativeauthenticator 182 | category: hub-auth 183 | - name: Keberos Authenticator 184 | show: True 185 | description: "A JupyterHub authenticator using Kerberos." 186 | github_id: jupyterhub/kerberosauthenticator 187 | pypi_id: jupyterhub-kerberosauthenticator 188 | category: hub-auth 189 | - name: LTI Authenticator 190 | show: True 191 | description: "A JupyterHub authenticator for LTI." 192 | github_id: jupyterhub/ltiauthenticator 193 | pypi_id: jupyterhub-ltiauthenticator 194 | category: hub-auth 195 | - name: SSH Authenticator 196 | show: True 197 | description: "A simple SSH authenticator for JupyterHub." 198 | github_id: andreas-h/sshauthenticator 199 | category: hub-auth 200 | - name: SAML Authenticator 201 | show: True 202 | description: "jupyterhub-samlauthenticator." 203 | github_id: HewlettPackard/jupyterhub-samlauthenticator 204 | pypi_id: jupyterhub-samlauthenticator 205 | category: hub-auth 206 | - name: CAS Authenticator 207 | show: True 208 | description: "CAS authenticator for Jupyterhub." 209 | github_id: cwaldbieser/jhub_cas_authenticator 210 | pypi_id: jhub_cas_authenticator 211 | category: hub-auth 212 | - name: Remote Authenticator 213 | show: True 214 | description: "A collection of JupyterHub Authenticators, including Header,.." 215 | github_id: rasmunk/jhub-authenticators 216 | pypi_id: jhub-authenticators 217 | category: hub-auth 218 | - name: Null Authenticator 219 | show: True 220 | github_id: jupyterhub/nullauthenticator 221 | pypi_id: nullauthenticator 222 | category: hub-auth 223 | - name: First Use Authenticator 224 | show: True 225 | description: "JupyterHub Authenticator that lets users set.." 226 | github_id: jupyterhub/firstuseauthenticator 227 | pypi_id: jupyterhub-firstuseauthenticator 228 | category: hub-auth 229 | # Notebook Sharing & Conversion 230 | - name: Voila 231 | show: True 232 | description: "Voil turns Jupyter notebooks into standalone web applications." 233 | pypi_id: voila 234 | github_id: voila-dashboards/voila 235 | conda_id: conda-forge/voila 236 | npm_id: "@jupyter-voila/jupyterlab-preview" 237 | category: notebook-sharing 238 | - name: nbviewer 239 | show: True 240 | description: "nbconvert as a web service: Render Jupyter Notebooks as static web.." 241 | github_id: jupyter/nbviewer 242 | dockerhub_id: jupyter/nbviewer 243 | license: BSD-3-Clause 244 | category: notebook-sharing 245 | - name: commuter 246 | show: True 247 | description: "Notebook sharing hub." 248 | github_id: nteract/commuter 249 | npm_id: "@nteract/commuter" 250 | category: notebook-sharing 251 | - name: BinderHub 252 | show: True 253 | description: "Run your code in the cloud, with technology so advanced, it feels.." 254 | github_id: jupyterhub/binderhub 255 | pypi: binderhub 256 | category: notebook-sharing 257 | - name: nbgallery 258 | show: True 259 | description: "Enterprise Jupyter notebook sharing and collaboration app." 260 | github_id: nbgallery/nbgallery 261 | dockerhub_id: nbgallery/nbgallery 262 | category: notebook-sharing 263 | - name: Knowledge Repo 264 | show: True 265 | description: "A next-generation curated knowledge sharing platform for.." 266 | github_id: airbnb/knowledge-repo 267 | pypi_id: knowledge-repo 268 | category: notebook-sharing 269 | - name: nbconvert 270 | show: True 271 | pypi_id: nbconvert 272 | github_id: jupyter/nbconvert 273 | conda_id: conda-forge/nbconvert 274 | category: notebook-sharing 275 | - name: nbinteract 276 | show: True 277 | description: "Create interactive webpages from Jupyter Notebooks." 278 | pypi_id: nbinteract 279 | github_id: SamLau95/nbinteract 280 | category: notebook-sharing 281 | - name: RISE 282 | show: True 283 | description: "RISE: Live Reveal.js Jupyter/IPython Slideshow Extension." 284 | pypi_id: RISE 285 | github_id: damianavila/RISE 286 | conda_id: conda-forge/rise 287 | category: notebook-sharing 288 | - name: Jupytext 289 | show: True 290 | description: "Jupyter Notebooks as Markdown Documents, Julia, Python or R scripts." 291 | pypi_id: jupytext 292 | github_id: mwouts/jupytext 293 | npm_id: jupyterlab-jupytext 294 | conda_id: conda-forge/jupytext 295 | category: notebook-sharing 296 | - name: nbdime 297 | show: True 298 | description: "Tools for diffing and merging of Jupyter notebooks." 299 | pypi_id: nbdime 300 | github_id: jupyter/nbdime 301 | npm_id: nbdime-jupyterlab 302 | conda_id: conda-forge/nbdime 303 | category: notebook-sharing 304 | - name: Jupyter Book 305 | show: True 306 | description: "Build interactive, publication-quality documents from Jupyter.." 307 | pypi_id: jupyter-book 308 | github_id: executablebooks/jupyter-book 309 | category: notebook-sharing 310 | - name: Stencila 311 | show: True 312 | description: "Living documents for reproducible research." 313 | github_id: stencila/stencila 314 | npm_id: stencila 315 | dockerhub_id: stencila/cloud 316 | category: notebook-sharing 317 | - name: ThebeLab 318 | show: True 319 | description: "ThebeLab: turning static HTML pages into live documents." 320 | github_id: executablebooks/thebe 321 | category: notebook-sharing 322 | - name: scrapbook 323 | show: True 324 | description: "A library for recording and reading data in notebooks." 325 | github_id: nteract/scrapbook 326 | pypi_id: nteract-scrapbook 327 | category: notebook-sharing 328 | # Jupyter Magic 329 | - name: heat 330 | show: True 331 | description: "IPython magic command to profile and view your python code as a heat map." 332 | github_id: csurfer/pyheatmagic 333 | pypi_id: py-heat-magic 334 | category: magic 335 | - name: SQLCell 336 | show: True 337 | description: "SQLCell is a magic function for the Jupyter Notebook that executes raw,.." 338 | github_id: tmthyjames/SQLCell 339 | pypi_id: sqlcell 340 | category: magic 341 | - name: blackcellmagic 342 | show: True 343 | description: "IPython magic command to format python code in cell using.." 344 | github_id: csurfer/blackcellmagic 345 | pypi_id: blackcellmagic 346 | category: magic 347 | - name: jupyter-notify 348 | show: True 349 | github_id: ShopRunner/jupyter-notify 350 | pypi_id: jupyternotify 351 | category: magic 352 | - name: watermark 353 | show: True 354 | description: "An IPython magic extension for printing date and time stamps, version.." 355 | pypi_id: watermark 356 | github_id: rasbt/watermark 357 | conda_id: conda-forge/watermark 358 | license: BSD-3-Clause 359 | category: magic 360 | - name: py_d3 361 | show: True 362 | pypi_id: py_d3 363 | github_id: ResidentMario/py_d3 364 | category: magic 365 | - name: sparkmagic 366 | show: True 367 | description: "Jupyter magics and kernels for working with remote Spark clusters." 368 | pypi_id: sparkmagic 369 | github_id: jupyter-incubator/sparkmagic 370 | conda_id: conda-forge/sparkmagic 371 | category: magic 372 | - name: ipython-sql 373 | show: True 374 | pypi_id: ipython-sql 375 | github_id: catherinedevlin/ipython-sql 376 | conda_id: conda-forge/ipython-sql 377 | category: magic 378 | - name: nb_black 379 | show: True 380 | pypi_id: nb_black 381 | conda_id: conda-forge/nb_black 382 | category: magic 383 | # Jupyter Kernels 384 | - name: Metakernel 385 | show: True 386 | description: "Jupyter/IPython Kernel Tools." 387 | github_id: Calysto/metakernel 388 | pypi_id: metakernel 389 | conda_id: conda-forge/metakernel 390 | category: kernels 391 | - name: IRkernel 392 | show: True 393 | description: "R kernel for Jupyter." 394 | github_id: IRkernel/IRkernel 395 | cran_id: IRkernel 396 | dockerhub_id: jupyter/r-notebook 397 | conda_id: r/r-irkernel 398 | license: MIT 399 | category: kernels 400 | - name: almond 401 | show: True 402 | description: "A Scala kernel for Jupyter." 403 | github_id: almond-sh/almond 404 | dockerhub_id: almondsh/almond 405 | category: kernels 406 | - name: xeus-cling 407 | show: True 408 | description: "Jupyter kernel for the C++ programming language." 409 | github_id: jupyter-xeus/xeus-cling 410 | conda_id: conda-forge/xeus-cling 411 | category: kernels 412 | - name: IJava 413 | show: True 414 | description: "A Jupyter kernel for executing Java code." 415 | github_id: SpencerPark/IJava 416 | category: kernels 417 | - name: IElixir 418 | show: True 419 | description: "Jupyter's kernel for Elixir programming language." 420 | github_id: pprzetacznik/IElixir 421 | dockerhub_id: pprzetacznik/ielixir 422 | hex_id: ielixir 423 | category: kernels 424 | - name: gophernotes 425 | show: True 426 | description: "The Go kernel for Jupyter notebooks and nteract." 427 | github_id: gopherdata/gophernotes 428 | dockerhub_id: gopherdata/gophernotes 429 | go_id: github.com/gopherdata/gophernotes 430 | category: kernels 431 | - name: Bash Kernel 432 | show: True 433 | description: "A bash kernel for IPython." 434 | github_id: takluyver/bash_kernel 435 | pypi_id: bash_kernel 436 | category: kernels 437 | - name: clojupyter 438 | show: True 439 | description: "a Jupyter kernel for Clojure." 440 | github_id: clojupyter/clojupyter 441 | conda_id: simplect/clojupyter 442 | dockerhub_id: simplect/clojupyter 443 | category: kernels 444 | - name: IJulia.jl 445 | show: True 446 | description: "Julia kernel for Jupyter." 447 | github_id: JuliaLang/IJulia.jl 448 | category: kernels 449 | - name: IHaskell 450 | show: True 451 | description: "A Haskell kernel for IPython." 452 | github_id: gibiansky/IHaskell 453 | npm_id: ihaskell_jupyterlab 454 | category: kernels 455 | - name: Apache Toree 456 | show: True 457 | description: "Jupyter kernel for Apache Spark." 458 | github_id: apache/incubator-toree 459 | pypi_id: toree 460 | description: "Jupyter kernel for Apache Spark." 461 | category: kernels 462 | - name: lgo 463 | show: True 464 | description: "Interactive Go programming with Jupyter." 465 | github_id: yunabe/lgo 466 | category: kernels 467 | - name: IJavascript 468 | show: True 469 | description: "IJavascript is a javascript kernel for the Jupyter notebook." 470 | github_id: n-riesco/ijavascript 471 | npm_id: ijavascript 472 | category: kernels 473 | - name: IPython Kernel 474 | show: True 475 | github_id: ipython/ipykernel 476 | pypi_id: ipykernel 477 | conda_id: ipykernel 478 | category: kernels 479 | - name: Wolfram Kernel 480 | show: True 481 | description: "Wolfram Language kernel for Jupyter notebooks." 482 | github_id: WolframResearch/WolframLanguageForJupyter 483 | category: kernels 484 | - name: Matlab Kernel 485 | show: True 486 | description: "Jupyter Kernel for Matlab." 487 | github_id: calysto/matlab_kernel 488 | pypi_id: matlab_kernel 489 | category: kernels 490 | - name: SSH Kernel 491 | show: True 492 | description: "SSH Kernel for Jupyter." 493 | github_id: NII-cloud-operation/sshkernel 494 | pypi_id: sshkernel 495 | category: kernels 496 | - name: Kernel Gateway 497 | show: True 498 | description: "Jupyter Kernel Gateway." 499 | pypi_id: jupyter-kernel-gateway 500 | github_id: jupyter/kernel_gateway 501 | category: kernels 502 | - name: remote_ikernel 503 | show: True 504 | github_id: tdaff/remote_ikernel 505 | pypi_id: remote_ikernel 506 | bitbucket_id: tdaff/remote_ikernel 507 | category: kernels 508 | - name: Enterprise Gateway 509 | show: True 510 | description: "A lightweight, multi-tenant, scalable and secure gateway.." 511 | github_id: jupyter/enterprise_gateway 512 | pypi_id: jupyter_enterprise_gateway 513 | category: kernels 514 | - name: Ansible Kernel 515 | show: True 516 | description: "Jupyter Notebook Kernel for running Ansible Tasks and.." 517 | github_id: ansible/ansible-jupyter-kernel 518 | pypi_id: ansible-kernel 519 | dockerhub_id: benthomasson/ansible-jupyter-kernel 520 | conda_id: conda-forge/ansible-kernel 521 | category: kernels 522 | - name: F# Kernel 523 | show: True 524 | github_id: fsprojects/IfSharp 525 | dockerhub_id: fsprojects/ifsharp 526 | category: kernels 527 | - name: Octave Kernel 528 | show: True 529 | description: "An Octave kernel for IPython." 530 | github_id: calysto/octave_kernel 531 | pypi_id: octave_kernel 532 | category: kernels 533 | - name: OCaml Kernel 534 | show: True 535 | description: "An OCaml kernel for Jupyter (IPython) notebook." 536 | github_id: akabe/ocaml-jupyter 537 | category: kernels 538 | - name: IRuby 539 | show: True 540 | description: "Official gem repository: Ruby kernel for Jupyter/IPython Notebook." 541 | github_id: SciRuby/iruby 542 | dockerhub_id: rubydata/datascience-notebook 543 | gem_id: iruby 544 | category: kernels 545 | - name: ICSharp 546 | show: True 547 | description: "C# kernel for Jupyter." 548 | github_id: zabirauf/icsharp 549 | license: Apache-2.0 550 | category: kernels 551 | - name: LFortran 552 | show: True 553 | description: "Official mirror of https://gitlab.com/lfortran/lfortran. Please submit.." 554 | github_id: lfortran/lfortran 555 | pypi_id: lfortran 556 | conda_id: conda-forge/lfortran 557 | category: kernels 558 | - name: SciJava Kernel 559 | show: True 560 | description: "Write SciJava scripts in Jupyter notebook!." 561 | github_id: scijava/scijava-jupyter-kernel 562 | conda_id: conda-forge/scijava-jupyter-kernel 563 | category: kernels 564 | - name: SAS Kernel 565 | show: True 566 | description: "A Jupyter kernel for SAS. This opens up all the data manipulation.." 567 | github_id: sassoftware/sas_kernel 568 | pypi_id: sas_kernel 569 | category: kernels 570 | - name: Spylon Kernel 571 | show: True 572 | github_id: Valassis-Digital-Media/spylon-kernel 573 | pypi_id: spylon-kernel 574 | conda_id: conda-forge/spylon-kernel 575 | category: kernels 576 | - name: Kernel Management 577 | show: True 578 | description: "Experimental new kernel management framework for Jupyter." 579 | pypi_id: jupyter-kernel-mgmt 580 | github_id: takluyver/jupyter_kernel_mgmt 581 | category: notebook-tools 582 | # Notebook Tools 583 | - name: nbdev 584 | show: True 585 | description: "Create delightful python projects using Jupyter Notebooks." 586 | pypi_id: nbdev 587 | github_id: fastai/nbdev 588 | category: notebook-tools 589 | - name: BeakerX 590 | show: True 591 | description: "Beaker Extensions for Jupyter Notebook." 592 | pypi_id: beakerx 593 | github_id: twosigma/beakerx 594 | npm_id: beakerx 595 | dockerhub_id: beakerx/beakerx 596 | conda_id: conda-forge/beakerx 597 | category: notebook-tools 598 | - name: treon 599 | show: True 600 | description: "Easy to use test framework for Jupyter Notebooks." 601 | pypi_id: treon 602 | github_id: ReviewNB/treon 603 | category: notebook-tools 604 | - name: PixieDust 605 | show: True 606 | description: "Python Helper library for Jupyter Notebooks." 607 | pypi_id: pixiedust 608 | github_id: pixiedust/pixiedust 609 | conda_id: conda-forge/pixiedust 610 | category: notebook-tools 611 | - name: Jupyter Sphinx 612 | show: True 613 | description: "Sphinx extension for rendering of Jupyter interactive widgets." 614 | pypi_id: jupyter_sphinx 615 | github_id: jupyter/jupyter-sphinx 616 | category: notebook-tools 617 | - name: repo2docker 618 | show: True 619 | description: "Turn repositories into Jupyter-enabled Docker images." 620 | pypi_id: jupyter-repo2docker 621 | github_id: jupyterhub/repo2docker 622 | category: notebook-tools 623 | - name: JupyterWith 624 | show: True 625 | description: "declarative and reproducible Jupyter environments - powered by Nix." 626 | github_id: tweag/jupyterWith 627 | category: notebook-tools 628 | - name: ipytest 629 | show: True 630 | description: "Pytest in IPython notebooks." 631 | pypi_id: ipytest 632 | github_id: chmp/ipytest 633 | category: notebook-tools 634 | - name: nbval 635 | show: True 636 | description: "A py.test plugin to validate Jupyter notebooks." 637 | pypi_id: nbval 638 | github_id: computationalmodelling/nbval 639 | conda_id: conda-forge/nbval 640 | category: notebook-tools 641 | - name: sphinxcontrib.jupyter 642 | show: True 643 | description: "A Sphinx Extension for Generating Jupyter Notebooks." 644 | pypi_id: sphinxcontrib-jupyter 645 | github_id: QuantEcon/sphinxcontrib-jupyter 646 | category: notebook-tools 647 | - name: ipyexperiments 648 | show: True 649 | description: "jupyter/ipython experiment containers for GPU and general.." 650 | pypi_id: ipyexperiments 651 | github_id: stas00/ipyexperiments 652 | category: notebook-tools 653 | - name: jupyter2slides 654 | show: True 655 | description: "Cloud Native Presentation Slides with Jupyter Notebook +.." 656 | github_id: datitran/jupyter2slides 657 | category: notebook-tools 658 | - name: Jupyter Client 659 | show: True 660 | github_id: jupyter/jupyter_client 661 | pypi_id: jupyter-client 662 | license: BSD-3-Clause 663 | category: notebook-tools 664 | - name: Jupyter Helpers 665 | show: True 666 | description: "A collection of helpers for Jupyter/IPython." 667 | github_id: krassowski/jupyter-helpers 668 | pypi_id: jupyter_helpers 669 | category: notebook-tools 670 | - name: ipyparallel 671 | show: True 672 | description: "Interactive Parallel Computing in Python." 673 | pypi_id: ipyparallel 674 | github_id: ipython/ipyparallel 675 | conda_id: conda-forge/ipyparallel 676 | category: notebook-tools 677 | # Interactive Widgets & Visualization 678 | - name: pandas-profiling 679 | show: True 680 | description: "Create HTML profiling reports from pandas DataFrame.." 681 | pypi_id: pandas-profiling 682 | github_id: pandas-profiling/pandas-profiling 683 | conda_id: conda-forge/pandas-profiling 684 | category: widgets 685 | - name: facets-overview 686 | show: True 687 | description: "Visualizations for machine learning datasets." 688 | pypi_id: facets-overview 689 | github_id: pair-code/facets 690 | category: widgets 691 | - name: pivottablejs 692 | show: True 693 | description: "Dragndrop Pivot Tables and Charts for Jupyter/IPython Notebook,.." 694 | pypi_id: pivottablejs 695 | github_id: nicolaskruchten/jupyter_pivottablejs 696 | category: widgets 697 | - name: Vision UI 698 | show: True 699 | description: "UI visual interface for fastai - now compatible with Google.." 700 | github_id: asvcode/Vision_UI 701 | category: widgets 702 | - name: ipywidgets 703 | show: True 704 | pypi_id: ipywidgets 705 | github_id: jupyter-widgets/ipywidgets 706 | conda_id: conda-forge/ipywidgets 707 | npm_id: "@jupyter-widgets/jupyterlab-manager" 708 | category: widgets 709 | - name: qgrid 710 | show: True 711 | description: "An interactive grid for sorting, filtering, and editing DataFrames.." 712 | pypi_id: qgrid 713 | npm_id: qgrid 714 | github_id: quantopian/qgrid 715 | conda_id: conda-forge/qgrid 716 | category: widgets 717 | - name: ipyaggrid 718 | show: True 719 | description: "Jupyter widget - ag-grid in the notebook." 720 | pypi_id: ipyaggrid 721 | github_id: DGothrek/ipyaggrid 722 | npm_id: ipyaggrid 723 | category: widgets 724 | - name: jupyter-matplotlib 725 | show: True 726 | description: "Matplotlib Jupyter Integration." 727 | pypi_id: ipympl 728 | github_id: matplotlib/ipympl 729 | npm_id: jupyter-matplotlib 730 | category: widgets 731 | - name: ipysheet 732 | show: True 733 | description: "Jupyter handsontable integration." 734 | pypi_id: ipysheet 735 | github_id: QuantStack/ipysheet 736 | npm_id: ipysheet 737 | conda_id: conda-forge/ipysheet 738 | category: widgets 739 | - name: papermill 740 | show: True 741 | description: "Parameterize, execute, and analyze notebooks." 742 | pypi_id: papermill 743 | github_id: nteract/papermill 744 | conda_id: conda-forge/papermill 745 | category: widgets 746 | - name: ipysigma 747 | show: True 748 | description: "A custom Jupyter widget library to display graphs using sigma.js." 749 | github_id: Yomguithereal/ipysigma 750 | npm_id: ipysigma 751 | pypi_id: ipysigma 752 | category: widgets 753 | - name: ipymaterialui 754 | show: True 755 | description: "Jupyter Widgets based on React Material UI components." 756 | github_id: maartenbreddels/ipymaterialui 757 | npm_id: jupyter-materialui 758 | pypi_id: ipymaterialui 759 | category: widgets 760 | - name: tributary 761 | show: True 762 | description: "Streaming reactive and dataflow graphs in Python." 763 | github_id: timkpaine/tributary 764 | pypi_id: tributary 765 | conda_id: conda-forge/tributary 766 | category: widgets 767 | - name: ipywebrtc 768 | show: True 769 | description: "WebRTC for Jupyter notebook/lab." 770 | github_id: maartenbreddels/ipywebrtc 771 | pypi_id: ipywebrtc 772 | npm_id: jupyter-webrtc 773 | conda_id: conda-forge/ipywebrtc 774 | category: widgets 775 | - name: ipyvolume 776 | show: True 777 | description: "3d plotting for Python in the Jupyter notebook based on IPython.." 778 | pypi_id: ipyvolume 779 | github_id: maartenbreddels/ipyvolume 780 | conda_id: conda-forge/ipyvolume 781 | npm_id: ipyvolume 782 | category: widgets 783 | - name: bqplot 784 | show: True 785 | description: "Plotting library for IPython/Jupyter notebooks." 786 | pypi_id: bqplot 787 | github_id: bqplot/bqplot 788 | npm_id: bqplot 789 | conda_id: conda-forge/bqplot 790 | category: widgets 791 | - name: pythreejs 792 | show: True 793 | description: "A Jupyter - Three.js bridge." 794 | pypi_id: pythreejs 795 | github_id: jupyter-widgets/pythreejs 796 | conda_id: conda-forge/pythreejs 797 | npm_id: jupyter-threejs 798 | category: widgets 799 | - name: itkwidgets 800 | show: True 801 | description: "Interactive Jupyter widgets to visualize images, point sets, and.." 802 | pypi_id: itkwidgets 803 | github_id: InsightSoftwareConsortium/itkwidgets 804 | npm_id: itkwidgets 805 | category: widgets 806 | - name: Mapbox GL 807 | show: True 808 | description: "Use Mapbox GL JS to visualize data in a Python Jupyter notebook." 809 | github_id: mapbox/mapboxgl-jupyter 810 | pypi_id: mapboxgl 811 | category: widgets 812 | - name: ipyleaflet 813 | show: True 814 | description: "A Jupyter - Leaflet.js bridge." 815 | pypi_id: ipyleaflet 816 | github_id: jupyter-widgets/ipyleaflet 817 | conda_id: conda-forge/ipyleaflet 818 | npm_id: jupyter-leaflet 819 | category: widgets 820 | - name: gmaps 821 | show: True 822 | description: "Google maps for Jupyter notebooks." 823 | pypi_id: gmaps 824 | github_id: pbugnion/gmaps 825 | npm_id: jupyter-gmaps 826 | conda_id: conda-forge/gmaps 827 | license: BSD-3-Clause 828 | category: widgets 829 | - name: ipyp5 830 | show: True 831 | description: "p5.js Jupyter Widget." 832 | pypi_id: ipyp5 833 | github_id: jtpio/ipyp5 834 | category: widgets 835 | - name: ipytree 836 | show: True 837 | description: "A Tree Widget using Jupyter-widgets protocol and jsTree." 838 | pypi_id: ipytree 839 | github_id: QuantStack/ipytree 840 | conda_id: conda-forge/ipytree 841 | category: widgets 842 | - name: niwidgets 843 | show: True 844 | description: "Neuroimaging widgets for jupyter notebooks." 845 | pypi_id: niwidgets 846 | github_id: nipy/niwidgets 847 | license: Apache-2.0 848 | category: widgets 849 | - name: igv.js widget 850 | show: True 851 | description: "Extension for Jupyter Notebook which integrates igv.js." 852 | pypi_id: igv-jupyter 853 | github_id: igvteam/igv-jupyter 854 | category: widgets 855 | - name: perfume 856 | show: True 857 | description: "Interactive performance benchmarking in Jupyter." 858 | pypi_id: perfume-bench 859 | github_id: leifwalsh/perfume 860 | category: widgets 861 | - name: vega 862 | show: True 863 | description: "IPython/Jupyter notebook module for Vega and Vega-Lite." 864 | pypi_id: vega 865 | github_id: vega/ipyvega 866 | conda_id: conda-forge/vega 867 | category: widgets 868 | - name: geonotebook 869 | show: True 870 | description: "A Jupyter notebook extension for geospatial visualization and.." 871 | github_id: OpenGeoscience/geonotebook 872 | dockerhub_id: geonotebook/geonotebook 873 | category: widgets 874 | - name: panel 875 | show: True 876 | description: "A high-level app and dashboarding solution for Python." 877 | github_id: holoviz/panel 878 | pypi_id: panel 879 | conda_id: conda-forge/panel 880 | category: widgets/dashboarding 881 | - name: Jupyter DataTables 882 | show: True 883 | description: "Jupyter Notebook extension leveraging pandas DataFrames.." 884 | github_id: CermakM/jupyter-datatables 885 | pypi_id: jupyter-datatables 886 | category: widgets 887 | - name: Altair Viewer 888 | show: True 889 | description: "Viewer for Altair and Vega-Lite visualizations." 890 | github_id: altair-viz/altair_viewer 891 | pypi_id: altair_viewer 892 | category: widgets 893 | # Jupyter Extensions 894 | - name: HTTP-over-WebSocket 895 | show: True 896 | description: "Jupyter support for HTTP-over-ws." 897 | pypi_id: jupyter_http_over_ws 898 | github_id: googlecolab/jupyter_http_over_ws 899 | category: jupyter-extensions 900 | - name: Jupyter Black 901 | show: True 902 | description: "Black formatter for Jupyter Notebook." 903 | github_id: drillan/jupyter-black 904 | show: True 905 | category: jupyter-extensions 906 | - name: PPExtensions 907 | show: True 908 | description: "Set of iPython and Jupyter extensions to improve user.." 909 | pypi_id: ppextensions 910 | github_id: paypal/PPExtensions 911 | category: jupyter-extensions 912 | - name: nbgrader 913 | show: True 914 | description: "A system for assigning and grading notebooks." 915 | pypi_id: nbgrader 916 | github_id: jupyter/nbgrader 917 | conda_id: conda-forge/nbgrader 918 | category: jupyter-extensions 919 | - name: jupyter-tensorboard 920 | show: True 921 | description: "Start Tensorboard in Jupyter Notebook." 922 | pypi_id: jupyter-tensorboard 923 | github_id: lspvic/jupyter_tensorboard 924 | category: jupyter-extensions 925 | - name: Resource Usage 926 | show: True 927 | description: "Jupyter Notebook Extension for monitoring your own Resource.." 928 | pypi_id: jupyter-resource-usage 929 | github_id: jupyter-server/jupyter-resource-usage 930 | conda_id: conda-forge/nbresuse 931 | category: jupyter-extensions 932 | - name: jupyter-server-proxy 933 | show: True 934 | description: "Jupyter notebook server extension to proxy web services." 935 | pypi_id: jupyter-server-proxy 936 | github_id: jupyterhub/jupyter-server-proxy 937 | conda_id: conda-forge/jupyter-server-proxy 938 | category: jupyter-extensions 939 | - name: Contrib NBextensions 940 | show: True 941 | description: "A collection of various notebook extensions for Jupyter." 942 | pypi_id: jupyter_contrib_nbextensions 943 | github_id: ipython-contrib/jupyter_contrib_nbextensions 944 | category: jupyter-extensions 945 | - name: NBextensions Configurator 946 | show: True 947 | pypi_id: jupyter_nbextensions_configurator 948 | github_id: jupyter-contrib/jupyter_nbextensions_configurator 949 | category: jupyter-extensions 950 | - name: nbgitpuller 951 | show: True 952 | description: "Jupyter server extension to sync a git repository one-way to a.." 953 | pypi_id: nbgitpuller 954 | github_id: jupyterhub/nbgitpuller 955 | conda_id: conda-forge/nbgitpuller 956 | category: jupyter-extensions 957 | - name: Jupyter Themes 958 | show: True 959 | pypi_id: jupyterthemes 960 | github_id: dunovank/jupyter-themes 961 | category: jupyter-extensions 962 | - name: Jupyter Spark 963 | show: True 964 | description: "Jupyter Notebook extension for Apache Spark integration." 965 | pypi_id: jupyter-spark 966 | github_id: mozilla/jupyter-spark 967 | category: jupyter-extensions 968 | - name: Rsession Proxy 969 | show: True 970 | description: "Jupyter extensions for running an RStudio rsession proxy." 971 | pypi_id: jupyter-rsession-proxy 972 | github_id: jupyterhub/jupyter-rsession-proxy 973 | category: jupyter-extensions 974 | - name: Appmode 975 | show: True 976 | description: "A Jupyter extensions that turns notebooks into web applications." 977 | pypi_id: appmode 978 | conda_id: conda-forge/appmode 979 | github_id: oschuett/appmode 980 | category: jupyter-extensions 981 | - name: Spark Monitor 982 | show: True 983 | description: "Monitor Apache Spark from Jupyter Notebook." 984 | pypi_id: sparkmonitor 985 | dockerhub_id: krishnanr/sparkmonitor 986 | github_id: krishnan-r/sparkmonitor 987 | category: jupyter-extensions 988 | # JupyterLab Renderer 989 | - name: JupyterLab Voyager 990 | show: True 991 | github_id: altair-viz/jupyterlab_voyager 992 | npm_id: jupyterlab_voyager 993 | category: lab-renderer 994 | - name: JupyterLab Spreadsheet 995 | show: True 996 | description: "JupyterLab plugin for viewing spreadsheets, such as.." 997 | github_id: quigleyj97/jupyterlab-spreadsheet 998 | npm_id: "jupyterlab-spreadsheet" 999 | category: lab-renderer 1000 | - name: JupyterLab Renderers 1001 | show: True 1002 | description: "Renderers and renderer extensions for JupyterLab." 1003 | github_id: jupyterlab/jupyter-renderers 1004 | npm_id: "@jupyterlab/geojson-extension" 1005 | category: lab-renderer 1006 | - name: JupyterLab Latex 1007 | show: True 1008 | description: "JupyterLab extension for live editing of LaTeX documents." 1009 | github_id: jupyterlab/jupyterlab-latex 1010 | pypi_id: jupyterlab_latex 1011 | npm_id: "@jupyterlab/latex" 1012 | category: lab-renderer 1013 | - name: JupyterLab Chart Editor 1014 | show: True 1015 | description: "JupyterLab extension for Plotly's react-chart-editor." 1016 | github_id: plotly/jupyterlab-chart-editor 1017 | npm_id: jupyterlab-chart-editor 1018 | category: lab-renderer 1019 | - name: JupyterLab Drawio 1020 | show: True 1021 | description: "A standalone embedding of the FOSS drawio / mxgraph package.." 1022 | github_id: QuantStack/jupyterlab-drawio 1023 | npm_id: jupyterlab-drawio 1024 | category: lab-renderer 1025 | - name: JupyterLab Dash 1026 | show: True 1027 | github_id: plotly/jupyterlab-dash 1028 | pypi_id: jupyterlab-dash 1029 | npm_id: jupyterlab-dash 1030 | category: lab-renderer 1031 | # JupyterLab Themes 1032 | - name: Material Darker Theme 1033 | show: True 1034 | description: "The Material Darker theme for JupyterLab." 1035 | github_id: oriolmirosa/jupyterlab_materialdarker 1036 | npm_id: "@oriolmirosa/jupyterlab_materialdarker" 1037 | category: lab-themes 1038 | - name: Darcula Theme 1039 | show: True 1040 | github_id: telamonian/theme-darcula 1041 | npm_id: "@telamonian/theme-darcula" 1042 | category: lab-themes 1043 | - name: Gruvbox Theme 1044 | show: True 1045 | description: "Gruvbox dark theme for Jupyter Lab. Modeled on classic.." 1046 | github_id: Rahlir/theme-gruvbox 1047 | npm_id: "@rahlir/theme-gruvbox" 1048 | category: lab-themes 1049 | - name: Neon Theme 1050 | show: True 1051 | description: "A flat, 80's neon inspired theme for JupyterLab." 1052 | github_id: yeebc/jupyterlab-neon-theme 1053 | npm_id: "@yeebc/jupyterlab_neon_theme" 1054 | category: lab-themes 1055 | - name: Nord Theme 1056 | show: True 1057 | description: "JupyterLab - Nord Theme." 1058 | github_id: kenshohara/theme-nord-extension 1059 | npm_id: "@kenshohara/theme-nord-extension" 1060 | category: lab-themes 1061 | - name: Horizon Theme 1062 | show: True 1063 | description: "VSCode Horizon Theme port for JupyterLab." 1064 | github_id: mohirio/jupyterlab-horizon-theme 1065 | npm_id: "@mohirio/jupyterlab-horizon-theme" 1066 | category: lab-themes 1067 | - name: Theme Toggle 1068 | show: True 1069 | github_id: jtpio/jupyterlab-theme-toggle 1070 | npm_id: "jupyterlab-theme-toggle" 1071 | category: lab-themes 1072 | # JupyterLab Extensions 1073 | - name: JupyterLab Debugger 1074 | show: True 1075 | description: "A visual debugger for Jupyter notebooks, consoles, and.." 1076 | github_id: jupyterlab/debugger 1077 | npm_id: "@jupyterlab/debugger" 1078 | category: lab-extensions 1079 | - name: JupyterLab Kernelspy 1080 | show: True 1081 | description: "A Jupyter Lab extension for inspecting messages to/from.." 1082 | github_id: jupyterlab-contrib/jupyterlab-kernelspy 1083 | npm_id: jupyterlab-kernelspy 1084 | category: lab-extensions 1085 | - name: JupyterLab Python Files 1086 | show: True 1087 | description: "JupyterLab extension to create Python files." 1088 | github_id: jtpio/jupyterlab-python-file 1089 | npm_id: jupyterlab-python-file 1090 | category: lab-extensions 1091 | - name: JupyterLab Shortcutui 1092 | show: True 1093 | description: "A JupyterLab extension for managing keyboard shortcuts." 1094 | github_id: jupyterlab/jupyterlab-shortcutui 1095 | npm_id: "@jupyterlab/shortcutui" 1096 | category: lab-extensions 1097 | - name: GPU Dashboards 1098 | show: True 1099 | description: "A JupyterLab extension for displaying dashboards of GPU.." 1100 | github_id: rapidsai/jupyterlab-nvdashboard 1101 | pypi_id: jupyterlab-nvdashboard 1102 | npm_id: jupyterlab-nvdashboard 1103 | category: lab-extensions 1104 | - name: JupyterLab System Monitor 1105 | show: True 1106 | description: "JupyterLab extension to display system metrics." 1107 | github_id: jtpio/jupyterlab-system-monitor 1108 | npm_id: jupyterlab-system-monitor 1109 | category: lab-extensions 1110 | - name: KnowledgeLab 1111 | show: True 1112 | description: "KnowledgeRepo + JupyterLab." 1113 | github_id: timkpaine/knowledgelab 1114 | pypi_id: knowledgelab 1115 | npm_id: knowledgelab 1116 | category: lab-extensions 1117 | - name: JupyterLab Autoversion 1118 | show: True 1119 | description: "Automatically version jupyter notebooks in JupyterLab." 1120 | github_id: timkpaine/jupyterlab_autoversion 1121 | pypi_id: jupyterlab_autoversion 1122 | npm_id: jupyterlab_autoversion 1123 | category: lab-extensions 1124 | - name: JupyterLab Email 1125 | show: True 1126 | description: "A jupyterlab extension to email notebooks directly from.." 1127 | github_id: timkpaine/jupyterlab_email 1128 | pypi_id: jupyterlab_email 1129 | npm_id: jupyterlab_email 1130 | category: lab-extensions 1131 | - name: JupyterLab Bytecode 1132 | show: True 1133 | description: "JupyterLab extension to explore CPython Bytecode." 1134 | github_id: jtpio/jupyterlab-python-bytecode 1135 | npm_id: jupyterlab-python-bytecode 1136 | category: lab-extensions 1137 | - name: JupyterLab Flake8 1138 | show: True 1139 | description: "A jupyterlab extension to email notebooks directly from.." 1140 | github_id: timkpaine/jupyterlab_email 1141 | npm_id: jupyterlab-flake8 1142 | category: lab-extensions 1143 | - name: JupyterLab Quickopen 1144 | show: True 1145 | description: "Quickly open a file in JupyterLab by typing part of its.." 1146 | github_id: parente/jupyterlab-quickopen 1147 | pypi_id: jupyterlab-quickopen 1148 | npm_id: "@parente/jupyterlab-quickopen" 1149 | category: lab-extensions 1150 | - name: JupyterLab Vim 1151 | show: True 1152 | description: "Vim notebook cell bindings for JupyterLab." 1153 | github_id: jwkvam/jupyterlab-vim 1154 | npm_id: jupyterlab_vim 1155 | category: lab-extensions 1156 | - name: JupyterLab Git 1157 | show: True 1158 | description: "A Git extension for JupyterLab." 1159 | github_id: jupyterlab/jupyterlab-git 1160 | pypi_id: jupyterlab-git 1161 | conda_id: conda-forge/jupyterlab-git 1162 | category: lab-extensions 1163 | - name: JupyterLab TOC 1164 | show: True 1165 | github_id: jupyterlab/jupyterlab-toc 1166 | npm_id: "@jupyterlab/toc" 1167 | category: lab-extensions 1168 | - name: Variable Inspector 1169 | show: True 1170 | description: "Variable Inspector extension for Jupyterlab." 1171 | github_id: lckr/jupyterlab-variableInspector 1172 | npm_id: "@lckr/jupyterlab_variableinspector" 1173 | category: lab-extensions 1174 | - name: JupyterLab Google Drive 1175 | show: True 1176 | description: "Cloud storage for JupyterLab using Google Drive." 1177 | github_id: jupyterlab/jupyterlab-google-drive 1178 | npm_id: "@jupyterlab/google-drive" 1179 | category: lab-extensions 1180 | - name: JupyterLab SQL 1181 | show: True 1182 | description: "SQL GUI for JupyterLab." 1183 | github_id: pbugnion/jupyterlab-sql 1184 | pypi_id: jupyterlab_sql 1185 | category: lab-extensions 1186 | - name: JupyterLab Go-To-Definition 1187 | show: True 1188 | description: "Navigate to variable's definition with a click in.." 1189 | github_id: krassowski/jupyterlab-go-to-definition 1190 | npm_id: "@krassowski/jupyterlab_go_to_definition" 1191 | category: lab-extensions 1192 | - name: JupyterLab Spark 1193 | show: True 1194 | description: "Spark Application UI extension for JupyterLab." 1195 | github_id: manuzhang/jupyterlab_spark 1196 | npm_id: jupyterlab_spark 1197 | category: lab-extensions 1198 | - name: JupyterLab GitHub 1199 | show: True 1200 | github_id: jupyterlab/jupyterlab-github 1201 | npm_id: "@jupyterlab/github" 1202 | pypi_id: jupyterlab-github 1203 | category: lab-extensions 1204 | - name: Code Formatter 1205 | show: True 1206 | description: "A universal code formatter for JupyterLab." 1207 | github_id: ryantam626/jupyterlab_code_formatter 1208 | pypi_id: jupyterlab_code_formatter 1209 | npm_id: "@ryantam626/jupyterlab_code_formatter" 1210 | category: lab-extensions 1211 | - name: JupyterLab Spellchecker 1212 | show: True 1213 | description: "Spellchecker for JupyterLab notebook markdown cells.." 1214 | github_id: ijmbarr/jupyterlab_spellchecker 1215 | npm_id: "@ijmbarr/jupyterlab_spellchecker" 1216 | category: lab-extensions 1217 | - name: Lantern 1218 | show: True 1219 | description: "Data exploration glue." 1220 | github_id: timkpaine/lantern 1221 | pypi_id: pylantern 1222 | category: lab-extensions 1223 | - name: JupyterLab IFrame 1224 | show: True 1225 | description: "JupyterLab iframe widget." 1226 | github_id: timkpaine/jupyterlab_iframe 1227 | pypi_id: jupyterlab_iframe 1228 | npm_id: jupyterlab_iframe 1229 | category: lab-extensions 1230 | - name: JupyterLab Tensorboard 1231 | show: True 1232 | description: "Tensorboard extension for jupyterlab." 1233 | github_id: chaoleili/jupyterlab_tensorboard 1234 | npm_id: jupyterlab_tensorboard 1235 | category: lab-extensions 1236 | - name: nbgather 1237 | show: True 1238 | description: "Spit shine for Jupyter notebooks." 1239 | github_id: microsoft/gather 1240 | npm_id: nbgather 1241 | category: lab-extensions 1242 | - name: JupyterLab Data Explorer 1243 | show: True 1244 | description: "First class datasets in JupyterLab." 1245 | github_id: jupyterlab/jupyterlab-data-explorer 1246 | npm_id: "@jupyterlab/dataregistry-extension" 1247 | category: lab-extensions 1248 | - name: JupyterLab LSP 1249 | show: True 1250 | description: "Coding assistance for JupyterLab (code navigation + hover.." 1251 | github_id: krassowski/jupyterlab-lsp 1252 | npm_id: "@krassowski/jupyterlab-lsp" 1253 | category: lab-extensions 1254 | - name: JupyterLab Top Bar 1255 | show: True 1256 | description: "JupyterLab Top Bar extension." 1257 | github_id: jtpio/jupyterlab-topbar 1258 | npm_id: "jupyterlab-topbar-extension" 1259 | category: lab-extensions 1260 | - name: Jupyter Bokeh 1261 | show: True 1262 | description: "An extension for rendering Bokeh content in JupyterLab notebooks." 1263 | github_id: bokeh/jupyter_bokeh 1264 | pypi_id: jupyter-bokeh 1265 | npm_id: "@bokeh/jupyter_bokeh" 1266 | # jupyterlab_bokeh 1267 | category: lab-extensions 1268 | - name: JupyterLab Commenting 1269 | show: True 1270 | description: "Commenting and annotation for JupyterLab." 1271 | github_id: jupyterlab/jupyterlab-commenting 1272 | npm_id: "@jupyterlab/commenting-extension" 1273 | category: lab-extensions 1274 | - name: JupyterLab HDF5 1275 | show: True 1276 | description: "Open and explore HDF5 files in JupyterLab. Can handle very.." 1277 | github_id: jupyterlab/jupyterlab-hdf5 1278 | npm_id: "@jupyterlab/hdf5" 1279 | pypi_id: jupyterlab_hdf 1280 | category: lab-extensions 1281 | - name: JupyterLab SideCar 1282 | show: True 1283 | description: "A sidecar output widget for JupyterLab." 1284 | github_id: jupyter-widgets/jupyterlab-sidecar 1285 | npm_id: "@jupyter-widgets/jupyterlab-sidecar" 1286 | pypi_id: sidecar 1287 | category: lab-extensions 1288 | - name: Collapsible Headings 1289 | show: True 1290 | description: "Implements Collapsible Headers for Jupyter Lab Notebooks." 1291 | github_id: aquirdTurtle/Collapsible_Headings 1292 | npm_id: "@aquirdturtle/collapsible_headings" 1293 | category: lab-extensions 1294 | - name: ipython 1295 | show: True 1296 | github_id: ipython/ipython 1297 | pypi_id: ipython 1298 | conda_id: conda-forge/ipython 1299 | category: components 1300 | - name: nikola 1301 | show: True 1302 | description: "A static website and blog generator." 1303 | github_id: getnikola/nikola 1304 | category: notebook-sharing 1305 | pypi_id: nikola 1306 | - name: sos 1307 | show: True 1308 | description: "SoS workflow system for daily data analysis." 1309 | github_id: vatlab/SOS 1310 | category: notebook-environments 1311 | - name: ipycanvas 1312 | show: True 1313 | description: "Interactive Canvas in Jupyter." 1314 | github_id: martinRenou/ipycanvas 1315 | category: widgets 1316 | pypi_id: ipycanvas 1317 | conda_id: conda-forge/ipycanvas 1318 | - name: jupyter-dash 1319 | show: True 1320 | description: "Develop Dash apps in the Jupyter Notebook and JupyterLab." 1321 | github_id: plotly/jupyter-dash 1322 | category: widgets 1323 | pypi_id: jupyter-dash 1324 | - name: pick 1325 | show: True 1326 | description: "Customize your kernels on Launch!." 1327 | github_id: nteract/pick 1328 | category: magic 1329 | pypi_id: pick 1330 | - name: elyra 1331 | show: True 1332 | description: "Elyra extends JupyterLab Notebooks with an AI centric approach." 1333 | github_id: elyra-ai/elyra 1334 | category: lab-extensions 1335 | pypi_id: elyra 1336 | conda_id: conda-forge/elyra 1337 | - name: ipycytoscape 1338 | show: True 1339 | description: "A Cytoscape Jupyter widget." 1340 | github_id: QuantStack/ipycytoscape 1341 | category: widgets 1342 | conda_id: conda-forge/ipycytoscape 1343 | - name: pyforest 1344 | show: True 1345 | description: "pyforest - feel the bliss of automated imports." 1346 | github_id: 8080labs/pyforest 1347 | category: jupyter-extensions 1348 | pypi_id: pyforest 1349 | - name: mkdocs-jupyter 1350 | show: True 1351 | description: "Use Jupyter Notebook in mkdocs." 1352 | github_id: danielfrg/mkdocs-jupyter 1353 | category: notebook-sharing 1354 | pypi_id: mkdocs-jupyter 1355 | - name: nbQA 1356 | show: True 1357 | description: "Run any standard Python code quality tool on a Jupyter Notebook." 1358 | github_id: nbQA-dev/nbQA 1359 | category: notebook-tools 1360 | pypi_id: nbqa 1361 | - name: colabcode 1362 | show: True 1363 | description: "Run VSCode (codeserver) on Google Colab or Kaggle Notebooks." 1364 | github_id: abhishekkrthakur/colabcode 1365 | pypi_id: colabcode 1366 | - name: nb_conda_kernels 1367 | show: True 1368 | github_id: Anaconda-Platform/nb_conda_kernels 1369 | category: kernels 1370 | conda_id: conda-forge/nb_conda_kernels 1371 | license: BSD-3-Clause 1372 | - name: bookstore 1373 | show: True 1374 | description: "Notebook storage and publishing workflows for the masses." 1375 | github_id: nteract/bookstore 1376 | category: notebook-sharing 1377 | pypi_id: bookstore 1378 | - name: nbzip 1379 | show: True 1380 | description: "Zips and downloads all the contents of a jupyter notebook." 1381 | github_id: data-8/nbzip 1382 | category: jupyter-extensions 1383 | pypi_id: nbzip 1384 | - name: nbopen 1385 | show: True 1386 | github_id: takluyver/nbopen 1387 | category: notebook-tools 1388 | license: BSD-3-Clause 1389 | pypi_id: nbopen 1390 | - name: jupyter-archive 1391 | show: True 1392 | description: "A Jupyter/Jupyterlab extension to make, download and extract.." 1393 | github_id: jupyterlab-contrib/jupyter-archive 1394 | category: jupyter-extensions 1395 | conda_id: conda-forge/jupyter-archive 1396 | - name: gpu-jupyter 1397 | show: True 1398 | description: "Leverage the flexibility of Jupyterlab through the power of your.." 1399 | github_id: iot-salzburg/gpu-jupyter 1400 | category: notebook-environments 1401 | - name: gator 1402 | show: True 1403 | description: "Conda environment and package management extension from within Jupyter." 1404 | github_id: mamba-org/gator 1405 | conda_id: conda-forge/mamba_gator 1406 | npm_id: "@mamba-org/gator-lab" 1407 | license: BSD-3-Clause 1408 | category: jupyter-extensions 1409 | - name: nb_conda 1410 | show: True 1411 | github_id: Anaconda-Platform/nb_conda 1412 | license: BSD-3-Clause 1413 | category: jupyter-extensions 1414 | conda_id: conda-forge/nb_conda 1415 | - name: jupyter-flex 1416 | show: True 1417 | description: "Build dashboards using Jupyter Notebooks." 1418 | github_id: danielfrg/jupyter-flex 1419 | category: notebook-sharing 1420 | - name: easyexplore 1421 | show: True 1422 | description: "Toolbox for easy and effective data exploration in Python." 1423 | github_id: GianniBalistreri/easyexplore 1424 | category: widgets 1425 | pypi_id: easyexplore 1426 | - name: xeus-sqlite 1427 | show: True 1428 | description: "Jupyter kernel for SQLite." 1429 | github_id: jupyter-xeus/xeus-sqlite 1430 | category: kernels 1431 | - name: naas 1432 | show: True 1433 | description: "Schedule notebooks, run them like APIs, expose securely your assets:.." 1434 | github_id: jupyter-naas/naas 1435 | category: notebook-tools 1436 | pypi_id: naas 1437 | - name: testbook 1438 | show: True 1439 | description: "Unit test your Jupyter Notebooks the right way." 1440 | github_id: nteract/testbook 1441 | category: notebook-tools 1442 | - name: evidently 1443 | show: True 1444 | description: "Interactive reports to analyze machine learning models during.." 1445 | github_id: evidentlyai/evidently 1446 | category: widgets 1447 | - name: Content Management 1448 | show: True 1449 | description: "Jupyter Content Management Extensions." 1450 | github_id: jupyter-incubator/contentmanagement 1451 | pypi_id: jupyter_cms 1452 | conda_id: conda-forge/jupyter_cms 1453 | category: jupyter-extensions 1454 | license: BSD-3-Clause 1455 | - name: kernel-relay 1456 | show: True 1457 | description: "kernel-relay is a GraphQL service for interfacing with.." 1458 | github_id: nteract/kernel-relay 1459 | category: kernels 1460 | - name: jupyterterminals 1461 | show: True 1462 | description: "Jupyter plugin to support inline terminal shells along with.." 1463 | github_id: willkessler/jupyterterminals 1464 | category: jupyter-extensions 1465 | - name: ssh_ipykernel 1466 | show: True 1467 | github_id: bernhard-42/ssh_ipykernel 1468 | category: kernels 1469 | - name: Kernel Detection 1470 | show: True 1471 | description: "An Jupyter plugin to enable the automatic detection of.." 1472 | pypi_id: environment_kernels 1473 | github_id: Cadair/jupyter_environment_kernels 1474 | category: kernels 1475 | - name: dask-labextension 1476 | show: True 1477 | description: "JupyterLab extension for Dask." 1478 | github_id: dask/dask-labextension 1479 | category: lab-extensions 1480 | pypi_id: dask-labextension 1481 | conda_id: conda-forge/dask-labextension 1482 | npm_id: dask-labextension 1483 | - name: jupyterlab-execute-time 1484 | show: True 1485 | description: "Execute Time Plugin for Jupyter Lab." 1486 | github_id: deshaw/jupyterlab-execute-time 1487 | category: lab-extensions 1488 | npm_id: jupyterlab-execute-time 1489 | - name: jupyterlab-sos 1490 | show: True 1491 | description: "Jupyterlab extension for SoS Polyglot Notebook and Workflow.." 1492 | github_id: vatlab/jupyterlab-sos 1493 | category: lab-extensions 1494 | conda_id: conda-forge/jupyterlab-sos 1495 | npm_id: jupyterlab-sos 1496 | - name: jupyterlab_commands 1497 | show: True 1498 | github_id: timkpaine/jupyterlab_commands 1499 | category: lab-extensions 1500 | - name: notedown 1501 | show: True 1502 | github_id: aaren/notedown 1503 | category: notebook-sharing 1504 | pypi_id: notedown 1505 | conda_id: conda-forge/notedown 1506 | - name: docker-python 1507 | show: True 1508 | description: "Kaggle Python docker image." 1509 | github_id: kaggle/docker-python 1510 | category: notebook-environments 1511 | dockerhub_id: kaggle/python 1512 | - name: JupyterLab Templates 1513 | show: True 1514 | description: "Support for jupyter notebook templates in jupyterlab." 1515 | github_id: jpmorganchase/jupyterlab_templates 1516 | category: lab-extensions 1517 | pypi_id: jupyterlab_templates 1518 | npm_id: jupyterlab_templates 1519 | - name: nbmake-action 1520 | show: True 1521 | description: "GitHub Action for testing notebooks." 1522 | github_id: treebeardtech/nbmake-action 1523 | category: notebook-tools 1524 | - name: nbtutor 1525 | show: True 1526 | description: "Visualize Python code execution (line-by-line) in Jupyter Notebook cells." 1527 | github_id: lgpage/nbtutor 1528 | category: widgets 1529 | conda_id: conda-forge/nbtutor 1530 | - name: bokeh 1531 | show: True 1532 | description: "Interactive Data Visualization in the browser, from Python." 1533 | github_id: bokeh/bokeh 1534 | pypi_id: bokeh 1535 | conda_id: conda-forge/bokeh 1536 | category: widgets 1537 | - name: jupyterlab-celltags 1538 | show: True 1539 | description: "A JupyterLab extension for notebook cell tags." 1540 | github_id: jupyterlab/jupyterlab-celltags 1541 | category: lab-extensions 1542 | - name: pynb 1543 | show: True 1544 | description: "Jupyter Notebooks as plain Python code with embedded Markdown text." 1545 | github_id: elehcimd/pynb 1546 | category: notebook-sharing 1547 | - name: jupyter-nbrequirements 1548 | show: True 1549 | description: "Dependency management and optimization in Jupyter.." 1550 | github_id: thoth-station/jupyter-nbrequirements 1551 | category: jupyter-extensions 1552 | - name: jupyter-manim 1553 | show: True 1554 | description: "manim cell magic for IPython/Jupyter to show the output video." 1555 | github_id: krassowski/jupyter-manim 1556 | category: magic 1557 | - name: dummyauthenticator 1558 | show: True 1559 | description: "A Dummy JupyterHub Authenticator to make testing easy." 1560 | github_id: jupyterhub/dummyauthenticator 1561 | pypi_id: jupyterhub-dummyauthenticator 1562 | category: hub-auth 1563 | - name: Remote User Auth 1564 | show: True 1565 | description: "REMOTE_USER authenticator for Jupyterhub." 1566 | github_id: cwaldbieser/jhub_remote_user_authenticator 1567 | pypi_id: jhub_remote_user_authenticator 1568 | category: hub-auth 1569 | - name: Hash Authenticator 1570 | show: True 1571 | description: "Authenticate users with passwords generated from their.." 1572 | github_id: thedataincubator/jupyterhub-hashauthenticator 1573 | pypi_id: jupyterhub-hashauthenticator 1574 | category: hub-auth 1575 | - name: jnotebook-reader 1576 | show: True 1577 | description: "An awesome viewer to browse and render Jupyter.." 1578 | github_id: line/jnotebook_reader 1579 | category: notebook-sharing 1580 | - name: What-If Tool 1581 | show: True 1582 | description: "Source code/webpage/demos for the What-If Tool." 1583 | github_id: PAIR-code/what-if-tool 1584 | npm_id: wit-widget 1585 | pypi_id: witwidget 1586 | category: widgets 1587 | - name: Perspective 1588 | show: True 1589 | description: "Streaming pivot visualization via WebAssembly." 1590 | github_id: finos/perspective 1591 | pypi_id: perspective-python 1592 | npm_id: "@finos/perspective-jupyterlab" 1593 | category: lab-extensions 1594 | - name: best-of-ml-python - Data Visualization 1595 | show: True 1596 | description: Python-based data visualization libraries 1597 | homepage: https://github.com/ml-tooling/best-of-ml-python#data-visualization 1598 | resource: True 1599 | category: widgets 1600 | - name: jupyter-console 1601 | show: True 1602 | description: "Jupyter Terminal Console." 1603 | github_id: jupyter/jupyter_console 1604 | category: others 1605 | pypi_id: jupyter-console 1606 | - name: qtconsole 1607 | show: True 1608 | github_id: jupyter/qtconsole 1609 | category: others 1610 | conda_id: conda-forge/qtconsole 1611 | pypi_id: qtconsole 1612 | - name: jupyter-packaging 1613 | show: True 1614 | description: "Tools to help build and install Jupyter Python packages." 1615 | github_id: jupyter/jupyter-packaging 1616 | category: components 1617 | pypi_id: jupyter-packaging 1618 | conda_id: conda-forge/jupyter-packaging 1619 | - name: jupyter_server 1620 | show: True 1621 | github_id: jupyter-server/jupyter_server 1622 | category: components 1623 | pypi_id: jupyter_server 1624 | conda_id: conda-forge/jupyter_server 1625 | - name: jupyterlab-flake8 1626 | show: True 1627 | description: "Jupyterlab python linter for notebooks and text files.." 1628 | github_id: mlshapiro/jupyterlab-flake8 1629 | category: lab-extensions 1630 | npm_id: "jupyterlab-flake8" 1631 | - name: jupyterlab-sparkmonitor 1632 | show: True 1633 | description: "JupyterLab extension that enables monitoring launched.." 1634 | github_id: itsjafer/jupyterlab-sparkmonitor 1635 | category: lab-extensions 1636 | dockerhub_id: "itsjafer/sparkmonitor" 1637 | npm_id: "jupyterlab_sparkmonitor" 1638 | pypi_id: jupyterlab-sparkmonitor 1639 | - name: jupyterlab-gitplus 1640 | show: True 1641 | description: "JupyterLab extension to create GitHub commits & pull.." 1642 | github_id: ReviewNB/jupyterlab-gitplus 1643 | category: lab-extensions 1644 | npm_id: "@reviewnb/jupyterlab_gitplus" 1645 | pypi_id: jupyterlab_gitplus 1646 | - name: jupyter-fs 1647 | show: True 1648 | description: "A filesystem-like contents manager for multiple backends in Jupyter." 1649 | github_id: jpmorganchase/jupyter-fs 1650 | category: lab-extensions 1651 | pypi_id: jupyter-fs 1652 | - name: ipylab 1653 | show: True 1654 | description: "Control JupyterLab from Python Notebooks with Jupyter Widgets." 1655 | github_id: jtpio/ipylab 1656 | category: lab-extensions 1657 | pypi_id: ipylab 1658 | conda_id: conda-forge/ipylab 1659 | - name: nbcelltests 1660 | show: True 1661 | description: "Cell-by-cell testing for production Jupyter notebooks in.." 1662 | github_id: jpmorganchase/nbcelltests 1663 | category: lab-extensions 1664 | npm_id: jupyterlab_celltests 1665 | pypi_id: nbcelltests 1666 | - name: jupyterlab-theme-solarized-dark 1667 | show: True 1668 | description: "JupyterLab 2.x Solarized Dark extension." 1669 | github_id: AllanChain/jupyterlab-theme-solarized-dark 1670 | category: lab-themes 1671 | npm_id: "jupyterlab-theme-solarized-dark" 1672 | pypi_id: jupyterlab_theme_solarized_dark 1673 | - name: jupyterlab-classic 1674 | show: True 1675 | description: "The next-gen old-school notebook UI." 1676 | github_id: jtpio/jupyterlab-classic 1677 | category: notebook-environments 1678 | pypi_id: jupyterlab-classic 1679 | - name: cdsdashboards 1680 | show: True 1681 | description: "JupyterHub extension for ContainDS Dashboards." 1682 | github_id: ideonate/cdsdashboards 1683 | category: notebook-sharing 1684 | pypi_id: cdsdashboards 1685 | conda_id: conda-forge/cdsdashboards 1686 | - name: Jupter-Notebook-REST-API 1687 | show: True 1688 | description: "Run your jupyter notebooks as a REST API endpoint..." 1689 | github_id: Invictify/Jupter-Notebook-REST-API 1690 | category: notebook-tools 1691 | - name: nbformat 1692 | show: True 1693 | description: "Reference implementation of the Jupyter Notebook format." 1694 | github_id: jupyter/nbformat 1695 | category: notebook-tools 1696 | pypi_id: nbformat 1697 | conda_id: conda-forge/nbformat 1698 | - name: nbclient 1699 | show: True 1700 | description: "A client library for executing notebooks. Formally nbconvert's.." 1701 | github_id: jupyter/nbclient 1702 | category: notebook-tools 1703 | pypi_id: nbclient 1704 | conda_id: conda-forge/nbclient 1705 | - name: itables 1706 | show: True 1707 | description: "Interactive Tables in Jupyter." 1708 | github_id: mwouts/itables 1709 | category: widgets 1710 | pypi_id: itables 1711 | - name: jdaviz 1712 | show: True 1713 | description: "JWST astronomical data analysis tools in the Jupyter platform." 1714 | github_id: spacetelescope/jdaviz 1715 | category: widgets 1716 | pypi_id: jdaviz 1717 | - name: ipyregulartable 1718 | show: True 1719 | description: "High performance, editable, stylable datagrids in jupyter.." 1720 | github_id: jpmorganchase/ipyregulartable 1721 | category: widgets 1722 | npm_id: "@jupyter-widgets/jupyterlab-manager" 1723 | pypi_id: ipyregulartable 1724 | - name: ipydagred3 1725 | show: True 1726 | description: "ipywidgets library for drawing directed acyclic graphs in.." 1727 | github_id: timkpaine/ipydagred3 1728 | category: widgets 1729 | npm_id: "@jupyter-widgets/jupyterlab-manager" 1730 | pypi_id: ipydagred3 1731 | - name: ipyannotate 1732 | show: True 1733 | description: "Jupyter Widget for data annotation." 1734 | github_id: ipyannotate/ipyannotate 1735 | category: widgets 1736 | npm_id: ipyannotate 1737 | pypi_id: ipyannotate 1738 | - name: ipyvue 1739 | show: True 1740 | description: "Jupyter widgets base for Vue libraries." 1741 | github_id: mariobuikhuizen/ipyvue 1742 | category: widgets 1743 | pypi_id: ipyvue 1744 | conda_id: conda-forge/ipyvue 1745 | - name: ipyvuetify 1746 | show: True 1747 | description: "Jupyter widgets based on vuetify UI components." 1748 | github_id: mariobuikhuizen/ipyvuetify 1749 | category: widgets 1750 | pypi_id: ipyvuetify 1751 | conda_id: conda-forge/ipyvuetify 1752 | - name: ipydatawidgets 1753 | show: True 1754 | description: "A set of widgets to help facilitate reuse of large datasets.." 1755 | github_id: vidartf/ipydatawidgets 1756 | category: widgets 1757 | pypi_id: ipydatawidgets 1758 | conda_id: conda-forge/ipydatawidgets 1759 | - name: ipyscales 1760 | show: True 1761 | description: "A widget library for scales." 1762 | github_id: vidartf/ipyscales 1763 | category: widgets 1764 | pypi_id: ipyscales 1765 | conda_id: conda-forge/ipyscales 1766 | - name: D-Tale 1767 | show: True 1768 | description: "Visualizer for Pandas Data Structures" 1769 | pypi_id: dtale 1770 | github_id: man-group/dtale 1771 | category: widgets 1772 | conda_id: conda-forge/dtale 1773 | - name: VSCode Jupyter 1774 | show: True 1775 | github_id: microsoft/vscode-jupyter 1776 | category: notebook-environments 1777 | - name: jupyterlab-executor 1778 | show: True 1779 | description: "JupyterLab extension to execute the scripts from the.." 1780 | description: "JupyterLab extension to execute the scripts from the file browser" 1781 | github_id: gavincyi/jupyterlab-executor 1782 | category: lab-extensions 1783 | pypi_id: jupyterlab-executor 1784 | npm_id: "@gavincyi/jupyterlab-executor" 1785 | -------------------------------------------------------------------------------- /history/2022-08-25_projects.csv: -------------------------------------------------------------------------------- 1 | ,name,show,description,homepage,resource,category,projectrank,github_id,pypi_id,conda_id,github_url,license,created_at,updated_at,last_commit_pushed_at,fork_count,open_issue_count,closed_issue_count,star_count,latest_stable_release_published_at,latest_stable_release_number,github_release_downloads,monthly_downloads,release_count,dependent_project_count,github_dependent_project_count,contributor_count,pypi_url,pypi_monthly_downloads,conda_url,conda_latest_release_published_at,conda_total_downloads,projectrank_placing,npm_id,commit_count,npm_url,npm_monthly_downloads,updated_github_id,dockerhub_id,dockerhub_url,dockerhub_latest_release_published_at,dockerhub_stars,dockerhub_pulls,trending,go_id,cran_id,pypi,gem_id,hex_id,bitbucket_id 2 | 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,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,, 3 | 1,ipython,True,"Official repository for IPython itself. Other repos in the IPython organization contain things like the website,..",https://github.com/ipython/ipython,,components,34,ipython/ipython,ipython,conda-forge/ipython,https://github.com/ipython/ipython,BSD-3-Clause,2010-05-10 04:46:06.000,2022-08-23 18:17:47.000000,2022-08-22 12:25:49,4186.0,1452.0,5510.0,15476.0,2021-01-30 02:36:56,7.18.1,319189.0,17034097.0,73.0,299839.0,299839.0,894.0,https://pypi.org/project/ipython,16853804.0,https://anaconda.org/conda-forge/ipython,2022-05-28 16:47:29.603,13477701.0,1.0,,,,,,,,,,,,,,,,, 4 | 2,ipywidgets,True,Interactive Widgets for the Jupyter Notebook.,https://github.com/jupyter-widgets/ipywidgets,,widgets,34,jupyter-widgets/ipywidgets,ipywidgets,conda-forge/ipywidgets,https://github.com/jupyter-widgets/ipywidgets,BSD-3-Clause,2015-04-17 20:29:25.000,2022-08-24 10:00:26.000000,2022-08-23 17:41:55,829.0,569.0,1237.0,2559.0,2022-08-18 10:08:44,8.0.0,,7987556.0,40.0,4714.0,4714.0,197.0,https://pypi.org/project/ipywidgets,7831975.0,https://anaconda.org/conda-forge/ipywidgets,2022-08-19 20:53:09.445,5800278.0,1.0,@jupyter-widgets/jupyterlab-manager,7583.0,https://www.npmjs.com/package/@jupyter-widgets/jupyterlab-manager,79262.0,,,,,,,,,,,,, 5 | 3,pandas-profiling,True,Create HTML profiling reports from pandas DataFrame..,https://github.com/ydataai/pandas-profiling,,widgets,33,pandas-profiling/pandas-profiling,pandas-profiling,conda-forge/pandas-profiling,https://github.com/ydataai/pandas-profiling,MIT,2016-01-09 23:47:55.000,2022-08-25 13:23:38.000000,2022-08-24 22:34:05,1335.0,114.0,469.0,9412.0,2022-05-02 02:53:44,3.2.0,,1173084.0,32.0,8826.0,8826.0,92.0,https://pypi.org/project/pandas-profiling,1169315.0,https://anaconda.org/conda-forge/pandas-profiling,2022-05-02 10:58:37.618,271433.0,1.0,,1015.0,,,ydataai/pandas-profiling,,,,,,,,,,,, 6 | 4,panel,True,A high-level app and dashboarding solution for Python.,https://github.com/holoviz/panel,,others,31,holoviz/panel,panel,conda-forge/panel,https://github.com/holoviz/panel,BSD-3-Clause,2018-08-23 12:14:24.000,2022-08-25 14:14:17.000000,2022-08-25 14:13:53,274.0,546.0,1353.0,2063.0,2022-05-24 10:14:55,0.13.1,,420948.0,40.0,3959.0,3959.0,101.0,https://pypi.org/project/panel,408162.0,https://anaconda.org/conda-forge/panel,2022-05-24 21:55:47.367,588192.0,1.0,,2212.0,,,,,,,,,,,,,,, 7 | 5,nbconvert,True,Jupyter Notebook Conversion.,https://github.com/jupyter/nbconvert,,notebook-sharing,31,jupyter/nbconvert,nbconvert,conda-forge/nbconvert,https://github.com/jupyter/nbconvert,,2015-04-09 06:58:23.000,2022-08-23 07:15:28.466000,2022-08-22 14:39:37,478.0,428.0,591.0,1366.0,2022-08-22 14:34:43,7.0.0,,11812711.0,36.0,162169.0,162169.0,248.0,https://pypi.org/project/nbconvert,11708726.0,https://anaconda.org/conda-forge/nbconvert,2022-08-23 07:15:28.466,7902914.0,1.0,,,,,,,,,,,,,,,,, 8 | 6,qtconsole,True,Jupyter Qt Console.,https://github.com/jupyter/qtconsole,,others,31,jupyter/qtconsole,qtconsole,conda-forge/qtconsole,https://github.com/jupyter/qtconsole,BSD-3-Clause,2015-04-09 06:59:10.000,2022-08-09 16:17:44.000000,2022-06-19 17:26:07,167.0,96.0,216.0,326.0,,,,3122523.0,33.0,107653.0,107653.0,116.0,https://pypi.org/project/qtconsole,3084709.0,https://anaconda.org/conda-forge/qtconsole,2022-06-05 21:52:17.510,2836057.0,1.0,,1887.0,,,,,,,,,,,,,,, 9 | 7,ipyleaflet,True,A Jupyter - Leaflet.js bridge.,https://github.com/jupyter-widgets/ipyleaflet,,widgets,30,jupyter-widgets/ipyleaflet,ipyleaflet,conda-forge/ipyleaflet,https://github.com/jupyter-widgets/ipyleaflet,MIT,2014-05-07 16:32:10.000,2022-08-23 15:32:17.000000,2022-08-23 09:30:51,320.0,184.0,316.0,1288.0,2022-08-23 09:10:35,0.17.1,,174931.0,64.0,2631.0,2631.0,80.0,https://pypi.org/project/ipyleaflet,113577.0,https://anaconda.org/conda-forge/ipyleaflet,2022-08-23 09:37:45.585,872978.0,1.0,jupyter-leaflet,1129.0,https://www.npmjs.com/package/jupyter-leaflet,49715.0,,,,,,,,,,,,, 10 | 8,nikola,True,A static website and blog generator.,https://github.com/getnikola/nikola,,notebook-sharing,29,getnikola/nikola,nikola,,https://github.com/getnikola/nikola,MIT,2012-04-14 13:53:22.000,2022-08-02 17:57:54.000000,2022-08-02 17:57:54,346.0,44.0,2059.0,2321.0,2022-08-01 21:01:18,8.2.3,,1942.0,77.0,436.0,436.0,230.0,https://pypi.org/project/nikola,1942.0,,,,1.0,,10290.0,,,,,,,,,,,,,,, 11 | 9,bokeh,True,"Interactive Data Visualization in the browser, from Python.",https://github.com/bokeh/bokeh,,widgets,28,bokeh/bokeh,bokeh,conda-forge/bokeh,https://github.com/bokeh/bokeh,BSD-3-Clause,2012-03-26 15:40:01.000,2022-08-24 18:52:45.000000,2022-08-24 17:39:26,3878.0,684.0,6273.0,16625.0,,,,3756752.0,45.0,151.0,151.0,612.0,https://pypi.org/project/bokeh,3627915.0,https://anaconda.org/conda-forge/bokeh,2022-08-15 18:06:05.668,8245578.0,1.0,,,,,,,,,,,,,,,,, 12 | 10,Jupyter,True,Jupyter Interactive Notebook.,https://github.com/jupyter/notebook,,notebook-environments,27,jupyter/notebook,notebook,conda-forge/jupyter,https://github.com/jupyter/notebook,,2015-04-09 06:58:03.000,2022-08-25 06:51:55.000000,2022-08-25 06:51:55,3762.0,1985.0,2466.0,10243.0,2022-06-15 01:21:43,6.4.12,8818.0,11081218.0,38.0,10.0,10.0,614.0,https://pypi.org/project/notebook,10736437.0,https://anaconda.org/conda-forge/jupyter,2021-11-18 11:10:17.899,2276396.0,1.0,,,,,,jupyter/datascience-notebook,https://hub.docker.com/r/jupyter/datascience-notebook,2022-08-23 21:16:23.556183,939.0,27339494.0,-10.0,,,,,, 13 | 11,Jupytext,True,"Jupyter Notebooks as Markdown Documents, Julia, Python or R scripts.",https://github.com/mwouts/jupytext,,notebook-sharing,27,mwouts/jupytext,jupytext,conda-forge/jupytext,https://github.com/mwouts/jupytext,MIT,2018-06-15 05:25:36.000,2022-08-14 23:11:31.000000,2022-07-29 10:20:53,351.0,67.0,463.0,5533.0,2022-07-29 10:56:48,1.14.1,,279861.0,100.0,3192.0,3192.0,72.0,https://pypi.org/project/jupytext,264933.0,https://anaconda.org/conda-forge/jupytext,2022-07-03 18:12:05.254,378604.0,1.0,jupyterlab-jupytext,,https://www.npmjs.com/package/jupyterlab-jupytext,6515.0,,,,,,,,,,,,, 14 | 12,D-Tale,True,Visualizer for Pandas Data Structures.,https://github.com/man-group/dtale,,widgets,27,man-group/dtale,dtale,conda-forge/dtale,https://github.com/man-group/dtale,LGPL-2.1,2019-07-15 09:34:48.000,2022-08-14 19:16:00.000000,2022-08-07 17:10:54,294.0,42.0,431.0,3602.0,2022-08-07 19:29:08,2.7.1,,107862.0,112.0,455.0,455.0,27.0,https://pypi.org/project/dtale,103019.0,https://anaconda.org/conda-forge/dtale,2022-08-07 22:53:15.855,145291.0,1.0,,618.0,,,,,,,,,,,,,,, 15 | 13,bqplot,True,Plotting library for IPython/Jupyter notebooks.,https://github.com/bqplot/bqplot,,widgets,27,bqplot/bqplot,bqplot,conda-forge/bqplot,https://github.com/bqplot/bqplot,Apache-2.0,2015-09-26 04:02:18.000,2022-08-22 19:17:03.000000,2022-08-22 18:51:06,438.0,209.0,360.0,3338.0,2022-08-22 14:47:27,0.12.34,,105411.0,57.0,34.0,34.0,59.0,https://pypi.org/project/bqplot,82442.0,https://anaconda.org/conda-forge/bqplot,2022-08-22 19:02:03.194,1021618.0,1.0,bqplot,3532.0,https://www.npmjs.com/package/bqplot,9348.0,,,,,,,,,,,,, 16 | 14,ipyvolume,True,3d plotting for Python in the Jupyter notebook based on IPython..,https://github.com/widgetti/ipyvolume,,widgets,27,maartenbreddels/ipyvolume,ipyvolume,conda-forge/ipyvolume,https://github.com/widgetti/ipyvolume,MIT,2016-12-21 15:30:13.000,2022-08-19 08:14:48.000000,2022-07-26 13:21:25,222.0,169.0,128.0,1778.0,2018-06-11 13:56:17,0.4.5,,63912.0,16.0,844.0,844.0,41.0,https://pypi.org/project/ipyvolume,56120.0,https://anaconda.org/conda-forge/ipyvolume,2021-04-20 13:21:49.451,375419.0,1.0,ipyvolume,974.0,https://www.npmjs.com/package/ipyvolume,2104.0,widgetti/ipyvolume,,,,,,,,,,,, 17 | 15,ipython-sql,True,"%%sql magic for IPython, hopefully evolving into full SQL client.",https://github.com/catherinedevlin/ipython-sql,,magic,27,catherinedevlin/ipython-sql,ipython-sql,conda-forge/ipython-sql,https://github.com/catherinedevlin/ipython-sql,MIT,2013-03-20 16:41:10.000,2022-07-28 00:45:28.000000,2022-06-12 04:14:20,248.0,100.0,40.0,1553.0,,,,110147.0,3.0,3373.0,3373.0,53.0,https://pypi.org/project/ipython-sql,107864.0,https://anaconda.org/conda-forge/ipython-sql,2021-11-13 15:23:35.182,164381.0,1.0,,285.0,,,,,,,,,,,,,,, 18 | 16,jupyter-matplotlib,True,Matplotlib Jupyter Integration.,https://github.com/matplotlib/ipympl,,widgets,27,matplotlib/ipympl,ipympl,,https://github.com/matplotlib/ipympl,BSD-3-Clause,2016-07-21 14:38:56.000,2022-08-22 09:58:02.000000,2022-08-22 09:53:38,188.0,115.0,143.0,1335.0,2022-08-22 09:55:02,0.9.2,,172100.0,27.0,3727.0,3727.0,28.0,https://pypi.org/project/ipympl,145088.0,,,,1.0,jupyter-matplotlib,,https://www.npmjs.com/package/jupyter-matplotlib,27012.0,,,,,,,,,,,,, 19 | 17,JupyterLab Git,True,A Git extension for JupyterLab.,https://github.com/jupyterlab/jupyterlab-git,,lab-extensions,27,jupyterlab/jupyterlab-git,jupyterlab-git,conda-forge/jupyterlab-git,https://github.com/jupyterlab/jupyterlab-git,BSD-3-Clause,2017-06-20 17:31:00.000,2022-08-25 10:23:25.000000,2022-08-25 10:23:24,229.0,80.0,449.0,1136.0,2022-08-19 13:47:49,0.39.0,,155636.0,43.0,15.0,15.0,76.0,https://pypi.org/project/jupyterlab-git,150272.0,https://anaconda.org/conda-forge/jupyterlab-git,2022-08-19 17:02:14.842,236021.0,1.0,,1791.0,,,,,,,,,,,,,,, 20 | 18,jupyter-dash,True,Develop Dash apps in the Jupyter Notebook and JupyterLab.,https://github.com/plotly/jupyter-dash,,widgets,27,plotly/jupyter-dash,jupyter-dash,,https://github.com/plotly/jupyter-dash,MIT,2020-04-26 18:43:59.000,2022-06-28 17:24:24.000000,2022-06-28 17:24:21,208.0,39.0,23.0,798.0,2022-04-01 20:13:44,0.4.2,77.0,365277.0,11.0,1807.0,1807.0,10.0,https://pypi.org/project/jupyter-dash,365275.0,,,,1.0,,156.0,,,,,,,,,,,,,,, 21 | 19,papermill,True,"Parameterize, execute, and analyze notebooks.",https://github.com/nteract/papermill,,widgets,26,nteract/papermill,papermill,conda-forge/papermill,https://github.com/nteract/papermill,BSD-3-Clause,2017-07-06 17:17:53.000,2022-08-15 07:33:19.000000,2022-08-15 07:33:10,358.0,105.0,239.0,4850.0,,,,873402.0,17.0,2368.0,2368.0,104.0,https://pypi.org/project/papermill,867222.0,https://anaconda.org/conda-forge/papermill,2022-01-23 14:55:30.846,296655.0,2.0,,,,,,,,,,,,,,,,, 22 | 20,Voila,True,Voil turns Jupyter notebooks into standalone web applications.,https://github.com/voila-dashboards/voila,,notebook-sharing,26,voila-dashboards/voila,voila,conda-forge/voila,https://github.com/voila-dashboards/voila,,2018-08-21 14:21:42.000,2022-08-25 13:07:26.000000,2022-08-11 08:22:57,419.0,244.0,365.0,4286.0,2022-07-18 20:31:49,0.3.6,294.0,61395.0,59.0,7236.0,7236.0,61.0,https://pypi.org/project/voila,53719.0,https://anaconda.org/conda-forge/voila,2022-07-18 23:28:25.603,202937.0,2.0,@jupyter-voila/jupyterlab-preview,,https://www.npmjs.com/package/@jupyter-voila/jupyterlab-preview,3239.0,,,,,,,,,,,,, 23 | 21,sparkmagic,True,Jupyter magics and kernels for working with remote Spark clusters.,https://github.com/jupyter-incubator/sparkmagic,,magic,26,jupyter-incubator/sparkmagic,sparkmagic,conda-forge/sparkmagic,https://github.com/jupyter-incubator/sparkmagic,,2015-09-21 15:35:25.000,2022-07-19 16:53:06.000000,2022-05-02 22:12:52,382.0,129.0,271.0,1155.0,2022-05-02 22:17:21,0.20.0,,36485.0,17.0,248.0,248.0,57.0,https://pypi.org/project/sparkmagic,35635.0,https://anaconda.org/conda-forge/sparkmagic,2022-05-09 18:27:42.421,51048.0,1.0,,1212.0,,,,,,,,,,,,,,, 24 | 22,nbclient,True,A client library for executing notebooks. Formally nbconvert's..,https://github.com/jupyter/nbclient,,notebook-tools,26,jupyter/nbclient,nbclient,conda-forge/nbclient,https://github.com/jupyter/nbclient,,2020-01-13 17:29:49.000,2022-08-23 12:55:44.217000,2022-08-23 08:20:01,45.0,29.0,62.0,101.0,2022-08-23 08:20:44,0.6.7,88.0,9699950.0,26.0,66577.0,66577.0,33.0,https://pypi.org/project/nbclient,9529379.0,https://anaconda.org/conda-forge/nbclient,2022-08-23 12:55:44.217,5116936.0,1.0,,,,,,,,,,,,,,,,, 25 | 23,JupyterHub,True,Multi-user server for Jupyter notebooks.,https://github.com/jupyterhub/jupyterhub,,notebook-environments,25,jupyterhub/jupyterhub,jupyterhub,conda-forge/jupyterhub,https://github.com/jupyterhub/jupyterhub,,2014-06-12 23:22:10.000,2022-08-25 12:37:11.000000,2022-08-24 18:01:20,1676.0,118.0,2014.0,7087.0,,,,168436.0,32.0,1851.0,1851.0,280.0,https://pypi.org/project/jupyterhub,132477.0,https://anaconda.org/conda-forge/jupyterhub,2022-06-06 18:07:49.815,649066.0,1.0,,,,,,jupyterhub/jupyterhub,https://hub.docker.com/r/jupyterhub/jupyterhub,2022-08-19 16:02:48.631566,313.0,2675980.0,,,,,,, 26 | 24,facets-overview,True,Visualizations for machine learning datasets.,https://github.com/PAIR-code/facets,,widgets,25,pair-code/facets,facets-overview,,https://github.com/PAIR-code/facets,Apache-2.0,2017-07-07 14:03:03.000,2021-11-29 10:48:23.000000,2021-05-06 12:01:05,853.0,76.0,76.0,7000.0,2019-07-01 16:35:20,1.0.0,,286675.0,4.0,129.0,129.0,28.0,https://pypi.org/project/facets-overview,286675.0,,,,2.0,,264.0,,,,,,,,,,,,,,, 27 | 25,nteract,True,The interactive computing suite for you!.,https://github.com/nteract/nteract,,notebook-environments,25,nteract/nteract,nteract_on_jupyter,,https://github.com/nteract/nteract,BSD-3-Clause,2015-06-15 23:21:49.000,2022-08-22 16:39:27.000000,2022-07-23 17:29:08,528.0,159.0,1520.0,5871.0,2021-01-26 05:18:38,0.28.0,1364174.0,20561.0,66.0,,,175.0,https://pypi.org/project/nteract_on_jupyter,2373.0,,,,1.0,,10501.0,,,,,,,,,,,,,,, 28 | 26,PixieDust,True,Python Helper library for Jupyter Notebooks.,https://github.com/pixiedust/pixiedust,,notebook-tools,25,pixiedust/pixiedust,pixiedust,conda-forge/pixiedust,https://github.com/pixiedust/pixiedust,Apache-2.0,2016-07-01 17:34:14.000,2021-02-16 04:46:42.000000,2021-02-16 04:46:41,159.0,164.0,260.0,1026.0,2019-12-04 15:06:08,1.1.18,,12254.0,19.0,239.0,239.0,33.0,https://pypi.org/project/pixiedust,11080.0,https://anaconda.org/conda-forge/pixiedust,2021-02-06 13:20:07.331,38765.0,1.0,,2157.0,,,,,,,,,,,,,,, 29 | 27,nbdev,True,Create delightful python projects using Jupyter Notebooks.,https://github.com/fastai/nbdev,,notebook-tools,24,fastai/nbdev,nbdev,,https://github.com/fastai/nbdev,Apache-2.0,2019-11-18 17:37:35.000,2022-08-25 14:06:12.000000,2022-08-25 14:04:18,358.0,33.0,524.0,3602.0,2022-08-21 01:17:43,2.2.6,,95578.0,12.0,,,20.0,https://pypi.org/project/nbdev,95578.0,,,,1.0,,1118.0,,,,,,,,,,,,,,, 30 | 28,RISE,True,RISE: Live Reveal.js Jupyter/IPython Slideshow Extension.,https://github.com/damianavila/RISE,,notebook-sharing,24,damianavila/RISE,RISE,conda-forge/rise,https://github.com/damianavila/RISE,,2013-08-26 18:55:36.000,2022-08-05 09:22:34.000000,2022-03-28 15:25:07,381.0,142.0,285.0,3336.0,,,,10026.0,9.0,1952.0,1952.0,41.0,https://pypi.org/project/RISE,5948.0,https://anaconda.org/conda-forge/rise,2021-11-16 18:12:02.058,220264.0,2.0,,751.0,,,,,,,,,,,,,,, 31 | 29,Jupyter Book,True,"Build interactive, publication-quality documents from Jupyter..",https://github.com/executablebooks/jupyter-book,,notebook-sharing,24,executablebooks/jupyter-book,jupyter-book,,https://github.com/executablebooks/jupyter-book,BSD-3-Clause,2018-06-14 01:55:51.000,2022-08-23 20:37:13.000000,2022-08-21 05:08:47,497.0,464.0,664.0,3009.0,2022-08-16 07:13:52,0.13.1,,52272.0,38.0,,,111.0,https://pypi.org/project/jupyter-book,52272.0,,,,2.0,,1379.0,,,,,,,,,,,,,,, 32 | 30,pythreejs,True,A Jupyter - Three.js bridge.,https://github.com/jupyter-widgets/pythreejs,,widgets,24,jupyter-widgets/pythreejs,pythreejs,conda-forge/pythreejs,https://github.com/jupyter-widgets/pythreejs,,2013-12-23 17:02:11.000,2022-08-25 13:38:05.000000,2022-08-25 13:37:51,172.0,51.0,165.0,829.0,2022-08-24 09:43:58,2.3.0,,75143.0,16.0,21.0,21.0,30.0,https://pypi.org/project/pythreejs,65071.0,https://anaconda.org/conda-forge/pythreejs,2022-08-25 09:57:28.021,408286.0,2.0,jupyter-threejs,1715.0,https://www.npmjs.com/package/jupyter-threejs,4629.0,,,,,,,,,,,,, 33 | 31,ipycanvas,True,Interactive Canvas in Jupyter.,https://github.com/martinRenou/ipycanvas,,widgets,24,martinRenou/ipycanvas,ipycanvas,conda-forge/ipycanvas,https://github.com/martinRenou/ipycanvas,BSD-3-Clause,2019-07-06 12:55:29.000,2022-08-25 10:24:58.000000,2022-08-25 10:24:58,51.0,41.0,71.0,626.0,2022-08-19 08:36:54,0.12.1,,28727.0,31.0,775.0,775.0,20.0,https://pypi.org/project/ipycanvas,26446.0,https://anaconda.org/conda-forge/ipycanvas,2022-08-19 08:44:29.507,79841.0,2.0,,458.0,,,,,,,,,,,,,,, 34 | 32,qgrid,True,"An interactive grid for sorting, filtering, and editing DataFrames..",https://github.com/quantopian/qgrid,,widgets,23,quantopian/qgrid,qgrid,conda-forge/qgrid,https://github.com/quantopian/qgrid,Apache-2.0,2014-09-30 04:33:20.000,2022-08-21 08:28:24.000000,2020-04-07 18:56:49,389.0,149.0,125.0,2884.0,2020-04-07 16:34:17,1.3.1,,76588.0,21.0,,,30.0,https://pypi.org/project/qgrid,69050.0,https://anaconda.org/conda-forge/qgrid,2021-03-04 10:14:48.336,357001.0,2.0,qgrid,405.0,https://www.npmjs.com/package/qgrid,927.0,,,,,,,,,,,,, 35 | 33,nbdime,True,Tools for diffing and merging of Jupyter notebooks.,https://github.com/jupyter/nbdime,,notebook-sharing,23,jupyter/nbdime,nbdime,conda-forge/nbdime,https://github.com/jupyter/nbdime,,2015-11-16 09:25:53.000,2022-07-05 16:29:00.000000,2022-07-05 16:29:00,131.0,63.0,221.0,2275.0,,,,412503.0,21.0,79.0,79.0,40.0,https://pypi.org/project/nbdime,263121.0,https://anaconda.org/conda-forge/nbdime,2021-10-26 17:29:52.628,612413.0,2.0,nbdime-jupyterlab,1965.0,https://www.npmjs.com/package/nbdime-jupyterlab,140376.0,,,,,,,,,,,,, 36 | 34,watermark,True,"An IPython magic extension for printing date and time stamps, version..",https://github.com/rasbt/watermark,,magic,23,rasbt/watermark,watermark,conda-forge/watermark,https://github.com/rasbt/watermark,BSD-3-Clause,2014-07-30 03:46:33.000,2022-05-30 23:29:14.790000,2022-05-27 13:53:40,81.0,16.0,28.0,714.0,2022-05-27 13:54:28,2.3.1,,30802.0,16.0,1566.0,1566.0,19.0,https://pypi.org/project/watermark,27696.0,https://anaconda.org/conda-forge/watermark,2022-05-30 23:29:14.790,217432.0,2.0,,97.0,,,,,,,,,,,,,,, 37 | 35,Stencila,True,Living documents for reproducible research.,https://github.com/stencila/stencila,,notebook-sharing,23,stencila/stencila,,,https://github.com/stencila/stencila,Apache-2.0,2012-05-31 02:43:31.000,2022-08-25 01:40:55.000000,2022-07-29 06:53:17,34.0,65.0,497.0,647.0,2022-07-29 06:53:21,1.16.0,3136.0,735.0,100.0,17.0,17.0,34.0,,,,,,2.0,stencila,9651.0,https://www.npmjs.com/package/stencila,361.0,,stencila/cloud,https://hub.docker.com/r/stencila/cloud,2019-04-08 04:14:51.284193,,16465.0,,,,,,, 38 | 36,nbval,True,A py.test plugin to validate Jupyter notebooks.,https://github.com/computationalmodelling/nbval,,notebook-tools,23,computationalmodelling/nbval,nbval,conda-forge/nbval,https://github.com/computationalmodelling/nbval,,2015-04-09 09:40:33.000,2022-08-20 18:11:25.000000,2022-01-05 15:51:17,42.0,36.0,62.0,387.0,,,,114075.0,8.0,1640.0,1640.0,29.0,https://pypi.org/project/nbval,110503.0,https://anaconda.org/conda-forge/nbval,2020-07-31 11:51:06.985,228660.0,2.0,,446.0,,,,,,,,,,,,,,, 39 | 37,Jupyter Client,True,Jupyter protocol client APIs.,https://github.com/jupyter/jupyter_client,,notebook-tools,23,jupyter/jupyter_client,jupyter-client,,https://github.com/jupyter/jupyter_client,BSD-3-Clause,2015-04-09 06:57:29.000,2022-08-23 06:44:11.000000,2022-08-23 06:44:08,229.0,141.0,182.0,283.0,2022-06-08 20:05:27,7.3.4,322.0,11834125.0,19.0,,,119.0,https://pypi.org/project/jupyter-client,11834099.0,,,,2.0,,,,,,,,,,,6.0,,,,,, 40 | 38,ipywebrtc,True,WebRTC for Jupyter notebook/lab.,https://github.com/maartenbreddels/ipywebrtc,,widgets,23,maartenbreddels/ipywebrtc,ipywebrtc,conda-forge/ipywebrtc,https://github.com/maartenbreddels/ipywebrtc,MIT,2017-08-10 18:07:51.000,2022-07-20 12:23:11.000000,2021-03-29 11:25:59,33.0,31.0,20.0,212.0,,,,61200.0,8.0,570.0,570.0,9.0,https://pypi.org/project/ipywebrtc,56443.0,https://anaconda.org/conda-forge/ipywebrtc,2021-03-29 11:48:21.469,264832.0,2.0,jupyter-webrtc,209.0,https://www.npmjs.com/package/jupyter-webrtc,344.0,,,,,,,,,,,,, 41 | 39,ipycytoscape,True,A Cytoscape Jupyter widget.,https://github.com/cytoscape/ipycytoscape,,widgets,23,QuantStack/ipycytoscape,,conda-forge/ipycytoscape,https://github.com/cytoscape/ipycytoscape,BSD-3-Clause,2020-02-05 13:46:52.000,2022-07-21 01:25:53.000000,2022-05-20 15:19:36,55.0,59.0,99.0,200.0,2022-03-28 22:52:15,1.3.1,3.0,1915.0,19.0,78.0,78.0,32.0,,,https://anaconda.org/conda-forge/ipycytoscape,2022-04-05 02:28:16.580,55537.0,2.0,,709.0,,,cytoscape/ipycytoscape,,,,,,,,,,,, 42 | 40,Docker Stacks,True,Ready-to-run Docker images containing Jupyter applications.,https://github.com/jupyter/docker-stacks,,notebook-environments,22,jupyter/docker-stacks,,,https://github.com/jupyter/docker-stacks,BSD-3-Clause,2015-07-15 15:30:00.000,2022-08-23 21:22:41.660605,2022-08-23 20:03:24,2606.0,39.0,730.0,7183.0,,,,1012840.0,,,,222.0,,,,,,2.0,,,,,,jupyter/scipy-notebook,https://hub.docker.com/r/jupyter/scipy-notebook,2022-08-23 21:22:41.660605,357.0,86091472.0,,,,,,, 43 | 41,gophernotes,True,The Go kernel for Jupyter notebooks and nteract.,https://github.com/gopherdata/gophernotes,,kernels,22,gopherdata/gophernotes,,,https://github.com/gopherdata/gophernotes,MIT,2016-01-22 19:22:16.000,2022-07-08 21:14:08.000000,2022-07-08 21:12:48,223.0,49.0,125.0,3350.0,2022-05-31 17:34:28,0.7.5,40.0,1085.0,17.0,8.0,8.0,29.0,,,,,,1.0,,400.0,,,,gopherdata/gophernotes,https://hub.docker.com/r/gopherdata/gophernotes,2018-12-22 19:00:35.934804,7.0,85718.0,,github.com/gopherdata/gophernotes,,,,, 44 | 42,BeakerX,True,Beaker Extensions for Jupyter Notebook.,https://github.com/twosigma/beakerx,,notebook-tools,22,twosigma/beakerx,beakerx,conda-forge/beakerx,https://github.com/twosigma/beakerx,Apache-2.0,2013-12-03 14:16:36.000,2021-11-18 19:15:17.218000,2021-01-21 14:02:57,372.0,349.0,4174.0,2677.0,2018-12-04 18:27:21,1.3.0,31.0,16871.0,39.0,,,43.0,https://pypi.org/project/beakerx,4841.0,https://anaconda.org/conda-forge/beakerx,2021-11-18 19:15:17.218,532861.0,2.0,beakerx,1689.0,https://www.npmjs.com/package/beakerx,607.0,,beakerx/beakerx,https://hub.docker.com/r/beakerx/beakerx,2018-12-02 20:23:21.082606,23.0,248823.0,,,,,,, 45 | 43,elyra,True,Elyra extends JupyterLab Notebooks with an AI centric approach.,https://github.com/elyra-ai/elyra,,lab-extensions,22,elyra-ai/elyra,elyra,conda-forge/elyra,https://github.com/elyra-ai/elyra,Apache-2.0,2019-10-22 21:37:58.000,2022-08-24 20:49:03.000000,2022-08-24 20:49:02,258.0,221.0,1263.0,1424.0,2022-08-23 17:15:42,3.11.0,,4352.0,22.0,32.0,32.0,54.0,https://pypi.org/project/elyra,3650.0,https://anaconda.org/conda-forge/elyra,2022-08-24 07:08:57.109,16853.0,1.0,,,,,,,,,,,,,,,,, 46 | 44,Mapbox GL,True,Use Mapbox GL JS to visualize data in a Python Jupyter notebook.,https://github.com/mapbox/mapboxgl-jupyter,,widgets,22,mapbox/mapboxgl-jupyter,mapboxgl,,https://github.com/mapbox/mapboxgl-jupyter,MIT,2017-08-08 15:10:51.000,2022-01-11 05:18:07.000000,2021-04-19 05:00:36,129.0,32.0,67.0,615.0,2019-06-03 21:24:10,0.10.2,,11335.0,14.0,140.0,140.0,21.0,https://pypi.org/project/mapboxgl,11335.0,,,,2.0,,221.0,,,,,,,,,,,,,,, 47 | 45,IPython Kernel,True,IPython Kernel for Jupyter.,https://github.com/ipython/ipykernel,,kernels,22,ipython/ipykernel,ipykernel,ipykernel,https://github.com/ipython/ipykernel,,2015-04-09 07:44:14.000,2022-08-22 22:59:54.000000,2022-08-22 22:59:52,300.0,213.0,202.0,502.0,2022-07-08 10:58:07,6.15.1,525.0,10332202.0,35.0,,,155.0,https://pypi.org/project/ipykernel,10327525.0,https://anaconda.org/anaconda/ipykernel,2022-05-02 20:19:38.840,376005.0,1.0,,,,,,,,,,,-7.0,,,,,, 48 | 46,OAuthenticator,True,OAuth + JupyterHub Authenticator = OAuthenticator.,https://github.com/jupyterhub/oauthenticator,,hub-auth,22,jupyterhub/oauthenticator,oauthenticator,conda-forge/oauthenticator,https://github.com/jupyterhub/oauthenticator,BSD-3-Clause,2014-09-23 21:37:06.000,2022-08-23 09:51:01.000000,2022-08-23 09:50:57,309.0,31.0,197.0,343.0,,,,40321.0,14.0,287.0,287.0,107.0,https://pypi.org/project/oauthenticator,39654.0,https://anaconda.org/conda-forge/oauthenticator,2022-06-09 13:33:38.024,26704.0,1.0,,,,,,,,,,,,,,,,, 49 | 47,sos,True,SoS workflow system for daily data analysis.,https://github.com/vatlab/sos,,notebook-environments,22,vatlab/SOS,,,https://github.com/vatlab/sos,BSD-3-Clause,2016-02-13 00:46:46.000,2022-06-21 19:01:41.000000,2022-06-21 19:01:37,30.0,60.0,1367.0,231.0,2019-05-21 01:06:30,0.9.11,,,51.0,2651.0,2651.0,36.0,,,,,,2.0,,7578.0,,,,,,,,,,,,,,, 50 | 48,LDAP Authenticator,True,LDAP Authenticator Plugin for Jupyter.,https://github.com/jupyterhub/ldapauthenticator,,hub-auth,22,jupyterhub/ldapauthenticator,jupyterhub-ldapauthenticator,conda-forge/jupyterhub-ldapauthenticator,https://github.com/jupyterhub/ldapauthenticator,BSD-3-Clause,2016-01-17 05:11:49.000,2022-03-31 15:56:58.000000,2021-06-27 18:55:19,151.0,56.0,80.0,177.0,2018-06-14 12:02:35,1.2.2,,6987.0,3.0,95.0,95.0,31.0,https://pypi.org/project/jupyterhub-ldapauthenticator,6470.0,https://anaconda.org/conda-forge/jupyterhub-ldapauthenticator,2020-08-28 14:10:52.507,25866.0,1.0,,167.0,,,,,,,,,,,,,,, 51 | 49,Jupyter Sphinx,True,Sphinx extension for rendering of Jupyter interactive widgets.,https://github.com/jupyter/jupyter-sphinx,,notebook-tools,22,jupyter/jupyter-sphinx,jupyter_sphinx,,https://github.com/jupyter/jupyter-sphinx,BSD-3-Clause,2016-11-15 18:36:37.000,2022-06-25 19:35:21.000000,2022-06-25 19:26:22,50.0,41.0,83.0,154.0,2022-06-25 19:35:21,0.4.0,,128735.0,4.0,,,25.0,https://pypi.org/project/jupyter_sphinx,128735.0,,,,2.0,,372.0,,,,,,,,,,,,,,, 52 | 50,Knowledge Repo,True,A next-generation curated knowledge sharing platform for..,https://github.com/airbnb/knowledge-repo,,notebook-sharing,21,airbnb/knowledge-repo,knowledge-repo,,https://github.com/airbnb/knowledge-repo,Apache-2.0,2016-08-17 23:32:50.000,2022-08-17 07:13:17.000000,2022-08-17 07:13:17,651.0,121.0,166.0,5165.0,2022-04-08 03:02:43,0.9.1,,278.0,31.0,,,68.0,https://pypi.org/project/knowledge-repo,278.0,,,,2.0,,1013.0,,,,,,,,,,,,,,, 53 | 51,Contrib NBextensions,True,A collection of various notebook extensions for Jupyter.,https://github.com/ipython-contrib/jupyter_contrib_nbextensions,,jupyter-extensions,21,ipython-contrib/jupyter_contrib_nbextensions,jupyter_contrib_nbextensions,,https://github.com/ipython-contrib/jupyter_contrib_nbextensions,,2013-07-13 17:05:16.000,2022-08-19 14:33:20.000000,2022-07-17 11:19:32,766.0,320.0,452.0,4894.0,2019-01-02 12:23:07,0.5.1,,297297.0,1.0,,,130.0,https://pypi.org/project/jupyter_contrib_nbextensions,297297.0,,,,1.0,,2629.0,,,,,,,,,5.0,,,,,, 54 | 52,Perspective,True,Streaming pivot visualization via WebAssembly.,https://github.com/finos/perspective,,lab-extensions,21,finos/perspective,perspective-python,,https://github.com/finos/perspective,Apache-2.0,2017-11-02 16:27:54.000,2022-08-25 05:37:50.000000,2022-08-23 01:25:46,493.0,78.0,467.0,4810.0,,,,4416.0,,4.0,4.0,72.0,https://pypi.org/project/perspective-python,2974.0,,,,1.0,@finos/perspective-jupyterlab,5331.0,https://www.npmjs.com/package/@finos/perspective-jupyterlab,1442.0,,,,,,,,,,,,, 55 | 53,colabcode,True,Run VSCode (codeserver) on Google Colab or Kaggle Notebooks.,https://github.com/abhishekkrthakur/colabcode,,others,21,abhishekkrthakur/colabcode,colabcode,,https://github.com/abhishekkrthakur/colabcode,MIT,2020-09-09 10:06:26.000,2022-08-22 10:08:00.000000,2021-06-11 15:16:36,242.0,41.0,32.0,1810.0,,,,16285.0,,78.0,78.0,8.0,https://pypi.org/project/colabcode,16285.0,,,,3.0,,44.0,,,,,,,,,,,,,,, 56 | 54,IRkernel,True,R kernel for Jupyter.,https://github.com/IRkernel/IRkernel,,kernels,21,IRkernel/IRkernel,,r/r-irkernel,https://github.com/IRkernel/IRkernel,MIT,2014-02-26 02:57:07.000,2022-08-23 21:22:47.055249,2022-06-24 09:09:04,286.0,56.0,510.0,1558.0,2022-01-03 22:04:04,1.3,,14109.0,17.0,,,41.0,,,https://anaconda.org/r/r-irkernel,2022-05-31 20:41:46.649,81995.0,1.0,,589.0,,,,jupyter/r-notebook,https://hub.docker.com/r/jupyter/r-notebook,2022-08-23 21:22:47.055249,44.0,1344228.0,,,IRkernel,,,, 57 | 55,repo2docker,True,Turn repositories into Jupyter-enabled Docker images.,https://github.com/jupyterhub/repo2docker,,notebook-tools,21,jupyterhub/repo2docker,jupyter-repo2docker,,https://github.com/jupyterhub/repo2docker,BSD-3-Clause,2017-05-09 08:36:30.000,2022-08-24 13:37:03.000000,2022-08-24 13:37:02,296.0,149.0,325.0,1373.0,2022-02-06 14:43:19,2022.02.0,,4997.0,11.0,162.0,162.0,112.0,https://pypi.org/project/jupyter-repo2docker,4997.0,,,,2.0,,,,,,,,,,,,,,,,, 58 | 56,DataLab,True,Interactive tools and developer experiences for Big Data on..,https://github.com/googledatalab/datalab,,notebook-environments,21,googledatalab/datalab,datalab,,https://github.com/googledatalab/datalab,Apache-2.0,2014-08-06 18:37:34.000,2022-03-18 08:36:18.000000,2021-08-16 17:52:48,246.0,224.0,667.0,977.0,2021-08-16 19:04:35,1.2.20210816,,55692.0,19.0,,,52.0,https://pypi.org/project/datalab,55692.0,,,,2.0,,2054.0,,,,,,,,,,,,,,, 59 | 57,DockerSpawner,True,Spawns JupyterHub single user servers in Docker containers.,https://github.com/jupyterhub/dockerspawner,,hub-spawners,21,jupyterhub/dockerspawner,dockerspawner,conda-forge/dockerspawner,https://github.com/jupyterhub/dockerspawner,BSD-3-Clause,2014-09-26 20:08:26.000,2022-08-22 22:23:26.000000,2022-07-05 08:59:36,274.0,17.0,239.0,430.0,,,,8858.0,4.0,131.0,131.0,64.0,https://pypi.org/project/dockerspawner,8564.0,https://anaconda.org/conda-forge/dockerspawner,2021-08-17 09:21:01.475,13243.0,1.0,,,,,,,,,,,,,,,,, 60 | 58,Resource Usage,True,Jupyter Notebook Extension for monitoring your own Resource..,https://github.com/jupyter-server/jupyter-resource-usage,,jupyter-extensions,21,jupyter-server/jupyter-resource-usage,jupyter-resource-usage,conda-forge/nbresuse,https://github.com/jupyter-server/jupyter-resource-usage,BSD-2-Clause,2016-04-22 07:01:34.000,2022-08-24 21:17:43.000000,2022-08-24 21:14:54,73.0,31.0,27.0,327.0,2022-08-24 22:28:39,0.6.2,73.0,44630.0,6.0,,,24.0,https://pypi.org/project/jupyter-resource-usage,27329.0,https://anaconda.org/conda-forge/nbresuse,2020-11-23 11:22:25.946,501653.0,1.0,,215.0,,,,,,,,,,,,,,, 61 | 59,jupyter_server,True,"The backendi.e. core services, APIs, and REST endpointsto Jupyter web applications.",https://github.com/jupyter-server/jupyter_server,,components,21,jupyter-server/jupyter_server,jupyter_server,conda-forge/jupyter_server,https://github.com/jupyter-server/jupyter_server,,2016-09-21 19:18:45.000,2022-08-23 22:09:57.000000,2022-08-23 22:09:57,181.0,104.0,188.0,327.0,2022-07-05 20:25:48,1.18.1,423.0,1699570.0,65.0,,,478.0,https://pypi.org/project/jupyter_server,1656861.0,https://anaconda.org/conda-forge/jupyter_server,2022-07-06 11:43:59.420,2006721.0,3.0,,,,,,,,,,,,,,,,, 62 | 60,itables,True,Interactive Tables in Jupyter.,https://github.com/mwouts/itables,,widgets,21,mwouts/itables,itables,,https://github.com/mwouts/itables,MIT,2019-04-15 22:09:44.000,2022-08-17 07:33:06.000000,2022-08-17 07:31:59,29.0,5.0,44.0,325.0,2022-08-14 22:25:58,1.2.0,,13307.0,21.0,137.0,137.0,4.0,https://pypi.org/project/itables,13307.0,,,,2.0,,,,,,,,,,,,,,,,, 63 | 61,ipyvuetify,True,Jupyter widgets based on vuetify UI components.,https://github.com/widgetti/ipyvuetify,,widgets,21,mariobuikhuizen/ipyvuetify,ipyvuetify,conda-forge/ipyvuetify,https://github.com/widgetti/ipyvuetify,MIT,2019-05-14 17:35:51.000,2022-07-11 08:09:25.000000,2022-02-07 12:02:17,44.0,44.0,122.0,260.0,2022-02-07 15:18:40,1.8.2,,68648.0,28.0,4.0,4.0,10.0,https://pypi.org/project/ipyvuetify,66359.0,https://anaconda.org/conda-forge/ipyvuetify,2022-02-07 15:52:42.724,84694.0,2.0,,208.0,,,widgetti/ipyvuetify,,,,,,,,,,,, 64 | 62,nbgitpuller,True,Jupyter server extension to sync a git repository one-way to a..,https://github.com/jupyterhub/nbgitpuller,,jupyter-extensions,21,jupyterhub/nbgitpuller,nbgitpuller,conda-forge/nbgitpuller,https://github.com/jupyterhub/nbgitpuller,BSD-3-Clause,2017-05-24 19:41:10.000,2022-06-27 14:03:15.000000,2022-06-22 08:23:11,61.0,52.0,80.0,167.0,,,,8808.0,11.0,505.0,505.0,25.0,https://pypi.org/project/nbgitpuller,7745.0,https://anaconda.org/conda-forge/nbgitpuller,2022-03-20 01:46:35.034,40416.0,1.0,,,,,,,,,,,,,,,,, 65 | 63,ipydatawidgets,True,A set of widgets to help facilitate reuse of large datasets..,https://github.com/vidartf/ipydatawidgets,,widgets,21,vidartf/ipydatawidgets,ipydatawidgets,conda-forge/ipydatawidgets,https://github.com/vidartf/ipydatawidgets,,2017-07-31 17:37:26.000,2022-08-24 16:21:19.099000,2022-08-22 17:02:57,8.0,2.0,8.0,31.0,2022-08-24 15:07:24,4.3.2,,74419.0,8.0,572.0,572.0,5.0,https://pypi.org/project/ipydatawidgets,71053.0,https://anaconda.org/conda-forge/ipydatawidgets,2022-08-24 16:21:19.099,168318.0,2.0,,297.0,,,,,,,,,,,,,,, 66 | 64,Jupyter Themes,True,Custom Jupyter Notebook Themes.,https://github.com/dunovank/jupyter-themes,,jupyter-extensions,20,dunovank/jupyter-themes,jupyterthemes,,https://github.com/dunovank/jupyter-themes,MIT,2014-12-10 23:22:23.000,2022-02-03 18:32:35.000000,2022-02-03 18:32:34,1028.0,187.0,199.0,9209.0,,,,34744.0,,,,43.0,https://pypi.org/project/jupyterthemes,34744.0,,,,2.0,,636.0,,,,,,,,,,,,,,, 67 | 65,nbgrader,True,A system for assigning and grading notebooks.,https://github.com/jupyter/nbgrader,,jupyter-extensions,20,jupyter/nbgrader,nbgrader,conda-forge/nbgrader,https://github.com/jupyter/nbgrader,BSD-3-Clause,2014-09-13 03:27:36.000,2022-08-24 17:23:44.000000,2022-08-22 09:36:29,290.0,196.0,613.0,1115.0,2022-08-22 09:39:37,0.8.0,34.0,5119.0,25.0,,,97.0,https://pypi.org/project/nbgrader,3351.0,https://anaconda.org/conda-forge/nbgrader,2022-06-23 17:56:54.463,118490.0,2.0,,,,,,,,,,,,,,,,, 68 | 66,JupyterLab Debugger,True,"A visual debugger for Jupyter notebooks, consoles, and..",https://github.com/jupyterlab/debugger,,lab-extensions,20,jupyterlab/debugger,,,https://github.com/jupyterlab/debugger,BSD-3-Clause,2019-07-19 18:19:17.000,2022-03-15 11:03:46.000000,2021-03-31 14:20:34,37.0,17.0,245.0,542.0,2020-12-10 14:31:28,0.3.7,,172972.0,28.0,,,11.0,,,,,,1.0,@jupyterlab/debugger,1174.0,https://www.npmjs.com/package/@jupyterlab/debugger,172972.0,,,,,,,,,,,,, 69 | 67,itkwidgets,True,"Interactive Jupyter widgets to visualize images, point sets, and..",https://github.com/InsightSoftwareConsortium/itkwidgets,,widgets,20,InsightSoftwareConsortium/itkwidgets,itkwidgets,,https://github.com/InsightSoftwareConsortium/itkwidgets,Apache-2.0,2018-02-15 01:43:39.000,2022-08-24 21:55:37.000000,2022-08-23 15:35:11,61.0,85.0,111.0,458.0,2022-07-11 19:38:44,0.32.2,66.0,15641.0,20.0,,,4.0,https://pypi.org/project/itkwidgets,14243.0,,,,3.0,itkwidgets,897.0,https://www.npmjs.com/package/itkwidgets,1396.0,,,,,,,,,,,,, 70 | 68,KubeSpawner,True,Kubernetes spawner for JupyterHub.,https://github.com/jupyterhub/kubespawner,,hub-spawners,20,jupyterhub/kubespawner,jupyterhub-kubespawner,,https://github.com/jupyterhub/kubespawner,BSD-3-Clause,2015-11-21 07:02:52.000,2022-08-22 22:24:17.000000,2022-08-13 08:31:34,249.0,51.0,241.0,425.0,,,,32735.0,,109.0,109.0,73.0,https://pypi.org/project/jupyterhub-kubespawner,32735.0,,,,2.0,,,,,,,,,,,,,,,,, 71 | 69,Octave Kernel,True,An Octave kernel for IPython.,https://github.com/Calysto/octave_kernel,,kernels,20,calysto/octave_kernel,octave_kernel,,https://github.com/Calysto/octave_kernel,BSD-3-Clause,2014-07-31 01:59:06.000,2022-08-21 18:36:02.000000,2022-08-21 18:36:02,60.0,29.0,143.0,406.0,2022-03-31 08:36:27,0.34.2,50.0,12660.0,6.0,,,18.0,https://pypi.org/project/octave_kernel,12660.0,,,,1.0,,415.0,,,,,,,,,,,,,,, 72 | 70,Appmode,True,A Jupyter extensions that turns notebooks into web applications.,https://github.com/oschuett/appmode,,jupyter-extensions,20,oschuett/appmode,appmode,conda-forge/appmode,https://github.com/oschuett/appmode,MIT,2017-03-17 13:33:53.000,2021-11-16 11:28:50.190000,2021-04-26 19:20:06,63.0,4.0,49.0,402.0,2020-06-09 08:17:47,0.8.0,,5181.0,8.0,323.0,323.0,8.0,https://pypi.org/project/appmode,2139.0,https://anaconda.org/conda-forge/appmode,2021-11-16 11:28:50.190,173417.0,2.0,,96.0,,,,,,,,,,,,,,, 73 | 71,JupyterLab Dash,True,An Extension for the Interactive development of Dash apps in JupyterLab.,https://github.com/plotly/jupyterlab-dash,,lab-renderer,20,plotly/jupyterlab-dash,jupyterlab-dash,,https://github.com/plotly/jupyterlab-dash,MIT,2018-11-07 19:47:52.000,2020-05-19 14:20:53.000000,2020-05-19 11:44:34,57.0,20.0,8.0,361.0,,,,13395.0,2.0,260.0,260.0,7.0,https://pypi.org/project/jupyterlab-dash,1263.0,,,,1.0,jupyterlab-dash,41.0,https://www.npmjs.com/package/jupyterlab-dash,12132.0,,,,,,,,,,,,, 74 | 72,Metakernel,True,Jupyter/IPython Kernel Tools.,https://github.com/Calysto/metakernel,,kernels,20,Calysto/metakernel,metakernel,conda-forge/metakernel,https://github.com/Calysto/metakernel,BSD-3-Clause,2014-08-24 20:53:45.000,2022-08-09 16:57:34.000000,2022-08-09 16:57:34,78.0,28.0,114.0,287.0,2022-08-08 15:44:17,0.29.2,42.0,79116.0,51.0,,,31.0,https://pypi.org/project/metakernel,71181.0,https://anaconda.org/conda-forge/metakernel,2022-08-09 13:33:11.047,602820.0,1.0,,,,,,,,,,,,,,,,, 75 | 73,jupyter-server-proxy,True,Jupyter notebook server extension to proxy web services.,https://github.com/jupyterhub/jupyter-server-proxy,,jupyter-extensions,20,jupyterhub/jupyter-server-proxy,jupyter-server-proxy,conda-forge/jupyter-server-proxy,https://github.com/jupyterhub/jupyter-server-proxy,BSD-3-Clause,2016-10-18 22:02:06.000,2022-08-18 17:22:26.000000,2022-07-08 18:44:35,113.0,61.0,94.0,252.0,2018-12-10 14:39:58,0.8.8,,125738.0,15.0,4.0,4.0,64.0,https://pypi.org/project/jupyter-server-proxy,106510.0,https://anaconda.org/conda-forge/jupyter-server-proxy,2022-01-25 03:13:58.218,807590.0,2.0,,,,,,,,,,,,,,,,, 76 | 74,ipytest,True,Pytest in IPython notebooks.,https://github.com/chmp/ipytest,,notebook-tools,20,chmp/ipytest,ipytest,,https://github.com/chmp/ipytest,MIT,2016-02-07 20:24:41.000,2022-07-13 17:10:50.000000,2022-02-20 08:36:22,19.0,2.0,48.0,234.0,2022-02-12 12:24:45,0.1.0,,41094.0,16.0,197.0,197.0,4.0,https://pypi.org/project/ipytest,41094.0,,,,2.0,,,,,,,,,,,8.0,,,,,, 77 | 75,jupyter-console,True,Jupyter Terminal Console.,https://github.com/jupyter/jupyter_console,,others,20,jupyter/jupyter_console,jupyter-console,,https://github.com/jupyter/jupyter_console,,2015-04-09 06:58:55.000,2022-06-22 16:00:27.000000,2022-06-22 16:00:22,128.0,56.0,88.0,200.0,2022-06-22 16:01:33,6.4.4,61.0,3296442.0,4.0,,,59.0,https://pypi.org/project/jupyter-console,3296430.0,,,,3.0,,,,,,,,,,,,,,,,, 78 | 76,BatchSpawner,True,Custom Spawner for Jupyterhub to start servers in batch scheduled..,https://github.com/jupyterhub/batchspawner,,hub-spawners,20,jupyterhub/batchspawner,batchspawner,,https://github.com/jupyterhub/batchspawner,BSD-3-Clause,2015-10-27 03:53:10.000,2022-08-23 23:10:36.000000,2022-04-14 12:04:26,98.0,49.0,73.0,139.0,2021-04-07 15:14:35,1.1.0,,3255.0,9.0,21.0,21.0,40.0,https://pypi.org/project/batchspawner,3255.0,,,,2.0,,352.0,,,,,,,,,,,,,,, 79 | 77,Hydrogen,True,"Run code interactively, inspect data, and plot. All the power of Jupyter..",https://github.com/nteract/hydrogen,,notebook-environments,19,nteract/hydrogen,,,https://github.com/nteract/hydrogen,MIT,2015-05-11 01:16:55.000,2022-06-18 22:42:58.000000,2022-03-25 21:26:26,315.0,165.0,1096.0,3819.0,2021-06-02 09:44:54,2.16.3,,,90.0,,,89.0,,,,,,3.0,,2361.0,,,,,,,,,,,,,,, 80 | 78,evidently,True,Interactive reports to analyze machine learning models during..,https://github.com/evidentlyai/evidently,,widgets,19,evidentlyai/evidently,,,https://github.com/evidentlyai/evidently,Apache-2.0,2020-11-25 15:20:08.000,2022-08-16 19:52:00.000000,2022-08-16 17:57:52,267.0,23.0,88.0,2623.0,,,,,34.0,554.0,554.0,24.0,,,,,,3.0,,,,,,,,,,,,,,,,, 81 | 79,IJulia.jl,True,Julia kernel for Jupyter.,https://github.com/JuliaLang/IJulia.jl,,kernels,19,JuliaLang/IJulia.jl,,,https://github.com/JuliaLang/IJulia.jl,MIT,2013-03-05 18:20:21.000,2022-06-23 23:10:23.000000,2022-06-23 23:08:06,383.0,102.0,689.0,2493.0,2022-04-11 14:26:39,1.23.3,,,42.0,,,101.0,,,,,,2.0,,705.0,,,,,,,,,,,,,,, 82 | 80,xeus-cling,True,Jupyter kernel for the C++ programming language.,https://github.com/jupyter-xeus/xeus-cling,,kernels,19,jupyter-xeus/xeus-cling,,conda-forge/xeus-cling,https://github.com/jupyter-xeus/xeus-cling,BSD-3-Clause,2017-04-20 15:35:44.000,2022-08-14 23:00:09.000000,2022-01-17 13:34:34,245.0,135.0,116.0,2321.0,,,,3524.0,15.0,,,20.0,,,https://anaconda.org/conda-forge/xeus-cling,2022-03-08 22:30:52.790,155095.0,2.0,,472.0,,,,,,,,,,,,,,, 83 | 81,docker-python,True,Kaggle Python docker image.,https://github.com/Kaggle/docker-python,,notebook-environments,19,kaggle/docker-python,,,https://github.com/Kaggle/docker-python,Apache-2.0,2015-04-14 01:45:38.000,2022-08-23 00:18:15.157031,2022-08-22 19:01:20,808.0,12.0,283.0,2172.0,2022-08-22 23:56:58,d2a6c2d532bec212663d8441ccf7fe2bf2d28996fceb3a0de8a7c8573462dece,,2196.0,81.0,,,146.0,,,,,,3.0,,,,,,kaggle/python,https://hub.docker.com/r/kaggle/python,2022-08-23 00:18:15.157031,164.0,193287.0,,,,,,, 84 | 82,nbviewer,True,nbconvert as a web service: Render Jupyter Notebooks as static web..,https://github.com/jupyter/nbviewer,,notebook-sharing,19,jupyter/nbviewer,,,https://github.com/jupyter/nbviewer,BSD-3-Clause,2012-08-05 11:42:33.000,2022-08-23 18:48:22.000000,2022-08-22 11:27:39,494.0,162.0,404.0,2041.0,,,,23142.0,,7.0,7.0,91.0,,,,,,3.0,,,,,,jupyter/nbviewer,https://hub.docker.com/r/jupyter/nbviewer,2022-08-22 11:29:43.791515,29.0,2777061.0,,,,,,, 85 | 83,IJavascript,True,IJavascript is a javascript kernel for the Jupyter notebook.,https://github.com/n-riesco/ijavascript,,kernels,19,n-riesco/ijavascript,,,https://github.com/n-riesco/ijavascript,,2015-02-02 15:46:34.000,2022-01-24 13:30:29.000000,2022-01-24 13:30:28,146.0,53.0,177.0,1891.0,2021-11-15 23:43:33,5.2.1,,2433.0,33.0,63.0,63.0,15.0,,,,,,2.0,ijavascript,331.0,https://www.npmjs.com/package/ijavascript,2433.0,,,,,,,,,,,,, 86 | 84,almond,True,A Scala kernel for Jupyter.,https://github.com/almond-sh/almond,,kernels,19,almond-sh/almond,,,https://github.com/almond-sh/almond,BSD-3-Clause,2015-03-10 22:48:50.000,2022-08-24 15:17:04.000000,2022-08-24 15:17:04,218.0,97.0,198.0,1454.0,2022-08-15 19:45:01,0.13.1,1276.0,190.0,39.0,,,36.0,,,,,,2.0,,,,,,almondsh/almond,https://hub.docker.com/r/almondsh/almond,2022-08-16 14:22:00.573334,6.0,14616.0,,,,,,, 87 | 85,Variable Inspector,True,Variable Inspector extension for Jupyterlab.,https://github.com/lckr/jupyterlab-variableInspector,,lab-extensions,19,lckr/jupyterlab-variableInspector,,,https://github.com/lckr/jupyterlab-variableInspector,BSD-3-Clause,2018-06-13 18:16:02.000,2022-08-01 14:06:03.000000,2022-08-01 14:06:03,84.0,44.0,115.0,931.0,2021-04-10 11:39:23,3.0.7,,5685.0,6.0,3.0,3.0,18.0,,,,,,1.0,@lckr/jupyterlab_variableinspector,166.0,https://www.npmjs.com/package/@lckr/jupyterlab_variableinspector,5685.0,,,,,,,,,,,,, 88 | 86,NBextensions Configurator,True,A jupyter notebook serverextension providing config interfaces for nbextensions.,https://github.com/Jupyter-contrib/jupyter_nbextensions_configurator,,jupyter-extensions,19,jupyter-contrib/jupyter_nbextensions_configurator,jupyter_nbextensions_configurator,,https://github.com/Jupyter-contrib/jupyter_nbextensions_configurator,,2016-06-24 22:29:05.000,2022-07-17 11:55:06.000000,2022-07-09 09:08:49,108.0,50.0,32.0,907.0,2022-07-17 11:55:06,0.5.0,,317290.0,2.0,,,20.0,https://pypi.org/project/jupyter_nbextensions_configurator,317290.0,,,,2.0,,502.0,,,,,,,,,8.0,,,,,, 89 | 87,What-If Tool,True,Source code/webpage/demos for the What-If Tool.,https://github.com/PAIR-code/what-if-tool,,widgets,19,PAIR-code/what-if-tool,witwidget,,https://github.com/PAIR-code/what-if-tool,Apache-2.0,2018-09-07 20:26:10.000,2022-06-03 01:25:04.000000,2022-01-05 20:19:46,140.0,58.0,52.0,739.0,2021-10-12 17:36:36,1.8.1,,16550.0,3.0,,,20.0,https://pypi.org/project/witwidget,10657.0,,,,3.0,wit-widget,328.0,https://www.npmjs.com/package/wit-widget,5893.0,,,,,,,,,,,,, 90 | 88,JupyterLab TOC,True,Table of Contents extension for JupyterLab.,https://github.com/jupyterlab/jupyterlab-toc,,lab-extensions,19,jupyterlab/jupyterlab-toc,,,https://github.com/jupyterlab/jupyterlab-toc,BSD-3-Clause,2018-03-12 15:55:19.000,2022-07-07 04:18:47.000000,2021-08-10 23:33:21,104.0,64.0,51.0,724.0,2018-04-16 17:16:10,0.2.0,,181188.0,1.0,,,14.0,,,,,,1.0,@jupyterlab/toc,523.0,https://www.npmjs.com/package/@jupyterlab/toc,181188.0,,,,,,,,,,,,, 91 | 89,Apache Toree,True,Jupyter kernel for Apache Spark.,https://github.com/apache/incubator-toree,,kernels,19,apache/incubator-toree,toree,,https://github.com/apache/incubator-toree,Apache-2.0,2016-01-07 08:00:06.000,2022-03-15 19:55:24.000000,2022-03-15 19:55:24,213.0,,,700.0,,,,12839.0,,,,103.0,https://pypi.org/project/toree,12839.0,,,,2.0,,1150.0,,,,,,,,,,,,,,, 92 | 90,JupyterLab Drawio,True,A standalone embedding of the FOSS drawio / mxgraph package..,https://github.com/QuantStack/jupyterlab-drawio,,lab-renderer,19,QuantStack/jupyterlab-drawio,,,https://github.com/QuantStack/jupyterlab-drawio,BSD-3-Clause,2018-01-31 16:38:30.000,2022-07-20 03:28:34.000000,2021-06-29 12:29:51,63.0,40.0,25.0,541.0,,,,4315.0,,532.0,532.0,15.0,,,,,,2.0,jupyterlab-drawio,101.0,https://www.npmjs.com/package/jupyterlab-drawio,4315.0,,,,,,,,,,,,, 93 | 91,ipysheet,True,Jupyter handsontable integration.,https://github.com/QuantStack/ipysheet,,widgets,19,QuantStack/ipysheet,ipysheet,conda-forge/ipysheet,https://github.com/QuantStack/ipysheet,MIT,2017-07-10 13:46:31.000,2022-07-20 08:55:24.000000,2021-12-14 18:02:31,62.0,61.0,57.0,501.0,,,,58943.0,13.0,3.0,3.0,10.0,https://pypi.org/project/ipysheet,54276.0,https://anaconda.org/conda-forge/ipysheet,2021-08-11 12:55:17.098,55019.0,3.0,ipysheet,295.0,https://www.npmjs.com/package/ipysheet,3388.0,,,,,,,,,,,,, 94 | 92,pivottablejs,True,"Dragndrop Pivot Tables and Charts for Jupyter/IPython Notebook,..",https://github.com/nicolaskruchten/jupyter_pivottablejs,,widgets,19,nicolaskruchten/jupyter_pivottablejs,pivottablejs,,https://github.com/nicolaskruchten/jupyter_pivottablejs,,2015-09-09 13:39:18.000,2018-12-04 14:43:26.000000,2018-12-04 14:43:25,62.0,17.0,41.0,470.0,2018-01-15 18:11:51,0.9.0,,14005.0,8.0,257.0,257.0,3.0,https://pypi.org/project/pivottablejs,14005.0,,,,3.0,,32.0,,,,,,,,,,,,,,, 95 | 93,treon,True,Easy to use test framework for Jupyter Notebooks.,https://github.com/ReviewNB/treon,,notebook-tools,19,ReviewNB/treon,treon,,https://github.com/ReviewNB/treon,MIT,2019-03-29 15:02:35.000,2022-08-04 11:15:43.000000,2022-08-04 11:15:04,21.0,3.0,10.0,283.0,,,,9371.0,,55.0,55.0,5.0,https://pypi.org/project/treon,9371.0,,,,2.0,,66.0,,,,,,,,,,,,,,, 96 | 94,JupyterLab System Monitor,True,JupyterLab extension to display system metrics.,https://github.com/jtpio/jupyterlab-system-monitor,,lab-extensions,19,jtpio/jupyterlab-system-monitor,,,https://github.com/jtpio/jupyterlab-system-monitor,BSD-3-Clause,2019-07-13 12:31:51.000,2022-07-20 02:30:49.000000,2022-02-15 08:27:46,29.0,22.0,20.0,246.0,2021-02-04 22:39:49,0.8.0,,3667.0,2.0,48.0,48.0,7.0,,,,,,1.0,jupyterlab-system-monitor,,https://www.npmjs.com/package/jupyterlab-system-monitor,3667.0,,,,,,,,,,,,, 97 | 95,bookstore,True,Notebook storage and publishing workflows for the masses.,https://github.com/nteract/bookstore,,notebook-sharing,19,nteract/bookstore,bookstore,,https://github.com/nteract/bookstore,BSD-3-Clause,2018-10-16 18:54:00.000,2021-08-26 18:26:16.000000,2019-12-09 16:52:07,19.0,34.0,39.0,185.0,2019-12-03 17:50:40,2.5.0,,28978.0,6.0,11.0,11.0,7.0,https://pypi.org/project/bookstore,28978.0,,,,3.0,,619.0,,,,,,,,,,,,,,, 98 | 96,nbformat,True,Reference implementation of the Jupyter Notebook format.,https://github.com/jupyter/nbformat,,notebook-tools,19,jupyter/nbformat,nbformat,conda-forge/nbformat,https://github.com/jupyter/nbformat,,2015-04-09 01:07:29.000,2022-08-22 22:48:30.000000,2022-08-19 13:42:56,129.0,48.0,74.0,179.0,2022-08-17 09:11:11,5.5.0b1,,10002105.0,16.0,,,67.0,https://pypi.org/project/nbformat,9873320.0,https://anaconda.org/conda-forge/nbformat,2022-05-03 19:45:12.925,9787681.0,2.0,,,,,,,,,,,-8.0,,,,,, 99 | 97,Darcula Theme,True,A handsome Darcula theme for Jupyterlab. The first jlab theme to include dark scrollbars.,https://github.com/telamonian/theme-darcula,,lab-themes,19,telamonian/theme-darcula,,,https://github.com/telamonian/theme-darcula,BSD-3-Clause,2019-01-21 04:39:42.000,2022-07-20 12:04:32.000000,2022-07-20 12:02:54,22.0,7.0,16.0,151.0,,,,1375.0,,504.0,504.0,7.0,,,,,,1.0,@telamonian/theme-darcula,113.0,https://www.npmjs.com/package/@telamonian/theme-darcula,1375.0,,,,,,,,,,,,, 100 | 98,jupyter-packaging,True,Tools to help build and install Jupyter Python packages.,https://github.com/jupyter/jupyter-packaging,,components,19,jupyter/jupyter-packaging,jupyter-packaging,conda-forge/jupyter-packaging,https://github.com/jupyter/jupyter-packaging,BSD-3-Clause,2017-03-04 19:38:49.000,2022-08-09 13:23:10.000000,2022-08-09 13:23:06,44.0,11.0,28.0,58.0,2022-06-20 14:32:13,0.12.2,28.0,341974.0,31.0,,,29.0,https://pypi.org/project/jupyter-packaging,330833.0,https://anaconda.org/conda-forge/jupyter-packaging,2022-07-14 17:02:08.510,300791.0,3.0,,,,,,,,,,,,,,,,, 101 | 99,ipydagred3,True,ipywidgets library for drawing directed acyclic graphs in..,https://github.com/timkpaine/ipydagred3,,widgets,19,timkpaine/ipydagred3,ipydagred3,,https://github.com/timkpaine/ipydagred3,Apache-2.0,2020-02-29 23:01:15.000,2022-07-21 13:31:33.000000,2022-07-21 13:31:32,5.0,3.0,16.0,38.0,2022-05-06 22:45:47,0.3.6,,80176.0,15.0,11.0,11.0,3.0,https://pypi.org/project/ipydagred3,914.0,,,,3.0,@jupyter-widgets/jupyterlab-manager,,https://www.npmjs.com/package/@jupyter-widgets/jupyterlab-manager,79262.0,,,,,,,,,,,,, 102 | 100,ML Workspace,True,All-in-one web-based IDE specialized for machine learning and..,https://github.com/ml-tooling/ml-workspace,,notebook-environments,18,ml-tooling/ml-workspace,,,https://github.com/ml-tooling/ml-workspace,Apache-2.0,2019-05-27 16:55:15.000,2022-02-03 21:26:52.000000,2021-11-22 20:42:15,334.0,8.0,79.0,2717.0,2021-07-13 22:12:59,0.13.2,,13020.0,4.0,,,11.0,,,,,,3.0,,,,,,mltooling/ml-workspace,https://hub.docker.com/r/mltooling/ml-workspace,2021-07-13 16:32:15.225256,24.0,507812.0,,,,,,, 103 | 101,IHaskell,True,A Haskell kernel for IPython.,https://github.com/IHaskell/IHaskell,,kernels,18,gibiansky/IHaskell,,,https://github.com/IHaskell/IHaskell,MIT,2013-08-26 07:16:09.000,2022-08-25 13:24:43.000000,2022-07-22 12:52:06,241.0,32.0,708.0,2381.0,2015-03-26 05:06:25,0.6,,13.0,1.0,4.0,4.0,110.0,,,,,,2.0,ihaskell_jupyterlab,2129.0,https://www.npmjs.com/package/ihaskell_jupyterlab,13.0,IHaskell/IHaskell,,,,,,,,,,,, 104 | 102,ipyparallel,True,Interactive Parallel Computing in Python.,https://github.com/ipython/ipyparallel,,notebook-tools,18,ipython/ipyparallel,ipyparallel,conda-forge/ipyparallel,https://github.com/ipython/ipyparallel,,2015-04-09 07:43:55.000,2022-08-22 22:30:27.000000,2022-08-16 11:53:24,871.0,53.0,279.0,2254.0,,,,120438.0,24.0,,,111.0,https://pypi.org/project/ipyparallel,111691.0,https://anaconda.org/conda-forge/ipyparallel,2022-06-21 14:24:53.709,664791.0,3.0,,,,,,,,,,,,,,,,, 105 | 103,BinderHub,True,"Run your code in the cloud, with technology so advanced, it feels..",https://github.com/jupyterhub/binderhub,,notebook-sharing,18,jupyterhub/binderhub,,,https://github.com/jupyterhub/binderhub,BSD-3-Clause,2017-04-26 00:28:26.000,2022-08-23 20:43:16.000000,2022-08-22 07:05:57,323.0,183.0,449.0,2178.0,,,,,1.0,6.0,6.0,84.0,,,,,,3.0,,2746.0,,,,,,,,,,,,binderhub,,, 106 | 104,notedown,True,Markdown = IPython Notebook.,https://github.com/aaren/notedown,,notebook-sharing,18,aaren/notedown,notedown,conda-forge/notedown,https://github.com/aaren/notedown,BSD-2-Clause,2014-02-17 17:28:59.000,2021-10-18 21:21:21.000000,2017-11-16 19:29:56,91.0,39.0,29.0,829.0,,,,4519.0,1.0,185.0,185.0,7.0,https://pypi.org/project/notedown,3840.0,https://anaconda.org/conda-forge/notedown,2018-06-07 01:28:24.567,33960.0,3.0,,264.0,,,,,,,,,,,,,,, 107 | 105,gmaps,True,Google maps for Jupyter notebooks.,https://github.com/pbugnion/gmaps,,widgets,18,pbugnion/gmaps,gmaps,conda-forge/gmaps,https://github.com/pbugnion/gmaps,BSD-3-Clause,2014-12-01 09:12:06.000,2022-04-15 13:31:22.000000,2019-07-22 06:22:45,145.0,67.0,137.0,744.0,2016-01-02 19:06:03,0.2,,14805.0,20.0,1.0,1.0,16.0,https://pypi.org/project/gmaps,8727.0,https://anaconda.org/conda-forge/gmaps,2019-08-02 11:56:50.940,270808.0,3.0,jupyter-gmaps,1380.0,https://www.npmjs.com/package/jupyter-gmaps,1780.0,,,,,,,,,,,,, 108 | 106,IRuby,True,Official gem repository: Ruby kernel for Jupyter/IPython Notebook.,https://github.com/SciRuby/iruby,,kernels,18,SciRuby/iruby,,,https://github.com/SciRuby/iruby,MIT,2015-03-03 18:05:50.000,2022-07-05 23:32:06.000000,2022-07-05 23:32:06,18.0,45.0,141.0,722.0,2021-08-17 16:20:34,0.7.4,15.0,18.0,10.0,162.0,162.0,44.0,,,,,,2.0,,715.0,,,,rubydata/datascience-notebook,https://hub.docker.com/r/rubydata/datascience-notebook,2022-06-07 05:42:07.589827,3.0,1667.0,,,,,iruby,, 109 | 107,Code Formatter,True,A universal code formatter for JupyterLab.,https://github.com/ryantam626/jupyterlab_code_formatter,,lab-extensions,18,ryantam626/jupyterlab_code_formatter,jupyterlab_code_formatter,,https://github.com/ryantam626/jupyterlab_code_formatter,MIT,2018-08-12 20:50:17.000,2022-08-13 00:57:17.000000,2022-08-11 18:59:13,49.0,21.0,138.0,599.0,,,,38122.0,,,,37.0,https://pypi.org/project/jupyterlab_code_formatter,33527.0,,,,2.0,@ryantam626/jupyterlab_code_formatter,428.0,https://www.npmjs.com/package/@ryantam626/jupyterlab_code_formatter,4595.0,,,,,,,,,,,,, 110 | 108,JupyterLab Latex,True,JupyterLab extension for live editing of LaTeX documents.,https://github.com/jupyterlab/jupyterlab-latex,,lab-renderer,18,jupyterlab/jupyterlab-latex,jupyterlab_latex,,https://github.com/jupyterlab/jupyterlab-latex,BSD-3-Clause,2017-10-24 02:12:37.000,2022-08-18 09:17:17.000000,2022-08-18 09:17:14,59.0,27.0,55.0,530.0,2021-09-15 15:34:35,3.1.0,,5036.0,1.0,2.0,2.0,22.0,https://pypi.org/project/jupyterlab_latex,3880.0,,,,2.0,@jupyterlab/latex,436.0,https://www.npmjs.com/package/@jupyterlab/latex,1156.0,,,,,,,,,,,,, 111 | 109,nb_conda_kernels,True,Package for managing conda environment-based kernels inside of Jupyter.,https://github.com/Anaconda-Platform/nb_conda_kernels,,kernels,18,Anaconda-Platform/nb_conda_kernels,,conda-forge/nb_conda_kernels,https://github.com/Anaconda-Platform/nb_conda_kernels,BSD-3-Clause,2015-12-10 16:11:42.000,2022-02-14 03:58:59.101000,2020-11-30 15:55:07,56.0,35.0,98.0,468.0,2020-09-05 22:35:32,2.3.0,,9547.0,11.0,,,14.0,,,https://anaconda.org/conda-forge/nb_conda_kernels,2022-02-14 03:58:59.101,706538.0,2.0,,335.0,,,,,,,,,,,,,,, 112 | 110,JupyterLab GitHub,True,GitHub integration for JupyterLab.,https://github.com/jupyterlab/jupyterlab-github,,lab-extensions,18,jupyterlab/jupyterlab-github,jupyterlab-github,,https://github.com/jupyterlab/jupyterlab-github,BSD-3-Clause,2017-10-15 17:18:11.000,2022-07-20 11:12:35.000000,2021-12-10 09:26:11,88.0,21.0,36.0,334.0,2021-11-27 17:02:34,3.0.1,,2721.0,6.0,2.0,2.0,15.0,https://pypi.org/project/jupyterlab-github,1116.0,,,,2.0,@jupyterlab/github,228.0,https://www.npmjs.com/package/@jupyterlab/github,1605.0,,,,,,,,,,,,, 113 | 111,vega,True,IPython/Jupyter notebook module for Vega and Vega-Lite.,https://github.com/vega/ipyvega,,widgets,18,vega/ipyvega,vega,conda-forge/vega,https://github.com/vega/ipyvega,BSD-3-Clause,2015-08-04 03:22:47.000,2022-08-01 02:43:25.000000,2022-08-01 02:43:25,55.0,13.0,82.0,332.0,,,,14042.0,27.0,,,11.0,https://pypi.org/project/vega,7293.0,https://anaconda.org/conda-forge/vega,2022-02-10 13:26:24.004,499484.0,3.0,,593.0,,,,,,,,,,,,,,, 114 | 112,JupyterLab Templates,True,Support for jupyter notebook templates in jupyterlab.,https://github.com/jpmorganchase/jupyterlab_templates,,lab-extensions,18,jpmorganchase/jupyterlab_templates,jupyterlab_templates,,https://github.com/jpmorganchase/jupyterlab_templates,Apache-2.0,2018-03-17 21:38:11.000,2022-08-25 14:05:41.000000,2022-08-25 14:05:40,50.0,7.0,71.0,309.0,2021-03-28 03:19:03,0.3.1,,10189.0,13.0,4.0,4.0,14.0,https://pypi.org/project/jupyterlab_templates,7250.0,,,,2.0,jupyterlab_templates,,https://www.npmjs.com/package/jupyterlab_templates,2939.0,,,,,,,,,,,,, 115 | 113,dask-labextension,True,JupyterLab extension for Dask.,https://github.com/dask/dask-labextension,,lab-extensions,18,dask/dask-labextension,dask-labextension,conda-forge/dask-labextension,https://github.com/dask/dask-labextension,BSD-3-Clause,2016-09-26 19:01:37.000,2022-07-21 06:30:27.000000,2022-06-21 23:17:54,51.0,37.0,93.0,267.0,2022-06-21 23:30:24,5.3.0,,30964.0,17.0,,,19.0,https://pypi.org/project/dask-labextension,12899.0,https://anaconda.org/conda-forge/dask-labextension,2022-06-22 14:17:08.997,617384.0,2.0,dask-labextension,,https://www.npmjs.com/package/dask-labextension,1819.0,,,,,,,,,,,,, 116 | 114,scrapbook,True,A library for recording and reading data in notebooks.,https://github.com/nteract/scrapbook,,notebook-sharing,18,nteract/scrapbook,nteract-scrapbook,,https://github.com/nteract/scrapbook,BSD-3-Clause,2018-10-22 04:17:04.000,2022-04-13 16:57:46.000000,2022-04-13 16:57:42,26.0,23.0,25.0,249.0,,,,81405.0,,149.0,149.0,11.0,https://pypi.org/project/nteract-scrapbook,81405.0,,,,3.0,,,,,,,,,,,,,,,,, 117 | 115,OCaml Kernel,True,An OCaml kernel for Jupyter (IPython) notebook.,https://github.com/akabe/ocaml-jupyter,,kernels,18,akabe/ocaml-jupyter,,,https://github.com/akabe/ocaml-jupyter,MIT,2017-07-14 14:15:05.000,2022-04-10 08:21:20.000000,2022-04-10 07:57:57,29.0,3.0,68.0,226.0,2022-04-10 08:38:48,2.8.0,70159.0,1150.0,32.0,,,18.0,,,,,,2.0,,372.0,,,,,,,,,,,,,,, 118 | 116,gator,True,Conda environment and package management extension from within Jupyter.,https://github.com/mamba-org/gator,,jupyter-extensions,18,mamba-org/gator,,conda-forge/mamba_gator,https://github.com/mamba-org/gator,BSD-3-Clause,2018-08-02 05:15:23.000,2022-07-26 15:26:35.721000,2022-07-25 12:51:22,23.0,14.0,39.0,224.0,2022-07-25 13:09:54,npm@3.1.0,2.0,1008.0,29.0,1.0,1.0,25.0,,,https://anaconda.org/conda-forge/mamba_gator,2022-07-26 15:26:35.721,18142.0,2.0,@mamba-org/gator-lab,614.0,https://www.npmjs.com/package/@mamba-org/gator-lab,145.0,,,,,,,,,,,,, 119 | 117,SAS Kernel,True,A Jupyter kernel for SAS. This opens up all the data manipulation..,https://github.com/sassoftware/sas_kernel,,kernels,18,sassoftware/sas_kernel,sas_kernel,,https://github.com/sassoftware/sas_kernel,Apache-2.0,2016-04-01 16:19:50.000,2022-06-01 15:55:57.000000,2022-06-01 15:55:57,72.0,3.0,54.0,187.0,2021-07-14 17:27:18,2.4.11,,1973.0,14.0,,,9.0,https://pypi.org/project/sas_kernel,1973.0,,,,2.0,,213.0,,,,,,,,,,,,,,, 120 | 118,Spylon Kernel,True,Jupyter kernel for scala and spark.,https://github.com/vericast/spylon-kernel,,kernels,18,Valassis-Digital-Media/spylon-kernel,spylon-kernel,conda-forge/spylon-kernel,https://github.com/vericast/spylon-kernel,,2016-11-21 02:23:14.000,2021-06-10 08:02:43.000000,2018-09-20 15:43:57,28.0,17.0,18.0,165.0,2017-03-05 04:26:44,0.2.0,,3770.0,8.0,88.0,88.0,6.0,https://pypi.org/project/spylon-kernel,2329.0,https://anaconda.org/conda-forge/spylon-kernel,2018-10-05 21:02:27.447,95144.0,2.0,,188.0,,,vericast/spylon-kernel,,,,,,,,,,,, 121 | 119,ipytree,True,A Tree Widget using Jupyter-widgets protocol and jsTree.,https://github.com/QuantStack/ipytree,,widgets,18,QuantStack/ipytree,ipytree,conda-forge/ipytree,https://github.com/QuantStack/ipytree,MIT,2018-09-15 13:17:27.000,2022-08-23 16:41:28.248000,2022-08-23 15:09:07,25.0,15.0,16.0,93.0,2022-08-24 12:33:17,0.2.2,,34690.0,8.0,,,8.0,https://pypi.org/project/ipytree,33592.0,https://anaconda.org/conda-forge/ipytree,2022-08-23 16:41:28.248,45019.0,3.0,,107.0,,,,,,,,,,,,,,, 122 | 120,LTI Authenticator,True,A JupyterHub authenticator for LTI.,https://github.com/jupyterhub/ltiauthenticator,,hub-auth,18,jupyterhub/ltiauthenticator,jupyterhub-ltiauthenticator,,https://github.com/jupyterhub/ltiauthenticator,BSD-3-Clause,2017-12-15 02:54:15.000,2022-08-22 22:23:41.000000,2022-08-22 19:06:15,42.0,,34.0,55.0,2021-11-15 20:10:09,1.3.0,,2632.0,6.0,78.0,78.0,15.0,https://pypi.org/project/jupyterhub-ltiauthenticator,2632.0,,,,2.0,,,,,,,,,,,,,,,,, 123 | 121,Native Authenticator,True,JupyterHub-native user authenticator.,https://github.com/jupyterhub/nativeauthenticator,,hub-auth,18,jupyterhub/nativeauthenticator,jupyterhub-nativeauthenticator,,https://github.com/jupyterhub/nativeauthenticator,BSD-3-Clause,2018-12-03 17:38:18.000,2022-08-22 22:23:55.000000,2022-08-03 15:09:24,52.0,24.0,69.0,53.0,2021-10-19 17:24:48,1.0.5,,4806.0,3.0,40.0,40.0,21.0,https://pypi.org/project/jupyterhub-nativeauthenticator,4806.0,,,,2.0,,,,,,,,,,,,,,,,, 124 | 122,ipyvue,True,Jupyter widgets base for Vue libraries.,https://github.com/widgetti/ipyvue,,widgets,18,mariobuikhuizen/ipyvue,ipyvue,conda-forge/ipyvue,https://github.com/widgetti/ipyvue,MIT,2019-08-11 10:10:05.000,2022-05-25 19:40:14.000000,2021-12-10 13:35:55,11.0,2.0,5.0,40.0,2021-11-19 19:10:31,1.7.0,,67541.0,18.0,20.0,20.0,3.0,https://pypi.org/project/ipyvue,66016.0,https://anaconda.org/conda-forge/ipyvue,2021-10-28 12:53:01.039,54932.0,3.0,,86.0,,,widgetti/ipyvue,,,,,,,,,,,, 125 | 123,pyforest,True,pyforest - feel the bliss of automated imports.,https://github.com/8080labs/pyforest,,jupyter-extensions,17,8080labs/pyforest,pyforest,,https://github.com/8080labs/pyforest,MIT,2019-08-12 07:35:46.000,2022-03-21 19:03:41.000000,2021-06-14 15:04:41,179.0,9.0,14.0,978.0,2019-09-02 14:01:33,0.1.2,,6871.0,1.0,,,13.0,https://pypi.org/project/pyforest,6871.0,,,,3.0,,196.0,,,,,,,,,,,,,,, 126 | 124,JupyterLab Vim,True,Vim notebook cell bindings for JupyterLab.,https://github.com/jwkvam/jupyterlab-vim,,lab-extensions,17,jwkvam/jupyterlab-vim,,,https://github.com/jwkvam/jupyterlab-vim,MIT,2017-12-02 21:16:38.000,2022-07-06 19:26:23.000000,2019-07-16 04:37:36,73.0,55.0,42.0,920.0,2019-07-16 04:33:54,0.11.0,,285.0,14.0,3.0,3.0,8.0,,,,,,2.0,jupyterlab_vim,60.0,https://www.npmjs.com/package/jupyterlab_vim,285.0,,,,,,,,,,,,, 127 | 125,IJava,True,A Jupyter kernel for executing Java code.,https://github.com/SpencerPark/IJava,,kernels,17,SpencerPark/IJava,,,https://github.com/SpencerPark/IJava,MIT,2017-10-08 04:42:46.000,2022-05-25 03:24:04.000000,2019-12-08 22:22:20,162.0,69.0,57.0,815.0,2019-05-06 03:28:50,1.3.0,89394.0,1787.0,5.0,,,4.0,,,,,,3.0,,90.0,,,,,,,,,,,,,,, 128 | 126,nbQA,True,Run any standard Python code quality tool on a Jupyter Notebook.,https://github.com/nbQA-dev/nbQA,,notebook-tools,17,nbQA-dev/nbQA,nbqa,,https://github.com/nbQA-dev/nbQA,MIT,2020-07-11 15:30:54.000,2022-08-24 19:09:39.000000,2022-08-24 19:09:31,31.0,1.0,252.0,564.0,,,,37132.0,,,,20.0,https://pypi.org/project/nbqa,37132.0,,,,3.0,,622.0,,,,,,,,,,,,,,, 129 | 127,GPU Dashboards,True,A JupyterLab extension for displaying dashboards of GPU..,https://github.com/rapidsai/jupyterlab-nvdashboard,,lab-extensions,17,rapidsai/jupyterlab-nvdashboard,jupyterlab-nvdashboard,,https://github.com/rapidsai/jupyterlab-nvdashboard,BSD-3-Clause,2019-08-12 15:22:10.000,2022-07-20 22:12:04.000000,2022-06-23 14:30:59,59.0,23.0,31.0,472.0,2022-05-10 19:35:57,0.7.0,,2701.0,3.0,,,17.0,https://pypi.org/project/jupyterlab-nvdashboard,1612.0,,,,2.0,jupyterlab-nvdashboard,,https://www.npmjs.com/package/jupyterlab-nvdashboard,1089.0,,,,,,,,,,,,, 130 | 128,JupyterLab Renderers,True,Renderers and renderer extensions for JupyterLab.,https://github.com/jupyterlab/jupyter-renderers,,lab-renderer,17,jupyterlab/jupyter-renderers,,,https://github.com/jupyterlab/jupyter-renderers,BSD-3-Clause,2017-06-08 16:59:07.000,2022-08-21 23:34:02.000000,2022-07-08 08:01:04,67.0,30.0,71.0,443.0,,,,1360.0,,1.0,1.0,25.0,,,,,,3.0,@jupyterlab/geojson-extension,556.0,https://www.npmjs.com/package/@jupyterlab/geojson-extension,1360.0,,,,,,,,,,,,, 131 | 129,Kernel Gateway,True,Jupyter Kernel Gateway.,https://github.com/jupyter-server/kernel_gateway,,kernels,17,jupyter/kernel_gateway,jupyter-kernel-gateway,,https://github.com/jupyter-server/kernel_gateway,,2015-09-21 15:34:11.000,2022-03-12 12:39:32.000000,2022-03-12 12:39:32,113.0,14.0,162.0,400.0,2021-08-25 00:19:46,2.5.1,105.0,13881.0,9.0,,,44.0,https://pypi.org/project/jupyter-kernel-gateway,13879.0,,,,3.0,,561.0,,,jupyter-server/kernel_gateway,,,,,,,,,,,, 132 | 130,JupyterLab Google Drive,True,Cloud storage for JupyterLab using Google Drive.,https://github.com/jupyterlab/jupyterlab-google-drive,,lab-extensions,17,jupyterlab/jupyterlab-google-drive,,,https://github.com/jupyterlab/jupyterlab-google-drive,BSD-3-Clause,2016-12-17 01:40:45.000,2022-07-20 08:58:08.000000,2022-04-28 22:45:01,72.0,33.0,65.0,371.0,2018-02-05 18:54:22,0.11.1,,1088.0,12.0,2.0,2.0,16.0,,,,,,2.0,@jupyterlab/google-drive,515.0,https://www.npmjs.com/package/@jupyterlab/google-drive,1088.0,,,,,,,,,,,,, 133 | 131,ThebeLab,True,ThebeLab: turning static HTML pages into live documents.,https://github.com/executablebooks/thebe,,notebook-sharing,17,executablebooks/thebe,,,https://github.com/executablebooks/thebe,BSD-3-Clause,2017-03-14 12:17:22.000,2022-08-24 13:43:38.000000,2021-11-19 12:06:20,57.0,64.0,87.0,296.0,2021-10-26 10:04:08,0.8.2,,,5.0,5.0,5.0,26.0,,,,,,3.0,,676.0,,,,,,,,,,,,,,, 134 | 132,ML Hub,True,Multi-user development platform for machine learning teams. Simple to..,https://github.com/ml-tooling/ml-hub,,notebook-environments,17,ml-tooling/ml-hub,,,https://github.com/ml-tooling/ml-hub,Apache-2.0,2019-06-26 15:05:50.000,2021-12-23 13:12:29.000000,2021-12-23 13:12:29,54.0,15.0,11.0,250.0,2020-02-03 15:59:07,1.0.0,1916.0,1216.0,8.0,,,7.0,,,,,,3.0,,220.0,,,,mltooling/ml-hub,https://hub.docker.com/r/mltooling/ml-hub,2020-02-18 09:26:53.302538,5.0,44158.0,,,,,,, 135 | 133,jupyterlab-classic,True,The next-gen old-school notebook UI.,https://github.com/jupyterlab/retrolab,,notebook-environments,17,jtpio/jupyterlab-classic,jupyterlab-classic,,https://github.com/jupyterlab/retrolab,BSD-3-Clause,2020-12-07 16:37:07.000,2022-05-04 08:02:28.000000,2022-05-04 08:02:27,43.0,4.0,106.0,244.0,2022-05-04 07:37:18,0.3.21,792.0,109.0,50.0,80.0,80.0,17.0,https://pypi.org/project/jupyterlab-classic,70.0,,,,3.0,,,,,jupyterlab/retrolab,,,,,,,,,,,, 136 | 134,JupyterLab SideCar,True,A sidecar output widget for JupyterLab.,https://github.com/jupyter-widgets/jupyterlab-sidecar,,lab-extensions,17,jupyter-widgets/jupyterlab-sidecar,sidecar,,https://github.com/jupyter-widgets/jupyterlab-sidecar,BSD-3-Clause,2018-03-26 09:23:58.000,2022-07-20 03:28:49.000000,2021-07-04 21:12:58,36.0,22.0,10.0,202.0,2021-03-11 01:34:17,0.5.1,,4999.0,1.0,3.0,3.0,13.0,https://pypi.org/project/sidecar,4453.0,,,,2.0,@jupyter-widgets/jupyterlab-sidecar,69.0,https://www.npmjs.com/package/@jupyter-widgets/jupyterlab-sidecar,546.0,,,,,,,,,,,,, 137 | 135,SciJava Kernel,True,Write SciJava scripts in Jupyter notebook!.,https://github.com/scijava/scijava-jupyter-kernel,,kernels,17,scijava/scijava-jupyter-kernel,,conda-forge/scijava-jupyter-kernel,https://github.com/scijava/scijava-jupyter-kernel,Apache-2.0,2017-01-31 01:16:24.000,2022-02-03 17:25:47.000000,2022-02-03 17:25:03,42.0,,80.0,175.0,2017-06-02 21:19:27,0.5.0,86.0,1269.0,15.0,,,9.0,,,https://anaconda.org/conda-forge/scijava-jupyter-kernel,2018-03-03 15:23:41.430,81163.0,3.0,,404.0,,,,,,,,,,,,,,, 138 | 136,Spark Monitor,True,Monitor Apache Spark from Jupyter Notebook.,https://github.com/krishnan-r/sparkmonitor,,jupyter-extensions,17,krishnan-r/sparkmonitor,sparkmonitor,,https://github.com/krishnan-r/sparkmonitor,Apache-2.0,2017-05-31 09:13:01.000,2022-05-16 18:45:37.000000,2022-05-16 18:45:37,50.0,15.0,7.0,166.0,2018-05-29 18:46:14,0.0.9,2413.0,1443.0,9.0,,,3.0,https://pypi.org/project/sparkmonitor,1390.0,,,,3.0,,215.0,,,,krishnanr/sparkmonitor,https://hub.docker.com/r/krishnanr/sparkmonitor,2019-10-04 06:28:22.959295,,921.0,,,,,,, 139 | 137,JupyterLab Spellchecker,True,Spellchecker for JupyterLab notebook markdown cells..,https://github.com/jupyterlab-contrib/spellchecker,,lab-extensions,17,ijmbarr/jupyterlab_spellchecker,,,https://github.com/jupyterlab-contrib/spellchecker,BSD-3-Clause,2018-04-02 07:47:30.000,2022-07-20 04:32:58.000000,2022-02-22 17:17:32,18.0,16.0,33.0,160.0,2021-10-08 10:06:16,0.7.2,,1667.0,7.0,1.0,1.0,6.0,,,,,,2.0,@ijmbarr/jupyterlab_spellchecker,152.0,https://www.npmjs.com/package/@ijmbarr/jupyterlab_spellchecker,1667.0,jupyterlab-contrib/spellchecker,,,,,,,,,,,, 140 | 138,igv.js widget,True,Extension for Jupyter Notebook which integrates igv.js.,https://github.com/g2nb/igv-jupyter,,widgets,17,igvteam/igv-jupyter,igv-jupyter,,https://github.com/g2nb/igv-jupyter,MIT,2016-07-21 18:44:38.000,2022-06-14 16:28:44.000000,2022-06-14 16:28:41,15.0,,41.0,151.0,2022-02-07 18:33:52,1.0.0,,269.0,9.0,12.0,12.0,5.0,https://pypi.org/project/igv-jupyter,269.0,,,,3.0,,139.0,,,g2nb/igv-jupyter,,,,,,,,,,,, 141 | 139,Rsession Proxy,True,Jupyter extensions for running an RStudio rsession proxy.,https://github.com/jupyterhub/jupyter-rsession-proxy,,jupyter-extensions,17,jupyterhub/jupyter-rsession-proxy,jupyter-rsession-proxy,,https://github.com/jupyterhub/jupyter-rsession-proxy,BSD-3-Clause,2016-12-09 06:26:18.000,2022-08-18 14:51:55.000000,2022-06-16 20:56:08,68.0,26.0,45.0,94.0,,,,2608.0,,41.0,41.0,20.0,https://pypi.org/project/jupyter-rsession-proxy,2608.0,,,,3.0,,223.0,,,,,,,,,,,,,,, 142 | 140,SystemdSpawner,True,Spawn JupyterHub single-user notebook servers with systemd.,https://github.com/jupyterhub/systemdspawner,,hub-spawners,17,jupyterhub/systemdspawner,jupyterhub-systemdspawner,,https://github.com/jupyterhub/systemdspawner,BSD-3-Clause,2016-09-06 07:20:44.000,2022-08-19 16:01:16.000000,2022-04-22 08:28:24,40.0,27.0,32.0,79.0,,,,1464.0,,21.0,21.0,17.0,https://pypi.org/project/jupyterhub-systemdspawner,1464.0,,,,3.0,,150.0,,,,,,,,,,,,,,, 143 | 141,jdaviz,True,JWST astronomical data analysis tools in the Jupyter platform.,https://github.com/spacetelescope/jdaviz,,widgets,17,spacetelescope/jdaviz,jdaviz,,https://github.com/spacetelescope/jdaviz,BSD-3-Clause,2019-05-07 17:54:06.000,2022-08-25 12:25:39.000000,2022-08-24 19:09:41,35.0,268.0,426.0,73.0,2022-08-24 15:20:54,2.9.0,,1691.0,12.0,,,29.0,https://pypi.org/project/jdaviz,1691.0,,,,3.0,,,,,,,,,,,,,,,,, 144 | 142,sphinxcontrib.jupyter,True,A Sphinx Extension for Generating Jupyter Notebooks.,https://github.com/QuantEcon/sphinxcontrib-jupyter,,notebook-tools,17,QuantEcon/sphinxcontrib-jupyter,sphinxcontrib-jupyter,,https://github.com/QuantEcon/sphinxcontrib-jupyter,BSD-3-Clause,2017-10-12 04:04:05.000,2022-02-09 08:46:28.000000,2020-06-18 03:28:01,23.0,88.0,93.0,72.0,2020-06-18 03:30:24,0.5.10,,742.0,17.0,26.0,26.0,13.0,https://pypi.org/project/sphinxcontrib-jupyter,742.0,,,,3.0,,269.0,,,,,,,,,,,,,,, 145 | 143,Altair Viewer,True,Viewer for Altair and Vega-Lite visualizations.,https://github.com/altair-viz/altair_viewer,,widgets,17,altair-viz/altair_viewer,altair_viewer,,https://github.com/altair-viz/altair_viewer,BSD-3-Clause,2019-12-20 14:32:14.000,2022-01-14 00:49:57.000000,2022-01-14 00:49:56,8.0,3.0,4.0,52.0,2021-11-06 14:18:45,0.4.0,,566992.0,3.0,,,3.0,https://pypi.org/project/altair_viewer,566992.0,,,,3.0,,117.0,,,,,,,,,,,,,,, 146 | 144,heat,True,IPython magic command to profile and view your python code as a heat map.,https://github.com/csurfer/pyheatmagic,,magic,16,csurfer/pyheatmagic,py-heat-magic,,https://github.com/csurfer/pyheatmagic,MIT,2017-08-18 20:35:01.000,2021-09-10 21:27:13.000000,2021-09-10 21:27:13,22.0,2.0,3.0,993.0,,,,1187.0,,29.0,29.0,3.0,https://pypi.org/project/py-heat-magic,1187.0,,,,2.0,,34.0,,,,,,,,,,,,,,, 147 | 145,clojupyter,True,a Jupyter kernel for Clojure.,https://github.com/clojupyter/clojupyter,,kernels,16,clojupyter/clojupyter,,simplect/clojupyter,https://github.com/clojupyter/clojupyter,MIT,2014-05-09 07:09:06.000,2022-08-15 12:29:55.000000,2021-12-29 07:49:50,75.0,18.0,79.0,744.0,,,,84.0,7.0,,,26.0,,,https://anaconda.org/simplect/clojupyter,2020-03-02 14:14:22.302,3009.0,3.0,,283.0,,,,simplect/clojupyter,https://hub.docker.com/r/simplect/clojupyter,2019-04-25 08:25:07.304303,,391.0,,,,,,, 148 | 146,VSCode Jupyter,True,VS Code Jupyter extension.,https://github.com/microsoft/vscode-jupyter,,notebook-environments,16,microsoft/vscode-jupyter,,,https://github.com/microsoft/vscode-jupyter,MIT,2020-09-10 23:39:14.000,2022-08-25 11:15:06.000000,2022-08-25 00:39:11,150.0,635.0,7085.0,713.0,2022-08-04 18:08:05,2022.07.100,,,28.0,,,254.0,,,,,,3.0,,,,,,,,,,,,,,,,, 149 | 147,jupyter-notify,True,A Jupyter Notebook magic for browser notifications of cell completion.,https://github.com/ShopRunner/jupyter-notify,,magic,16,ShopRunner/jupyter-notify,jupyternotify,,https://github.com/ShopRunner/jupyter-notify,BSD-3-Clause,2017-06-01 14:08:55.000,2022-08-09 17:30:42.000000,2021-04-27 14:56:38,34.0,11.0,12.0,560.0,2018-01-08 14:51:41,0.1.15,,2285.0,4.0,,,11.0,https://pypi.org/project/jupyternotify,2285.0,,,,2.0,,,,,,,,,,,,,,,,, 150 | 148,Enterprise Gateway,True,"A lightweight, multi-tenant, scalable and secure gateway..",https://github.com/jupyter-server/enterprise_gateway,,kernels,16,jupyter/enterprise_gateway,jupyter_enterprise_gateway,,https://github.com/jupyter-server/enterprise_gateway,,2017-04-21 16:05:14.000,2022-08-22 20:23:19.000000,2022-08-22 16:43:52,176.0,49.0,470.0,525.0,2022-01-27 22:17:10,2.6.0,20024.0,1600.0,30.0,,,102.0,https://pypi.org/project/jupyter_enterprise_gateway,1255.0,,,,3.0,,,,,jupyter-server/enterprise_gateway,,,,,,,,,,,, 151 | 149,commuter,True,Notebook sharing hub.,https://github.com/nteract/commuter,,notebook-sharing,16,nteract/commuter,,,https://github.com/nteract/commuter,BSD-3-Clause,2017-01-03 22:23:32.000,2022-04-28 20:50:09.000000,2022-04-28 20:49:58,63.0,52.0,39.0,438.0,,,,643.0,,3.0,3.0,27.0,,,,,,3.0,@nteract/commuter,640.0,https://www.npmjs.com/package/@nteract/commuter,643.0,,,,,,,,,,,,, 152 | 150,Matlab Kernel,True,Jupyter Kernel for Matlab.,https://github.com/Calysto/matlab_kernel,,kernels,16,calysto/matlab_kernel,matlab_kernel,,https://github.com/Calysto/matlab_kernel,,2015-01-31 12:51:06.000,2022-05-09 10:21:04.000000,2022-05-09 10:21:01,73.0,25.0,104.0,438.0,2022-05-09 10:21:42,0.17.1,,3876.0,3.0,,,18.0,https://pypi.org/project/matlab_kernel,3876.0,,,,3.0,,216.0,,,,,,,,,,,,,,, 153 | 151,JupyterLab Go-To-Definition,True,Navigate to variable's definition with a click in..,https://github.com/krassowski/jupyterlab-go-to-definition,,lab-extensions,16,krassowski/jupyterlab-go-to-definition,,,https://github.com/krassowski/jupyterlab-go-to-definition,BSD-3-Clause,2018-12-22 01:18:42.000,2021-08-23 19:48:16.000000,2021-07-28 12:06:05,8.0,10.0,13.0,218.0,2019-07-05 21:26:30,0.5.0,,2509.0,5.0,11.0,11.0,2.0,,,,,,2.0,@krassowski/jupyterlab_go_to_definition,89.0,https://www.npmjs.com/package/@krassowski/jupyterlab_go_to_definition,2509.0,,,,,,,,,,,,, 154 | 152,JupyterLab Chart Editor,True,JupyterLab extension for Plotly's react-chart-editor.,https://github.com/plotly/jupyterlab-chart-editor,,lab-renderer,16,plotly/jupyterlab-chart-editor,,,https://github.com/plotly/jupyterlab-chart-editor,,2018-01-23 18:18:38.000,2022-07-08 05:34:02.000000,2021-03-10 20:56:11,22.0,12.0,19.0,209.0,2021-03-10 20:57:44,4.14.3,,1114.0,6.0,3.0,3.0,5.0,,,,,,3.0,jupyterlab-chart-editor,71.0,https://www.npmjs.com/package/jupyterlab-chart-editor,1114.0,,,,,,,,,,,,, 155 | 153,JupyterLab Data Explorer,True,First class datasets in JupyterLab.,https://github.com/jupyterlab/jupyterlab-data-explorer,,lab-extensions,16,jupyterlab/jupyterlab-data-explorer,,,https://github.com/jupyterlab/jupyterlab-data-explorer,BSD-3-Clause,2019-01-03 21:57:42.000,2022-05-23 15:47:39.000000,2020-05-24 13:16:16,34.0,57.0,34.0,170.0,,,,176.0,,10.0,10.0,9.0,,,,,,2.0,@jupyterlab/dataregistry-extension,426.0,https://www.npmjs.com/package/@jupyterlab/dataregistry-extension,176.0,,,,,,,,,,,,, 156 | 154,JupyterLab Spreadsheet,True,"JupyterLab plugin for viewing spreadsheets, such as..",https://github.com/quigleyj97/jupyterlab-spreadsheet,,lab-renderer,16,quigleyj97/jupyterlab-spreadsheet,,,https://github.com/quigleyj97/jupyterlab-spreadsheet,BSD-3-Clause,2018-10-13 22:51:03.000,2022-07-18 18:08:54.000000,2022-07-18 18:08:51,14.0,5.0,18.0,155.0,2021-07-17 23:45:44,0.4.1,,4019.0,5.0,3.0,3.0,4.0,,,,,,3.0,jupyterlab-spreadsheet,,https://www.npmjs.com/package/jupyterlab-spreadsheet,4019.0,,,,,,,,,,,,, 157 | 155,nb_conda,True,Conda environment and package access extension from within Jupyter.,https://github.com/Anaconda-Platform/nb_conda,,jupyter-extensions,16,Anaconda-Platform/nb_conda,,conda-forge/nb_conda,https://github.com/Anaconda-Platform/nb_conda,BSD-3-Clause,2015-12-09 23:12:58.000,2022-06-05 15:35:11.087000,2020-09-11 21:06:00,29.0,35.0,28.0,129.0,,,,5403.0,4.0,,,14.0,,,https://anaconda.org/conda-forge/nb_conda,2022-06-05 15:35:11.087,394426.0,3.0,,158.0,,,,,,,,,,,,,,, 158 | 156,JupyterLab IFrame,True,JupyterLab iframe widget.,https://github.com/timkpaine/jupyterlab_iframe,,lab-extensions,16,timkpaine/jupyterlab_iframe,jupyterlab_iframe,,https://github.com/timkpaine/jupyterlab_iframe,Apache-2.0,2018-03-12 02:34:47.000,2022-07-21 13:47:17.000000,2022-07-21 13:47:16,15.0,4.0,62.0,81.0,2022-04-11 20:18:27,0.4.4,,1882.0,17.0,3.0,3.0,5.0,https://pypi.org/project/jupyterlab_iframe,958.0,,,,2.0,jupyterlab_iframe,,https://www.npmjs.com/package/jupyterlab_iframe,924.0,,,,,,,,,,,,, 159 | 157,ipyregulartable,True,"High performance, editable, stylable datagrids in jupyter..",https://github.com/jpmorganchase/ipyregulartable,,widgets,16,jpmorganchase/ipyregulartable,ipyregulartable,,https://github.com/jpmorganchase/ipyregulartable,Apache-2.0,2020-06-15 21:45:08.000,2022-08-25 14:15:42.000000,2022-07-20 19:51:49,13.0,10.0,15.0,66.0,,,,79492.0,5.0,9.0,9.0,5.0,https://pypi.org/project/ipyregulartable,230.0,,,,3.0,@jupyter-widgets/jupyterlab-manager,,https://www.npmjs.com/package/@jupyter-widgets/jupyterlab-manager,79262.0,,,,,,,,,,,,, 160 | 158,jupyter-archive,True,"A Jupyter/Jupyterlab extension to make, download and extract..",https://github.com/jupyterlab-contrib/jupyter-archive,,jupyter-extensions,16,jupyterlab-contrib/jupyter-archive,,conda-forge/jupyter-archive,https://github.com/jupyterlab-contrib/jupyter-archive,BSD-3-Clause,2019-07-25 17:15:19.000,2022-07-20 08:18:21.000000,2022-07-20 08:18:20,10.0,1.0,32.0,56.0,2022-04-08 13:49:20,3.3.1,3252.0,898.0,24.0,,,9.0,,,https://anaconda.org/conda-forge/jupyter-archive,2022-04-08 17:06:07.608,27311.0,3.0,,211.0,,,,,,,,,,,,,,, 161 | 159,First Use Authenticator,True,JupyterHub Authenticator that lets users set..,https://github.com/jupyterhub/firstuseauthenticator,,hub-auth,16,jupyterhub/firstuseauthenticator,jupyterhub-firstuseauthenticator,,https://github.com/jupyterhub/firstuseauthenticator,BSD-3-Clause,2016-10-25 03:09:14.000,2022-02-28 01:42:16.000000,2021-10-28 11:33:41,21.0,6.0,17.0,40.0,2019-01-24 17:18:45,0.12,,3764.0,2.0,66.0,66.0,12.0,https://pypi.org/project/jupyterhub-firstuseauthenticator,3764.0,,,,2.0,,,,,,,,,,,,,,,,, 162 | 160,ipyscales,True,A widget library for scales.,https://github.com/vidartf/ipyscales,,widgets,16,vidartf/ipyscales,ipyscales,conda-forge/ipyscales,https://github.com/vidartf/ipyscales,BSD-3-Clause,2017-08-24 20:16:19.000,2021-01-06 10:53:16.793000,2021-01-05 12:56:43,3.0,2.0,4.0,13.0,,,,1131.0,7.0,53.0,53.0,4.0,https://pypi.org/project/ipyscales,60.0,https://anaconda.org/conda-forge/ipyscales,2021-01-06 10:53:16.793,53561.0,3.0,,172.0,,,,,,,,,,,,,,, 163 | 161,geonotebook,True,A Jupyter notebook extension for geospatial visualization and..,https://github.com/OpenGeoscience/geonotebook,,widgets,15,OpenGeoscience/geonotebook,,,https://github.com/OpenGeoscience/geonotebook,Apache-2.0,2016-07-26 19:48:45.000,2019-01-21 18:59:02.250643,2019-01-21 15:53:00,136.0,37.0,46.0,1052.0,,,,1798.0,,,,9.0,,,,,,3.0,,647.0,,,,geonotebook/geonotebook,https://hub.docker.com/r/geonotebook/geonotebook,2019-01-21 18:59:02.250643,7.0,131280.0,,,,,,, 164 | 162,Wolfram Kernel,True,Wolfram Language kernel for Jupyter notebooks.,https://github.com/WolframResearch/WolframLanguageForJupyter,,kernels,15,WolframResearch/WolframLanguageForJupyter,,,https://github.com/WolframResearch/WolframLanguageForJupyter,MIT,2019-01-18 19:37:06.000,2022-08-23 18:11:54.000000,2022-02-19 09:55:04,91.0,30.0,66.0,752.0,,,6110.0,160.0,3.0,,,7.0,,,,,,3.0,,143.0,,,,,,,,,,,,,,, 165 | 163,Bash Kernel,True,A bash kernel for IPython.,https://github.com/takluyver/bash_kernel,,kernels,15,takluyver/bash_kernel,bash_kernel,,https://github.com/takluyver/bash_kernel,BSD-3-Clause,2014-06-27 00:27:25.000,2022-08-22 11:07:41.000000,2022-08-22 11:07:11,105.0,35.0,59.0,595.0,,,,6044.0,,,,14.0,https://pypi.org/project/bash_kernel,6044.0,,,,3.0,,93.0,,,,,,,,,,,,,,, 166 | 164,Ansible Kernel,True,Jupyter Notebook Kernel for running Ansible Tasks and..,https://github.com/ansible/ansible-jupyter-kernel,,kernels,15,ansible/ansible-jupyter-kernel,ansible-kernel,conda-forge/ansible-kernel,https://github.com/ansible/ansible-jupyter-kernel,,2018-06-26 14:28:02.000,2022-02-12 03:05:54.538000,2022-02-11 15:18:23,54.0,15.0,29.0,500.0,,,,1895.0,2.0,9.0,9.0,10.0,https://pypi.org/project/ansible-kernel,281.0,https://anaconda.org/conda-forge/ansible-kernel,2022-02-12 03:05:54.538,10871.0,3.0,,212.0,,,,benthomasson/ansible-jupyter-kernel,https://hub.docker.com/r/benthomasson/ansible-jupyter-kernel,2018-12-12 18:42:31.528778,2.0,66446.0,,,,,,, 167 | 165,jupyter-tensorboard,True,Start Tensorboard in Jupyter Notebook.,https://github.com/lspvic/jupyter_tensorboard,,jupyter-extensions,15,lspvic/jupyter_tensorboard,jupyter-tensorboard,,https://github.com/lspvic/jupyter_tensorboard,MIT,2017-08-22 08:05:13.000,2022-06-14 12:29:55.000000,2020-02-16 06:42:48,70.0,40.0,29.0,457.0,,,,2533.0,,,,4.0,https://pypi.org/project/jupyter-tensorboard,2533.0,,,,3.0,,69.0,,,,,,,,,,,,,,, 168 | 166,Lantern,True,Data exploration glue.,https://github.com/timkpaine/lantern,,lab-extensions,15,timkpaine/lantern,pylantern,,https://github.com/timkpaine/lantern,Apache-2.0,2017-07-15 03:49:10.000,2022-06-13 13:36:59.000000,2022-06-13 13:36:58,20.0,10.0,188.0,320.0,2020-02-02 22:32:28,0.1.6,,56.0,26.0,17.0,17.0,3.0,https://pypi.org/project/pylantern,56.0,,,,2.0,,,,,,,,,,,,,,,,, 169 | 167,blackcellmagic,True,IPython magic command to format python code in cell using..,https://github.com/csurfer/blackcellmagic,,magic,15,csurfer/blackcellmagic,blackcellmagic,,https://github.com/csurfer/blackcellmagic,MIT,2018-04-25 14:27:26.000,2022-05-31 19:59:44.000000,2021-09-18 19:09:46,12.0,4.0,5.0,299.0,,,,2888.0,,159.0,159.0,3.0,https://pypi.org/project/blackcellmagic,2888.0,,,,3.0,,18.0,,,,,,,,,,,,,,, 170 | 168,JupyterLab Tensorboard,True,Tensorboard extension for jupyterlab.,https://github.com/chaoleili/jupyterlab_tensorboard,,lab-extensions,15,chaoleili/jupyterlab_tensorboard,,,https://github.com/chaoleili/jupyterlab_tensorboard,MIT,2018-08-14 12:36:26.000,2022-07-21 07:29:55.000000,2022-07-18 10:51:06,32.0,17.0,10.0,295.0,,,,6229.0,,2.0,2.0,7.0,,,,,,2.0,jupyterlab_tensorboard,37.0,https://www.npmjs.com/package/jupyterlab_tensorboard,6229.0,,,,,,,,,,,,, 171 | 169,HTTP-over-WebSocket,True,Jupyter support for HTTP-over-ws.,https://github.com/googlecolab/jupyter_http_over_ws,,jupyter-extensions,15,googlecolab/jupyter_http_over_ws,jupyter_http_over_ws,,https://github.com/googlecolab/jupyter_http_over_ws,Apache-2.0,2018-03-26 22:52:45.000,2022-04-01 12:43:46.000000,2021-08-30 21:48:24,38.0,21.0,8.0,231.0,,,,51866.0,,,,3.0,https://pypi.org/project/jupyter_http_over_ws,51866.0,,,,3.0,,29.0,,,,,,,,,,,,,,, 172 | 170,jupyterlab-execute-time,True,Execute Time Plugin for Jupyter Lab.,https://github.com/deshaw/jupyterlab-execute-time,,lab-extensions,15,deshaw/jupyterlab-execute-time,,,https://github.com/deshaw/jupyterlab-execute-time,BSD-3-Clause,2020-04-07 22:27:30.000,2022-08-12 19:12:18.000000,2022-08-12 19:12:00,32.0,4.0,30.0,227.0,,,,2746.0,,,,11.0,,,,,,2.0,jupyterlab-execute-time,37.0,https://www.npmjs.com/package/jupyterlab-execute-time,2746.0,,,,,,,,,,,,, 173 | 171,nbinteract,True,Create interactive webpages from Jupyter Notebooks.,https://github.com/SamLau95/nbinteract,,notebook-sharing,15,SamLau95/nbinteract,nbinteract,,https://github.com/SamLau95/nbinteract,BSD-3-Clause,2017-08-31 00:16:20.000,2022-07-22 02:00:04.000000,2021-04-15 20:39:36,20.0,29.0,41.0,216.0,,,,1515.0,,1.0,1.0,8.0,https://pypi.org/project/nbinteract,1515.0,,,,3.0,,590.0,,,,,,,,,,,,,,, 174 | 172,Jupyter Bokeh,True,An extension for rendering Bokeh content in JupyterLab notebooks.,https://github.com/bokeh/jupyter_bokeh,,lab-extensions,15,bokeh/jupyter_bokeh,jupyter-bokeh,,https://github.com/bokeh/jupyter_bokeh,BSD-3-Clause,2017-08-14 23:01:29.000,2022-08-12 21:24:48.000000,2022-08-12 21:24:08,41.0,11.0,78.0,205.0,,,,51863.0,,,,17.0,https://pypi.org/project/jupyter-bokeh,44615.0,,,,2.0,@bokeh/jupyter_bokeh,,https://www.npmjs.com/package/@bokeh/jupyter_bokeh,7248.0,,,,,,,,,,,,, 175 | 173,Jupyter Spark,True,Jupyter Notebook extension for Apache Spark integration.,https://github.com/mozilla/jupyter-spark,,jupyter-extensions,15,mozilla/jupyter-spark,jupyter-spark,,https://github.com/mozilla/jupyter-spark,MPL-2.0,2016-01-27 15:38:50.000,2020-12-01 19:43:11.000000,2020-12-01 19:43:11,29.0,13.0,14.0,190.0,,,,556.0,,16.0,16.0,12.0,https://pypi.org/project/jupyter-spark,556.0,,,,3.0,,106.0,,,,,,,,,,,,,,, 176 | 174,mkdocs-jupyter,True,Use Jupyter Notebook in mkdocs.,https://github.com/danielfrg/mkdocs-jupyter,,notebook-sharing,15,danielfrg/mkdocs-jupyter,mkdocs-jupyter,,https://github.com/danielfrg/mkdocs-jupyter,Apache-2.0,2019-12-18 02:11:34.000,2022-08-23 19:05:02.000000,2022-05-04 20:37:55,21.0,13.0,44.0,152.0,,,,23594.0,,,,13.0,https://pypi.org/project/mkdocs-jupyter,23594.0,,,,3.0,,,,,,,,,,,6.0,,,,,, 177 | 175,ipylab,True,Control JupyterLab from Python Notebooks with Jupyter Widgets.,https://github.com/jtpio/ipylab,,lab-extensions,15,jtpio/ipylab,ipylab,conda-forge/ipylab,https://github.com/jtpio/ipylab,BSD-3-Clause,2019-11-15 19:52:12.000,2022-08-25 11:30:14.285000,2022-08-25 07:43:57,7.0,11.0,19.0,114.0,2022-08-25 07:45:29,0.6.0,35.0,4685.0,12.0,,,6.0,https://pypi.org/project/ipylab,4297.0,https://anaconda.org/conda-forge/ipylab,2022-08-25 11:30:14.285,12778.0,2.0,,,,,,,,,,,,,,,,, 178 | 176,nbzip,True,Zips and downloads all the contents of a jupyter notebook.,https://github.com/data-8/nbzip,,jupyter-extensions,15,data-8/nbzip,nbzip,,https://github.com/data-8/nbzip,Apache-2.0,2017-09-30 17:32:31.000,2019-11-22 08:47:26.000000,2019-11-22 08:47:25,15.0,9.0,5.0,80.0,,,,724.0,,289.0,289.0,6.0,https://pypi.org/project/nbzip,724.0,,,,3.0,,43.0,,,,,,,,,,,,,,, 179 | 177,niwidgets,True,Neuroimaging widgets for jupyter notebooks.,https://github.com/nipy/niwidgets,,widgets,15,nipy/niwidgets,niwidgets,,https://github.com/nipy/niwidgets,Apache-2.0,2017-09-11 22:20:27.000,2022-08-23 17:36:18.000000,2020-03-24 14:27:42,33.0,17.0,17.0,76.0,,,,72.0,,28.0,28.0,16.0,https://pypi.org/project/niwidgets,72.0,,,,3.0,,242.0,,,,,,,,,,,,,,, 180 | 178,jupyterlab-sos,True,Jupyterlab extension for SoS Polyglot Notebook and Workflow..,https://github.com/vatlab/jupyterlab-sos,,lab-extensions,15,vatlab/jupyterlab-sos,,conda-forge/jupyterlab-sos,https://github.com/vatlab/jupyterlab-sos,BSD-3-Clause,2018-03-20 16:07:18.000,2022-08-03 01:48:01.130000,2022-08-02 18:58:37,3.0,9.0,50.0,54.0,2019-09-02 19:30:02,0.5.0,,642.0,13.0,,,4.0,,,https://anaconda.org/conda-forge/jupyterlab-sos,2022-08-03 01:48:01.130,17747.0,2.0,jupyterlab-sos,325.0,https://www.npmjs.com/package/jupyterlab-sos,135.0,,,,,,,,,,,,, 181 | 179,nbgather,True,Spit shine for Jupyter notebooks.,https://github.com/microsoft/gather,,lab-extensions,14,microsoft/gather,,,https://github.com/microsoft/gather,MIT,2018-10-08 23:32:10.000,2022-08-17 14:51:55.000000,2020-02-14 15:11:45,29.0,11.0,16.0,448.0,,,,51.0,,,,12.0,,,,,,3.0,nbgather,343.0,https://www.npmjs.com/package/nbgather,51.0,,,,,,,,,,,,, 182 | 180,nbtutor,True,Visualize Python code execution (line-by-line) in Jupyter Notebook cells.,https://github.com/lgpage/nbtutor,,widgets,14,lgpage/nbtutor,,conda-forge/nbtutor,https://github.com/lgpage/nbtutor,,2016-11-07 14:08:25.000,2022-04-19 19:03:10.872000,2022-04-04 19:36:18,38.0,10.0,24.0,404.0,,,,1600.0,4.0,28.0,28.0,3.0,,,https://anaconda.org/conda-forge/nbtutor,2022-04-19 19:03:10.872,108826.0,3.0,,,,,,,,,,,,,,,,, 183 | 181,gpu-jupyter,True,Leverage the flexibility of Jupyterlab through the power of your..,https://github.com/iot-salzburg/gpu-jupyter,,notebook-environments,14,iot-salzburg/gpu-jupyter,,,https://github.com/iot-salzburg/gpu-jupyter,Apache-2.0,2019-11-12 20:10:23.000,2022-07-21 16:45:46.000000,2022-07-21 16:45:46,141.0,12.0,44.0,386.0,2021-04-08 06:54:08,1.4_cuda-11.0_ubuntu-18.04,,,5.0,,,10.0,,,,,,3.0,,221.0,,,,,,,,,,,,,,, 184 | 182,JupyterLab SQL,True,SQL GUI for JupyterLab.,https://github.com/pbugnion/jupyterlab-sql,,lab-extensions,14,pbugnion/jupyterlab-sql,jupyterlab_sql,,https://github.com/pbugnion/jupyterlab-sql,MIT,2019-02-01 09:37:05.000,2022-07-07 15:24:16.000000,2020-01-04 12:02:35,44.0,37.0,37.0,375.0,,,,448.0,,,,2.0,https://pypi.org/project/jupyterlab_sql,448.0,,,,3.0,,634.0,,,,,,,,,,,,,,, 185 | 183,LFortran,True,Official mirror of https://gitlab.com/lfortran/lfortran. Please submit..,https://github.com/lfortran/lfortran,,kernels,14,lfortran/lfortran,lfortran,conda-forge/lfortran,https://github.com/lfortran/lfortran,,2019-03-24 13:22:20.000,2022-08-25 13:22:46.000000,2022-08-25 13:22:46,38.0,448.0,20.0,372.0,,,,1190.0,12.0,,,38.0,https://pypi.org/project/lfortran,107.0,https://anaconda.org/conda-forge/lfortran,2021-09-23 07:31:07.722,40086.0,3.0,,,,,,,,,,,,,,,,, 186 | 184,JupyterWith,True,declarative and reproducible Jupyter environments - powered by Nix.,https://github.com/tweag/jupyterWith,,notebook-tools,14,tweag/jupyterWith,,,https://github.com/tweag/jupyterWith,MIT,2018-12-18 10:10:58.000,2022-08-24 00:28:29.000000,2022-08-22 19:45:53,79.0,11.0,103.0,354.0,,,,,,,,31.0,,,,,,3.0,,404.0,,,,,,,,,,,,,,, 187 | 185,IElixir,True,Jupyter's kernel for Elixir programming language.,https://github.com/pprzetacznik/IElixir,,kernels,14,pprzetacznik/IElixir,,,https://github.com/pprzetacznik/IElixir,Apache-2.0,2015-07-06 11:39:08.000,2021-12-03 09:17:20.000000,2021-03-20 17:27:38,39.0,10.0,20.0,344.0,2020-11-15 17:48:03,0.9.21,,4.0,8.0,,,19.0,,,,,,3.0,,282.0,,,,pprzetacznik/ielixir,https://hub.docker.com/r/pprzetacznik/ielixir,2021-03-20 17:48:12.317861,1.0,345.0,,,,,,ielixir, 188 | 186,testbook,True,Unit test your Jupyter Notebooks the right way.,https://github.com/nteract/testbook,,notebook-tools,14,nteract/testbook,,,https://github.com/nteract/testbook,BSD-3-Clause,2020-02-26 19:43:22.000,2022-08-12 17:58:32.000000,2022-08-12 17:58:32,30.0,41.0,46.0,318.0,,,,,,139.0,139.0,14.0,,,,,,3.0,,,,,,,,,,,,,,,,, 189 | 187,cdsdashboards,True,JupyterHub extension for ContainDS Dashboards.,https://github.com/ideonate/cdsdashboards,,notebook-sharing,14,ideonate/cdsdashboards,cdsdashboards,conda-forge/cdsdashboards,https://github.com/ideonate/cdsdashboards,,2020-04-28 13:51:31.000,2022-04-29 14:54:24.213000,2022-04-29 11:09:30,33.0,31.0,57.0,172.0,,,,1463.0,21.0,,,13.0,https://pypi.org/project/cdsdashboards,258.0,https://anaconda.org/conda-forge/cdsdashboards,2022-04-29 14:54:24.213,30134.0,3.0,,461.0,,,,,,,,,,,,,,, 190 | 188,Collapsible Headings,True,Implements Collapsible Headers for Jupyter Lab Notebooks.,https://github.com/aquirdTurtle/Collapsible_Headings,,lab-extensions,14,aquirdTurtle/Collapsible_Headings,,,https://github.com/aquirdTurtle/Collapsible_Headings,BSD-3-Clause,2019-07-29 01:45:30.000,2022-07-20 03:22:41.000000,2021-05-22 01:41:35,7.0,9.0,22.0,170.0,,,,1570.0,,,,6.0,,,,,,3.0,@aquirdturtle/collapsible_headings,98.0,https://www.npmjs.com/package/@aquirdturtle/collapsible_headings,1570.0,,,,,,,,,,,,, 191 | 189,nbmake-action,True,GitHub Action for testing notebooks.,https://github.com/treebeardtech/nbmake-action,,notebook-tools,14,treebeardtech/nbmake-action,,,https://github.com/treebeardtech/nbmake-action,Apache-2.0,2020-02-06 15:49:32.000,2021-09-21 08:52:43.000000,2021-09-21 08:52:40,6.0,,24.0,156.0,2020-12-11 15:26:11,0.2.1,,,5.0,27.0,27.0,2.0,,,,,,3.0,,731.0,,,,,,,,,,,,,,, 192 | 190,Kernel Detection,True,An Jupyter plugin to enable the automatic detection of..,https://github.com/Cadair/jupyter_environment_kernels,,kernels,14,Cadair/jupyter_environment_kernels,environment_kernels,,https://github.com/Cadair/jupyter_environment_kernels,BSD-2-Clause,2015-01-06 14:50:00.000,2018-02-20 00:36:41.000000,2018-02-12 13:00:01,16.0,7.0,22.0,144.0,2018-02-12 13:01:06,1.1.1,,2588.0,2.0,,,6.0,https://pypi.org/project/environment_kernels,2588.0,,,,3.0,,77.0,,,,,,,,,,,,,,, 193 | 191,JupyterLab HDF5,True,Open and explore HDF5 files in JupyterLab. Can handle very..,https://github.com/jupyterlab/jupyterlab-hdf5,,lab-extensions,14,jupyterlab/jupyterlab-hdf5,jupyterlab_hdf,,https://github.com/jupyterlab/jupyterlab-hdf5,BSD-3-Clause,2018-10-02 18:20:20.000,2022-07-07 10:57:13.000000,2022-02-21 08:59:58,19.0,11.0,33.0,95.0,,,,1688.0,,,,6.0,https://pypi.org/project/jupyterlab_hdf,1009.0,,,,3.0,@jupyterlab/hdf5,337.0,https://www.npmjs.com/package/@jupyterlab/hdf5,679.0,,,,,,,,,,,,, 194 | 192,Content Management,True,Jupyter Content Management Extensions.,https://github.com/jupyter-incubator/contentmanagement,,jupyter-extensions,14,jupyter-incubator/contentmanagement,jupyter_cms,conda-forge/jupyter_cms,https://github.com/jupyter-incubator/contentmanagement,BSD-3-Clause,2015-09-21 15:41:02.000,2021-11-17 19:16:08.958000,2018-06-11 01:51:34,25.0,7.0,20.0,76.0,,,,1230.0,3.0,,,8.0,https://pypi.org/project/jupyter_cms,151.0,https://anaconda.org/conda-forge/jupyter_cms,2021-11-17 19:16:08.958,76635.0,3.0,,136.0,,,,,,,,,,,,,,, 195 | 193,JupyterLab Quickopen,True,Quickly open a file in JupyterLab by typing part of its..,https://github.com/parente/jupyterlab-quickopen,,lab-extensions,14,parente/jupyterlab-quickopen,jupyterlab-quickopen,,https://github.com/parente/jupyterlab-quickopen,BSD-3-Clause,2018-12-04 01:00:58.000,2022-07-20 09:01:23.000000,2021-12-12 18:25:55,8.0,,,75.0,2021-12-12 18:28:02,1.2.0,,487.0,3.0,,,5.0,https://pypi.org/project/jupyterlab-quickopen,428.0,,,,3.0,@parente/jupyterlab-quickopen,56.0,https://www.npmjs.com/package/@parente/jupyterlab-quickopen,59.0,,,,,,,,,,,,, 196 | 194,JupyterLab Kernelspy,True,A Jupyter Lab extension for inspecting messages to/from..,https://github.com/jupyterlab-contrib/jupyterlab-kernelspy,,lab-extensions,14,jupyterlab-contrib/jupyterlab-kernelspy,,,https://github.com/jupyterlab-contrib/jupyterlab-kernelspy,,2018-04-20 16:11:58.000,2022-07-20 08:19:17.000000,2022-07-20 08:19:16,9.0,2.0,11.0,68.0,2022-04-19 08:14:02,3.1.0,,192.0,5.0,3.0,3.0,4.0,,,,,,3.0,jupyterlab-kernelspy,136.0,https://www.npmjs.com/package/jupyterlab-kernelspy,192.0,,,,,,,,,,,,, 197 | 195,jupyterlab-theme-solarized-dark,True,JupyterLab 2.x Solarized Dark extension.,https://github.com/AllanChain/jupyterlab-theme-solarized-dark,,lab-themes,14,AllanChain/jupyterlab-theme-solarized-dark,jupyterlab_theme_solarized_dark,,https://github.com/AllanChain/jupyterlab-theme-solarized-dark,BSD-3-Clause,2020-04-05 12:18:48.000,2022-07-21 07:55:39.000000,2022-07-21 07:55:38,9.0,1.0,2.0,66.0,2021-09-26 00:52:38,2.0.1,,10106.0,9.0,,,2.0,https://pypi.org/project/jupyterlab_theme_solarized_dark,6297.0,,,,2.0,jupyterlab-theme-solarized-dark,,https://www.npmjs.com/package/jupyterlab-theme-solarized-dark,3809.0,,,,,,,,,,,,, 198 | 196,JupyterLab Autoversion,True,Automatically version jupyter notebooks in JupyterLab.,https://github.com/timkpaine/jupyterlab_autoversion,,lab-extensions,14,timkpaine/jupyterlab_autoversion,jupyterlab_autoversion,,https://github.com/timkpaine/jupyterlab_autoversion,Apache-2.0,2018-08-23 23:49:52.000,2022-07-21 12:41:47.000000,2022-07-21 12:41:46,9.0,3.0,29.0,58.0,2022-04-11 15:35:12,0.3.6,,153.0,12.0,,,5.0,https://pypi.org/project/jupyterlab_autoversion,84.0,,,,3.0,jupyterlab_autoversion,,https://www.npmjs.com/package/jupyterlab_autoversion,69.0,,,,,,,,,,,,, 199 | 197,JupyterLab Shortcutui,True,A JupyterLab extension for managing keyboard shortcuts.,https://github.com/jupyterlab/jupyterlab-shortcutui,,lab-extensions,14,jupyterlab/jupyterlab-shortcutui,,,https://github.com/jupyterlab/jupyterlab-shortcutui,BSD-3-Clause,2018-06-18 22:07:19.000,2020-01-17 16:59:32.000000,2020-01-17 16:59:32,14.0,7.0,6.0,55.0,2019-09-05 11:54:07,0.4.0,,297.0,3.0,,,8.0,,,,,,3.0,@jupyterlab/shortcutui,191.0,https://www.npmjs.com/package/@jupyterlab/shortcutui,297.0,,,,,,,,,,,,, 200 | 198,WrapSpawner,True,Mechanism for runtime configuration of spawners for JupyterHub.,https://github.com/jupyterhub/wrapspawner,,hub-spawners,14,jupyterhub/wrapspawner,,,https://github.com/jupyterhub/wrapspawner,BSD-3-Clause,2016-09-21 21:48:31.000,2022-05-19 19:03:08.000000,2022-03-04 23:33:51,49.0,17.0,14.0,54.0,2022-03-02 16:00:43,1.0.1,,,2.0,7.0,7.0,16.0,,,,,,3.0,,35.0,,,,,,,,,,,,,,, 201 | 199,SudoSpawner,True,Spawn JupyterHub single-user servers with sudo.,https://github.com/jupyterhub/sudospawner,,hub-spawners,14,jupyterhub/sudospawner,sudospawner,,https://github.com/jupyterhub/sudospawner,BSD-3-Clause,2014-11-24 23:21:36.000,2021-09-10 08:58:36.000000,2021-09-10 08:58:36,36.0,17.0,20.0,44.0,,,,823.0,,40.0,40.0,14.0,https://pypi.org/project/sudospawner,823.0,,,,3.0,,115.0,,,,,,,,,,,,,,, 202 | 200,dummyauthenticator,True,A Dummy JupyterHub Authenticator to make testing easy.,https://github.com/jupyterhub/dummyauthenticator,,hub-auth,14,jupyterhub/dummyauthenticator,jupyterhub-dummyauthenticator,,https://github.com/jupyterhub/dummyauthenticator,BSD-3-Clause,2016-02-14 21:57:32.000,2021-02-12 08:19:02.000000,2021-02-12 08:19:00,14.0,5.0,2.0,28.0,,,,4244.0,,103.0,103.0,,https://pypi.org/project/jupyterhub-dummyauthenticator,4244.0,,,,2.0,,7.0,,,,,,,,,,,,,,, 203 | 201,lgo,True,Interactive Go programming with Jupyter.,https://github.com/yunabe/lgo,,kernels,13,yunabe/lgo,,,https://github.com/yunabe/lgo,BSD-3-Clause,2017-10-05 15:29:10.000,2020-11-20 07:01:33.000000,2019-07-09 12:59:17,114.0,23.0,53.0,2255.0,,,,,,,,9.0,,,,,,3.0,,169.0,,,,,,,,,,,,,,, 204 | 202,nbopen,True,Open a Jupyter notebook in the best available server.,https://github.com/takluyver/nbopen,,notebook-tools,13,takluyver/nbopen,nbopen,,https://github.com/takluyver/nbopen,BSD-3-Clause,2014-07-09 03:24:47.000,2018-04-25 07:37:01.000000,2018-04-25 07:36:18,53.0,37.0,26.0,280.0,,,,762.0,,,,10.0,https://pypi.org/project/nbopen,762.0,,,,3.0,,57.0,,,,,,,,,,,,,,, 205 | 203,JupyterLab Voyager,True,JupyterLab extension visualize data with Voyager.,https://github.com/altair-viz/jupyterlab_voyager,,lab-renderer,13,altair-viz/jupyterlab_voyager,,,https://github.com/altair-viz/jupyterlab_voyager,BSD-3-Clause,2017-08-26 15:50:13.000,2022-07-20 06:02:59.000000,2019-08-14 17:21:34,32.0,40.0,20.0,274.0,,,,68.0,,,,6.0,,,,,,3.0,jupyterlab_voyager,87.0,https://www.npmjs.com/package/jupyterlab_voyager,68.0,,,,,,,,,,,,, 206 | 204,pynb,True,Jupyter Notebooks as plain Python code with embedded Markdown text.,https://github.com/elehcimd/pynb,,notebook-sharing,13,elehcimd/pynb,,,https://github.com/elehcimd/pynb,MIT,2017-11-14 11:13:22.000,2020-07-07 15:27:20.000000,2020-07-07 15:27:10,6.0,,8.0,237.0,,,,,,21.0,21.0,8.0,,,,,,3.0,,154.0,,,,,,,,,,,,,,, 207 | 205,naas,True,"Schedule notebooks, run them like APIs, expose securely your assets:..",https://github.com/jupyter-naas/naas,,notebook-tools,13,jupyter-naas/naas,naas,,https://github.com/jupyter-naas/naas,AGPL-3.0,2020-09-20 17:09:00.000,2022-08-25 14:18:29.000000,2022-08-25 14:18:27,20.0,26.0,114.0,203.0,,,,2686.0,,3.0,3.0,18.0,https://pypi.org/project/naas,2686.0,,,,3.0,,,,,,,,,,,,,,,,, 208 | 206,nbgallery,True,Enterprise Jupyter notebook sharing and collaboration app.,https://github.com/nbgallery/nbgallery,,notebook-sharing,13,nbgallery/nbgallery,,,https://github.com/nbgallery/nbgallery,MIT,2017-01-10 19:18:40.000,2022-08-22 02:59:49.000000,2022-08-19 15:43:20,23.0,70.0,305.0,142.0,,,,2375.0,,,,19.0,,,,,,3.0,,,,,,nbgallery/nbgallery,https://hub.docker.com/r/nbgallery/nbgallery,2022-08-19 15:47:03.596875,3.0,159161.0,,,,,,, 209 | 207,Neon Theme,True,"A flat, 80's neon inspired theme for JupyterLab.",https://github.com/yeebc/jupyterlab-neon-theme,,lab-themes,13,yeebc/jupyterlab-neon-theme,,,https://github.com/yeebc/jupyterlab-neon-theme,BSD-3-Clause,2019-09-27 14:29:10.000,2022-07-20 04:26:27.000000,2021-03-07 04:40:47,9.0,2.0,10.0,119.0,,,,1105.0,,1.0,1.0,3.0,,,,,,2.0,@yeebc/jupyterlab_neon_theme,43.0,https://www.npmjs.com/package/@yeebc/jupyterlab_neon_theme,1105.0,,,,,,,,,,,,, 210 | 208,ipymaterialui,True,Jupyter Widgets based on React Material UI components.,https://github.com/maartenbreddels/ipymaterialui,,widgets,13,maartenbreddels/ipymaterialui,ipymaterialui,,https://github.com/maartenbreddels/ipymaterialui,MIT,2018-11-23 18:33:20.000,2022-07-20 01:50:17.000000,2019-10-29 13:53:37,14.0,7.0,3.0,83.0,2019-08-09 15:57:25,0.1.1,,133.0,1.0,5.0,5.0,3.0,https://pypi.org/project/ipymaterialui,47.0,,,,3.0,jupyter-materialui,74.0,https://www.npmjs.com/package/jupyter-materialui,86.0,,,,,,,,,,,,, 211 | 209,jupyterlab-sparkmonitor,True,JupyterLab extension that enables monitoring launched..,https://github.com/itsjafer/jupyterlab-sparkmonitor,,lab-extensions,13,itsjafer/jupyterlab-sparkmonitor,jupyterlab-sparkmonitor,,https://github.com/itsjafer/jupyterlab-sparkmonitor,Apache-2.0,2020-03-12 20:59:01.000,2022-04-01 16:32:31.000000,2022-04-01 16:32:30,20.0,8.0,8.0,78.0,,,,3461.0,,,,10.0,https://pypi.org/project/jupyterlab-sparkmonitor,3384.0,,,,3.0,jupyterlab_sparkmonitor,275.0,https://www.npmjs.com/package/jupyterlab_sparkmonitor,68.0,,itsjafer/sparkmonitor,https://hub.docker.com/r/itsjafer/sparkmonitor,2021-06-02 17:02:44.488613,,287.0,,,,,,, 212 | 210,JWT Authenticator,True,A Token Authenticator for JupyterHub.,https://github.com/mogthesprog/jwtauthenticator,,hub-auth,13,mogthesprog/jwtauthenticator,jupyterhub-jwtauthenticator,,https://github.com/mogthesprog/jwtauthenticator,Apache-2.0,2017-06-21 20:09:58.000,2021-04-15 07:40:37.000000,2019-02-13 10:57:15,37.0,9.0,8.0,41.0,,,,291.0,,8.0,8.0,7.0,https://pypi.org/project/jupyterhub-jwtauthenticator,291.0,,,,3.0,,24.0,,,,,,,,,,,,,,, 213 | 211,ipysigma,True,A custom Jupyter widget library to display graphs using sigma.js.,https://github.com/medialab/ipysigma,,widgets,13,Yomguithereal/ipysigma,ipysigma,,https://github.com/medialab/ipysigma,MIT,2018-06-25 20:03:21.000,2022-06-10 13:52:12.000000,2022-06-10 13:52:09,6.0,43.0,57.0,38.0,,,,396.0,,,,3.0,https://pypi.org/project/ipysigma,113.0,,,,3.0,ipysigma,160.0,https://www.npmjs.com/package/ipysigma,283.0,medialab/ipysigma,,,,,,,,,,,, 214 | 212,Null Authenticator,True,Null Authenticator for JupyterHub instances that should have no login mechanism.,https://github.com/jupyterhub/nullauthenticator,,hub-auth,13,jupyterhub/nullauthenticator,nullauthenticator,,https://github.com/jupyterhub/nullauthenticator,BSD-3-Clause,2017-08-30 09:12:22.000,2022-05-17 12:31:29.000000,2022-05-17 12:31:29,9.0,1.0,,7.0,,,,2204.0,,83.0,83.0,7.0,https://pypi.org/project/nullauthenticator,2204.0,,,,3.0,,20.0,,,,,,,,,,,,,,, 215 | 213,py_d3,True,D3 block magic for Jupyter notebook.,https://github.com/ResidentMario/py_d3,,magic,12,ResidentMario/py_d3,py_d3,,https://github.com/ResidentMario/py_d3,MIT,2016-08-28 03:38:28.000,2022-02-20 00:55:57.000000,2022-02-20 00:55:56,39.0,1.0,15.0,443.0,,,,97.0,,,,4.0,https://pypi.org/project/py_d3,97.0,,,,3.0,,41.0,,,,,,,,,,,,,,, 216 | 214,F# Kernel,True,F# for Jupyter Notebooks.,https://github.com/fsprojects/IfSharp,,kernels,12,fsprojects/IfSharp,,,https://github.com/fsprojects/IfSharp,,2013-12-03 21:25:01.000,2022-03-17 09:11:27.000000,2022-03-17 09:11:22,67.0,13.0,127.0,434.0,2020-03-08 20:03:38,3.0.4,5401.0,58.0,15.0,,,28.0,,,,,,3.0,,,,,,fsprojects/ifsharp,https://hub.docker.com/r/fsprojects/ifsharp,2019-03-26 17:01:42.996172,,676.0,,,,,,, 217 | 215,ICSharp,True,C# kernel for Jupyter.,https://github.com/zabirauf/icsharp,,kernels,12,zabirauf/icsharp,,,https://github.com/zabirauf/icsharp,Apache-2.0,2014-09-22 07:57:50.000,2022-06-22 17:44:39.000000,2018-09-23 04:19:45,57.0,33.0,13.0,266.0,,,,,,,,10.0,,,,,,3.0,,45.0,,,,,,,,,,,,,,, 218 | 216,SQLCell,True,"SQLCell is a magic function for the Jupyter Notebook that executes raw,..",https://github.com/tmthyjames/SQLCell,,magic,12,tmthyjames/SQLCell,sqlcell,,https://github.com/tmthyjames/SQLCell,MIT,2016-08-15 01:54:46.000,2022-08-23 17:53:50.000000,2020-10-06 02:14:24,10.0,60.0,24.0,149.0,,,,12.0,,1.0,1.0,14.0,https://pypi.org/project/sqlcell,12.0,,,,3.0,,310.0,,,,,,,,,,,,,,, 219 | 217,Material Darker Theme,True,The Material Darker theme for JupyterLab.,https://github.com/oriolmirosa/jupyterlab_materialdarker,,lab-themes,12,oriolmirosa/jupyterlab_materialdarker,,,https://github.com/oriolmirosa/jupyterlab_materialdarker,BSD-3-Clause,2018-03-07 23:24:13.000,2022-07-20 09:30:09.000000,2021-08-31 15:09:09,15.0,3.0,14.0,133.0,,,,667.0,,4.0,4.0,2.0,,,,,,3.0,@oriolmirosa/jupyterlab_materialdarker,49.0,https://www.npmjs.com/package/@oriolmirosa/jupyterlab_materialdarker,667.0,,,,,,,,,,,,, 220 | 218,jupyter-fs,True,A filesystem-like contents manager for multiple backends in Jupyter.,https://github.com/jpmorganchase/jupyter-fs,,lab-extensions,12,jpmorganchase/jupyter-fs,jupyter-fs,,https://github.com/jpmorganchase/jupyter-fs,Apache-2.0,2019-09-24 17:44:10.000,2022-08-25 11:44:58.000000,2022-04-29 05:20:16,24.0,13.0,42.0,122.0,,,,305.0,,,,9.0,https://pypi.org/project/jupyter-fs,305.0,,,,3.0,,,,,,,,,,,,,,,,, 221 | 219,JupyterLab Commenting,True,Commenting and annotation for JupyterLab.,https://github.com/jupyterlab/jupyterlab-commenting,,lab-extensions,12,jupyterlab/jupyterlab-commenting,,,https://github.com/jupyterlab/jupyterlab-commenting,BSD-3-Clause,2019-01-03 21:55:33.000,2021-02-10 20:06:33.000000,2020-05-01 11:42:37,22.0,24.0,10.0,93.0,,,,142.0,,,,10.0,,,,,,3.0,@jupyterlab/commenting-extension,332.0,https://www.npmjs.com/package/@jupyterlab/commenting-extension,142.0,,,,,,,,,,,,, 222 | 220,nbcelltests,True,Cell-by-cell testing for production Jupyter notebooks in..,https://github.com/jpmorganchase/nbcelltests,,lab-extensions,12,jpmorganchase/nbcelltests,nbcelltests,,https://github.com/jpmorganchase/nbcelltests,Apache-2.0,2018-08-23 23:51:41.000,2022-08-25 14:05:02.000000,2022-08-25 14:05:01,16.0,31.0,83.0,64.0,2020-10-05 14:23:28,0.2.3,,47.0,11.0,,,7.0,https://pypi.org/project/nbcelltests,24.0,,,,3.0,jupyterlab_celltests,,https://www.npmjs.com/package/jupyterlab_celltests,23.0,,,,,,,,,,,,, 223 | 221,SSH Kernel,True,SSH Kernel for Jupyter.,https://github.com/NII-cloud-operation/sshkernel,,kernels,12,NII-cloud-operation/sshkernel,sshkernel,,https://github.com/NII-cloud-operation/sshkernel,BSD-3-Clause,2019-02-12 02:46:14.000,2021-11-04 09:33:50.000000,2021-11-04 09:33:21,12.0,2.0,6.0,53.0,,,,79.0,,6.0,6.0,4.0,https://pypi.org/project/sshkernel,79.0,,,,3.0,,398.0,,,,,,,,,,,,,,, 224 | 222,Horizon Theme,True,VSCode Horizon Theme port for JupyterLab.,https://github.com/mohirio/jupyterlab-horizon-theme,,lab-themes,12,mohirio/jupyterlab-horizon-theme,,,https://github.com/mohirio/jupyterlab-horizon-theme,BSD-3-Clause,2019-06-07 08:46:59.000,2022-03-17 13:56:35.000000,2021-04-11 16:55:54,3.0,1.0,4.0,52.0,,,,2660.0,,,,,,,,,,3.0,@mohirio/jupyterlab-horizon-theme,25.0,https://www.npmjs.com/package/@mohirio/jupyterlab-horizon-theme,2660.0,,,,,,,,,,,,, 225 | 223,JupyterLab Python Files,True,JupyterLab extension to create Python files.,https://github.com/jtpio/jupyterlab-python-file,,lab-extensions,12,jtpio/jupyterlab-python-file,,,https://github.com/jtpio/jupyterlab-python-file,BSD-3-Clause,2018-10-17 22:21:21.000,2021-08-27 11:18:53.000000,2021-08-27 11:18:51,10.0,1.0,8.0,52.0,2021-06-23 21:13:28,0.5.5,77.0,666.0,5.0,,,4.0,,,,,,3.0,jupyterlab-python-file,,https://www.npmjs.com/package/jupyterlab-python-file,663.0,,,,,,,,,,,,, 226 | 224,JupyterLab Flake8,True,A jupyterlab extension to email notebooks directly from..,https://github.com/timkpaine/jupyterlab_email,,lab-extensions,12,timkpaine/jupyterlab_email,,,https://github.com/timkpaine/jupyterlab_email,Apache-2.0,2018-08-07 14:14:40.000,2022-07-21 13:47:11.000000,2022-07-21 13:47:09,2.0,4.0,32.0,51.0,2022-03-15 23:36:24,0.2.4,,204.0,13.0,,,2.0,,,,,,3.0,jupyterlab-flake8,,https://www.npmjs.com/package/jupyterlab-flake8,204.0,,,,,,,,,,,,, 227 | 225,KnowledgeLab,True,KnowledgeRepo + JupyterLab.,https://github.com/timkpaine/knowledgelab,,lab-extensions,12,timkpaine/knowledgelab,knowledgelab,,https://github.com/timkpaine/knowledgelab,Apache-2.0,2017-10-18 01:10:58.000,2022-06-13 12:58:37.000000,2022-06-13 12:58:36,6.0,3.0,24.0,45.0,,,,22.0,1.0,2.0,2.0,3.0,https://pypi.org/project/knowledgelab,10.0,,,,3.0,knowledgelab,151.0,https://www.npmjs.com/package/knowledgelab,12.0,,,,,,,,,,,,, 228 | 226,jupyterlab_commands,True,Add arbitrary python commands to the jupyterlab command palette.,https://github.com/timkpaine/jupyterlab_commands,,lab-extensions,12,timkpaine/jupyterlab_commands,,,https://github.com/timkpaine/jupyterlab_commands,Apache-2.0,2018-08-01 15:55:08.000,2022-07-21 13:47:04.000000,2022-07-21 13:47:02,5.0,2.0,22.0,37.0,2022-04-11 19:07:46,0.3.4,,,13.0,3.0,3.0,2.0,,,,,,3.0,,,,,,,,,,,,,,,,, 229 | 227,SAML Authenticator,True,jupyterhub-samlauthenticator.,https://github.com/HewlettPackard/jupyterhub-samlauthenticator,,hub-auth,12,HewlettPackard/jupyterhub-samlauthenticator,jupyterhub-samlauthenticator,,https://github.com/HewlettPackard/jupyterhub-samlauthenticator,MIT,2019-04-17 21:34:09.000,2022-03-21 15:14:31.000000,2022-03-21 15:14:31,20.0,14.0,14.0,33.0,2020-07-13 15:56:30,samlauthenticator-0.0.9,13.0,458.0,3.0,,,7.0,https://pypi.org/project/jupyterhub-samlauthenticator,458.0,,,,3.0,,113.0,,,,,,,,,,,,,,, 230 | 228,pick,True,Customize your kernels on Launch!.,https://github.com/nteract/pick,,magic,12,nteract/pick,pick,,https://github.com/nteract/pick,BSD-3-Clause,2020-04-08 23:47:09.000,2021-07-23 05:39:29.000000,2020-11-04 01:10:24,7.0,4.0,5.0,31.0,,,,49399.0,,,,5.0,https://pypi.org/project/pick,49399.0,,,,3.0,,,,,,,,,,,,,,,,, 231 | 229,jupyter-nbrequirements,True,Dependency management and optimization in Jupyter..,https://github.com/thoth-station/jupyter-nbrequirements,,jupyter-extensions,12,thoth-station/jupyter-nbrequirements,,,https://github.com/thoth-station/jupyter-nbrequirements,MIT,2019-06-25 06:48:06.000,2022-07-29 23:03:17.000000,2021-10-21 06:25:29,4.0,,32.0,14.0,2019-12-09 18:41:20,0.5.0,,,3.0,,,12.0,,,,,,3.0,,348.0,,,,,,,,,,,,,,, 232 | 230,Kernel Management,True,Experimental new kernel management framework for Jupyter.,https://github.com/takluyver/jupyter_kernel_mgmt,,notebook-tools,12,takluyver/jupyter_kernel_mgmt,jupyter-kernel-mgmt,,https://github.com/takluyver/jupyter_kernel_mgmt,,2018-04-01 20:06:08.000,2020-08-27 01:11:14.000000,2020-01-29 22:31:34,7.0,11.0,14.0,13.0,2020-01-15 19:12:57,0.5.1,17.0,38.0,3.0,,,74.0,https://pypi.org/project/jupyter-kernel-mgmt,38.0,,,,3.0,,1783.0,,,,,,,,,,,,,,, 233 | 231,JupyterLab LSP,True,Coding assistance for JupyterLab (code navigation + hover..,https://github.com/krassowski/jupyterlab-lsp,,lab-extensions,12,krassowski/jupyterlab-lsp,,,https://github.com/krassowski/jupyterlab-lsp,BSD-3-Clause,2022-08-23 00:02:21.000,2022-08-23 23:29:19.000000,2022-08-22 23:45:40,,,,,,,,4417.0,,,,43.0,,,,,,3.0,@krassowski/jupyterlab-lsp,2436.0,https://www.npmjs.com/package/@krassowski/jupyterlab-lsp,4417.0,,,,,,,-14.0,,,,,, 234 | 232,jupyter2slides,True,Cloud Native Presentation Slides with Jupyter Notebook +..,https://github.com/datitran/jupyter2slides,,notebook-tools,11,datitran/jupyter2slides,,,https://github.com/datitran/jupyter2slides,MIT,2016-07-26 12:38:17.000,2019-09-03 14:54:44.000000,2018-12-28 18:34:22,166.0,11.0,4.0,771.0,,,,,,,,,,,,,,3.0,,11.0,,,,,,,,,,,,,,, 235 | 233,jupyter-flex,True,Build dashboards using Jupyter Notebooks.,https://github.com/danielfrg/jupyter-flex,,notebook-sharing,11,danielfrg/jupyter-flex,,,https://github.com/danielfrg/jupyter-flex,Apache-2.0,2019-12-13 20:19:40.000,2022-07-21 14:30:24.000000,2022-06-22 18:38:58,46.0,12.0,44.0,259.0,,,,,,1.0,1.0,4.0,,,,,,3.0,,,,,,,,,,,,,,,,, 236 | 234,jupyter-manim,True,manim cell magic for IPython/Jupyter to show the output video.,https://github.com/krassowski/jupyter-manim,,magic,11,krassowski/jupyter-manim,,,https://github.com/krassowski/jupyter-manim,MIT,2019-05-22 14:18:39.000,2022-01-02 21:32:22.000000,2022-01-02 21:32:22,11.0,6.0,19.0,183.0,2020-04-12 11:15:09,1.3,,,6.0,,,5.0,,,,,,3.0,,42.0,,,,,,,,,,,,,,, 237 | 235,ipyexperiments,True,jupyter/ipython experiment containers for GPU and general..,https://github.com/stas00/ipyexperiments,,notebook-tools,11,stas00/ipyexperiments,ipyexperiments,,https://github.com/stas00/ipyexperiments,,2018-11-15 01:19:40.000,2021-12-07 18:50:39.000000,2021-12-07 18:50:38,11.0,,5.0,151.0,,,,108.0,,6.0,6.0,3.0,https://pypi.org/project/ipyexperiments,108.0,,,,3.0,,203.0,,,,,,,,,,,,,,, 238 | 236,Jupyter DataTables,True,Jupyter Notebook extension leveraging pandas DataFrames..,https://github.com/CermakM/jupyter-datatables,,widgets,11,CermakM/jupyter-datatables,jupyter-datatables,,https://github.com/CermakM/jupyter-datatables,MIT,2019-03-28 20:55:12.000,2019-12-11 12:10:31.000000,2019-12-11 12:10:07,15.0,13.0,15.0,142.0,,,,554.0,,,,4.0,https://pypi.org/project/jupyter-datatables,554.0,,,,3.0,,147.0,,,,,,,,,,,,,,, 239 | 237,xeus-sqlite,True,Jupyter kernel for SQLite.,https://github.com/jupyter-xeus/xeus-sqlite,,kernels,11,jupyter-xeus/xeus-sqlite,,,https://github.com/jupyter-xeus/xeus-sqlite,BSD-3-Clause,2020-03-11 11:24:36.000,2022-03-15 21:55:10.000000,2022-03-15 21:54:54,21.0,11.0,30.0,137.0,,,,,,,,12.0,,,,,,3.0,,276.0,,,,,,,,,,,,,,, 240 | 238,jupyterlab-celltags,True,A JupyterLab extension for notebook cell tags.,https://github.com/jupyterlab/jupyterlab-celltags,,lab-extensions,11,jupyterlab/jupyterlab-celltags,,,https://github.com/jupyterlab/jupyterlab-celltags,BSD-3-Clause,2018-06-18 22:02:23.000,2020-04-29 18:27:31.000000,2020-04-29 18:26:29,25.0,11.0,7.0,109.0,,,,,,,,10.0,,,,,,3.0,,441.0,,,,,,,,,,,,,,, 241 | 239,jnotebook-reader,True,An awesome viewer to browse and render Jupyter..,https://github.com/line/jnotebook_reader,,notebook-sharing,11,line/jnotebook_reader,,,https://github.com/line/jnotebook_reader,Apache-2.0,2020-10-30 02:50:59.000,2022-07-01 06:09:06.000000,2022-07-01 06:09:06,15.0,,3.0,99.0,2021-02-10 02:34:21,1.0.2,,,3.0,,,6.0,,,,,,3.0,,14.0,,,,,,,,,,,,,,, 242 | 240,JupyterLab Email,True,A jupyterlab extension to email notebooks directly from..,https://github.com/timkpaine/jupyterlab_email,,lab-extensions,11,timkpaine/jupyterlab_email,jupyterlab_email,,https://github.com/timkpaine/jupyterlab_email,Apache-2.0,2018-08-07 14:14:40.000,2022-07-21 13:47:11.000000,2022-07-21 13:47:09,2.0,4.0,32.0,51.0,2022-03-15 23:36:24,0.2.4,,82.0,13.0,,,2.0,https://pypi.org/project/jupyterlab_email,61.0,,,,3.0,jupyterlab_email,,https://www.npmjs.com/package/jupyterlab_email,21.0,,,,,,,,,,,,, 243 | 241,Jupyter Helpers,True,A collection of helpers for Jupyter/IPython.,https://github.com/krassowski/jupyter-helpers,,notebook-tools,11,krassowski/jupyter-helpers,jupyter_helpers,,https://github.com/krassowski/jupyter-helpers,MIT,2019-03-17 22:11:35.000,2021-07-31 11:45:58.000000,2021-07-31 11:45:57,3.0,3.0,2.0,40.0,2021-02-10 16:36:22,0.2.3-2,,112.0,5.0,,,2.0,https://pypi.org/project/jupyter_helpers,112.0,,,,3.0,,27.0,,,,,,,,,,,,,,, 244 | 242,FargateSpawner,True,Spawns JupyterHub single user servers in Docker containers running in AWS Fargate.,https://github.com/uktrade/fargatespawner,,hub-spawners,11,uktrade/fargatespawner,fargatespawner,,https://github.com/uktrade/fargatespawner,MIT,2018-09-12 14:06:22.000,2020-06-28 13:26:04.000000,2020-06-28 13:25:54,20.0,6.0,5.0,36.0,,,,243.0,,1.0,1.0,3.0,https://pypi.org/project/fargatespawner,243.0,,,,3.0,,59.0,,,,,,,,,,,,,,, 245 | 243,perfume,True,Interactive performance benchmarking in Jupyter.,https://github.com/leifwalsh/perfume,,widgets,11,leifwalsh/perfume,perfume-bench,,https://github.com/leifwalsh/perfume,,2017-07-10 14:34:03.000,2022-08-22 17:50:07.000000,2020-10-31 19:46:42,4.0,2.0,4.0,33.0,2018-05-20 05:09:14,0.1.6,,33.0,1.0,,,3.0,https://pypi.org/project/perfume-bench,33.0,,,,3.0,,196.0,,,,,,,,,,,,,,, 246 | 244,Remote User Auth,True,REMOTE_USER authenticator for Jupyterhub.,https://github.com/cwaldbieser/jhub_remote_user_authenticator,,hub-auth,11,cwaldbieser/jhub_remote_user_authenticator,jhub_remote_user_authenticator,,https://github.com/cwaldbieser/jhub_remote_user_authenticator,GPL-3.0,2015-11-04 03:17:18.000,2022-03-31 20:04:45.000000,2019-04-16 20:10:44,25.0,8.0,11.0,33.0,,,,289.0,,,,5.0,https://pypi.org/project/jhub_remote_user_authenticator,289.0,,,,3.0,,27.0,,,,,,,,,,,,,,, 247 | 245,jupyterlab-flake8,True,Jupyterlab python linter for notebooks and text files..,https://github.com/mlshapiro/jupyterlab-flake8,,lab-extensions,10,mlshapiro/jupyterlab-flake8,,,https://github.com/mlshapiro/jupyterlab-flake8,BSD-3-Clause,2018-04-11 16:16:59.000,2021-09-16 16:01:09.000000,2021-09-16 16:01:07,10.0,6.0,33.0,106.0,,,,204.0,,,,5.0,,,,,,3.0,jupyterlab-flake8,,https://www.npmjs.com/package/jupyterlab-flake8,204.0,,,,,,,,,,,,, 248 | 246,ipyp5,True,p5.js Jupyter Widget.,https://github.com/jtpio/ipyp5,,widgets,10,jtpio/ipyp5,ipyp5,,https://github.com/jtpio/ipyp5,BSD-3-Clause,2018-03-06 17:50:12.000,2022-06-22 05:18:52.000000,2020-10-16 21:38:41,5.0,5.0,,33.0,,,,22.0,,,,2.0,https://pypi.org/project/ipyp5,22.0,,,,3.0,,60.0,,,,,,,,,,,,,,, 249 | 247,YarnSpawner,True,Spawn JupyterHub single user notebook servers in Hadoop/YARN..,https://github.com/jupyterhub/yarnspawner,,hub-spawners,10,jupyterhub/yarnspawner,jupyterhub-yarnspawner,conda-forge/jupyterhub-yarnspawner,https://github.com/jupyterhub/yarnspawner,BSD-3-Clause,2018-12-18 19:31:03.000,2021-11-17 00:47:27.479000,2019-07-16 16:58:16,9.0,5.0,4.0,19.0,,,,744.0,4.0,,,2.0,https://pypi.org/project/jupyterhub-yarnspawner,70.0,https://anaconda.org/conda-forge/jupyterhub-yarnspawner,2021-11-17 00:47:27.479,29006.0,3.0,,37.0,,,,,,,,,,,,,,, 250 | 248,CAS Authenticator,True,CAS authenticator for Jupyterhub.,https://github.com/cwaldbieser/jhub_cas_authenticator,,hub-auth,10,cwaldbieser/jhub_cas_authenticator,jhub_cas_authenticator,,https://github.com/cwaldbieser/jhub_cas_authenticator,GPL-3.0,2017-09-17 19:17:08.000,2022-07-28 16:02:25.000000,2022-07-28 16:01:52,10.0,2.0,10.0,18.0,,,,225.0,,,,4.0,https://pypi.org/project/jhub_cas_authenticator,225.0,,,,3.0,,41.0,,,,,,,,,,,,,,, 251 | 249,remote_ikernel,True,"All your Jupyter kernels, on all your machines, in one place.",https://github.com/tdaff/remote_ikernel,,kernels,10,tdaff/remote_ikernel,remote_ikernel,,https://github.com/tdaff/remote_ikernel,BSD-2-Clause,2017-07-11 14:29:42.000,2020-11-08 22:41:49.000000,2020-11-08 22:02:16,11.0,9.0,18.0,12.0,,,,157.0,,,,7.0,https://pypi.org/project/remote_ikernel,157.0,,,,3.0,,78.0,,,,,,,,,,,,,,,tdaff/remote_ikernel 252 | 250,Theme Toggle,True,JupyterLab extension to toggle the theme in the Top Bar area.,https://github.com/jtpio/jupyterlab-theme-toggle,,lab-themes,10,jtpio/jupyterlab-theme-toggle,,,https://github.com/jtpio/jupyterlab-theme-toggle,BSD-3-Clause,2019-07-27 08:45:07.000,2022-07-07 11:06:38.000000,2021-06-16 11:42:31,3.0,2.0,1.0,11.0,,,,1549.0,,2.0,2.0,2.0,,,,,,3.0,jupyterlab-theme-toggle,,https://www.npmjs.com/package/jupyterlab-theme-toggle,1549.0,,,,,,,,,,,,, 253 | 251,tributary,True,Streaming reactive and dataflow graphs in Python.,https://github.com/timkpaine/tributary,,widgets,10,timkpaine/tributary,tributary,conda-forge/tributary,https://github.com/timkpaine/tributary,Apache-2.0,2020-06-18 03:08:16.885,2022-08-25 11:47:46.000000,2022-07-05 01:10:42,,,,3.0,,,,852.0,7.0,,,7.0,https://pypi.org/project/tributary,61.0,https://anaconda.org/conda-forge/tributary,2022-05-17 02:09:09.609,20588.0,3.0,,,,,,,,,,,,,,,,, 254 | 252,easyexplore,True,Toolbox for easy and effective data exploration in Python.,https://github.com/GianniBalistreri/easyexplore,,widgets,10,GianniBalistreri/easyexplore,easyexplore,,https://github.com/GianniBalistreri/easyexplore,GPL-3.0,2020-05-04 17:26:04.000,2022-06-22 05:13:01.000000,2022-06-08 16:36:37,2.0,8.0,16.0,3.0,,,,299.0,,1.0,1.0,4.0,https://pypi.org/project/easyexplore,299.0,,,,3.0,,332.0,,,,,,,,,,,,,,, 255 | 253,Vision UI,True,UI visual interface for fastai - now compatible with Google..,https://github.com/asvcode/Vision_UI,,widgets,9,asvcode/Vision_UI,,,https://github.com/asvcode/Vision_UI,,2019-05-23 04:53:03.000,2020-07-05 04:00:59.000000,2020-07-05 04:00:59,32.0,1.0,2.0,249.0,,,,,,,,3.0,,,,,,3.0,,112.0,,,,,,,,,,,,,,, 256 | 254,ipyannotate,True,Jupyter Widget for data annotation.,https://github.com/ipyannotate/ipyannotate,,widgets,9,ipyannotate/ipyannotate,ipyannotate,,https://github.com/ipyannotate/ipyannotate,,2018-07-23 19:23:28.000,2022-07-21 07:38:37.000000,2020-09-20 09:38:39,10.0,4.0,,123.0,,,,75.0,,,,3.0,https://pypi.org/project/ipyannotate,24.0,,,,3.0,ipyannotate,27.0,https://www.npmjs.com/package/ipyannotate,51.0,,,,,,,,,,,,, 257 | 255,jupyterlab-gitplus,True,JupyterLab extension to create GitHub commits & pull..,https://github.com/ReviewNB/jupyterlab-gitplus,,lab-extensions,9,ReviewNB/jupyterlab-gitplus,jupyterlab_gitplus,,https://github.com/ReviewNB/jupyterlab-gitplus,AGPL-3.0,2020-03-05 13:43:58.000,2022-01-22 04:52:18.000000,2021-08-06 07:04:12,7.0,2.0,8.0,94.0,,,,247.0,,,,2.0,https://pypi.org/project/jupyterlab_gitplus,152.0,,,,3.0,@reviewnb/jupyterlab_gitplus,112.0,https://www.npmjs.com/package/@reviewnb/jupyterlab_gitplus,95.0,,,,,,,,,,,,, 258 | 256,JupyterLab Bytecode,True,JupyterLab extension to explore CPython Bytecode.,https://github.com/jtpio/jupyterlab-python-bytecode,,lab-extensions,9,jtpio/jupyterlab-python-bytecode,,,https://github.com/jtpio/jupyterlab-python-bytecode,BSD-3-Clause,2018-09-29 19:55:49.000,2022-07-20 11:11:29.000000,2020-10-16 21:38:08,6.0,2.0,3.0,59.0,,,,19.0,,,,2.0,,,,,,3.0,jupyterlab-python-bytecode,114.0,https://www.npmjs.com/package/jupyterlab-python-bytecode,19.0,,,,,,,,,,,,, 259 | 257,PPExtensions,True,Set of iPython and Jupyter extensions to improve user..,https://github.com/paypal/PPExtensions,,jupyter-extensions,9,paypal/PPExtensions,ppextensions,,https://github.com/paypal/PPExtensions,,2018-08-17 20:07:23.000,2019-11-22 13:46:43.000000,2018-12-07 00:05:33,27.0,16.0,22.0,48.0,,,,55.0,,1.0,1.0,9.0,https://pypi.org/project/ppextensions,55.0,,,,3.0,,32.0,,,,,,,,,,,,,,, 260 | 258,Gruvbox Theme,True,Gruvbox dark theme for Jupyter Lab. Modeled on classic..,https://github.com/Rahlir/theme-gruvbox,,lab-themes,9,Rahlir/theme-gruvbox,,,https://github.com/Rahlir/theme-gruvbox,,2019-05-03 20:34:01.000,2020-04-12 19:23:01.000000,2020-04-12 19:22:55,10.0,,,48.0,,,,159.0,,,,3.0,,,,,,3.0,@rahlir/theme-gruvbox,44.0,https://www.npmjs.com/package/@rahlir/theme-gruvbox,159.0,,,,,,,,,,,,, 261 | 259,ipyaggrid,True,Jupyter widget - ag-grid in the notebook.,https://github.com/DGothrek/ipyaggrid,,widgets,9,DGothrek/ipyaggrid,ipyaggrid,,https://github.com/DGothrek/ipyaggrid,MIT,2019-05-06 04:24:26.000,2019-05-06 04:27:06.000000,2019-05-06 04:27:05,,6.0,,10.0,,,,5750.0,,,,2.0,https://pypi.org/project/ipyaggrid,2656.0,,,,3.0,ipyaggrid,47.0,https://www.npmjs.com/package/ipyaggrid,3094.0,,,,,,,,,,,,, 262 | 260,JupyterLab Spark,True,Spark Application UI extension for JupyterLab.,https://github.com/manuzhang/jupyterlab_spark,,lab-extensions,9,manuzhang/jupyterlab_spark,,,https://github.com/manuzhang/jupyterlab_spark,Apache-2.0,2019-04-20 06:31:59.000,2021-09-05 13:13:14.000000,2021-09-05 13:10:26,2.0,2.0,3.0,9.0,2021-09-05 06:59:55,0.4.0,,69.0,3.0,,,2.0,,,,,,3.0,jupyterlab_spark,21.0,https://www.npmjs.com/package/jupyterlab_spark,69.0,,,,,,,,,,,,, 263 | 261,Hash Authenticator,True,Authenticate users with passwords generated from their..,https://github.com/thedataincubator/jupyterhub-hashauthenticator,,hub-auth,9,thedataincubator/jupyterhub-hashauthenticator,jupyterhub-hashauthenticator,,https://github.com/thedataincubator/jupyterhub-hashauthenticator,BSD-3-Clause,2017-08-18 19:18:33.000,2021-03-09 21:34:23.000000,2021-03-09 21:34:14,3.0,,,4.0,,,,36.0,,,,3.0,https://pypi.org/project/jupyterhub-hashauthenticator,36.0,,,,3.0,,40.0,,,,,,,,,,,,,,, 264 | 262,JupyterLab Top Bar,True,JupyterLab Top Bar extension.,https://github.com/jtpio/jupyterlab-topbar,,lab-extensions,9,jtpio/jupyterlab-topbar,,,https://github.com/jtpio/jupyterlab-topbar,BSD-3-Clause,2021-05-31 16:53:55.000,2021-12-10 13:46:30.000000,2021-12-07 08:56:36,1.0,,,3.0,,,,3896.0,,,,4.0,,,,,,3.0,jupyterlab-topbar-extension,,https://www.npmjs.com/package/jupyterlab-topbar-extension,3896.0,,,,,,,,,,,,, 265 | 263,Remote Authenticator,True,"A collection of JupyterHub Authenticators, including Header,..",https://github.com/ucphhpc/jhub-authenticators,,hub-auth,9,rasmunk/jhub-authenticators,jhub-authenticators,,https://github.com/ucphhpc/jhub-authenticators,GPL-3.0,2017-12-20 14:46:18.000,2022-04-15 09:25:16.000000,2022-04-15 09:25:13,1.0,,,1.0,2019-04-12 15:44:39,0.2.2,,78.0,3.0,1.0,1.0,5.0,https://pypi.org/project/jhub-authenticators,78.0,,,,3.0,,213.0,,,ucphhpc/jhub-authenticators,,,,,,,,,,,, 266 | 264,JupyterLab,True,JupyterLab computational environment.,,,notebook-environments,9,jupyterlab/jupyterlab,jupyterlab,conda-forge/jupyterlab,,,2016-06-28 14:07:29.294,2022-08-10 14:14:04.258000,,,,,,,,,1806232.0,266.0,,,,https://pypi.org/project/jupyterlab,1724620.0,https://anaconda.org/conda-forge/jupyterlab,2022-08-10 14:14:04.258,6039350.0,3.0,,,,,,,,,,,-26.0,,,,,, 267 | 265,Jupyter Black,True,Black formatter for Jupyter Notebook.,https://github.com/drillan/jupyter-black,,jupyter-extensions,8,drillan/jupyter-black,,,https://github.com/drillan/jupyter-black,BSD-3-Clause,2018-08-10 05:21:02.000,2020-02-01 03:27:05.000000,2020-02-01 03:27:04,20.0,9.0,12.0,403.0,,,,,,,,2.0,,,,,,3.0,,10.0,,,,,,,,,,,,,,, 268 | 266,Keberos Authenticator,True,A JupyterHub authenticator using Kerberos.,https://github.com/jupyterhub/kerberosauthenticator,,hub-auth,8,jupyterhub/kerberosauthenticator,jupyterhub-kerberosauthenticator,,https://github.com/jupyterhub/kerberosauthenticator,BSD-3-Clause,2019-04-17 18:01:36.000,2019-07-16 16:57:42.000000,2019-07-16 16:57:24,5.0,3.0,2.0,10.0,,,,74.0,,,,2.0,https://pypi.org/project/jupyterhub-kerberosauthenticator,74.0,,,,3.0,,21.0,,,,,,,,,,,,,,, 269 | 267,jupyterlab-executor,True,JupyterLab extension to execute the scripts from the file browser.,https://github.com/gavincyi/jupyterlab-executor,,lab-extensions,8,gavincyi/jupyterlab-executor,jupyterlab-executor,,https://github.com/gavincyi/jupyterlab-executor,BSD-3-Clause,2020-12-29 15:51:54.000,2021-03-24 22:08:04.000000,2021-03-24 21:14:10,,,1.0,5.0,2021-03-24 21:17:12,2021.1.6,3.0,87.0,3.0,,,2.0,https://pypi.org/project/jupyterlab-executor,53.0,,,,3.0,@gavincyi/jupyterlab-executor,,https://www.npmjs.com/package/@gavincyi/jupyterlab-executor,34.0,,,,,,,,,,,,, 270 | 268,Jupter-Notebook-REST-API,True,Run your jupyter notebooks as a REST API endpoint...,https://github.com/Invictify/Jupter-Notebook-REST-API,,notebook-tools,7,Invictify/Jupter-Notebook-REST-API,,,https://github.com/Invictify/Jupter-Notebook-REST-API,MIT,2020-03-31 22:48:04.000,2022-08-11 13:45:33.000000,2020-03-31 23:00:06,4.0,,,51.0,,,,,,,,2.0,,,,,,3.0,,2.0,,,,,,,,,,,,,,, 271 | 269,jupyterterminals,True,Jupyter plugin to support inline terminal shells along with..,https://github.com/willkessler/jupyterterminals,,jupyter-extensions,7,willkessler/jupyterterminals,,,https://github.com/willkessler/jupyterterminals,MIT,2020-03-08 16:36:18.000,2022-06-27 21:32:05.000000,2021-05-17 04:32:02,2.0,,1.0,8.0,,,,,,1.0,1.0,2.0,,,,,,3.0,,47.0,,,,,,,,,,,,,,, 272 | 270,ssh_ipykernel,True,A remote jupyter kernel via ssh.,https://github.com/bernhard-42/ssh_ipykernel,,kernels,7,bernhard-42/ssh_ipykernel,,,https://github.com/bernhard-42/ssh_ipykernel,MIT,2019-09-01 17:43:26.000,2022-07-20 05:47:05.000000,2021-06-28 15:17:55,2.0,,,8.0,,,,,,,,2.0,,,,,,3.0,,81.0,,,,,,,,,,,,,,, 273 | 271,Nord Theme,True,JupyterLab - Nord Theme.,https://github.com/kenshohara/theme-nord-extension,,lab-themes,6,kenshohara/theme-nord-extension,,,https://github.com/kenshohara/theme-nord-extension,,2019-06-11 02:09:21.000,2020-09-20 09:11:33.000000,2020-09-20 09:10:43,1.0,1.0,4.0,24.0,,,,61.0,,,,,,,,,,3.0,@kenshohara/theme-nord-extension,13.0,https://www.npmjs.com/package/@kenshohara/theme-nord-extension,61.0,,,,,,,,,,,,, 274 | 272,kernel-relay,True,kernel-relay is a GraphQL service for interfacing with..,https://github.com/nteract/kernel-relay,,kernels,6,nteract/kernel-relay,,,https://github.com/nteract/kernel-relay,,2019-02-04 21:12:54.000,2022-06-02 21:07:15.000000,2019-07-10 04:14:14,5.0,10.0,2.0,11.0,,,,,,,,3.0,,,,,,3.0,,12.0,,,,,,,,,,,,,,, 275 | 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,,,,,,,,,,,,,,, 276 | 274,nb_black,True,A simple extension for Jupyter Notebook and Jupyter Lab to beautify Python code automatically using Black.,,,magic,6,,nb_black,conda-forge/nb_black,,,2019-05-02 16:13:43.498,2019-11-30 11:30:08.595000,,,,,,,,,30177.0,4.0,,,,https://pypi.org/project/nb_black,28301.0,https://anaconda.org/conda-forge/nb_black,2019-11-30 11:30:08.595,73178.0,3.0,,,,,,,,,,,,,,,,, 277 | --------------------------------------------------------------------------------