Jupyter资源与工具库大全
Jupyter开源工具库资源大全,划分子版块并梳理排行,每周自动更新
本资源清单包含270个jupyter相关的开源工具资源,这些热门工具总共分成13个不同的子板块,这些项目目前在github上已经收到230K个点赞。所有的工具资源每周会自动从GitHub和工具维护平台采集信息,并更新排行展示。本清单参考best-of模板完成,内容参考了awesome-jupyter,欢迎大家提PR丰富本清单。
目录
- Notebook环境 14 个项目
- 交互式小部件和可视化 49 个项目
- Jupyter拓展 23 个项目
- Jupyter-magic拓展 10 个项目
- Jupyter内核 36 个项目
- Jupyter-Notebook分享与格式转换 23 个项目
- Jupyter-Notebook工具 24 个项目
- JupyterLab渲染器 7 个项目
- JupyterLab主题 8 个项目
- JupyterLab扩展 50 个项目
- JupyterHub认证 15 个项目
- JupyterHub容器等 8 个项目
- Jupyter组件 3 个项目
- Others 4 个项目
图标解释
- 🥇🥈🥉 综合项目质量分
- ⭐️ github上star的数量
- 🐣 小于6个月的新项目
- 💤 非活跃项目(6个月未更新)
- 💀 沉寂项目(12个月未更新)
- 📈📉 项目趋势(向上or向下)
- ➕ 最近添加的项目
- ❗️ 警告(例如 项目没有license)
- 👨💻 项目的开发贡献者数量
- 🔀 项目被fork的数量
- 📋 项目issue的数量
- ⏱️ 项目包上次更新时间
- 📥 工具库被下载次数
- 📦 项目依赖的工具库数量
Notebook环境
支持Jupyter笔记本的开发环境。
Jupyter (🥇37 · ⭐ 9K) - Jupyter Interactive Notebook. ❗Unlicensed
- [GitHub](https://github.com/jupyter/notebook) (👨💻 550 · 🔀 3.3K · 📥 250 · 📦 100K · 📋 4.2K - 47% open · ⏱️ 23.04.2021):
```
git clone https://github.com/jupyter/notebook
```
- [PyPi](https://pypi.org/project/notebook) (📥 11M / month):
```
pip install notebook
```
- [Conda](https://anaconda.org/conda-forge/jupyter) (📥 1.3M · ⏱️ 28.01.2021):
```
conda install -c conda-forge jupyter
```
- [Docker Hub](https://hub.docker.com/r/jupyter/datascience-notebook) (📥 18M · ⭐ 820 · ⏱️ 18.04.2021):
```
docker pull jupyter/datascience-notebook
```
JupyterLab (🥇35 · ⭐ 11K) - JupyterLab计算环境。❗Unlicensed
- [GitHub](https://github.com/jupyterlab/jupyterlab) (👨💻 410 · 🔀 1.9K · 📦 39K · 📋 5.6K - 30% open · ⏱️ 24.04.2021):
```
git clone https://github.com/jupyterlab/jupyterlab
```
- [PyPi](https://pypi.org/project/jupyterlab) (📥 970K / month):
```
pip install jupyterlab
```
- [Conda](https://anaconda.org/conda-forge/jupyterlab) (📥 3.7M · ⏱️ 12.04.2021):
```
conda install -c conda-forge jupyterlab
```
JupyterHub (🥈28 · ⭐ 6.5K) - Jupyter笔记本电脑的多用户服务器。❗Unlicensed
- [GitHub](https://github.com/jupyterhub/jupyterhub) (👨💻 240 · 🔀 1.5K · 📦 1.3K · 📋 1.9K - 7% open · ⏱️ 23.04.2021):
```
git clone https://github.com/jupyterhub/jupyterhub
```
- [PyPi](https://pypi.org/project/jupyterhub) (📥 100K / month):
```
pip install jupyterhub
```
- [Conda](https://anaconda.org/conda-forge/jupyterhub) (📥 370K · ⏱️ 19.04.2021):
```
conda install -c conda-forge jupyterhub
```
- [Docker Hub](https://hub.docker.com/r/jupyterhub/jupyterhub) (📥 2.1M · ⭐ 280 · ⏱️ 19.04.2021):
```
docker pull jupyterhub/jupyterhub
```
nteract (🥈26 · ⭐ 5.5K) - 交互式计算套件BSD-3
- [GitHub](https://github.com/nteract/nteract) (👨💻 170 · 🔀 500 · 📥 1.2M · 📋 1.6K - 8% open · ⏱️ 25.04.2021):
```
git clone https://github.com/nteract/nteract
```
- [PyPi](https://pypi.org/project/nteract_on_jupyter) (📥 4.3K / month):
```
pip install nteract_on_jupyter
```
Docker Stacks (🥈24 · ⭐ 6.2K) - 包含Jupyter应用程序的即可运行的Docker映像。BSD-3
- [GitHub](https://github.com/jupyter/docker-stacks) (👨💻 200 · 🔀 2.3K · 📋 620 - 9% open · ⏱️ 18.04.2021):
```
git clone https://github.com/jupyter/docker-stacks
```
- [Docker Hub](https://hub.docker.com/r/jupyter/scipy-notebook) (📥 7.6M · ⭐ 290 · ⏱️ 18.04.2021):
```
docker pull jupyter/scipy-notebook
```
docker-python (🥈22 · ⭐ 1.8K) - Kaggle Python Docker映像。Apache-2
- [GitHub](https://github.com/Kaggle/docker-python) (👨💻 140 · 🔀 690 · 📋 260 - 3% open · ⏱️ 21.04.2021):
```
git clone https://github.com/kaggle/docker-python
```
- [Docker Hub](https://hub.docker.com/r/kaggle/python) (📥 190K · ⭐ 150 · ⏱️ 19.04.2021):
```
docker pull kaggle/python
```
DataLab (🥉21 · ⭐ 960 · 💤) - 面向大数据的交互式工具和开发人员经验。Apache-2
- [GitHub](https://github.com/googledatalab/datalab) (👨💻 51 · 🔀 240 · 📋 890 - 24% open · ⏱️ 09.09.2020):
```
git clone https://github.com/googledatalab/datalab
```
- [PyPi](https://pypi.org/project/datalab) (📥 39K / month):
```
pip install datalab
```
sos (🥉21 · ⭐ 200) - 用于日常数据分析的SoS工作流系统。BSD-3
- [GitHub](https://github.com/vatlab/sos) (👨💻 33 · 🔀 25 · 📦 590 · 📋 1.4K - 3% open · ⏱️ 26.02.2021):
```
git clone https://github.com/vatlab/SOS
```
Hydrogen (🥉20 · ⭐ 3.7K) - 交互运行代码,检查数据并作图。MIT
- [GitHub](https://github.com/nteract/hydrogen) (👨💻 86 · 🔀 290 · 📋 1.2K - 10% open · ⏱️ 18.04.2021):
```
git clone https://github.com/nteract/hydrogen
```
ML Workspace (🥉20 · ⭐ 1.9K) - 基于Web的多合一IDE,专门用于机器学习和数据任务。Apache-2
- [GitHub](https://github.com/ml-tooling/ml-workspace) (👨💻 9 · 🔀 230 · 📋 60 - 13% open · ⏱️ 15.01.2021):
```
git clone https://github.com/ml-tooling/ml-workspace
```
- [Docker Hub](https://hub.docker.com/r/mltooling/ml-workspace) (📥 400K · ⭐ 16 · ⏱️ 11.01.2021):
```
docker pull mltooling/ml-workspace
```
ML Hub (🥉17 · ⭐ 160) - 机器学习团队的多用户开发平台。Apache-2
- [GitHub](https://github.com/ml-tooling/ml-hub) (👨💻 5 · 🔀 33 · 📥 980 · 📋 18 - 61% open · ⏱️ 02.10.2020):
```
git clone https://github.com/ml-tooling/ml-hub
```
- [Docker Hub](https://hub.docker.com/r/mltooling/ml-hub) (📥 41K · ⭐ 5 · ⏱️ 18.02.2020):
```
docker pull mltooling/ml-hub
```
VSCode Jupyter (🥉16 · ⭐ 260) - VS Code Jupyter extension. ❗Unlicensed
- [GitHub](https://github.com/microsoft/vscode-jupyter) (👨💻 230 · 🔀 49 · 📦 14 · 📋 4.8K - 19% open · ⏱️ 24.04.2021):
```
git clone https://github.com/microsoft/vscode-jupyter
```
gpu-jupyter (🥉15 · ⭐ 200) - 充分利用Jupyterlab的灵活性。Apache-2
- [GitHub](https://github.com/iot-salzburg/gpu-jupyter) (👨💻 9 · 🔀 72 · 📋 41 - 9% open · ⏱️ 19.04.2021):
```
git clone https://github.com/iot-salzburg/gpu-jupyter
```
jupyterlab-classic (🥉13 · ⭐ 74 · 🐣) - 下一代老式笔记本用户UI界面。BSD-3
- [GitHub](https://github.com/jtpio/jupyterlab-classic) (👨💻 3 · 🔀 8 · 📋 47 - 31% open · ⏱️ 20.04.2021):
```
git clone https://github.com/jtpio/jupyterlab-classic
```
- [PyPi](https://pypi.org/project/jupyterlab-classic) (📥 480 / month):
```
pip install jupyterlab-classic
```
交互式小部件和可视化
提供交互式UI小部件和可视化工具的扩展。
🔗 best-of-ml-python - Data Visualization - Python-based data visualization libraries.
ipywidgets (🥇33 · ⭐ 2.2K) - Interactive Widgets for the Jupyter Notebook. BSD-3
- [GitHub](https://github.com/jupyter-widgets/ipywidgets) (👨💻 170 · 🔀 720 · 📦 1.5K · 📋 1.6K - 31% open · ⏱️ 01.04.2021):
```
git clone https://github.com/jupyter-widgets/ipywidgets
```
- [PyPi](https://pypi.org/project/ipywidgets) (📥 9.8M / month):
```
pip install ipywidgets
```
- [Conda](https://anaconda.org/conda-forge/ipywidgets) (📥 3M · ⏱️ 07.01.2021):
```
conda install -c conda-forge ipywidgets
```
- [NPM](https://www.npmjs.com/package/@jupyter-widgets/jupyterlab-manager) (📥 150K / month):
```
npm install @jupyter-widgets/jupyterlab-manager
```
bokeh (🥇31 · ⭐ 15K) - 浏览器中的Python交互式数据可视化。BSD-3
- [GitHub](https://github.com/bokeh/bokeh) (👨💻 560 · 🔀 3.6K · 📦 33K · 📋 6.5K - 10% open · ⏱️ 24.04.2021):
```
git clone https://github.com/bokeh/bokeh
```
- [PyPi](https://pypi.org/project/bokeh) (📥 1.4M / month):
```
pip install bokeh
```
- [Conda](https://anaconda.org/conda-forge/bokeh) (📥 4.3M · ⏱️ 08.04.2021):
```
conda install -c conda-forge bokeh
```
bqplot (🥇30 · ⭐ 3.1K) - 用于IPython / Jupyter笔记本的绘图库。Apache-2
- [GitHub](https://github.com/bqplot/bqplot) (👨💻 51 · 🔀 400 · 📦 1.4K · 📋 520 - 36% open · ⏱️ 21.04.2021):
```
git clone https://github.com/bqplot/bqplot
```
- [PyPi](https://pypi.org/project/bqplot) (📥 37K / month):
```
pip install bqplot
```
- [Conda](https://anaconda.org/conda-forge/bqplot) (📥 590K · ⏱️ 21.04.2021):
```
conda install -c conda-forge bqplot
```
- [NPM](https://www.npmjs.com/package/bqplot) (📥 16K / month):
```
npm install bqplot
```
pandas-profiling (🥇29 · ⭐ 7.2K) - 从pandas DataFrame创建HTML分析报告。MIT
- [GitHub](https://github.com/pandas-profiling/pandas-profiling) (👨💻 75 · 🔀 1.1K · 📦 3.8K · 📋 460 - 16% open · ⏱️ 19.04.2021):
```
git clone https://github.com/pandas-profiling/pandas-profiling
```
- [PyPi](https://pypi.org/project/pandas-profiling) (📥 360K / month):
```
pip install pandas-profiling
```
- [Conda](https://anaconda.org/conda-forge/pandas-profiling) (📥 120K · ⏱️ 20.02.2021):
```
conda install -c conda-forge pandas-profiling
```
ipyleaflet (🥇28 · ⭐ 1.1K) - Jupyter-Leaflet.js桥接。MIT
- [GitHub](https://github.com/jupyter-widgets/ipyleaflet) (👨💻 64 · 🔀 270 · 📦 810 · 📋 410 - 37% open · ⏱️ 12.04.2021):
```
git clone https://github.com/jupyter-widgets/ipyleaflet
```
- [PyPi](https://pypi.org/project/ipyleaflet) (📥 36K / month):
```
pip install ipyleaflet
```
- [Conda](https://anaconda.org/conda-forge/ipyleaflet) (📥 650K · ⏱️ 16.01.2021):
```
conda install -c conda-forge ipyleaflet
```
- [NPM](https://www.npmjs.com/package/jupyter-leaflet) (📥 20K / month):
```
npm install jupyter-leaflet
```
jupyter-matplotlib (🥈27 · ⭐ 1K) - Matplotlib Jupyter集成。BSD-3
- [GitHub](https://github.com/matplotlib/ipympl) (👨💻 23 · 🔀 140 · 📦 1.4K · 📋 190 - 50% open · ⏱️ 16.04.2021):
```
git clone https://github.com/matplotlib/ipympl
```
- [PyPi](https://pypi.org/project/ipympl) (📥 48K / month):
```
pip install ipympl
```
- [NPM](https://www.npmjs.com/package/jupyter-matplotlib) (📥 80K / month):
```
npm install jupyter-matplotlib
```
ipyvolume (🥈26 · ⭐ 1.6K) - 基于IPython的Jupyter笔记本中用于Python的3d绘图MIT
- [GitHub](https://github.com/maartenbreddels/ipyvolume) (👨💻 38 · 🔀 200 · 📦 460 · 📋 270 - 55% open · ⏱️ 13.04.2021):
```
git clone https://github.com/maartenbreddels/ipyvolume
```
- [PyPi](https://pypi.org/project/ipyvolume) (📥 15K / month):
```
pip install ipyvolume
```
- [Conda](https://anaconda.org/conda-forge/ipyvolume) (📥 280K · ⏱️ 20.04.2021):
```
conda install -c conda-forge ipyvolume
```
- [NPM](https://www.npmjs.com/package/ipyvolume) (📥 5.1K / month):
```
npm install ipyvolume
```
facets-overview (🥈25 · ⭐ 6.6K) - 机器学习数据集的可视化。Apache-2
- [GitHub](https://github.com/PAIR-code/facets) (👨💻 28 · 🔀 800 · 📦 42 · 📋 150 - 48% open · ⏱️ 04.02.2021):
```
git clone https://github.com/pair-code/facets
```
- [PyPi](https://pypi.org/project/facets-overview) (📥 130K / month):
```
pip install facets-overview
```
papermill (🥈25 · ⭐ 4.1K) - 参数化,执行和分析笔记本。BSD-3
- [GitHub](https://github.com/nteract/papermill) (👨💻 87 · 🔀 300 · 📦 1.2K · 📋 300 - 28% open · ⏱️ 09.03.2021):
```
git clone https://github.com/nteract/papermill
```
- [PyPi](https://pypi.org/project/papermill) (📥 330K / month):
```
pip install papermill
```
- [Conda](https://anaconda.org/conda-forge/papermill) (📥 150K · ⏱️ 11.03.2021):
```
conda install -c conda-forge papermill
```
D-Tale (🥈24 · ⭐ 2.3K) - Visualizer for Pandas Data Structures. ❗️LGPL-2.1
- [GitHub](https://github.com/man-group/dtale) (👨💻 15 · 🔀 160 · 📦 140 · 📋 330 - 7% open · ⏱️ 24.04.2021):
```
git clone https://github.com/man-group/dtale
```
- [PyPi](https://pypi.org/project/dtale) (📥 15K / month):
```
pip install dtale
```
- [Conda](https://anaconda.org/conda-forge/dtale) (📥 52K · ⏱️ 19.04.2021):
```
conda install -c conda-forge dtale
```
qgrid (🥈23 · ⭐ 2.6K · 💤) - 用于排序,过滤和编辑DataFrame的交互式工具。Apache-2
- [GitHub](https://github.com/quantopian/qgrid) (👨💻 30 · 🔀 340 · 📦 1 · 📋 260 - 53% open · ⏱️ 07.04.2020):
```
git clone https://github.com/quantopian/qgrid
```
- [PyPi](https://pypi.org/project/qgrid) (📥 53K / month):
```
pip install qgrid
```
- [Conda](https://anaconda.org/conda-forge/qgrid) (📥 290K · ⏱️ 04.03.2021):
```
conda install -c conda-forge qgrid
```
- [NPM](https://www.npmjs.com/package/qgrid) (📥 1.7K / month):
```
npm install qgrid
```
Mapbox GL (🥈23 · ⭐ 560) - 使用Mapbox GL JS可视化Python Jupyter笔记本中的数据。MIT
- [GitHub](https://github.com/mapbox/mapboxgl-jupyter) (👨💻 21 · 🔀 120 · 📦 97 · 📋 95 - 29% open · ⏱️ 19.04.2021):
```
git clone https://github.com/mapbox/mapboxgl-jupyter
```
- [PyPi](https://pypi.org/project/mapboxgl) (📥 8.1K / month):
```
pip install mapboxgl
```
jupyter-dash (🥈23 · ⭐ 480) - 在Jupyter Notebook和JupyterLab中开发Dash应用程序。MIT
- [GitHub](https://github.com/plotly/jupyter-dash) (👨💻 3 · 🔀 120 · 📥 58 · 📦 340 · 📋 37 - 64% open · ⏱️ 22.01.2021):
```
git clone https://github.com/plotly/jupyter-dash
```
- [PyPi](https://pypi.org/project/jupyter-dash) (📥 22K / month):
```
pip install jupyter-dash
```
ipycanvas (🥈23 · ⭐ 430) - Jupyter中的交互式画布。BSD-3
- [GitHub](https://github.com/martinRenou/ipycanvas) (👨💻 12 · 🔀 35 · 📦 92 · 📋 82 - 31% open · ⏱️ 21.04.2021):
```
git clone https://github.com/martinRenou/ipycanvas
```
- [PyPi](https://pypi.org/project/ipycanvas) (📥 11K / month):
```
pip install ipycanvas
```
- [Conda](https://anaconda.org/conda-forge/ipycanvas) (📥 20K · ⏱️ 20.01.2021):
```
conda install -c conda-forge ipycanvas
```
ipywebrtc (🥈22 · ⭐ 180) - 适用于Jupyter笔记本/实验室的WebRTC。MIT
- [GitHub](https://github.com/maartenbreddels/ipywebrtc) (👨💻 9 · 🔀 29 · 📦 240 · 📋 44 - 54% open · ⏱️ 29.03.2021):
```
git clone https://github.com/maartenbreddels/ipywebrtc
```
- [PyPi](https://pypi.org/project/ipywebrtc) (📥 20K / month):
```
pip install ipywebrtc
```
- [Conda](https://anaconda.org/conda-forge/ipywebrtc) (📥 190K · ⏱️ 29.03.2021):
```
conda install -c conda-forge ipywebrtc
```
- [NPM](https://www.npmjs.com/package/jupyter-webrtc) (📥 1.5K / month):
```
npm install jupyter-webrtc
```
pythreejs (🥈21 · ⭐ 720) - Jupyter-Three.js桥接。❗Unlicensed
- [GitHub](https://github.com/jupyter-widgets/pythreejs) (👨💻 27 · 🔀 150 · 📦 15 · 📋 200 - 29% open · ⏱️ 26.02.2021):
```
git clone https://github.com/jupyter-widgets/pythreejs
```
- [PyPi](https://pypi.org/project/pythreejs) (📥 23K / month):
```
pip install pythreejs
```
- [Conda](https://anaconda.org/conda-forge/pythreejs) (📥 290K · ⏱️ 02.03.2021):
```
conda install -c conda-forge pythreejs
```
- [NPM](https://www.npmjs.com/package/jupyter-threejs) (📥 10K / month):
```
npm install jupyter-threejs
```
ipyvuetify (🥈21 · ⭐ 190) - 基于vuetify UI组件的Jupyter小部件。MIT
- [GitHub](https://github.com/mariobuikhuizen/ipyvuetify) (👨💻 10 · 🔀 29 · 📦 4 · 📋 110 - 43% open · ⏱️ 22.02.2021):
```
git clone https://github.com/mariobuikhuizen/ipyvuetify
```
- [PyPi](https://pypi.org/project/ipyvuetify) (📥 22K / month):
```
pip install ipyvuetify
```
- [Conda](https://anaconda.org/conda-forge/ipyvuetify) (📥 43K · ⏱️ 22.02.2021):
```
conda install -c conda-forge ipyvuetify
```
ipycytoscape (🥈21 · ⭐ 140) - Cytoscape Jupyter小部件。BSD-3
- [GitHub](https://github.com/QuantStack/ipycytoscape) (👨💻 26 · 🔀 39 · 📥 2 · 📦 29 · 📋 120 - 39% open · ⏱️ 22.04.2021):
```
git clone https://github.com/QuantStack/ipycytoscape
```
- [Conda](https://anaconda.org/conda-forge/ipycytoscape) (📥 16K · ⏱️ 05.01.2021):
```
conda install -c conda-forge ipycytoscape
```
What-If Tool (🥈20 · ⭐ 500) - What-If工具的源代码/网页/演示。Apache-2
- [GitHub](https://github.com/PAIR-code/what-if-tool) (👨💻 19 · 🔀 100 · 📋 74 - 50% open · ⏱️ 17.03.2021):
```
git clone https://github.com/PAIR-code/what-if-tool
```
- [PyPi](https://pypi.org/project/witwidget) (📥 9.8K / month):
```
pip install witwidget
```
- [NPM](https://www.npmjs.com/package/wit-widget) (📥 3.1K / month):
```
npm install wit-widget
```
nbtutor (🥈20 · ⭐ 380) - 可视化Jupyter Notebook单元中的Python代码执行(逐行)。BSD-3
- [GitHub](https://github.com/lgpage/nbtutor) (👨💻 3 · 🔀 32 · 📦 19 · 📋 29 - 62% open · ⏱️ 21.02.2021):
```
git clone https://github.com/lgpage/nbtutor
```
- [Conda](https://anaconda.org/conda-forge/nbtutor) (📥 78K · ⏱️ 15.10.2020):
```
conda install -c conda-forge nbtutor
```
itables (🥈20 · ⭐ 160) - Jupyter中的交互式表格。MIT
- [GitHub](https://github.com/mwouts/itables) (👨💻 3 · 🔀 15 · 📦 49 · 📋 16 - 56% open · ⏱️ 04.02.2021):
```
git clone https://github.com/mwouts/itables
```
- [PyPi](https://pypi.org/project/itables) (📥 2.1K / month):
```
pip install itables
```
ipysheet (🥉19 · ⭐ 410 · 💤) - Jupyter Handsontable集成。MIT
- [GitHub](https://github.com/QuantStack/ipysheet) (👨💻 8 · 🔀 53 · 📦 3 · 📋 110 - 54% open · ⏱️ 30.04.2020):
```
git clone https://github.com/QuantStack/ipysheet
```
- [PyPi](https://pypi.org/project/ipysheet) (📥 9.3K / month):
```
pip install ipysheet
```
- [Conda](https://anaconda.org/conda-forge/ipysheet) (📥 32K · ⏱️ 12.10.2020):
```
conda install -c conda-forge ipysheet
```
- [NPM](https://www.npmjs.com/package/ipysheet) (📥 2.8K / month):
```
npm install ipysheet
```
itkwidgets (🥉19 · ⭐ 350) - 交互式Jupyter小部件,以可视化图像,点集等。Apache-2
- [GitHub](https://github.com/InsightSoftwareConsortium/itkwidgets) (👨💻 18 · 🔀 46 · 📥 50 · 📋 160 - 42% open · ⏱️ 18.04.2021):
```
git clone https://github.com/InsightSoftwareConsortium/itkwidgets
```
- [PyPi](https://pypi.org/project/itkwidgets) (📥 8.4K / month):
```
pip install itkwidgets
```
- [NPM](https://www.npmjs.com/package/itkwidgets) (📥 2.3K / month):
```
npm install itkwidgets
```
gmaps (🥉18 · ⭐ 710 · 💀) - Jupyter中的Google地图。BSD-3
- [GitHub](https://github.com/pbugnion/gmaps) (👨💻 16 · 🔀 140 · 📦 1 · 📋 200 - 31% open · ⏱️ 22.07.2019):
```
git clone https://github.com/pbugnion/gmaps
```
- [PyPi](https://pypi.org/project/gmaps) (📥 10K / month):
```
pip install gmaps
```
- [Conda](https://anaconda.org/conda-forge/gmaps) (📥 220K · ⏱️ 02.08.2019):
```
conda install -c conda-forge gmaps
```
- [NPM](https://www.npmjs.com/package/jupyter-gmaps) (📥 2.2K / month):
```
npm install jupyter-gmaps
```
vega (🥉18 · ⭐ 300) - 适用于Vega和Vega-Lite的IPython / Jupyter笔记本模块。BSD-3
- [GitHub](https://github.com/vega/ipyvega) (👨💻 9 · 🔀 41 · 📋 87 - 9% open · ⏱️ 02.04.2021):
```
git clone https://github.com/vega/ipyvega
```
- [PyPi](https://pypi.org/project/vega) (📥 18K / month):
```
pip install vega
```
- [Conda](https://anaconda.org/conda-forge/vega) (📥 410K · ⏱️ 10.12.2020):
```
conda install -c conda-forge vega
```
tributary (🥉18 · ⭐ 240) - 在Python中流式反应图和数据流图。Apache-2
- [GitHub](https://github.com/timkpaine/tributary) (👨💻 6 · 🔀 22 · 📦 14 · 📋 76 - 13% open · ⏱️ 23.03.2021):
```
git clone https://github.com/timkpaine/tributary
```
- [PyPi](https://pypi.org/project/tributary) (📥 160 / month):
```
pip install tributary
```
- [Conda](https://anaconda.org/conda-forge/tributary) (📥 9.1K · ⏱️ 15.10.2020):
```
conda install -c conda-forge tributary
```
ipyvue (🥉18 · ⭐ 26) - Vue库的Jupyter小部件基础。MIT
- [GitHub](https://github.com/mariobuikhuizen/ipyvue) (👨💻 2 · 🔀 7 · 📦 16 · 📋 2 - 50% open · ⏱️ 12.01.2021):
```
git clone https://github.com/mariobuikhuizen/ipyvue
```
- [PyPi](https://pypi.org/project/ipyvue) (📥 21K / month):
```
pip install ipyvue
```
- [Conda](https://anaconda.org/conda-forge/ipyvue) (📥 23K · ⏱️ 13.01.2021):
```
conda install -c conda-forge ipyvue
```
ipydagred3 (🥉18 · ⭐ 23) - ipywidgets库,用于在其中绘制有向无环图。Apache-2
- [GitHub](https://github.com/timkpaine/ipydagred3) (👨💻 3 · 🔀 5 · 📦 7 · 📋 18 - 27% open · ⏱️ 01.04.2021):
```
git clone https://github.com/timkpaine/ipydagred3
```
- [PyPi](https://pypi.org/project/ipydagred3) (📥 560 / month):
```
pip install ipydagred3
```
- [NPM](https://www.npmjs.com/package/@jupyter-widgets/jupyterlab-manager) (📥 150K / month):
```
npm install @jupyter-widgets/jupyterlab-manager
```
pivottablejs (🥉17 · ⭐ 430 · 💀) - Jupyter / IPython Notebook的Dragndrop数据透视表和图表。❗Unlicensed
- [GitHub](https://github.com/nicolaskruchten/jupyter_pivottablejs) (👨💻 3 · 🔀 58 · 📦 150 · 📋 53 - 30% open · ⏱️ 04.12.2018):
```
git clone https://github.com/nicolaskruchten/jupyter_pivottablejs
```
- [PyPi](https://pypi.org/project/pivottablejs) (📥 7.6K / month):
```
pip install pivottablejs
```
ipydatawidgets (🥉17 · ⭐ 24) - 一组小部件,以帮助促进大型数据集的重用。❗Unlicensed
- [GitHub](https://github.com/vidartf/ipydatawidgets) (👨💻 5 · 🔀 6 · 📦 290 · 📋 8 - 37% open · ⏱️ 04.01.2021):
```
git clone https://github.com/vidartf/ipydatawidgets
```
- [PyPi](https://pypi.org/project/ipydatawidgets) (📥 28K / month):
```
pip install ipydatawidgets
```
- [Conda](https://anaconda.org/conda-forge/ipydatawidgets) (📥 83K · ⏱️ 06.01.2021):
```
conda install -c conda-forge ipydatawidgets
```
niwidgets (🥉16 · ⭐ 64 · 💀) - 适用于Jupyter笔记本的Neuroimaging小部件。Apache-2
- [GitHub](https://github.com/nipy/niwidgets) (👨💻 16 · 🔀 31 · 📦 22 · 📋 33 - 48% open · ⏱️ 24.03.2020):
```
git clone https://github.com/nipy/niwidgets
```
- [PyPi](https://pypi.org/project/niwidgets) (📥 300 / month):
```
pip install niwidgets
```
ipyregulartable (🥉16 · ⭐ 31) - Jupyter中的高性能,可编辑,可样式化的数据表。Apache-2
- [GitHub](https://github.com/jpmorganchase/ipyregulartable) (👨💻 4 · 🔀 7 · 📦 7 · 📋 21 - 38% open · ⏱️ 18.03.2021):
```
git clone https://github.com/jpmorganchase/ipyregulartable
```
- [PyPi](https://pypi.org/project/ipyregulartable) (📥 160 / month):
```
pip install ipyregulartable
```
- [NPM](https://www.npmjs.com/package/@jupyter-widgets/jupyterlab-manager) (📥 150K / month):
```
npm install @jupyter-widgets/jupyterlab-manager
```
ipyscales (🥉16 · ⭐ 12) - 用于度量的小部件库。BSD-3
- [GitHub](https://github.com/vidartf/ipyscales) (👨💻 4 · 🔀 3 · 📦 45 · 📋 5 - 20% open · ⏱️ 05.01.2021):
```
git clone https://github.com/vidartf/ipyscales
```
- [PyPi](https://pypi.org/project/ipyscales) (📥 200 / month):
```
pip install ipyscales
```
- [Conda](https://anaconda.org/conda-forge/ipyscales) (📥 48K · ⏱️ 06.01.2021):
```
conda install -c conda-forge ipyscales
```
geonotebook (🥉15 · ⭐ 1K · 💀) - Jupyter笔记本扩展,用于地理空间可视化。Apache-2
- [GitHub](https://github.com/OpenGeoscience/geonotebook) (👨💻 9 · 🔀 140 · 📋 83 - 44% open · ⏱️ 21.01.2019):
```
git clone https://github.com/OpenGeoscience/geonotebook
```
- [Docker Hub](https://hub.docker.com/r/geonotebook/geonotebook) (📥 130K · ⭐ 5 · ⏱️ 21.01.2019):
```
docker pull geonotebook/geonotebook
```
Altair Viewer (🥉15 · ⭐ 45 · 💤) - 用于Altair和Vega-Lite可视化的查看器。BSD-3
- [GitHub](https://github.com/altair-viz/altair_viewer) (👨💻 2 · 🔀 3 · 📋 4 - 25% open · ⏱️ 01.04.2020):
```
git clone https://github.com/altair-viz/altair_viewer
```
- [PyPi](https://pypi.org/project/altair_viewer) (📥 100K / month):
```
pip install altair_viewer
```
igv.js widget (🥉14 · ⭐ 120) - 集成了igv.js的Jupyter Notebook扩展。MIT
- [GitHub](https://github.com/igvteam/igv-jupyter) (👨💻 4 · 🔀 14 · 📦 1 · 📋 34 - 2% open · ⏱️ 03.12.2020):
```
git clone https://github.com/igvteam/igv-jupyter
```
- [PyPi](https://pypi.org/project/igv-jupyter) (📥 260 / month):
```
pip install igv-jupyter
```
ipytree (🥉14 · ⭐ 72) - 使用Jupyter-widgets协议和jsTree的Tree Widget。MIT
- [GitHub](https://github.com/QuantStack/ipytree) (👨💻 7 · 🔀 17 · 📋 23 - 47% open · ⏱️ 03.03.2021):
```
git clone https://github.com/QuantStack/ipytree
```
- [PyPi](https://pypi.org/project/ipytree) (📥 5.7K / month):
```
pip install ipytree
```
- [Conda](https://anaconda.org/conda-forge/ipytree) (📥 16K · ⏱️ 03.03.2021):
```
conda install -c conda-forge ipytree
```
ipymaterialui (🥉14 · ⭐ 63 · 💀) - 基于React Material UI组件的Jupyter小部件。MIT
- [GitHub](https://github.com/maartenbreddels/ipymaterialui) (👨💻 3 · 🔀 11 · 📦 4 · 📋 9 - 66% open · ⏱️ 29.10.2019):
```
git clone https://github.com/maartenbreddels/ipymaterialui
```
- [PyPi](https://pypi.org/project/ipymaterialui) (📥 100 / month):
```
pip install ipymaterialui
```
- [NPM](https://www.npmjs.com/package/jupyter-materialui) (📥 100 / month):
```
npm install jupyter-materialui
```
ipysigma (🥉12 · ⭐ 27 · 💤) - 一个自定义的Jupyter小部件库,用于使用sigma.js显示图形。MIT
- [GitHub](https://github.com/Yomguithereal/ipysigma) (👨💻 3 · 🔀 3 · 📋 4 - 50% open · ⏱️ 30.06.2020):
```
git clone https://github.com/Yomguithereal/ipysigma
```
- [PyPi](https://pypi.org/project/ipysigma) (📥 140 / month):
```
pip install ipysigma
```
- [NPM](https://www.npmjs.com/package/ipysigma) (📥 59 / month):
```
npm install ipysigma
```
Jupyter DataTables (🥉11 · ⭐ 130 · 💀) - 利用pandas DataFrames的Jupyter Notebook扩展。MIT
- [GitHub](https://github.com/CermakM/jupyter-datatables) (👨💻 4 · 🔀 13 · 📋 28 - 46% open · ⏱️ 11.12.2019):
```
git clone https://github.com/CermakM/jupyter-datatables
```
- [PyPi](https://pypi.org/project/jupyter-datatables) (📥 670 / month):
```
pip install jupyter-datatables
```
perfume (🥉11 · ⭐ 30) - Jupyter中的交互式性能基准测试。❗Unlicensed
- [GitHub](https://github.com/leifwalsh/perfume) (👨💻 3 · 🔀 3 · 📋 6 - 33% open · ⏱️ 31.10.2020):
```
git clone https://github.com/leifwalsh/perfume
```
- [PyPi](https://pypi.org/project/perfume-bench) (📥 100 / month):
```
pip install perfume-bench
```
jdaviz (🥉11 · ⭐ 17) - Jupyter平台中的JWST天文数据分析工具。BSD-3
- [GitHub](https://github.com/spacetelescope/jdaviz) (👨💻 19 · 🔀 21 · 📋 280 - 64% open · ⏱️ 23.04.2021):
```
git clone https://github.com/spacetelescope/jdaviz
```
- [PyPi](https://pypi.org/project/jdaviz) (📥 340 / month):
```
pip install jdaviz
```
evidently (🥉10 · ⭐ 410 · 🐣) - 交互式报告,可在分析过程中分析机器学习模型。Apache-2
- [GitHub](https://github.com/evidentlyai/evidently) (👨💻 4 · 🔀 28 · 📦 2 · 📋 13 - 53% open · ⏱️ 23.04.2021):
```
git clone https://github.com/evidentlyai/evidently
```
ipyp5 (🥉10 · ⭐ 26) - p5.js Jupyter小部件。BSD-3
- [GitHub](https://github.com/jtpio/ipyp5) (👨💻 2 · 🔀 4 · ⏱️ 16.10.2020):
```
git clone https://github.com/jtpio/ipyp5
```
- [PyPi](https://pypi.org/project/ipyp5) (📥 51 / month):
```
pip install ipyp5
```
easyexplore (🥉10 · ⭐ 1) - 用于在Python中轻松有效地进行数据探索的工具箱。❗️GPL-3.0
- [GitHub](https://github.com/GianniBalistreri/easyexplore) (👨💻 3 · 🔀 1 · 📦 1 · ⏱️ 06.04.2021):
```
git clone https://github.com/GianniBalistreri/easyexplore
```
- [PyPi](https://pypi.org/project/easyexplore) (📥 1.9K / month):
```
pip install easyexplore
```
Vision UI (🥉9 · ⭐ 240 · 💤) - Fastai的UI视觉界面-现在与Google兼容。❗Unlicensed
- [GitHub](https://github.com/asvcode/Vision_UI) (👨💻 3 · 🔀 33 · 📋 3 - 33% open · ⏱️ 05.07.2020):
```
git clone https://github.com/asvcode/Vision_UI
```
ipyannotate (🥉9 · ⭐ 110 · 💤) - Jupyter Widget,用于数据标注。❗Unlicensed
- [GitHub](https://github.com/ipyannotate/ipyannotate) (👨💻 3 · 🔀 8 · ⏱️ 20.09.2020):
```
git clone https://github.com/ipyannotate/ipyannotate
```
- [PyPi](https://pypi.org/project/ipyannotate) (📥 56 / month):
```
pip install ipyannotate
```
- [NPM](https://www.npmjs.com/package/ipyannotate) (📥 10 / month):
```
npm install ipyannotate
```
ipyaggrid (🥉9 · ⭐ 5 · 💀) - Jupyter小部件-Notebook中的Ag-grid。MIT
- [GitHub](https://github.com/DGothrek/ipyaggrid) (👨💻 2 · ⏱️ 06.05.2019):
```
git clone https://github.com/DGothrek/ipyaggrid
```
- [PyPi](https://pypi.org/project/ipyaggrid) (📥 3K / month):
```
pip install ipyaggrid
```
- [NPM](https://www.npmjs.com/package/ipyaggrid) (📥 1.2K / month):
```
npm install ipyaggrid
```
Jupyter拓展
扩展Jupyter自身功能的应用程序插件。
Jupyter Themes (🥇26 · ⭐ 8.4K) - Custom Jupyter Notebook Themes. MIT
- [GitHub](https://github.com/dunovank/jupyter-themes) (👨💻 28 · 🔀 920 · 📦 2K · 📋 370 - 49% open · ⏱️ 15.02.2021):
```
git clone https://github.com/dunovank/jupyter-themes
```
- [PyPi](https://pypi.org/project/jupyterthemes) (📥 36K / month):
```
pip install jupyterthemes
```
Contrib NBextensions (🥇21 · ⭐ 4.6K) - Jupyter的各种笔记本扩展的集合。❗Unlicensed
- [GitHub](https://github.com/ipython-contrib/jupyter_contrib_nbextensions) (👨💻 130 · 🔀 700 · 📋 750 - 40% open · ⏱️ 06.04.2021):
```
git clone https://github.com/ipython-contrib/jupyter_contrib_nbextensions
```
- [PyPi](https://pypi.org/project/jupyter_contrib_nbextensions) (📥 200K / month):
```
pip install jupyter_contrib_nbextensions
```
nbgrader (🥇21 · ⭐ 1K) - 用于在Notebook分配(任务/作业)和评分的系统。BSD-3
- [GitHub](https://github.com/jupyter/nbgrader) (👨💻 81 · 🔀 250 · 📋 750 - 24% open · ⏱️ 19.03.2021):
```
git clone https://github.com/jupyter/nbgrader
```
- [PyPi](https://pypi.org/project/nbgrader) (📥 3.9K / month):
```
pip install nbgrader
```
- [Conda](https://anaconda.org/conda-forge/nbgrader) (📥 87K · ⏱️ 10.03.2021):
```
conda install -c conda-forge nbgrader
```
Resource Usage (🥇21 · ⭐ 230) - Jupyter Notebook Extension,用于监视您自己的资源。BSD-2
- [GitHub](https://github.com/jupyter-server/jupyter-resource-usage) (👨💻 14 · 🔀 54 · 📦 26 · 📋 50 - 52% open · ⏱️ 22.03.2021):
```
git clone https://github.com/jupyter-server/jupyter-resource-usage
```
- [PyPi](https://pypi.org/project/jupyter-resource-usage) (📥 10K / month):
```
pip install jupyter-resource-usage
```
- [Conda](https://anaconda.org/conda-forge/nbresuse) (📥 250K · ⏱️ 23.11.2020):
```
conda install -c conda-forge nbresuse
```
nbgitpuller (🥇21 · ⭐ 130) - Jupyter服务器扩展,可将git存储库单向同步。BSD-3
- [GitHub](https://github.com/jupyterhub/nbgitpuller) (👨💻 20 · 🔀 48 · 📦 300 · 📋 86 - 33% open · ⏱️ 23.04.2021):
```
git clone https://github.com/jupyterhub/nbgitpuller
```
- [PyPi](https://pypi.org/project/nbgitpuller) (📥 31K / month):
```
pip install nbgitpuller
```
- [Conda](https://anaconda.org/conda-forge/nbgitpuller) (📥 17K · ⏱️ 01.08.2020):
```
conda install -c conda-forge nbgitpuller
```
Appmode (🥈20 · ⭐ 360 · 💤) - Jupyter扩展,可将笔记本变成Web应用程序。MIT
- [GitHub](https://github.com/oschuett/appmode) (👨💻 8 · 🔀 60 · 📦 250 · 📋 52 - 7% open · ⏱️ 09.06.2020):
```
git clone https://github.com/oschuett/appmode
```
- [PyPi](https://pypi.org/project/appmode) (📥 2.5K / month):
```
pip install appmode
```
- [Conda](https://anaconda.org/conda-forge/appmode) (📥 110K · ⏱️ 24.01.2021):
```
conda install -c conda-forge appmode
```
jupyter-server-proxy (🥈20 · ⭐ 160) - Jupyter笔记本服务器扩展到代理Web服务。BSD-3
- [GitHub](https://github.com/jupyterhub/jupyter-server-proxy) (👨💻 51 · 🔀 86 · 📦 1 · 📋 130 - 40% open · ⏱️ 21.04.2021):
```
git clone https://github.com/jupyterhub/jupyter-server-proxy
```
- [PyPi](https://pypi.org/project/jupyter-server-proxy) (📥 45K / month):
```
pip install jupyter-server-proxy
```
- [Conda](https://anaconda.org/conda-forge/jupyter-server-proxy) (📥 310K · ⏱️ 16.03.2021):
```
conda install -c conda-forge jupyter-server-proxy
```
gator (🥈19 · ⭐ 150) - Jupyter内部的Conda环境和包管理扩展。BSD-3
- [GitHub](https://github.com/mamba-org/gator) (👨💻 24 · 🔀 16 · 📥 1 · 📦 1 · 📋 45 - 24% open · ⏱️ 24.04.2021):
```
git clone https://github.com/mamba-org/gator
```
- [Conda](https://anaconda.org/conda-forge/mamba_gator) (📥 4.5K · ⏱️ 24.04.2021):
```
conda install -c conda-forge mamba_gator
```
- [NPM](https://www.npmjs.com/package/@mamba-org/gator-lab) (📥 460 / month):
```
npm install @mamba-org/gator-lab
```
Spark Monitor (🥈18 · ⭐ 150) - 从Jupyter Notebook监控Apache Spark。Apache-2
- [GitHub](https://github.com/krishnan-r/sparkmonitor) (👨💻 3 · 🔀 46 · 📥 2.3K · 📋 22 - 68% open · ⏱️ 03.02.2021):
```
git clone https://github.com/krishnan-r/sparkmonitor
```
- [PyPi](https://pypi.org/project/sparkmonitor) (📥 1K / month):
```
pip install sparkmonitor
```
- [Docker Hub](https://hub.docker.com/r/krishnanr/sparkmonitor) (📥 860 · ⏱️ 04.10.2019):
```
docker pull krishnanr/sparkmonitor
```
pyforest (🥉17 · ⭐ 850 · 💤) - pyforest-自动化导入工具。MIT
- [GitHub](https://github.com/8080labs/pyforest) (👨💻 13 · 🔀 160 · 📋 18 - 38% open · ⏱️ 18.08.2020):
```
git clone https://github.com/8080labs/pyforest
```
- [PyPi](https://pypi.org/project/pyforest) (📥 4.4K / month):
```
pip install pyforest
```
NBextensions Configurator (🥉16 · ⭐ 820 · 💀) - A jupyter notebook serverextension providing config.. ❗Unlicensed
- [GitHub](https://github.com/Jupyter-contrib/jupyter_nbextensions_configurator) (👨💻 17 · 🔀 92 · 📋 77 - 59% open · ⏱️ 01.03.2020):
```
git clone https://github.com/jupyter-contrib/jupyter_nbextensions_configurator
```
- [PyPi](https://pypi.org/project/jupyter_nbextensions_configurator) (📥 200K / month):
```
pip install jupyter_nbextensions_configurator
```
nb_conda (🥉16 · ⭐ 110 · 💤) - Jupyter内部的Conda环境和包管理扩展。BSD-3
- [GitHub](https://github.com/Anaconda-Platform/nb_conda) (👨💻 14 · 🔀 22 · 📋 59 - 52% open · ⏱️ 11.09.2020):
```
git clone https://github.com/Anaconda-Platform/nb_conda
```
- [Conda](https://anaconda.org/conda-forge/nb_conda) (📥 260K · ⏱️ 08.02.2021):
```
conda install -c conda-forge nb_conda
```
Rsession Proxy (🥉16 · ⭐ 74) - 用于运行RStudio rsession代理的Jupyter扩展。BSD-3
- [GitHub](https://github.com/jupyterhub/jupyter-rsession-proxy) (👨💻 16 · 🔀 49 · 📦 22 · 📋 56 - 39% open · ⏱️ 10.02.2021):
```
git clone https://github.com/jupyterhub/jupyter-rsession-proxy
```
- [PyPi](https://pypi.org/project/jupyter-rsession-proxy) (📥 1K / month):
```
pip install jupyter-rsession-proxy
```
jupyter-archive (🥉16 · ⭐ 36) - Jupyter / Jupyterlab扩展,用于制作,下载和提取。BSD-3
- [GitHub](https://github.com/jupyterlab-contrib/jupyter-archive) (👨💻 6 · 🔀 6 · 📥 3.3K · 📋 25 - 8% open · ⏱️ 07.02.2021):
```
git clone https://github.com/jupyterlab-contrib/jupyter-archive
```
- [Conda](https://anaconda.org/conda-forge/jupyter-archive) (📥 13K · ⏱️ 03.01.2021):
```
conda install -c conda-forge jupyter-archive
```
jupyter-tensorboard (🥉15 · ⭐ 450 · 💀) - 在Jupyter Notebook中启动Tensorboard。MIT
- [GitHub](https://github.com/lspvic/jupyter_tensorboard) (👨💻 4 · 🔀 66 · 📋 65 - 58% open · ⏱️ 16.02.2020):
```
git clone https://github.com/lspvic/jupyter_tensorboard
```
- [PyPi](https://pypi.org/project/jupyter-tensorboard) (📥 8K / month):
```
pip install jupyter-tensorboard
```
HTTP-over-WebSocket (🥉15 · ⭐ 170) - Jupyter对ws-over-ws的支持。Apache-2
- [GitHub](https://github.com/googlecolab/jupyter_http_over_ws) (👨💻 3 · 🔀 25 · 📋 25 - 72% open · ⏱️ 08.01.2021):
```
git clone https://github.com/googlecolab/jupyter_http_over_ws
```
- [PyPi](https://pypi.org/project/jupyter_http_over_ws) (📥 8.9K / month):
```
pip install jupyter_http_over_ws
```
Jupyter Spark (🥉14 · ⭐ 190) - 利用pandas DataFrames的Jupyter Notebook扩展。MPL-2.0
- [GitHub](https://github.com/mozilla/jupyter-spark) (👨💻 12 · 🔀 30 · 📋 27 - 48% open · ⏱️ 01.12.2020):
```
git clone https://github.com/mozilla/jupyter-spark
```
- [PyPi](https://pypi.org/project/jupyter-spark) (📥 1.5K / month):
```
pip install jupyter-spark
```
Content Management (🥉14 · ⭐ 75 · 💀) - Jupyter内容管理扩展。BSD-3
- [GitHub](https://github.com/jupyter-incubator/contentmanagement) (👨💻 8 · 🔀 24 · 📋 27 - 25% open · ⏱️ 11.06.2018):
```
git clone https://github.com/jupyter-incubator/contentmanagement
```
- [PyPi](https://pypi.org/project/jupyter_cms) (📥 310 / month):
```
pip install jupyter_cms
```
- [Conda](https://anaconda.org/conda-forge/jupyter_cms) (📥 59K · ⏱️ 15.10.2020):
```
conda install -c conda-forge jupyter_cms
```
nbzip (🥉14 · ⭐ 67 · 💀) - 压缩并下载jupyter笔记本的所有内容。Apache-2
- [GitHub](https://github.com/data-8/nbzip) (👨💻 6 · 🔀 15 · 📦 190 · 📋 14 - 64% open · ⏱️ 22.11.2019):
```
git clone https://github.com/data-8/nbzip
```
- [PyPi](https://pypi.org/project/nbzip) (📥 960 / month):
```
pip install nbzip
```
jupyter-nbrequirements (🥉12 · ⭐ 8) - Jupyter中的依赖关系管理和优化。MIT
- [GitHub](https://github.com/thoth-station/jupyter-nbrequirements) (👨💻 11 · 🔀 5 · 📋 28 - 28% open · ⏱️ 02.03.2021):
```
git clone https://github.com/thoth-station/jupyter-nbrequirements
```
PPExtensions (🥉9 · ⭐ 47 · 💀) - 一组iPython和Jupyter扩展。❗Unlicensed
- [GitHub](https://github.com/paypal/PPExtensions) (👨💻 9 · 🔀 25 · 📦 1 · 📋 38 - 42% open · ⏱️ 07.12.2018):
```
git clone https://github.com/paypal/PPExtensions
```
- [PyPi](https://pypi.org/project/ppextensions) (📥 110 / month):
```
pip install ppextensions
```
Jupyter Black (🥉8 · ⭐ 330 · 💀) - Jupyter Notebook的黑色格式化程序。BSD-3
- [GitHub](https://github.com/drillan/jupyter-black) (👨💻 2 · 🔀 12 · 📋 19 - 47% open · ⏱️ 01.02.2020):
```
git clone https://github.com/drillan/jupyter-black
```
jupyterterminals (🥉8 · ⭐ 7 · 💤) - Jupyter插件可支持嵌入式终端外壳。MIT
- [GitHub](https://github.com/willkessler/jupyterterminals) (🔀 2 · 📦 1 · ⏱️ 28.04.2020):
```
git clone https://github.com/willkessler/jupyterterminals
```
Jupyter-magic拓展
提供magic命令以访问笔记本中方便功能的扩展。
ipython-sql (🥇26 · ⭐ 1.4K) - %%sql magic for IPython, hopefully evolving into full SQL client. MIT
- [GitHub](https://github.com/catherinedevlin/ipython-sql) (👨💻 43 · 🔀 210 · 📦 1.6K · 📋 130 - 71% open · ⏱️ 14.03.2021):
```
git clone https://github.com/catherinedevlin/ipython-sql
```
- [PyPi](https://pypi.org/project/ipython-sql) (📥 28K / month):
```
pip install ipython-sql
```
- [Conda](https://anaconda.org/conda-forge/ipython-sql) (📥 110K · ⏱️ 14.10.2020):
```
conda install -c conda-forge ipython-sql
```
watermark (🥇25 · ⭐ 520) - 一个IPython魔术扩展,用于打印日期和时间戳版本。BSD-3
- [GitHub](https://github.com/rasbt/watermark) (👨💻 15 · 🔀 62 · 📦 960 · 📋 40 - 35% open · ⏱️ 18.02.2021):
```
git clone https://github.com/rasbt/watermark
```
- [PyPi](https://pypi.org/project/watermark) (📥 110K / month):
```
pip install watermark
```
- [Conda](https://anaconda.org/conda-forge/watermark) (📥 160K · ⏱️ 18.02.2021):
```
conda install -c conda-forge watermark
```
sparkmagic (🥈23 · ⭐ 960) - Jupyter魔术和内核,可用于远程Spark集群。❗Unlicensed
- [GitHub](https://github.com/jupyter-incubator/sparkmagic) (👨💻 49 · 🔀 330 · 📦 180 · 📋 360 - 33% open · ⏱️ 04.02.2021):
```
git clone https://github.com/jupyter-incubator/sparkmagic
```
- [PyPi](https://pypi.org/project/sparkmagic) (📥 43K / month):
```
pip install sparkmagic
```
- [Conda](https://anaconda.org/conda-forge/sparkmagic) (📥 28K · ⏱️ 07.01.2021):
```
conda install -c conda-forge sparkmagic
```
jupyter-notify (🥈20 · ⭐ 520 · 💀) - A Jupyter Notebook magic for browser notifications of cell.. BSD-3
- [GitHub](https://github.com/ShopRunner/jupyter-notify) (👨💻 9 · 🔀 33 · 📦 61 · 📋 19 - 42% open · ⏱️ 16.04.2018):
```
git clone https://github.com/ShopRunner/jupyter-notify
```
- [PyPi](https://pypi.org/project/jupyternotify) (📥 1.1K / month):
```
pip install jupyternotify
```
blackcellmagic (🥈15 · ⭐ 260 · 💀) - IPython魔术命令:格式化单元格中的python代码。MIT
- [GitHub](https://github.com/csurfer/blackcellmagic) (👨💻 3 · 🔀 8 · 📦 110 · 📋 8 - 37% open · ⏱️ 11.04.2019):
```
git clone https://github.com/csurfer/blackcellmagic
```
- [PyPi](https://pypi.org/project/blackcellmagic) (📥 4K / month):
```
pip install blackcellmagic
```
heat (🥉14 · ⭐ 730 · 💀) - IPython魔术命令:格式化单元格中的python代码。MIT
- [GitHub](https://github.com/csurfer/pyheatmagic) (👨💻 3 · 🔀 17 · 📦 23 · 📋 5 - 40% open · ⏱️ 21.04.2018):
```
git clone https://github.com/csurfer/pyheatmagic
```
- [PyPi](https://pypi.org/project/py-heat-magic) (📥 930 / month):
```
pip install py-heat-magic
```
py_d3 (🥉13 · ⭐ 430 · 💀) - D3 block magic for Jupyter notebook. MIT
- [GitHub](https://github.com/ResidentMario/py_d3) (👨💻 3 · 🔀 35 · 📋 16 - 12% open · ⏱️ 17.03.2019):
```
git clone https://github.com/ResidentMario/py_d3
```
- [PyPi](https://pypi.org/project/py_d3) (📥 790 / month):
```
pip install py_d3
```
SQLCell (🥉12 · ⭐ 140) - SQLCell:Jupyter Notebook的魔术函数。MIT
- [GitHub](https://github.com/tmthyjames/SQLCell) (👨💻 14 · 🔀 9 · 📦 1 · 📋 84 - 71% open · ⏱️ 06.10.2020):
```
git clone https://github.com/tmthyjames/SQLCell
```
- [PyPi](https://pypi.org/project/sqlcell) (📥 66 / month):
```
pip install sqlcell
```
pick (🥉12 · ⭐ 22) - 在启动时自定义您的内核。BSD-3
- [GitHub](https://github.com/nteract/pick) (👨💻 5 · 🔀 5 · 📋 9 - 44% open · ⏱️ 04.11.2020):
```
git clone https://github.com/nteract/pick
```
- [PyPi](https://pypi.org/project/pick) (📥 40K / month):
```
pip install pick
```
jupyter-manim (🥉11 · ⭐ 140) - manim单元魔术,用于IPython / Jupyter显示输出视频。MIT
- [GitHub](https://github.com/krassowski/jupyter-manim) (👨💻 4 · 🔀 10 · 📋 21 - 28% open · ⏱️ 05.02.2021):
```
git clone https://github.com/krassowski/jupyter-manim
```
Jupyter内核
Jupyter内核以给定的语言运行和内省用户的代码。
IPython Kernel (🥇30 · ⭐ 390) - IPython Kernel for Jupyter. ❗Unlicensed
- [GitHub](https://github.com/ipython/ipykernel) (👨💻 130 · 🔀 250 · 📦 110K · 📋 300 - 53% open · ⏱️ 24.04.2021):
```
git clone https://github.com/ipython/ipykernel
```
- [PyPi](https://pypi.org/project/ipykernel) (📥 10M / month):
```
pip install ipykernel
```
- [Conda](https://anaconda.org/anaconda/ipykernel) (📥 150K · ⏱️ 08.12.2020):
```
conda install -c anaconda ipykernel
```
Metakernel (🥇23 · ⭐ 230) - Jupyter/IPython内核工具。BSD-3
- [GitHub](https://github.com/Calysto/metakernel) (👨💻 27 · 🔀 68 · 📦 430 · 📋 140 - 17% open · ⏱️ 04.04.2021):
```
git clone https://github.com/Calysto/metakernel
```
- [PyPi](https://pypi.org/project/metakernel) (📥 18K / month):
```
pip install metakernel
```
- [Conda](https://anaconda.org/conda-forge/metakernel) (📥 440K · ⏱️ 11.11.2020):
```
conda install -c conda-forge metakernel
```
gophernotes (🥇22 · ⭐ 2.9K) - 适用于Jupyter笔记本电脑和nteract的Go内核。MIT
- [GitHub](https://github.com/gopherdata/gophernotes) (👨💻 28 · 🔀 200 · 📥 39 · 📋 160 - 25% open · ⏱️ 13.04.2021):
```
git clone https://github.com/gopherdata/gophernotes
```
- [Docker Hub](https://hub.docker.com/r/gopherdata/gophernotes) (📥 83K · ⭐ 6 · ⏱️ 22.12.2018):
```
docker pull gopherdata/gophernotes
```
IRkernel (🥇21 · ⭐ 1.4K) - Jupyter的R内核。MIT
- [GitHub](https://github.com/IRkernel/IRkernel) (👨💻 38 · 🔀 280 · 📋 540 - 8% open · ⏱️ 10.02.2021):
```
git clone https://github.com/IRkernel/IRkernel
```
- [Conda](https://anaconda.org/r/r-irkernel) (📥 33K · ⏱️ 10.03.2020):
```
conda install -c r r-irkernel
```
- [Docker Hub](https://hub.docker.com/r/jupyter/r-notebook) (📥 340K · ⭐ 38 · ⏱️ 18.04.2021):
```
docker pull jupyter/r-notebook
```
IHaskell (🥈19 · ⭐ 2.2K) - 用于IPython的Haskell内核。MIT
- [GitHub](https://github.com/gibiansky/IHaskell) (👨💻 100 · 🔀 220 · 📦 4 · 📋 690 - 5% open · ⏱️ 28.02.2021):
```
git clone https://github.com/gibiansky/IHaskell
```
- [NPM](https://www.npmjs.com/package/ihaskell_jupyterlab) (📥 34 / month):
```
npm install ihaskell_jupyterlab
```
IJulia.jl (🥈19 · ⭐ 2.2K) - Jupyter的Julia内核。MIT
- [GitHub](https://github.com/JuliaLang/IJulia.jl) (👨💻 99 · 🔀 350 · 📋 750 - 10% open · ⏱️ 06.04.2021):
```
git clone https://github.com/JuliaLang/IJulia.jl
```
xeus-cling (🥈19 · ⭐ 1.8K) - 适用于C++编程语言的Jupyter内核。BSD-3
- [GitHub](https://github.com/jupyter-xeus/xeus-cling) (👨💻 18 · 🔀 190 · 📋 210 - 49% open · ⏱️ 13.04.2021):
```
git clone https://github.com/jupyter-xeus/xeus-cling
```
- [Conda](https://anaconda.org/conda-forge/xeus-cling) (📥 98K · ⏱️ 16.03.2021):
```
conda install -c conda-forge xeus-cling
```
IJavascript (🥈19 · ⭐ 1.5K) - Jupyter笔记本的JavaScript内核。❗Unlicensed
- [GitHub](https://github.com/n-riesco/ijavascript) (👨💻 14 · 🔀 120 · 📦 46 · 📋 200 - 24% open · ⏱️ 02.12.2020):
```
git clone https://github.com/n-riesco/ijavascript
```
- [NPM](https://www.npmjs.com/package/ijavascript) (📥 2.7K / month):
```
npm install ijavascript
```
Apache Toree (🥈19 · ⭐ 660 · 💤) - 适用于Apache Spark的Jupyter内核。Apache-2
- [GitHub](https://github.com/apache/incubator-toree) (👨💻 100 · 🔀 210 · ⏱️ 23.08.2020):
```
git clone https://github.com/apache/incubator-toree
```
- [PyPi](https://pypi.org/project/toree) (📥 13K / month):
```
pip install toree
```
Kernel Gateway (🥈19 · ⭐ 340) - Jupyter内核网关。❗Unlicensed
- [GitHub](https://github.com/jupyter/kernel_gateway) (👨💻 42 · 🔀 100 · 📥 79 · 📋 170 - 8% open · ⏱️ 21.04.2021):
```
git clone https://github.com/jupyter/kernel_gateway
```
- [PyPi](https://pypi.org/project/jupyter-kernel-gateway) (📥 9K / month):
```
pip install jupyter-kernel-gateway
```
almond (🥈18 · ⭐ 1.4K) - Jupyter的Scala内核。BSD-3
- [GitHub](https://github.com/almond-sh/almond) (👨💻 33 · 🔀 200 · 📥 1.1K · 📋 280 - 32% open · ⏱️ 22.04.2021):
```
git clone https://github.com/almond-sh/almond
```
- [Docker Hub](https://hub.docker.com/r/almondsh/almond) (📥 7.5K · ⭐ 6 · ⏱️ 01.04.2021):
```
docker pull almondsh/almond
```
IRuby (🥈18 · ⭐ 610) - 官方gem仓库:Jupyter/IPython Notebook的Ruby内核。MIT
- [GitHub](https://github.com/SciRuby/iruby) (👨💻 42 · 🔀 5 · 📥 14 · 📦 140 · 📋 170 - 25% open · ⏱️ 25.03.2021):
```
git clone https://github.com/SciRuby/iruby
```
- [Docker Hub](https://hub.docker.com/r/rubydata/datascience-notebook) (📥 790 · ⏱️ 04.03.2021):
```
docker pull rubydata/datascience-notebook
```
Octave Kernel (🥈18 · ⭐ 370 · 💤) - 用于IPython的Octave内核。BSD-3
- [GitHub](https://github.com/Calysto/octave_kernel) (👨💻 16 · 🔀 53 · 📋 160 - 16% open · ⏱️ 23.05.2020):
```
git clone https://github.com/calysto/octave_kernel
```
- [PyPi](https://pypi.org/project/octave_kernel) (📥 11K / month):
```
pip install octave_kernel
```
OCaml Kernel (🥈18 · ⭐ 180) - Jupyter(IPython)笔记本的OCaml内核。MIT
- [GitHub](https://github.com/akabe/ocaml-jupyter) (👨💻 16 · 🔀 25 · 📥 44K · 📋 66 - 4% open · ⏱️ 28.03.2021):
```
git clone https://github.com/akabe/ocaml-jupyter
```
SAS Kernel (🥈18 · ⭐ 160) - 用于SAS的Jupyter内核。Apache-2
- [GitHub](https://github.com/sassoftware/sas_kernel) (👨💻 7 · 🔀 67 · 📋 53 - 9% open · ⏱️ 14.04.2021):
```
git clone https://github.com/sassoftware/sas_kernel
```
- [PyPi](https://pypi.org/project/sas_kernel) (📥 1K / month):
```
pip install sas_kernel
```
Ansible Kernel (🥉17 · ⭐ 460) - Jupyter笔记本内核,用于运行Ansible任务。Apache-2
- [GitHub](https://github.com/ansible/ansible-jupyter-kernel) (👨💻 9 · 🔀 45 · 📦 7 · 📋 41 - 29% open · ⏱️ 05.03.2021):
```
git clone https://github.com/ansible/ansible-jupyter-kernel
```
- [PyPi](https://pypi.org/project/ansible-kernel) (📥 360 / month):
```
pip install ansible-kernel
```
- [Conda](https://anaconda.org/conda-forge/ansible-kernel) (📥 6.6K · ⏱️ 14.01.2020):
```
conda install -c conda-forge ansible-kernel
```
- [Docker Hub](https://hub.docker.com/r/benthomasson/ansible-jupyter-kernel) (📥 66K · ⭐ 2 · ⏱️ 12.12.2018):
```
docker pull benthomasson/ansible-jupyter-kernel
```
Enterprise Gateway (🥉17 · ⭐ 420) - 轻量级,多租户,可扩展和安全的网关。❗Unlicensed
- [GitHub](https://github.com/jupyter/enterprise_gateway) (👨💻 78 · 🔀 140 · 📥 9.2K · 📋 460 - 17% open · ⏱️ 16.04.2021):
```
git clone https://github.com/jupyter/enterprise_gateway
```
- [PyPi](https://pypi.org/project/jupyter_enterprise_gateway) (📥 780 / month):
```
pip install jupyter_enterprise_gateway
```
nb_conda_kernels (🥉17 · ⭐ 370) - Package for managing conda environment-based kernels inside.. BSD-3
- [GitHub](https://github.com/Anaconda-Platform/nb_conda_kernels) (👨💻 14 · 🔀 50 · 📋 120 - 20% open · ⏱️ 30.11.2020):
```
git clone https://github.com/Anaconda-Platform/nb_conda_kernels
```
- [Conda](https://anaconda.org/conda-forge/nb_conda_kernels) (📥 410K · ⏱️ 30.01.2021):
```
conda install -c conda-forge nb_conda_kernels
```
SciJava Kernel (🥉17 · ⭐ 170 · 💀) - 在Jupyter笔记本中编写SciJava脚本。Apache-2
- [GitHub](https://github.com/scijava/scijava-jupyter-kernel) (👨💻 8 · 🔀 39 · 📥 66 · 📋 79 - 12% open · ⏱️ 27.08.2019):
```
git clone https://github.com/scijava/scijava-jupyter-kernel
```
- [Conda](https://anaconda.org/conda-forge/scijava-jupyter-kernel) (📥 67K · ⏱️ 03.03.2018):
```
conda install -c conda-forge scijava-jupyter-kernel
```
Spylon Kernel (🥉17 · ⭐ 130 · 💀) - Jupyter kernel for scala and spark. ❗Unlicensed
- [GitHub](https://github.com/Valassis-Digital-Media/spylon-kernel) (👨💻 6 · 🔀 22 · 📦 56 · 📋 33 - 45% open · ⏱️ 20.09.2018):
```
git clone https://github.com/Valassis-Digital-Media/spylon-kernel
```
- [PyPi](https://pypi.org/project/spylon-kernel) (📥 2.8K / month):
```
pip install spylon-kernel
```
- [Conda](https://anaconda.org/conda-forge/spylon-kernel) (📥 66K · ⏱️ 05.10.2018):
```
conda install -c conda-forge spylon-kernel
```
IJava (🥉16 · ⭐ 640 · 💀) - 用于执行Java代码的Jupyter内核。MIT
- [GitHub](https://github.com/SpencerPark/IJava) (👨💻 4 · 🔀 120 · 📥 48K · 📋 110 - 50% open · ⏱️ 08.12.2019):
```
git clone https://github.com/SpencerPark/IJava
```
F# Kernel (🥉16 · ⭐ 430 · 💤) - F# for Jupyter Notebooks. BSD-3
- [GitHub](https://github.com/fsprojects/IfSharp) (👨💻 27 · 🔀 69 · 📥 5.2K · 📋 140 - 9% open · ⏱️ 10.09.2020):
```
git clone https://github.com/fsprojects/IfSharp
```
- [Docker Hub](https://hub.docker.com/r/fsprojects/ifsharp) (📥 530 · ⏱️ 26.03.2019):
```
docker pull fsprojects/ifsharp
```
IElixir (🥉16 · ⭐ 320) - Jupyter的Elixir编程语言内核。Apache-2
- [GitHub](https://github.com/pprzetacznik/IElixir) (👨💻 18 · 🔀 37 · 📋 29 - 31% open · ⏱️ 20.03.2021):
```
git clone https://github.com/pprzetacznik/IElixir
```
- [Docker Hub](https://hub.docker.com/r/pprzetacznik/ielixir) (📥 210 · ⭐ 1 · ⏱️ 20.03.2021):
```
docker pull pprzetacznik/ielixir
```
clojupyter (🥉15 · ⭐ 680) - 用于Clojure的Jupyter内核。MIT
- [GitHub](https://github.com/clojupyter/clojupyter) (👨💻 23 · 🔀 73 · 📋 84 - 19% open · ⏱️ 25.01.2021):
```
git clone https://github.com/clojupyter/clojupyter
```
- [Conda](https://anaconda.org/simplect/clojupyter) (📥 2.1K · ⏱️ 02.03.2020):
```
conda install -c simplect clojupyter
```
- [Docker Hub](https://hub.docker.com/r/simplect/clojupyter) (📥 280 · ⏱️ 25.04.2019):
```
docker pull simplect/clojupyter
```
LFortran (🥉15 · ⭐ 230) - https://gitlab.com/lfortran/lfortran的官方镜像。❗Unlicensed
- [GitHub](https://github.com/lfortran/lfortran) (👨💻 13 · 🔀 12 · ⏱️ 24.04.2021):
```
git clone https://github.com/lfortran/lfortran
```
- [PyPi](https://pypi.org/project/lfortran) (📥 140 / month):
```
pip install lfortran
```
- [Conda](https://anaconda.org/conda-forge/lfortran) (📥 21K · ⏱️ 08.03.2021):
```
conda install -c conda-forge lfortran
```
Wolfram Kernel (🥉14 · ⭐ 560) - 适用于Jupyter的Wolfram语言内核。MIT
- [GitHub](https://github.com/WolframResearch/WolframLanguageForJupyter) (👨💻 6 · 🔀 68 · 📥 3.5K · 📋 77 - 20% open · ⏱️ 15.12.2020):
```
git clone https://github.com/WolframResearch/WolframLanguageForJupyter
```
Matlab Kernel (🥉14 · ⭐ 380) - Jupyter的Matlab内核。❗Unlicensed
- [GitHub](https://github.com/Calysto/matlab_kernel) (👨💻 17 · 🔀 71 · 📋 120 - 18% open · ⏱️ 09.11.2020):
```
git clone https://github.com/calysto/matlab_kernel
```
- [PyPi](https://pypi.org/project/matlab_kernel) (📥 1.6K / month):
```
pip install matlab_kernel
```
Kernel Detection (🥉14 · ⭐ 140 · 💀) - 一个Jupyter插件,用于自动检测。BSD-2
- [GitHub](https://github.com/Cadair/jupyter_environment_kernels) (👨💻 7 · 🔀 16 · 📋 28 - 21% open · ⏱️ 12.02.2018):
```
git clone https://github.com/Cadair/jupyter_environment_kernels
```
- [PyPi](https://pypi.org/project/environment_kernels) (📥 4.4K / month):
```
pip install environment_kernels
```
lgo (🥉13 · ⭐ 2.2K · 💀) - 使用Jupyter进行交互式Go编程。BSD-3
- [GitHub](https://github.com/yunabe/lgo) (👨💻 9 · 🔀 100 · 📋 74 - 28% open · ⏱️ 09.07.2019):
```
git clone https://github.com/yunabe/lgo
```
Bash Kernel (🥉13 · ⭐ 540 · 💀) - IPython的bash内核。❗Unlicensed
- [GitHub](https://github.com/takluyver/bash_kernel) (👨💻 13 · 🔀 96 · 📥 2.8K · 📋 86 - 38% open · ⏱️ 22.07.2019):
```
git clone https://github.com/takluyver/bash_kernel
```
- [PyPi](https://pypi.org/project/bash_kernel) (📥 5.6K / month):
```
pip install bash_kernel
```
SSH Kernel (🥉12 · ⭐ 43 · 💤) - Jupyter的SSH内核。BSD-3
- [GitHub](https://github.com/NII-cloud-operation/sshkernel) (👨💻 4 · 🔀 8 · 📦 2 · 📋 7 - 14% open · ⏱️ 28.09.2020):
```
git clone https://github.com/NII-cloud-operation/sshkernel
```
- [PyPi](https://pypi.org/project/sshkernel) (📥 200 / month):
```
pip install sshkernel
```
ICSharp (🥉11 · ⭐ 260 · 💀) - Jupyter的C#内核。Apache-2
- [GitHub](https://github.com/zabirauf/icsharp) (👨💻 10 · 🔀 60 · 📋 46 - 73% open · ⏱️ 23.09.2018):
```
git clone https://github.com/zabirauf/icsharp
```
xeus-sqlite (🥉11 · ⭐ 120) - 适用于SQLite的Jupyter内核。BSD-3
- [GitHub](https://github.com/jupyter-xeus/xeus-sqlite) (👨💻 11 · 🔀 19 · 📋 36 - 44% open · ⏱️ 13.04.2021):
```
git clone https://github.com/jupyter-xeus/xeus-sqlite
```
remote_ikernel (🥉10 · ⭐ 5) - All your Jupyter kernels, on all your machines, in one place. BSD-2
- [GitHub](https://github.com/tdaff/remote_ikernel) (👨💻 7 · 🔀 6 · 📋 26 - 30% open · ⏱️ 08.11.2020):
```
git clone https://github.com/tdaff/remote_ikernel
```
- [PyPi](https://pypi.org/project/remote_ikernel) (📥 600 / month):
```
pip install remote_ikernel
```
ssh_ipykernel (🥉7 · ⭐ 3) - A remote jupyter kernel via ssh. MIT
- [GitHub](https://github.com/bernhard-42/ssh_ipykernel) (👨💻 2 · 🔀 1 · ⏱️ 21.04.2021):
```
git clone https://github.com/bernhard-42/ssh_ipykernel
```
kernel-relay (🥉5 · ⭐ 9 · 💀) - kernel-relay是与之接口的GraphQL服务。❗Unlicensed
- [GitHub](https://github.com/nteract/kernel-relay) (👨💻 3 · 🔀 5 · 📋 12 - 83% open · ⏱️ 10.07.2019):
```
git clone https://github.com/nteract/kernel-relay
```
Jupyter-Notebook分享与格式转换
与笔记本文件共享、转换和简化协作的工具(例如,通过git)。
nbconvert (🥇33 · ⭐ 1.1K) - Jupyter Notebook Conversion. ❗Unlicensed
- [GitHub](https://github.com/jupyter/nbconvert) (👨💻 210 · 🔀 420 · 📦 99K · 📋 860 - 40% open · ⏱️ 23.04.2021):
```
git clone https://github.com/jupyter/nbconvert
```
- [PyPi](https://pypi.org/project/nbconvert) (📥 11M / month):
```
pip install nbconvert
```
- [Conda](https://anaconda.org/conda-forge/nbconvert) (📥 3.8M · ⏱️ 21.01.2021):
```
conda install -c conda-forge nbconvert
```
Jupytext (🥇30 · ⭐ 4.5K) - Jupyter Notebooks作为Markdown文档,Julia,Python或R脚本的工具。MIT
- [GitHub](https://github.com/mwouts/jupytext) (👨💻 58 · 🔀 280 · 📦 1.4K · 📋 430 - 14% open · ⏱️ 25.03.2021):
```
git clone https://github.com/mwouts/jupytext
```
- [PyPi](https://pypi.org/project/jupytext) (📥 86K / month):
```
pip install jupytext
```
- [Conda](https://anaconda.org/conda-forge/jupytext) (📥 170K · ⏱️ 26.03.2021):
```
conda install -c conda-forge jupytext
```
- [NPM](https://www.npmjs.com/package/jupyterlab-jupytext) (📥 13K / month):
```
npm install jupyterlab-jupytext
```
Jupyter Book (🥇29 · ⭐ 2.2K) - 从Jupyter构建交互式的,具有出版质量的文档。BSD-3
- [GitHub](https://github.com/executablebooks/jupyter-book) (👨💻 76 · 🔀 310 · 📦 2.2K · 📋 780 - 36% open · ⏱️ 18.04.2021):
```
git clone https://github.com/executablebooks/jupyter-book
```
- [PyPi](https://pypi.org/project/jupyter-book) (📥 15K / month):
```
pip install jupyter-book
```
nikola (🥇29 · ⭐ 2.1K) - 静态网站和博客生成器。MIT
- [GitHub](https://github.com/getnikola/nikola) (👨💻 220 · 🔀 330 · 📦 360 · 📋 2K - 1% open · ⏱️ 13.04.2021):
```
git clone https://github.com/getnikola/nikola
```
- [PyPi](https://pypi.org/project/nikola) (📥 3.1K / month):
```
pip install nikola
```
Voila (🥈24 · ⭐ 3.2K) - Voil将Jupyter笔记本变成独立的Web应用程序。❗Unlicensed
- [GitHub](https://github.com/voila-dashboards/voila) (👨💻 47 · 🔀 310 · 📦 3.6K · 📋 470 - 40% open · ⏱️ 22.04.2021):
```
git clone https://github.com/voila-dashboards/voila
```
- [PyPi](https://pypi.org/project/voila) (📥 38K / month):
```
pip install voila
```
- [Conda](https://anaconda.org/conda-forge/voila) (📥 110K · ⏱️ 13.04.2021):
```
conda install -c conda-forge voila
```
- [NPM](https://www.npmjs.com/package/@jupyter-voila/jupyterlab-preview) (📥 2.5K / month):
```
npm install @jupyter-voila/jupyterlab-preview
```
RISE (🥈24 · ⭐ 3K) - 实时Reveal.js Jupyter/IPython幻灯片扩展。❗Unlicensed
- [GitHub](https://github.com/damianavila/RISE) (👨💻 39 · 🔀 350 · 📦 1.5K · 📋 400 - 31% open · ⏱️ 14.01.2021):
```
git clone https://github.com/damianavila/RISE
```
- [PyPi](https://pypi.org/project/RISE) (📥 6.8K / month):
```
pip install RISE
```
- [Conda](https://anaconda.org/conda-forge/rise) (📥 150K · ⏱️ 11.03.2021):
```
conda install -c conda-forge rise
```
nbdime (🥈23 · ⭐ 2K) - 区分和合并Jupyter笔记本的工具。❗Unlicensed
- [GitHub](https://github.com/jupyter/nbdime) (👨💻 32 · 🔀 110 · 📦 45 · 📋 260 - 18% open · ⏱️ 20.04.2021):
```
git clone https://github.com/jupyter/nbdime
```
- [PyPi](https://pypi.org/project/nbdime) (📥 130K / month):
```
pip install nbdime
```
- [Conda](https://anaconda.org/conda-forge/nbdime) (📥 300K · ⏱️ 15.04.2021):
```
conda install -c conda-forge nbdime
```
- [NPM](https://www.npmjs.com/package/nbdime-jupyterlab) (📥 240K / month):
```
npm install nbdime-jupyterlab
```
Knowledge Repo (🥈22 · ⭐ 4.7K) - 下一代知识共享平台Apache-2
- [GitHub](https://github.com/airbnb/knowledge-repo) (👨💻 57 · 🔀 600 · 📋 280 - 42% open · ⏱️ 12.03.2021):
```
git clone https://github.com/airbnb/knowledge-repo
```
- [PyPi](https://pypi.org/project/knowledge-repo) (📥 3.7K / month):
```
pip install knowledge-repo
```
nbviewer (🥈22 · ⭐ 1.9K) - nbconvert作为Web服务:将Jupyter Notebooks渲染为静态Web。BSD-3
- [GitHub](https://github.com/jupyter/nbviewer) (👨💻 83 · 🔀 460 · 📦 5 · 📋 550 - 26% open · ⏱️ 02.12.2020):
```
git clone https://github.com/jupyter/nbviewer
```
- [Docker Hub](https://hub.docker.com/r/jupyter/nbviewer) (📥 1.8M · ⭐ 26 · ⏱️ 02.12.2020):
```
docker pull jupyter/nbviewer
```
Stencila (🥉21 · ⭐ 590) - 用于可复制研究的在线文档。Apache-2
- [GitHub](https://github.com/stencila/stencila) (👨💻 20 · 🔀 32 · 📥 1.2K · 📦 13 · 📋 450 - 1% open · ⏱️ 23.04.2021):
```
git clone https://github.com/stencila/stencila
```
- [NPM](https://www.npmjs.com/package/stencila) (📥 340 / month):
```
npm install stencila
```
- [Docker Hub](https://hub.docker.com/r/stencila/cloud) (📥 16K · ⏱️ 08.04.2019):
```
docker pull stencila/cloud
```
notedown (🥉19 · ⭐ 760 · 💀) - Markdown = IPython Notebook. BSD-2
- [GitHub](https://github.com/aaren/notedown) (👨💻 7 · 🔀 87 · 📦 120 · 📋 68 - 57% open · ⏱️ 16.11.2017):
```
git clone https://github.com/aaren/notedown
```
- [PyPi](https://pypi.org/project/notedown) (📥 4.3K / month):
```
pip install notedown
```
- [Conda](https://anaconda.org/conda-forge/notedown) (📥 32K · ⏱️ 07.06.2018):
```
conda install -c conda-forge notedown
```
BinderHub (🥉18 · ⭐ 1.9K) - 在云端运行您的代码。BSD-3
- [GitHub](https://github.com/jupyterhub/binderhub) (👨💻 72 · 🔀 270 · 📦 5 · 📋 570 - 42% open · ⏱️ 07.04.2021):
```
git clone https://github.com/jupyterhub/binderhub
```
scrapbook (🥉18 · ⭐ 210) - 一个用于在笔记本中记录和读取数据的库。BSD-3
- [GitHub](https://github.com/nteract/scrapbook) (👨💻 11 · 🔀 22 · 📦 27 · 📋 46 - 52% open · ⏱️ 16.03.2021):
```
git clone https://github.com/nteract/scrapbook
```
- [PyPi](https://pypi.org/project/nteract-scrapbook) (📥 69K / month):
```
pip install nteract-scrapbook
```
commuter (🥉17 · ⭐ 360) - 笔记本共享中心。BSD-3
- [GitHub](https://github.com/nteract/commuter) (👨💻 27 · 🔀 59 · 📦 3 · 📋 85 - 55% open · ⏱️ 19.04.2021):
```
git clone https://github.com/nteract/commuter
```
- [NPM](https://www.npmjs.com/package/@nteract/commuter) (📥 490 / month):
```
npm install @nteract/commuter
```
ThebeLab (🥉17 · ⭐ 210) - ThebeLab:将静态HTML页面转换为实时文档。BSD-3
- [GitHub](https://github.com/executablebooks/thebe) (👨💻 24 · 🔀 47 · 📋 110 - 51% open · ⏱️ 09.04.2021):
```
git clone https://github.com/executablebooks/thebe
```
bookstore (🥉17 · ⭐ 160 · 💀) - 面向大众的笔记本存储和发布工作流程。BSD-3
- [GitHub](https://github.com/nteract/bookstore) (👨💻 7 · 🔀 16 · 📦 4 · 📋 73 - 46% open · ⏱️ 09.12.2019):
```
git clone https://github.com/nteract/bookstore
```
- [PyPi](https://pypi.org/project/bookstore) (📥 1.6K / month):
```
pip install bookstore
```
nbinteract (🥉16 · ⭐ 200) - 从Jupyter Notebooks创建交互式网页。BSD-3
- [GitHub](https://github.com/SamLau95/nbinteract) (👨💻 8 · 🔀 22 · 📦 1 · 📋 68 - 39% open · ⏱️ 15.04.2021):
```
git clone https://github.com/SamLau95/nbinteract
```
- [PyPi](https://pypi.org/project/nbinteract) (📥 6.9K / month):
```
pip install nbinteract
```
mkdocs-jupyter (🥉16 · ⭐ 47) - 在mkdocs中使用Jupyter Notebook。Apache-2
- [GitHub](https://github.com/danielfrg/mkdocs-jupyter) (👨💻 6 · 🔀 6 · 📦 89 · 📋 21 - 23% open · ⏱️ 15.04.2021):
```
git clone https://github.com/danielfrg/mkdocs-jupyter
```
- [PyPi](https://pypi.org/project/mkdocs-jupyter) (📥 3.8K / month):
```
pip install mkdocs-jupyter
```
jupyter-flex (🥉14 · ⭐ 160) - 使用Jupyter Notebook构建仪表板。Apache-2
- [GitHub](https://github.com/danielfrg/jupyter-flex) (👨💻 2 · 🔀 24 · 📦 21 · 📋 30 - 10% open · ⏱️ 04.04.2021):
```
git clone https://github.com/danielfrg/jupyter-flex
```
pynb (🥉13 · ⭐ 230 · 💤) - Jupyter Notebooks是带有嵌入式Markdown文本的纯Python代码。MIT
- [GitHub](https://github.com/elehcimd/pynb) (👨💻 8 · 🔀 5 · 📦 11 · ⏱️ 07.07.2020):
```
git clone https://github.com/elehcimd/pynb
```
cdsdashboards (🥉13 · ⭐ 94) - 用于ContainDS仪表板的JupyterHub扩展。❗Unlicensed
- [GitHub](https://github.com/ideonate/cdsdashboards) (👨💻 9 · 🔀 17 · 📋 53 - 20% open · ⏱️ 20.04.2021):
```
git clone https://github.com/ideonate/cdsdashboards
```
- [PyPi](https://pypi.org/project/cdsdashboards) (📥 1.2K / month):
```
pip install cdsdashboards
```
- [Conda](https://anaconda.org/conda-forge/cdsdashboards) (📥 7.4K · ⏱️ 20.04.2021):
```
conda install -c conda-forge cdsdashboards
```
nbgallery (🥉12 · ⭐ 140) - 企业Jupyter笔记本共享和协作应用程序。MIT
- [GitHub](https://github.com/nbgallery/nbgallery) (👨💻 18 · 🔀 20 · 📋 300 - 23% open · ⏱️ 15.04.2021):
```
git clone https://github.com/nbgallery/nbgallery
```
- [Docker Hub](https://hub.docker.com/r/nbgallery/nbgallery) (📥 76K · ⭐ 3 · ⏱️ 15.04.2021):
```
docker pull nbgallery/nbgallery
```
jnotebook-reader (🥉12 · ⭐ 71 · 🐣) - 一款很棒的查看器,用于浏览和渲染Jupyter。Apache-2
- [GitHub](https://github.com/line/jnotebook_reader) (👨💻 4 · 🔀 11 · ⏱️ 10.02.2021):
```
git clone https://github.com/line/jnotebook_reader
```
Jupyter-Notebook工具
与笔记本文件一起工作或可以在笔记本文件中使用的库和工具。
nbformat (🥇29 · ⭐ 140) - Jupyter Notebook格式的参考实现。❗Unlicensed
- [GitHub](https://github.com/jupyter/nbformat) (👨💻 56 · 🔀 110 · 📦 100K · 📋 95 - 33% open · ⏱️ 02.04.2021):
```
git clone https://github.com/jupyter/nbformat
```
- [PyPi](https://pypi.org/project/nbformat) (📥 12M / month):
```
pip install nbformat
```
- [Conda](https://anaconda.org/conda-forge/nbformat) (📥 4.8M · ⏱️ 02.04.2021):
```
conda install -c conda-forge nbformat
```
PixieDust (🥇26 · ⭐ 1K) - 适用于Jupyter Notebook的Python Helper库。Apache-2
- [GitHub](https://github.com/pixiedust/pixiedust) (👨💻 33 · 🔀 160 · 📦 190 · 📋 420 - 38% open · ⏱️ 16.02.2021):
```
git clone https://github.com/pixiedust/pixiedust
```
- [PyPi](https://pypi.org/project/pixiedust) (📥 11K / month):
```
pip install pixiedust
```
- [Conda](https://anaconda.org/conda-forge/pixiedust) (📥 25K · ⏱️ 06.02.2021):
```
conda install -c conda-forge pixiedust
```
repo2docker (🥇25 · ⭐ 1.2K) - 将存储库转换为支持Jupyter的Docker映像。BSD-3
- [GitHub](https://github.com/jupyterhub/repo2docker) (👨💻 95 · 🔀 240 · 📦 110 · 📋 420 - 36% open · ⏱️ 20.04.2021):
```
git clone https://github.com/jupyterhub/repo2docker
```
- [PyPi](https://pypi.org/project/jupyter-repo2docker) (📥 3.3K / month):
```
pip install jupyter-repo2docker
```
nbdev (🥈24 · ⭐ 2.7K) - 使用Jupyter Notebook创建python项目。Apache-2
- [GitHub](https://github.com/fastai/nbdev) (👨💻 58 · 🔀 280 · 📋 260 - 13% open · ⏱️ 21.04.2021):
```
git clone https://github.com/fastai/nbdev
```
- [PyPi](https://pypi.org/project/nbdev) (📥 38K / month):
```
pip install nbdev
```
nbclient (🥈24 · ⭐ 62) - 用于执行笔记本的客户端库。❗Unlicensed
- [GitHub](https://github.com/jupyter/nbclient) (👨💻 19 · 🔀 28 · 📦 15K · 📋 64 - 29% open · ⏱️ 07.04.2021):
```
git clone https://github.com/jupyter/nbclient
```
- [PyPi](https://pypi.org/project/nbclient) (📥 10M / month):
```
pip install nbclient
```
- [Conda](https://anaconda.org/conda-forge/nbclient) (📥 1.1M · ⏱️ 26.02.2021):
```
conda install -c conda-forge nbclient
```
ipyparallel (🥈23 · ⭐ 1.9K) - Python中的交互式并行计算。❗Unlicensed
- [GitHub](https://github.com/ipython/ipyparallel) (👨💻 97 · 🔀 750 · 📦 1.5K · 📋 250 - 57% open · ⏱️ 19.04.2021):
```
git clone https://github.com/ipython/ipyparallel
```
- [PyPi](https://pypi.org/project/ipyparallel) (📥 170K / month):
```
pip install ipyparallel
```
- [Conda](https://anaconda.org/conda-forge/ipyparallel) (📥 420K · ⏱️ 22.01.2021):
```
conda install -c conda-forge ipyparallel
```
nbval (🥈23 · ⭐ 350) - 一个py.test插件,用于验证Jupyter笔记本。❗Unlicensed
- [GitHub](https://github.com/computationalmodelling/nbval) (👨💻 26 · 🔀 36 · 📦 1K · 📋 89 - 32% open · ⏱️ 27.01.2021):
```
git clone https://github.com/computationalmodelling/nbval
```
- [PyPi](https://pypi.org/project/nbval) (📥 67K / month):
```
pip install nbval
```
- [Conda](https://anaconda.org/conda-forge/nbval) (📥 130K · ⏱️ 31.07.2020):
```
conda install -c conda-forge nbval
```
Jupyter Client (🥈23 · ⭐ 220) - Jupyter protocol client APIs. BSD-3
- [GitHub](https://github.com/jupyter/jupyter_client) (👨💻 100 · 🔀 200 · 📋 260 - 43% open · ⏱️ 13.04.2021):
```
git clone https://github.com/jupyter/jupyter_client
```
- [PyPi](https://pypi.org/project/jupyter-client) (📥 11M / month):
```
pip install jupyter-client
```
BeakerX (🥈22 · ⭐ 2.6K) - Jupyter Notebook的Beaker扩展。Apache-2
- [GitHub](https://github.com/twosigma/beakerx) (👨💻 43 · 🔀 370 · 📥 31 · 📋 4.5K - 7% open · ⏱️ 21.01.2021):
```
git clone https://github.com/twosigma/beakerx
```
- [PyPi](https://pypi.org/project/beakerx) (📥 8.9K / month):
```
pip install beakerx
```
- [Conda](https://anaconda.org/conda-forge/beakerx) (📥 400K · ⏱️ 16.10.2020):
```
conda install -c conda-forge beakerx
```
- [NPM](https://www.npmjs.com/package/beakerx) (📥 1.4K / month):
```
npm install beakerx
```
- [Docker Hub](https://hub.docker.com/r/beakerx/beakerx) (📥 240K · ⭐ 21 · ⏱️ 02.12.2018):
```
docker pull beakerx/beakerx
```
Jupyter Sphinx (🥈20 · ⭐ 120) - Sphinx扩展,用于呈现Jupyter交互式小部件。BSD-3
- [GitHub](https://github.com/jupyter/jupyter-sphinx) (👨💻 23 · 🔀 42 · 📋 100 - 33% open · ⏱️ 23.04.2021):
```
git clone https://github.com/jupyter/jupyter-sphinx
```
- [PyPi](https://pypi.org/project/jupyter_sphinx) (📥 67K / month):
```
pip install jupyter_sphinx
```
nbmake-action (🥉17 · ⭐ 150) - GitHub用于测试笔记本的动作。Apache-2
- [GitHub](https://github.com/treebeardtech/nbmake-action) (👨💻 2 · 🔀 6 · 📦 60 · ⏱️ 09.04.2021):
```
git clone https://github.com/treebeardtech/nbmake-action
```
sphinxcontrib.jupyter (🥉17 · ⭐ 67 · 💤) - 用于生成Jupyter笔记本的Sphinx扩展。BSD-3
- [GitHub](https://github.com/QuantEcon/sphinxcontrib-jupyter) (👨💻 13 · 🔀 22 · 📦 22 · 📋 180 - 48% open · ⏱️ 18.06.2020):
```
git clone https://github.com/QuantEcon/sphinxcontrib-jupyter
```
- [PyPi](https://pypi.org/project/sphinxcontrib-jupyter) (📥 670 / month):
```
pip install sphinxcontrib-jupyter
```
ipytest (🥉16 · ⭐ 140 · 💤) - IPython笔记本中的Pytest。MIT
- [GitHub](https://github.com/chmp/ipytest) (👨💻 3 · 🔀 10 · 📦 96 · 📋 39 - 7% open · ⏱️ 25.07.2020):
```
git clone https://github.com/chmp/ipytest
```
- [PyPi](https://pypi.org/project/ipytest) (📥 16K / month):
```
pip install ipytest
```
treon (🥉15 · ⭐ 260) - Jupyter Notebooks易于使用的测试框架。MIT
- [GitHub](https://github.com/ReviewNB/treon) (👨💻 4 · 🔀 17 · 📦 29 · 📋 11 - 18% open · ⏱️ 08.10.2020):
```
git clone https://github.com/ReviewNB/treon
```
- [PyPi](https://pypi.org/project/treon) (📥 2.7K / month):
```
pip install treon
```
nbQA (🥉15 · ⭐ 210) - 在Jupyter Notebook上运行任何标准的Python代码质量工具。MIT
- [GitHub](https://github.com/nbQA-dev/nbQA) (👨💻 12 · 🔀 12 · 📋 200 - 12% open · ⏱️ 22.04.2021):
```
git clone https://github.com/nbQA-dev/nbQA
```
- [PyPi](https://pypi.org/project/nbqa) (📥 5.3K / month):
```
pip install nbqa
```
nbopen (🥉14 · ⭐ 260 · 💀) - Open a Jupyter notebook in the best available server. BSD-3
- [GitHub](https://github.com/takluyver/nbopen) (👨💻 10 · 🔀 44 · 📋 59 - 59% open · ⏱️ 25.04.2018):
```
git clone https://github.com/takluyver/nbopen
```
- [PyPi](https://pypi.org/project/nbopen) (📥 1.3K / month):
```
pip install nbopen
```
Jupyter Helpers (🥉14 · ⭐ 41) - Jupyter/IPython的帮助程序集合。MIT
- [GitHub](https://github.com/krassowski/jupyter-helpers) (👨💻 2 · 🔀 3 · 📋 5 - 60% open · ⏱️ 10.02.2021):
```
git clone https://github.com/krassowski/jupyter-helpers
```
- [PyPi](https://pypi.org/project/jupyter_helpers) (📥 540 / month):
```
pip install jupyter_helpers
```
JupyterWith (🥉13 · ⭐ 250) - 声明性和可复制的Jupyter环境-由Nix提供支持。MIT
- [GitHub](https://github.com/tweag/jupyterWith) (👨💻 17 · 🔀 57 · 📋 74 - 50% open · ⏱️ 02.10.2020):
```
git clone https://github.com/tweag/jupyterWith
```
testbook (🥉13 · ⭐ 220) - 以正确的方式对Jupyter笔记本进行单元测试。BSD-3
- [GitHub](https://github.com/nteract/testbook) (👨💻 8 · 🔀 17 · 📦 32 · 📋 54 - 22% open · ⏱️ 17.04.2021):
```
git clone https://github.com/nteract/testbook
```
Kernel Management (🥉13 · ⭐ 10 · 💀) - 针对Jupyter的实验性新内核管理框架。❗Unlicensed
- [GitHub](https://github.com/takluyver/jupyter_kernel_mgmt) (👨💻 74 · 🔀 7 · 📥 12 · 📋 24 - 41% open · ⏱️ 29.01.2020):
```
git clone https://github.com/takluyver/jupyter_kernel_mgmt
```
- [PyPi](https://pypi.org/project/jupyter-kernel-mgmt) (📥 150 / month):
```
pip install jupyter-kernel-mgmt
```
ipyexperiments (🥉12 · ⭐ 130) - 适用于GPU和一般设备的jupyter / ipython实验容器。❗Unlicensed
- [GitHub](https://github.com/stas00/ipyexperiments) (👨💻 3 · 🔀 9 · 📦 4 · ⏱️ 28.03.2021):
```
git clone https://github.com/stas00/ipyexperiments
```
- [PyPi](https://pypi.org/project/ipyexperiments) (📥 540 / month):
```
pip install ipyexperiments
```
naas (🥉12 · ⭐ 29) - Notebook调度工具,像API一样运行它们。❗️AGPL-3.0
- [GitHub](https://github.com/jupyter-naas/naas) (👨💻 10 · 🔀 3 · ⏱️ 22.04.2021):
```
git clone https://github.com/jupyter-naas/naas
```
- [PyPi](https://pypi.org/project/naas) (📥 12K / month):
```
pip install naas
```
jupyter2slides (🥉11 · ⭐ 760 · 💀) - 使用Jupyter Notebook的Cloud Native演示幻灯片MIT
- [GitHub](https://github.com/datitran/jupyter2slides) (🔀 160 · 📋 14 - 71% open · ⏱️ 28.12.2018):
```
git clone https://github.com/datitran/jupyter2slides
```
Jupter-Notebook-REST-API (🥉7 · ⭐ 27 · 💀) - 将jupyter笔记本作为REST API端点运行。MIT
- [GitHub](https://github.com/Invictify/Jupter-Notebook-REST-API) (👨💻 2 · 🔀 4 · ⏱️ 31.03.2020):
```
git clone https://github.com/Invictify/Jupter-Notebook-REST-API
```
JupyterLab渲染器
可以呈现和显示特定MIME类型文件的扩展名。
JupyterLab Dash (🥇20 · ⭐ 350 · 💤) - An Extension for the Interactive development of Dash apps in.. MIT
- [GitHub](https://github.com/plotly/jupyterlab-dash) (👨💻 7 · 🔀 48 · 📦 110 · 📋 28 - 71% open · ⏱️ 19.05.2020):
```
git clone https://github.com/plotly/jupyterlab-dash
```
- [PyPi](https://pypi.org/project/jupyterlab-dash) (📥 1.5K / month):
```
pip install jupyterlab-dash
```
- [NPM](https://www.npmjs.com/package/jupyterlab-dash) (📥 180K / month):
```
npm install jupyterlab-dash
```
JupyterLab Renderers (🥈19 · ⭐ 400) - JupyterLab的渲染器和渲染器扩展。BSD-3
- [GitHub](https://github.com/jupyterlab/jupyter-renderers) (👨💻 22 · 🔀 59 · 📦 1 · 📋 97 - 28% open · ⏱️ 12.03.2021):
```
git clone https://github.com/jupyterlab/jupyter-renderers
```
- [NPM](https://www.npmjs.com/package/@jupyterlab/geojson-extension) (📥 170K / month):
```
npm install @jupyterlab/geojson-extension
```
JupyterLab Drawio (🥈16 · ⭐ 460) - FOSS drawio/mxgraph程序包的独立嵌入。BSD-3
- [GitHub](https://github.com/QuantStack/jupyterlab-drawio) (👨💻 15 · 🔀 54 · 📦 5 · 📋 56 - 66% open · ⏱️ 17.03.2021):
```
git clone https://github.com/QuantStack/jupyterlab-drawio
```
- [NPM](https://www.npmjs.com/package/jupyterlab-drawio) (📥 6.8K / month):
```
npm install jupyterlab-drawio
```
JupyterLab Latex (🥈16 · ⭐ 350) - JupyterLab扩展,用于实时编辑LaTeX文档。BSD-3
- [GitHub](https://github.com/jupyterlab/jupyterlab-latex) (👨💻 17 · 🔀 48 · 📦 2 · 📋 72 - 58% open · ⏱️ 02.02.2021):
```
git clone https://github.com/jupyterlab/jupyterlab-latex
```
- [PyPi](https://pypi.org/project/jupyterlab_latex) (📥 1.2K / month):
```
pip install jupyterlab_latex
```
- [NPM](https://www.npmjs.com/package/@jupyterlab/latex) (📥 3.5K / month):
```
npm install @jupyterlab/latex
```
JupyterLab Chart Editor (🥈16 · ⭐ 180) - JupyterLab扩展,用于实时编辑LaTeX文档。❗Unlicensed
- [GitHub](https://github.com/plotly/jupyterlab-chart-editor) (👨💻 5 · 🔀 17 · 📦 3 · 📋 31 - 38% open · ⏱️ 10.03.2021):
```
git clone https://github.com/plotly/jupyterlab-chart-editor
```
- [NPM](https://www.npmjs.com/package/jupyterlab-chart-editor) (📥 3.6K / month):
```
npm install jupyterlab-chart-editor
```
JupyterLab Spreadsheet (🥉15 · ⭐ 110) - JupyterLab插件,用于查看电子表格。BSD-3
- [GitHub](https://github.com/quigleyj97/jupyterlab-spreadsheet) (👨💻 4 · 🔀 9 · 📋 19 - 31% open · ⏱️ 02.02.2021):
```
git clone https://github.com/quigleyj97/jupyterlab-spreadsheet
```
- [NPM](https://www.npmjs.com/package/jupyterlab-spreadsheet) (📥 4.4K / month):
```
npm install jupyterlab-spreadsheet
```
JupyterLab Voyager (🥉13 · ⭐ 250 · 💀) - JupyterLab extension visualize data with Voyager. BSD-3
- [GitHub](https://github.com/altair-viz/jupyterlab_voyager) (👨💻 6 · 🔀 29 · 📋 60 - 66% open · ⏱️ 14.08.2019):
```
git clone https://github.com/altair-viz/jupyterlab_voyager
```
- [NPM](https://www.npmjs.com/package/jupyterlab_voyager) (📥 120 / month):
```
npm install jupyterlab_voyager
```
JupyterLab主题
可以自定义JupyterLab外观的扩展。
jupyterlab-theme-solarized-dark (🥇15 · ⭐ 36) - JupyterLab 2.x Solarized Dark扩展。BSD-3
- [GitHub](https://github.com/AllanChain/jupyterlab-theme-solarized-dark) (👨💻 2 · 🔀 3 · 📋 2 - 50% open · ⏱️ 20.04.2021):
```
git clone https://github.com/AllanChain/jupyterlab-theme-solarized-dark
```
- [PyPi](https://pypi.org/project/jupyterlab_theme_solarized_dark) (📥 390 / month):
```
pip install jupyterlab_theme_solarized_dark
```
- [NPM](https://www.npmjs.com/package/jupyterlab-theme-solarized-dark) (📥 5.2K / month):
```
npm install jupyterlab-theme-solarized-dark
```
Darcula Theme (🥈13 · ⭐ 90) - A handsome Darcula theme for Jupyterlab. The first jlab theme to.. BSD-3
- [GitHub](https://github.com/telamonian/theme-darcula) (👨💻 6 · 🔀 12 · 📋 15 - 13% open · ⏱️ 07.04.2021):
```
git clone https://github.com/telamonian/theme-darcula
```
- [NPM](https://www.npmjs.com/package/@telamonian/theme-darcula) (📥 4.3K / month):
```
npm install @telamonian/theme-darcula
```
Neon Theme (🥈13 · ⭐ 89) - JupyterLab的扁平,80年代霓虹灯启发主题。BSD-3
- [GitHub](https://github.com/yeebc/jupyterlab-neon-theme) (👨💻 3 · 🔀 5 · 📦 1 · 📋 11 - 9% open · ⏱️ 07.03.2021):
```
git clone https://github.com/yeebc/jupyterlab-neon-theme
```
- [NPM](https://www.npmjs.com/package/@yeebc/jupyterlab_neon_theme) (📥 1.8K / month):
```
npm install @yeebc/jupyterlab_neon_theme
```
Horizon Theme (🥉12 · ⭐ 30) - JupyterLab的VSCode Horizon主题端口。BSD-3
- [GitHub](https://github.com/mohirio/jupyterlab-horizon-theme) (🔀 1 · ⏱️ 11.04.2021):
```
git clone https://github.com/mohirio/jupyterlab-horizon-theme
```
- [NPM](https://www.npmjs.com/package/@mohirio/jupyterlab-horizon-theme) (📥 3.9K / month):
```
npm install @mohirio/jupyterlab-horizon-theme
```
Material Darker Theme (🥉10 · ⭐ 120 · 💤) - JupyterLab的Material Darker主题。❗Unlicensed
- [GitHub](https://github.com/oriolmirosa/jupyterlab_materialdarker) (👨💻 2 · 🔀 14 · 📦 4 · 📋 16 - 25% open · ⏱️ 09.05.2020):
```
git clone https://github.com/oriolmirosa/jupyterlab_materialdarker
```
- [NPM](https://www.npmjs.com/package/@oriolmirosa/jupyterlab_materialdarker) (📥 1.2K / month):
```
npm install @oriolmirosa/jupyterlab_materialdarker
```
Gruvbox Theme (🥉9 · ⭐ 33 · 💤) - Jupyter Lab的Gruvbox黑暗主题。❗Unlicensed
- [GitHub](https://github.com/Rahlir/theme-gruvbox) (👨💻 3 · 🔀 7 · ⏱️ 12.04.2020):
```
git clone https://github.com/Rahlir/theme-gruvbox
```
- [NPM](https://www.npmjs.com/package/@rahlir/theme-gruvbox) (📥 200 / month):
```
npm install @rahlir/theme-gruvbox
```
Theme Toggle (🥉9 · ⭐ 8) - JupyterLab extension to toggle the theme in the Top Bar area. BSD-3
- [GitHub](https://github.com/jtpio/jupyterlab-theme-toggle) (🔀 1 · 📦 2 · 📋 3 - 66% open · ⏱️ 06.11.2020):
```
git clone https://github.com/jtpio/jupyterlab-theme-toggle
```
- [NPM](https://www.npmjs.com/package/jupyterlab-theme-toggle) (📥 2.9K / month):
```
npm install jupyterlab-theme-toggle
```
Nord Theme (🥉6 · ⭐ 23 · 💤) - JupyterLab-Nord主题。❗Unlicensed
- [GitHub](https://github.com/kenshohara/theme-nord-extension) (🔀 1 · 📋 5 - 40% open · ⏱️ 20.09.2020):
```
git clone https://github.com/kenshohara/theme-nord-extension
```
- [NPM](https://www.npmjs.com/package/@kenshohara/theme-nord-extension) (📥 60 / month):
```
npm install @kenshohara/theme-nord-extension
```
JupyterLab扩展
扩展JupyterLab自身功能的应用程序插件。
JupyterLab Git (🥇25 · ⭐ 850) - JupyterLab的Git扩展。BSD-3
- [GitHub](https://github.com/jupyterlab/jupyterlab-git) (👨💻 58 · 🔀 170 · 📦 13 · 📋 440 - 16% open · ⏱️ 18.04.2021):
```
git clone https://github.com/jupyterlab/jupyterlab-git
```
- [PyPi](https://pypi.org/project/jupyterlab-git) (📥 56K / month):
```
pip install jupyterlab-git
```
- [Conda](https://anaconda.org/conda-forge/jupyterlab-git) (📥 63K · ⏱️ 17.04.2021):
```
conda install -c conda-forge jupyterlab-git
```
JupyterLab Debugger (🥇25 · ⭐ 490) - 适用于Jupyter笔记本电脑,控制台等的可视调试器。BSD-3
- [GitHub](https://github.com/jupyterlab/debugger) (👨💻 11 · 🔀 34 · 📦 52 · 📋 260 - 6% open · ⏱️ 31.03.2021):
```
git clone https://github.com/jupyterlab/debugger
```
- [NPM](https://www.npmjs.com/package/@jupyterlab/debugger) (📥 80K / month):
```
npm install @jupyterlab/debugger
```
Perspective (🥇23 · ⭐ 3.3K) - 通过WebAssembly进行流式透视显示。Apache-2
- [GitHub](https://github.com/finos/perspective) (👨💻 62 · 🔀 350 · 📦 180 · 📋 390 - 15% open · ⏱️ 23.04.2021):
```
git clone https://github.com/finos/perspective
```
- [PyPi](https://pypi.org/project/perspective-python) (📥 1.9K / month):
```
pip install perspective-python
```
- [NPM](https://www.npmjs.com/package/@finos/perspective-jupyterlab) (📥 1.9K / month):
```
npm install @finos/perspective-jupyterlab
```
JupyterLab LSP (🥇22 · ⭐ 850) - JupyterLab的编码帮助(代码导航+悬停)。BSD-3
- [GitHub](https://github.com/krassowski/jupyterlab-lsp) (👨💻 28 · 🔀 61 · 📦 1 · 📋 300 - 33% open · ⏱️ 22.04.2021):
```
git clone https://github.com/krassowski/jupyterlab-lsp
```
- [NPM](https://www.npmjs.com/package/@krassowski/jupyterlab-lsp) (📥 16K / month):
```
npm install @krassowski/jupyterlab-lsp
```
Variable Inspector (🥇21 · ⭐ 770) - Jupyterlab的变量查看器扩展。BSD-3
- [GitHub](https://github.com/lckr/jupyterlab-variableInspector) (👨💻 16 · 🔀 71 · 📦 3 · 📋 140 - 18% open · ⏱️ 10.04.2021):
```
git clone https://github.com/lckr/jupyterlab-variableInspector
```
- [NPM](https://www.npmjs.com/package/@lckr/jupyterlab_variableinspector) (📥 16K / month):
```
npm install @lckr/jupyterlab_variableinspector
```
JupyterLab TOC (🥇21 · ⭐ 670) - Table of Contents extension for JupyterLab. BSD-3
- [GitHub](https://github.com/jupyterlab/jupyterlab-toc) (👨💻 12 · 🔀 94 · 📦 65 · 📋 110 - 57% open · ⏱️ 20.11.2020):
```
git clone https://github.com/jupyterlab/jupyterlab-toc
```
- [NPM](https://www.npmjs.com/package/@jupyterlab/toc) (📥 200K / month):
```
npm install @jupyterlab/toc
```
elyra (🥈20 · ⭐ 910) - Elyra以AI为中心的方法对JupyterLab笔记本进行拓展。Apache-2
- [GitHub](https://github.com/elyra-ai/elyra) (👨💻 22 · 🔀 140 · 📦 18 · 📋 910 - 19% open · ⏱️ 24.04.2021):
```
git clone https://github.com/elyra-ai/elyra
```
- [PyPi](https://pypi.org/project/elyra) (📥 1.8K / month):
```
pip install elyra
```
- [Conda](https://anaconda.org/conda-forge/elyra) (📥 3.6K · ⏱️ 20.04.2021):
```
conda install -c conda-forge elyra
```
JupyterLab Templates (🥈19 · ⭐ 230) - 在jupyterlab的jupyter-Notebook各种模板。Apache-2
- [GitHub](https://github.com/jpmorganchase/jupyterlab_templates) (👨💻 12 · 🔀 37 · 📦 4 · 📋 72 - 8% open · ⏱️ 29.03.2021):
```
git clone https://github.com/jpmorganchase/jupyterlab_templates
```
- [PyPi](https://pypi.org/project/jupyterlab_templates) (📥 4.1K / month):
```
pip install jupyterlab_templates
```
- [NPM](https://www.npmjs.com/package/jupyterlab_templates) (📥 4.6K / month):
```
npm install jupyterlab_templates
```
Code Formatter (🥈18 · ⭐ 430) - JupyterLab的通用代码格式化工具。MIT
- [GitHub](https://github.com/ryantam626/jupyterlab_code_formatter) (👨💻 30 · 🔀 34 · 📋 120 - 9% open · ⏱️ 02.04.2021):
```
git clone https://github.com/ryantam626/jupyterlab_code_formatter
```
- [PyPi](https://pypi.org/project/jupyterlab_code_formatter) (📥 13K / month):
```
pip install jupyterlab_code_formatter
```
- [NPM](https://www.npmjs.com/package/@ryantam626/jupyterlab_code_formatter) (📥 12K / month):
```
npm install @ryantam626/jupyterlab_code_formatter
```
JupyterLab Google Drive (🥈18 · ⭐ 340 · 💤) - 使用Google云端硬盘的JupyterLab的云存储。BSD-3
- [GitHub](https://github.com/jupyterlab/jupyterlab-google-drive) (👨💻 13 · 🔀 62 · 📦 2 · 📋 92 - 29% open · ⏱️ 22.06.2020):
```
git clone https://github.com/jupyterlab/jupyterlab-google-drive
```
- [NPM](https://www.npmjs.com/package/@jupyterlab/google-drive) (📥 4.1K / month):
```
npm install @jupyterlab/google-drive
```
JupyterLab GitHub (🥈18 · ⭐ 280 · 💀) - GitHub integration for JupyterLab. BSD-3
- [GitHub](https://github.com/jupyterlab/jupyterlab-github) (👨💻 12 · 🔀 71 · 📦 2 · 📋 57 - 40% open · ⏱️ 04.03.2020):
```
git clone https://github.com/jupyterlab/jupyterlab-github
```
- [PyPi](https://pypi.org/project/jupyterlab-github) (📥 980 / month):
```
pip install jupyterlab-github
```
- [NPM](https://www.npmjs.com/package/@jupyterlab/github) (📥 2.6K / month):
```
npm install @jupyterlab/github
```
dask-labextension (🥈18 · ⭐ 220) - JupyterLab扩展,用于实时编辑LaTeX文档。BSD-3
- [GitHub](https://github.com/dask/dask-labextension) (👨💻 17 · 🔀 36 · 📋 100 - 26% open · ⏱️ 05.04.2021):
```
git clone https://github.com/dask/dask-labextension
```
- [PyPi](https://pypi.org/project/dask-labextension) (📥 4.8K / month):
```
pip install dask-labextension
```
- [Conda](https://anaconda.org/conda-forge/dask-labextension) (📥 250K · ⏱️ 03.03.2021):
```
conda install -c conda-forge dask-labextension
```
- [NPM](https://www.npmjs.com/package/dask-labextension) (📥 15K / month):
```
npm install dask-labextension
```
JupyterLab SideCar (🥈18 · ⭐ 170) - JupyterLab的sidecar输出小部件。BSD-3
- [GitHub](https://github.com/jupyter-widgets/jupyterlab-sidecar) (👨💻 11 · 🔀 32 · 📦 3 · 📋 28 - 64% open · ⏱️ 11.03.2021):
```
git clone https://github.com/jupyter-widgets/jupyterlab-sidecar
```
- [PyPi](https://pypi.org/project/sidecar) (📥 2.1K / month):
```
pip install sidecar
```
- [NPM](https://www.npmjs.com/package/@jupyter-widgets/jupyterlab-sidecar) (📥 2.3K / month):
```
npm install @jupyter-widgets/jupyterlab-sidecar
```
JupyterLab System Monitor (🥈18 · ⭐ 170) - JupyterLab扩展以显示系统指标。BSD-3
- [GitHub](https://github.com/jtpio/jupyterlab-system-monitor) (👨💻 5 · 🔀 20 · 📦 4 · 📋 27 - 40% open · ⏱️ 20.04.2021):
```
git clone https://github.com/jtpio/jupyterlab-system-monitor
```
- [NPM](https://www.npmjs.com/package/jupyterlab-system-monitor) (📥 9.6K / month):
```
npm install jupyterlab-system-monitor
```
GPU Dashboards (🥈17 · ⭐ 390) - 一个JupyterLab扩展,用于显示GPU的仪表板。BSD-3
- [GitHub](https://github.com/rapidsai/jupyterlab-nvdashboard) (👨💻 13 · 🔀 40 · 📋 49 - 46% open · ⏱️ 19.04.2021):
```
git clone https://github.com/rapidsai/jupyterlab-nvdashboard
```
- [PyPi](https://pypi.org/project/jupyterlab-nvdashboard) (📥 2.2K / month):
```
pip install jupyterlab-nvdashboard
```
- [NPM](https://www.npmjs.com/package/jupyterlab-nvdashboard) (📥 16K / month):
```
npm install jupyterlab-nvdashboard
```
JupyterLab Top Bar (🥈17 · ⭐ 88) - JupyterLab顶部栏扩展。BSD-3
- [GitHub](https://github.com/jtpio/jupyterlab-topbar) (👨💻 3 · 🔀 7 · 📦 3 · 📋 16 - 43% open · ⏱️ 04.02.2021):
```
git clone https://github.com/jtpio/jupyterlab-topbar
```
- [NPM](https://www.npmjs.com/package/jupyterlab-topbar-extension) (📥 10K / month):
```
npm install jupyterlab-topbar-extension
```
JupyterLab Vim (🥈16 · ⭐ 850 · 💀) - 用于JupyterLab的Vim笔记本cell绑定。MIT
- [GitHub](https://github.com/jwkvam/jupyterlab-vim) (👨💻 8 · 🔀 71 · 📦 3 · 📋 90 - 54% open · ⏱️ 16.07.2019):
```
git clone https://github.com/jwkvam/jupyterlab-vim
```
- [NPM](https://www.npmjs.com/package/jupyterlab_vim) (📥 820 / month):
```
npm install jupyterlab_vim
```
Lantern (🥈16 · ⭐ 300) - 数据探索工具。Apache-2
- [GitHub](https://github.com/timkpaine/lantern) (👨💻 2 · 🔀 19 · 📦 14 · 📋 200 - 4% open · ⏱️ 27.02.2021):
```
git clone https://github.com/timkpaine/lantern
```
- [PyPi](https://pypi.org/project/pylantern) (📥 140 / month):
```
pip install pylantern
```
JupyterLab Go-To-Definition (🥈16 · ⭐ 190 · 💀) - 变量的定义查看器。BSD-3
- [GitHub](https://github.com/krassowski/jupyterlab-go-to-definition) (👨💻 2 · 🔀 7 · 📦 10 · 📋 22 - 40% open · ⏱️ 16.03.2020):
```
git clone https://github.com/krassowski/jupyterlab-go-to-definition
```
- [NPM](https://www.npmjs.com/package/@krassowski/jupyterlab_go_to_definition) (📥 7.2K / month):
```
npm install @krassowski/jupyterlab_go_to_definition
```
Jupyter Bokeh (🥈16 · ⭐ 170) - 用于在JupyterLab笔记本中呈现Bokeh内容的扩展。BSD-3
- [GitHub](https://github.com/bokeh/jupyter_bokeh) (👨💻 14 · 🔀 27 · 📋 73 - 8% open · ⏱️ 03.04.2021):
```
git clone https://github.com/bokeh/jupyter_bokeh
```
- [PyPi](https://pypi.org/project/jupyter-bokeh) (📥 11K / month):
```
pip install jupyter-bokeh
```
- [NPM](https://www.npmjs.com/package/@bokeh/jupyter_bokeh) (📥 54K / month):
```
npm install @bokeh/jupyter_bokeh
```
JupyterLab Spellchecker (🥈16 · ⭐ 110) - JupyterLab笔记本降价单元的拼写检查器。BSD-3
- [GitHub](https://github.com/jupyterlab-contrib/spellchecker) (👨💻 5 · 🔀 16 · 📦 1 · 📋 33 - 21% open · ⏱️ 13.04.2021):
```
git clone https://github.com/ijmbarr/jupyterlab_spellchecker
```
- [NPM](https://www.npmjs.com/package/@ijmbarr/jupyterlab_spellchecker) (📥 3.6K / month):
```
npm install @ijmbarr/jupyterlab_spellchecker
```
JupyterLab IFrame (🥈16 · ⭐ 66) - JupyterLab iframe小部件。Apache-2
- [GitHub](https://github.com/timkpaine/jupyterlab_iframe) (👨💻 3 · 🔀 11 · 📦 3 · 📋 59 - 6% open · ⏱️ 01.02.2021):
```
git clone https://github.com/timkpaine/jupyterlab_iframe
```
- [PyPi](https://pypi.org/project/jupyterlab_iframe) (📥 660 / month):
```
pip install jupyterlab_iframe
```
- [NPM](https://www.npmjs.com/package/jupyterlab_iframe) (📥 1.9K / month):
```
npm install jupyterlab_iframe
```
JupyterLab SQL (🥉15 · ⭐ 340 · 💀) - JupyterLab的SQL GUI。MIT
- [GitHub](https://github.com/pbugnion/jupyterlab-sql) (👨💻 2 · 🔀 38 · 📋 74 - 50% open · ⏱️ 04.01.2020):
```
git clone https://github.com/pbugnion/jupyterlab-sql
```
- [PyPi](https://pypi.org/project/jupyterlab_sql) (📥 1.8K / month):
```
pip install jupyterlab_sql
```
JupyterLab Tensorboard (🥉15 · ⭐ 250) - Jupyterlab的Tensorboard扩展。MIT
- [GitHub](https://github.com/chaoleili/jupyterlab_tensorboard) (👨💻 6 · 🔀 26 · 📦 2 · 📋 24 - 66% open · ⏱️ 24.02.2021):
```
git clone https://github.com/chaoleili/jupyterlab_tensorboard
```
- [NPM](https://www.npmjs.com/package/jupyterlab_tensorboard) (📥 5.4K / month):
```
npm install jupyterlab_tensorboard
```
JupyterLab Data Explorer (🥉15 · ⭐ 150 · 💤) - JupyterLab中的一流数据集。BSD-3
- [GitHub](https://github.com/jupyterlab/jupyterlab-data-explorer) (👨💻 9 · 🔀 29 · 📦 10 · 📋 87 - 60% open · ⏱️ 24.05.2020):
```
git clone https://github.com/jupyterlab/jupyterlab-data-explorer
```
- [NPM](https://www.npmjs.com/package/@jupyterlab/dataregistry-extension) (📥 160 / month):
```
npm install @jupyterlab/dataregistry-extension
```
jupyterlab-celltags (🥉15 · ⭐ 110 · 💤) - 一个JupyterLab扩展,用于显示GPU的仪表板。BSD-3
- [GitHub](https://github.com/jupyterlab/jupyterlab-celltags) (👨💻 10 · 🔀 24 · 📦 210 · 📋 18 - 61% open · ⏱️ 29.04.2020):
```
git clone https://github.com/jupyterlab/jupyterlab-celltags
```
JupyterLab Quickopen (🥉15 · ⭐ 65) - 通过在JupyterLab中键入文件的一部分来快速打开文件。BSD-3
- [GitHub](https://github.com/parente/jupyterlab-quickopen) (👨💻 5 · 🔀 7 · ⏱️ 21.03.2021):
```
git clone https://github.com/parente/jupyterlab-quickopen
```
- [PyPi](https://pypi.org/project/jupyterlab-quickopen) (📥 600 / month):
```
pip install jupyterlab-quickopen
```
- [NPM](https://www.npmjs.com/package/@parente/jupyterlab-quickopen) (📥 580 / month):
```
npm install @parente/jupyterlab-quickopen
```
jupyterlab-sos (🥉15 · ⭐ 44) - 适用于SoS Polyglot笔记本和工作流程的Jupyterlab扩展BSD-3
- [GitHub](https://github.com/vatlab/jupyterlab-sos) (👨💻 3 · 📦 4 · 📋 57 - 17% open · ⏱️ 14.04.2021):
```
git clone https://github.com/vatlab/jupyterlab-sos
```
- [Conda](https://anaconda.org/conda-forge/jupyterlab-sos) (📥 8K · ⏱️ 16.04.2021):
```
conda install -c conda-forge jupyterlab-sos
```
- [NPM](https://www.npmjs.com/package/jupyterlab-sos) (📥 490 / month):
```
npm install jupyterlab-sos
```
JupyterLab Python Files (🥉15 · ⭐ 41) - JupyterLab扩展来创建Python文件。BSD-3
- [GitHub](https://github.com/jtpio/jupyterlab-python-file) (👨💻 3 · 🔀 7 · 📋 9 - 22% open · ⏱️ 01.04.2021):
```
git clone https://github.com/jtpio/jupyterlab-python-file
```
- [NPM](https://www.npmjs.com/package/jupyterlab-python-file) (📥 3.1K / month):
```
npm install jupyterlab-python-file
```
nbgather (🥉14 · ⭐ 370 · 💀) - Jupyter笔记本分割工具。MIT
- [GitHub](https://github.com/microsoft/gather) (👨💻 12 · 🔀 26 · 📋 25 - 36% open · ⏱️ 14.02.2020):
```
git clone https://github.com/microsoft/gather
```
- [NPM](https://www.npmjs.com/package/nbgather) (📥 140 / month):
```
npm install nbgather
```
JupyterLab HDF5 (🥉14 · ⭐ 69) - 在JupyterLab中打开和浏览HDF5文件。BSD-3
- [GitHub](https://github.com/jupyterlab/jupyterlab-hdf5) (👨💻 4 · 🔀 14 · 📋 42 - 33% open · ⏱️ 19.03.2021):
```
git clone https://github.com/jupyterlab/jupyterlab-hdf5
```
- [PyPi](https://pypi.org/project/jupyterlab_hdf) (📥 830 / month):
```
pip install jupyterlab_hdf
```
- [NPM](https://www.npmjs.com/package/@jupyterlab/hdf5) (📥 770 / month):
```
npm install @jupyterlab/hdf5
```
JupyterLab Shortcutui (🥉14 · ⭐ 53 · 💀) - 一个JupyterLab扩展,用于显示GPU的仪表板。BSD-3
- [GitHub](https://github.com/jupyterlab/jupyterlab-shortcutui) (👨💻 8 · 🔀 14 · 📋 13 - 53% open · ⏱️ 17.01.2020):
```
git clone https://github.com/jupyterlab/jupyterlab-shortcutui
```
- [NPM](https://www.npmjs.com/package/@jupyterlab/shortcutui) (📥 770 / month):
```
npm install @jupyterlab/shortcutui
```
Collapsible Headings (🥉13 · ⭐ 120) - 为Jupyter实验室笔记本实现可折叠页眉。BSD-3
- [GitHub](https://github.com/aquirdTurtle/Collapsible_Headings) (👨💻 5 · 🔀 6 · 📋 26 - 26% open · ⏱️ 24.03.2021):
```
git clone https://github.com/aquirdTurtle/Collapsible_Headings
```
- [NPM](https://www.npmjs.com/package/@aquirdturtle/collapsible_headings) (📥 5.5K / month):
```
npm install @aquirdturtle/collapsible_headings
```
JupyterLab Commenting (🥉13 · ⭐ 78 · 💤) - JupyterLab的注释和注释。BSD-3
- [GitHub](https://github.com/jupyterlab/jupyterlab-commenting) (👨💻 10 · 🔀 21 · 📋 34 - 70% open · ⏱️ 01.05.2020):
```
git clone https://github.com/jupyterlab/jupyterlab-commenting
```
- [NPM](https://www.npmjs.com/package/@jupyterlab/commenting-extension) (📥 150 / month):
```
npm install @jupyterlab/commenting-extension
```
nbcelltests (🥉13 · ⭐ 59) - 用于Jupyter笔记本的逐个cell测试工具。Apache-2
- [GitHub](https://github.com/jpmorganchase/nbcelltests) (👨💻 7 · 🔀 16 · 📋 110 - 26% open · ⏱️ 01.04.2021):
```
git clone https://github.com/jpmorganchase/nbcelltests
```
- [PyPi](https://pypi.org/project/nbcelltests) (📥 140 / month):
```
pip install nbcelltests
```
- [NPM](https://www.npmjs.com/package/jupyterlab_celltests) (📥 120 / month):
```
npm install jupyterlab_celltests
```
JupyterLab Autoversion (🥉13 · ⭐ 51) - 在JupyterLab中Jupyter笔记本的自动版本控制。Apache-2
- [GitHub](https://github.com/timkpaine/jupyterlab_autoversion) (👨💻 3 · 🔀 5 · 📋 28 - 17% open · ⏱️ 31.01.2021):
```
git clone https://github.com/timkpaine/jupyterlab_autoversion
```
- [PyPi](https://pypi.org/project/jupyterlab_autoversion) (📥 230 / month):
```
pip install jupyterlab_autoversion
```
- [NPM](https://www.npmjs.com/package/jupyterlab_autoversion) (📥 110 / month):
```
npm install jupyterlab_autoversion
```
jupyterlab-sparkmonitor (🥉13 · ⭐ 47) - JupyterLab扩展,可启动监控。Apache-2
- [GitHub](https://github.com/itsjafer/jupyterlab-sparkmonitor) (👨💻 6 · 🔀 12 · 📋 11 - 72% open · ⏱️ 02.04.2021):
```
git clone https://github.com/itsjafer/jupyterlab-sparkmonitor
```
- [PyPi](https://pypi.org/project/jupyterlab-sparkmonitor) (📥 250 / month):
```
pip install jupyterlab-sparkmonitor
```
- [NPM](https://www.npmjs.com/package/jupyterlab_sparkmonitor) (📥 740 / month):
```
npm install jupyterlab_sparkmonitor
```
- [Docker Hub](https://hub.docker.com/r/itsjafer/sparkmonitor) (📥 110 · ⏱️ 02.04.2021):
```
docker pull itsjafer/sparkmonitor
```
jupyterlab_commands (🥉13 · ⭐ 32) - Add arbitrary python commands to the jupyterlab.. Apache-2
- [GitHub](https://github.com/timkpaine/jupyterlab_commands) (🔀 5 · 📦 3 · 📋 21 - 9% open · ⏱️ 31.01.2021):
```
git clone https://github.com/timkpaine/jupyterlab_commands
```
jupyterlab-execute-time (🥉12 · ⭐ 130) - 为Jupyter Lab执行时间插件。BSD-3
- [GitHub](https://github.com/deshaw/jupyterlab-execute-time) (👨💻 8 · 🔀 13 · ⏱️ 02.03.2021):
```
git clone https://github.com/deshaw/jupyterlab-execute-time
```
- [NPM](https://www.npmjs.com/package/jupyterlab-execute-time) (📥 7.5K / month):
```
npm install jupyterlab-execute-time
```
ipylab (🥉12 · ⭐ 61) - 使用Jupyter小部件从Python笔记本控制JupyterLab。BSD-3
- [GitHub](https://github.com/jtpio/ipylab) (👨💻 2 · 🔀 2 · 📋 23 - 43% open · ⏱️ 15.03.2021):
```
git clone https://github.com/jtpio/ipylab
```
- [PyPi](https://pypi.org/project/ipylab) (📥 340 / month):
```
pip install ipylab
```
- [Conda](https://anaconda.org/conda-forge/ipylab) (📥 4.6K · ⏱️ 12.01.2021):
```
conda install -c conda-forge ipylab
```
JupyterLab Email (🥉12 · ⭐ 46) - 一个jupyterlab扩展,可以直接从中发送电子邮件笔记本。Apache-2
- [GitHub](https://github.com/timkpaine/jupyterlab_email) (🔀 2 · 📋 35 - 14% open · ⏱️ 31.01.2021):
```
git clone https://github.com/timkpaine/jupyterlab_email
```
- [PyPi](https://pypi.org/project/jupyterlab_email) (📥 200 / month):
```
pip install jupyterlab_email
```
- [NPM](https://www.npmjs.com/package/jupyterlab_email) (📥 970 / month):
```
npm install jupyterlab_email
```
jupyter-fs (🥉11 · ⭐ 90) - 类似文件系统的内容管理器,用于Jupyter中的多个后端。Apache-2
- [GitHub](https://github.com/jpmorganchase/jupyter-fs) (👨💻 8 · 🔀 20 · 📋 44 - 29% open · ⏱️ 31.03.2021):
```
git clone https://github.com/jpmorganchase/jupyter-fs
```
- [PyPi](https://pypi.org/project/jupyter-fs) (📥 240 / month):
```
pip install jupyter-fs
```
JupyterLab Kernelspy (🥉11 · ⭐ 57) - Jupyter Lab扩展,用于检查往返于邮件的信息。❗Unlicensed
- [GitHub](https://github.com/jupyterlab-contrib/jupyterlab-kernelspy) (👨💻 4 · 🔀 6 · 📦 3 · 📋 13 - 15% open · ⏱️ 21.03.2021):
```
git clone https://github.com/jupyterlab-contrib/jupyterlab-kernelspy
```
- [NPM](https://www.npmjs.com/package/jupyterlab-kernelspy) (📥 530 / month):
```
npm install jupyterlab-kernelspy
```
JupyterLab Flake8 (🥉11 · ⭐ 46) - 一个jupyterlab扩展,可以直接从中发送电子邮件笔记本。Apache-2
- [GitHub](https://github.com/timkpaine/jupyterlab_email) (🔀 2 · 📋 35 - 14% open · ⏱️ 31.01.2021):
```
git clone https://github.com/timkpaine/jupyterlab_email
```
- [NPM](https://www.npmjs.com/package/jupyterlab-flake8) (📥 790 / month):
```
npm install jupyterlab-flake8
```
KnowledgeLab (🥉11 · ⭐ 40) - KnowledgeRepo + JupyterLab. Apache-2
- [GitHub](https://github.com/timkpaine/knowledgelab) (👨💻 3 · 🔀 6 · 📦 2 · 📋 25 - 8% open · ⏱️ 31.03.2021):
```
git clone https://github.com/timkpaine/knowledgelab
```
- [PyPi](https://pypi.org/project/knowledgelab) (📥 17 / month):
```
pip install knowledgelab
```
- [NPM](https://www.npmjs.com/package/knowledgelab) (📥 41 / month):
```
npm install knowledgelab
```
jupyterlab-flake8 (🥉10 · ⭐ 97 · 💤) - Jupyterlab用于笔记本和文本文件的python连接器。❗Unlicensed
- [GitHub](https://github.com/mlshapiro/jupyterlab-flake8) (👨💻 5 · 🔀 8 · 📋 36 - 16% open · ⏱️ 21.04.2020):
```
git clone https://github.com/mlshapiro/jupyterlab-flake8
```
- [NPM](https://www.npmjs.com/package/jupyterlab-flake8) (📥 790 / month):
```
npm install jupyterlab-flake8
```
JupyterLab Bytecode (🥉10 · ⭐ 57) - JupyterLab扩展,以探索CPython字节码。BSD-3
- [GitHub](https://github.com/jtpio/jupyterlab-python-bytecode) (👨💻 2 · 🔀 5 · 📋 5 - 40% open · ⏱️ 16.10.2020):
```
git clone https://github.com/jtpio/jupyterlab-python-bytecode
```
- [NPM](https://www.npmjs.com/package/jupyterlab-python-bytecode) (📥 54 / month):
```
npm install jupyterlab-python-bytecode
```
jupyterlab-executor (🥉10 · ⭐ 4 · 🐣) - JupyterLab扩展,以探索CPython字节码。BSD-3
- [GitHub](https://github.com/gavincyi/jupyterlab-executor) (👨💻 2 · ⏱️ 24.03.2021):
```
git clone https://github.com/gavincyi/jupyterlab-executor
```
- [PyPi](https://pypi.org/project/jupyterlab-executor) (📥 150 / month):
```
pip install jupyterlab-executor
```
- [NPM](https://www.npmjs.com/package/@gavincyi/jupyterlab-executor) (📥 42 / month):
```
npm install @gavincyi/jupyterlab-executor
```
jupyterlab-gitplus (🥉9 · ⭐ 77 · 💤) - JupyterLab扩展来创建Python文件。❗️AGPL-3.0
- [GitHub](https://github.com/ReviewNB/jupyterlab-gitplus) (👨💻 2 · 🔀 8 · 📋 9 - 55% open · ⏱️ 15.04.2020):
```
git clone https://github.com/ReviewNB/jupyterlab-gitplus
```
- [PyPi](https://pypi.org/project/jupyterlab_gitplus) (📥 150 / month):
```
pip install jupyterlab_gitplus
```
- [NPM](https://www.npmjs.com/package/@reviewnb/jupyterlab_gitplus) (📥 500 / month):
```
npm install @reviewnb/jupyterlab_gitplus
```
JupyterLab Spark (🥉8 · ⭐ 7 · 💤) - JupyterLab的Spark应用程序UI扩展。Apache-2
- [GitHub](https://github.com/manuzhang/jupyterlab_spark) (👨💻 2 · 🔀 2 · 📋 4 - 25% open · ⏱️ 11.09.2020):
```
git clone https://github.com/manuzhang/jupyterlab_spark
```
- [NPM](https://www.npmjs.com/package/jupyterlab_spark) (📥 58 / month):
```
npm install jupyterlab_spark
```
JupyterHub认证
管理和控制用户如何访问JupyterHub部署的身份验证模块。
OAuthenticator (🥇24 · ⭐ 300) - OAuth + JupyterHub Authenticator = OAuthenticator. BSD-3
- [GitHub](https://github.com/jupyterhub/oauthenticator) (👨💻 92 · 🔀 270 · 📦 200 · 📋 190 - 11% open · ⏱️ 09.04.2021):
```
git clone https://github.com/jupyterhub/oauthenticator
```
- [PyPi](https://pypi.org/project/oauthenticator) (📥 38K / month):
```
pip install oauthenticator
```
- [Conda](https://anaconda.org/conda-forge/oauthenticator) (📥 13K · ⏱️ 09.04.2021):
```
conda install -c conda-forge oauthenticator
```
LDAP Authenticator (🥇22 · ⭐ 150) - 用于Jupyter的LDAP Authenticator插件。BSD-3
- [GitHub](https://github.com/jupyterhub/ldapauthenticator) (👨💻 29 · 🔀 130 · 📦 69 · 📋 120 - 40% open · ⏱️ 16.04.2021):
```
git clone https://github.com/jupyterhub/ldapauthenticator
```
- [PyPi](https://pypi.org/project/jupyterhub-ldapauthenticator) (📥 7.7K / month):
```
pip install jupyterhub-ldapauthenticator
```
- [Conda](https://anaconda.org/conda-forge/jupyterhub-ldapauthenticator) (📥 18K · ⏱️ 28.08.2020):
```
conda install -c conda-forge jupyterhub-ldapauthenticator
```
LTI Authenticator (🥈17 · ⭐ 43) - 用于LTI的JupyterHub身份验证器。BSD-3
- [GitHub](https://github.com/jupyterhub/ltiauthenticator) (👨💻 8 · 🔀 29 · 📦 57 · 📋 20 - 35% open · ⏱️ 13.04.2021):
```
git clone https://github.com/jupyterhub/ltiauthenticator
```
- [PyPi](https://pypi.org/project/jupyterhub-ltiauthenticator) (📥 3.6K / month):
```
pip install jupyterhub-ltiauthenticator
```
Native Authenticator (🥈17 · ⭐ 38) - JupyterHub本地用户身份验证器。BSD-3
- [GitHub](https://github.com/jupyterhub/nativeauthenticator) (👨💻 16 · 🔀 41 · 📦 24 · 📋 61 - 34% open · ⏱️ 31.01.2021):
```
git clone https://github.com/jupyterhub/nativeauthenticator
```
- [PyPi](https://pypi.org/project/jupyterhub-nativeauthenticator) (📥 5.2K / month):
```
pip install jupyterhub-nativeauthenticator
```
First Use Authenticator (🥈16 · ⭐ 34) - JupyterHub Authenticator,可以让用户进行设置。BSD-3
- [GitHub](https://github.com/jupyterhub/firstuseauthenticator) (👨💻 11 · 🔀 20 · 📦 45 · 📋 17 - 17% open · ⏱️ 28.10.2020):
```
git clone https://github.com/jupyterhub/firstuseauthenticator
```
- [PyPi](https://pypi.org/project/jupyterhub-firstuseauthenticator) (📥 5.6K / month):
```
pip install jupyterhub-firstuseauthenticator
```
JWT Authenticator (🥈14 · ⭐ 33 · 💀) - JupyterHub的令牌验证器。Apache-2
- [GitHub](https://github.com/mogthesprog/jwtauthenticator) (👨💻 7 · 🔀 35 · 📦 7 · 📋 15 - 46% open · ⏱️ 13.02.2019):
```
git clone https://github.com/mogthesprog/jwtauthenticator
```
- [PyPi](https://pypi.org/project/jupyterhub-jwtauthenticator) (📥 270 / month):
```
pip install jupyterhub-jwtauthenticator
```
Null Authenticator (🥈14 · ⭐ 6) - Null Authenticator for JupyterHub instances that should have.. BSD-3
- [GitHub](https://github.com/jupyterhub/nullauthenticator) (👨💻 5 · 🔀 8 · 📦 61 · ⏱️ 09.02.2021):
```
git clone https://github.com/jupyterhub/nullauthenticator
```
- [PyPi](https://pypi.org/project/nullauthenticator) (📥 3.5K / month):
```
pip install nullauthenticator
```
SAML Authenticator (🥉12 · ⭐ 28 · 💤) - jupyterhub-samlauthenticator。MIT
- [GitHub](https://github.com/HewlettPackard/jupyterhub-samlauthenticator) (👨💻 6 · 🔀 14 · 📥 11 · 📋 24 - 50% open · ⏱️ 13.07.2020):
```
git clone https://github.com/HewlettPackard/jupyterhub-samlauthenticator
```
- [PyPi](https://pypi.org/project/jupyterhub-samlauthenticator) (📥 430 / month):
```
pip install jupyterhub-samlauthenticator
```
dummyauthenticator (🥉12 · ⭐ 26) - 虚拟的JupyterHub Authenticator使测试变得容易。BSD-3
- [GitHub](https://github.com/jupyterhub/dummyauthenticator) (🔀 15 · 📋 7 - 71% open · ⏱️ 12.02.2021):
```
git clone https://github.com/jupyterhub/dummyauthenticator
```
- [PyPi](https://pypi.org/project/jupyterhub-dummyauthenticator) (📥 4.9K / month):
```
pip install jupyterhub-dummyauthenticator
```
Remote User Auth (🥉11 · ⭐ 28 · 💀) - Jupyterhub的REMOTE_USER身份验证器。❗️GPL-3.0
- [GitHub](https://github.com/cwaldbieser/jhub_remote_user_authenticator) (👨💻 5 · 🔀 26 · 📋 15 - 46% open · ⏱️ 16.04.2019):
```
git clone https://github.com/cwaldbieser/jhub_remote_user_authenticator
```
- [PyPi](https://pypi.org/project/jhub_remote_user_authenticator) (📥 360 / month):
```
pip install jhub_remote_user_authenticator
```
Remote Authenticator (🥉11) - JupyterHub Authenticators的集合。❗️GPL-3.0
- [GitHub](https://github.com/ucphhpc/jhub-authenticators) (👨💻 5 · 🔀 1 · ⏱️ 03.02.2021):
```
git clone https://github.com/rasmunk/jhub-authenticators
```
- [PyPi](https://pypi.org/project/jhub-authenticators) (📥 260 / month):
```
pip install jhub-authenticators
```
Hash Authenticator (🥉10 · ⭐ 3) - 使用从其生成的密码对用户进行身份验证。BSD-3
- [GitHub](https://github.com/thedataincubator/jupyterhub-hashauthenticator) (👨💻 3 · 🔀 3 · ⏱️ 09.03.2021):
```
git clone https://github.com/thedataincubator/jupyterhub-hashauthenticator
```
- [PyPi](https://pypi.org/project/jupyterhub-hashauthenticator) (📥 150 / month):
```
pip install jupyterhub-hashauthenticator
```
CAS Authenticator (🥉9 · ⭐ 15 · 💀) - Jupyterhub的CAS验证器。❗️GPL-3.0
- [GitHub](https://github.com/cwaldbieser/jhub_cas_authenticator) (👨💻 4 · 🔀 10 · 📋 11 - 9% open · ⏱️ 27.03.2020):
```
git clone https://github.com/cwaldbieser/jhub_cas_authenticator
```
- [PyPi](https://pypi.org/project/jhub_cas_authenticator) (📥 320 / month):
```
pip install jhub_cas_authenticator
```
Keberos Authenticator (🥉8 · ⭐ 9 · 💀) - 用于LTI的JupyterHub身份验证器。BSD-3
- [GitHub](https://github.com/jupyterhub/kerberosauthenticator) (👨💻 2 · 🔀 3 · 📋 5 - 60% open · ⏱️ 16.07.2019):
```
git clone https://github.com/jupyterhub/kerberosauthenticator
```
- [PyPi](https://pypi.org/project/jupyterhub-kerberosauthenticator) (📥 73 / month):
```
pip install jupyterhub-kerberosauthenticator
```
SSH Authenticator (🥉6 · ⭐ 5 · 💀) - JupyterHub的简单SSH身份验证器。BSD-3
- [GitHub](https://github.com/andreas-h/sshauthenticator) (🔀 1 · ⏱️ 03.09.2019):
```
git clone https://github.com/andreas-h/sshauthenticator
```
JupyterHub容器等
启动、监视和停止单用户笔记本服务器的派生模块。
DockerSpawner (🥇22 · ⭐ 380) - 在Docker容器中生成JupyterHub单用户服务器。BSD-3
- [GitHub](https://github.com/jupyterhub/dockerspawner) (👨💻 62 · 🔀 260 · 📦 91 · 📋 240 - 5% open · ⏱️ 26.03.2021):
```
git clone https://github.com/jupyterhub/dockerspawner
```
- [PyPi](https://pypi.org/project/dockerspawner) (📥 6.7K / month):
```
pip install dockerspawner
```
- [Conda](https://anaconda.org/conda-forge/dockerspawner) (📥 7.6K · ⏱️ 26.04.2019):
```
conda install -c conda-forge dockerspawner
```
KubeSpawner (🥇22 · ⭐ 360) - Kubernetes spawner for JupyterHub. BSD-3
- [GitHub](https://github.com/jupyterhub/kubespawner) (👨💻 61 · 🔀 210 · 📦 89 · 📋 250 - 17% open · ⏱️ 14.03.2021):
```
git clone https://github.com/jupyterhub/kubespawner
```
- [PyPi](https://pypi.org/project/jupyterhub-kubespawner) (📥 9.2K / month):
```
pip install jupyterhub-kubespawner
```
BatchSpawner (🥈19 · ⭐ 120) - 用于Jupyterhub的自定义Spawner,可按计划批量启动服务器。BSD-3
- [GitHub](https://github.com/jupyterhub/batchspawner) (👨💻 38 · 🔀 87 · 📦 8 · 📋 110 - 36% open · ⏱️ 07.04.2021):
```
git clone https://github.com/jupyterhub/batchspawner
```
- [PyPi](https://pypi.org/project/batchspawner) (📥 640 / month):
```
pip install batchspawner
```
SystemdSpawner (🥉16 · ⭐ 66) - 使用Systemd生成JupyterHub单用户笔记本服务器。BSD-3
- [GitHub](https://github.com/jupyterhub/systemdspawner) (👨💻 15 · 🔀 35 · 📦 13 · 📋 46 - 47% open · ⏱️ 07.12.2020):
```
git clone https://github.com/jupyterhub/systemdspawner
```
- [PyPi](https://pypi.org/project/jupyterhub-systemdspawner) (📥 2.2K / month):
```
pip install jupyterhub-systemdspawner
```
SudoSpawner (🥉16 · ⭐ 35) - 使用Systemd生成JupyterHub单用户笔记本服务器。BSD-3
- [GitHub](https://github.com/jupyterhub/sudospawner) (👨💻 14 · 🔀 31 · 📦 32 · 📋 33 - 42% open · ⏱️ 15.04.2021):
```
git clone https://github.com/jupyterhub/sudospawner
```
- [PyPi](https://pypi.org/project/sudospawner) (📥 1.6K / month):
```
pip install sudospawner
```
WrapSpawner (🥉14 · ⭐ 41) - JupyterHub的生成器的运行时配置机制。BSD-3
- [GitHub](https://github.com/jupyterhub/wrapspawner) (👨💻 15 · 🔀 41 · 📦 3 · 📋 28 - 53% open · ⏱️ 13.04.2021):
```
git clone https://github.com/jupyterhub/wrapspawner
```
FargateSpawner (🥉11 · ⭐ 22 · 💤) - 在Docker容器中生成JupyterHub单用户服务器。MIT
- [GitHub](https://github.com/uktrade/fargatespawner) (👨💻 3 · 🔀 17 · 📋 8 - 50% open · ⏱️ 28.06.2020):
```
git clone https://github.com/uktrade/fargatespawner
```
- [PyPi](https://pypi.org/project/fargatespawner) (📥 540 / month):
```
pip install fargatespawner
```
YarnSpawner (🥉10 · ⭐ 18 · 💀) - 在Hadoop/YARN中生成JupyterHub单用户笔记本服务器。BSD-3
- [GitHub](https://github.com/jupyterhub/yarnspawner) (👨💻 2 · 🔀 8 · 📋 8 - 50% open · ⏱️ 16.07.2019):
```
git clone https://github.com/jupyterhub/yarnspawner
```
- [PyPi](https://pypi.org/project/jupyterhub-yarnspawner) (📥 98 / month):
```
pip install jupyterhub-yarnspawner
```
- [Conda](https://anaconda.org/conda-forge/jupyterhub-yarnspawner) (📥 20K · ⏱️ 08.10.2020):
```
conda install -c conda-forge jupyterhub-yarnspawner
```
Jupyter组件
Jupyter架构的核心组件。
ipython (🥇37 · ⭐ 15K) - Official repository for IPython itself. Other repos in the.. ❗Unlicensed
- [GitHub](https://github.com/ipython/ipython) (👨💻 810 · 🔀 4K · 📥 320K · 📦 190K · 📋 6.6K - 21% open · ⏱️ 20.04.2021):
```
git clone https://github.com/ipython/ipython
```
- [PyPi](https://pypi.org/project/ipython) (📥 16M / month):
```
pip install ipython
```
- [Conda](https://anaconda.org/conda-forge/ipython) (📥 6.2M · ⏱️ 27.03.2021):
```
conda install -c conda-forge ipython
```
jupyter_server (🥉24 · ⭐ 220) - The backendi.e. core services, APIs, and REST.. ❗Unlicensed
- [GitHub](https://github.com/jupyter-server/jupyter_server) (👨💻 430 · 🔀 100 · 📥 25 · 📋 180 - 36% open · ⏱️ 24.04.2021):
```
git clone https://github.com/jupyter-server/jupyter_server
```
- [PyPi](https://pypi.org/project/jupyter_server) (📥 660K / month):
```
pip install jupyter_server
```
- [Conda](https://anaconda.org/conda-forge/jupyter_server) (📥 340K · ⏱️ 22.04.2021):
```
conda install -c conda-forge jupyter_server
```
jupyter-packaging (🥉21 · ⭐ 29) - 帮助构建和安装Jupyter Python软件包的工具。BSD-3
- [GitHub](https://github.com/jupyter/jupyter-packaging) (👨💻 17 · 🔀 32 · 📋 20 - 25% open · ⏱️ 19.04.2021):
```
git clone https://github.com/jupyter/jupyter-packaging
```
- [PyPi](https://pypi.org/project/jupyter-packaging) (📥 570K / month):
```
pip install jupyter-packaging
```
- [Conda](https://anaconda.org/conda-forge/jupyter-packaging) (📥 110K · ⏱️ 20.04.2021):
```
conda install -c conda-forge jupyter-packaging
```
Others
qtconsole (🥇31 · ⭐ 260) - Jupyter Qt Console. BSD-3
- [GitHub](https://github.com/jupyter/qtconsole) (👨💻 110 · 🔀 150 · 📦 75K · 📋 270 - 32% open · ⏱️ 20.04.2021):
```
git clone https://github.com/jupyter/qtconsole
```
- [PyPi](https://pypi.org/project/qtconsole) (📥 6.9M / month):
```
pip install qtconsole
```
- [Conda](https://anaconda.org/conda-forge/qtconsole) (📥 1.8M · ⏱️ 17.03.2021):
```
conda install -c conda-forge qtconsole
```
panel (🥈29 · ⭐ 1K) - 适用于Python的高级应用程序和仪表板解决方案。BSD-3
- [GitHub](https://github.com/holoviz/panel) (👨💻 65 · 🔀 150 · 📦 1.3K · 📋 1.1K - 32% open · ⏱️ 23.04.2021):
```
git clone https://github.com/holoviz/panel
```
- [PyPi](https://pypi.org/project/panel) (📥 97K / month):
```
pip install panel
```
- [Conda](https://anaconda.org/conda-forge/panel) (📥 200K · ⏱️ 15.04.2021):
```
conda install -c conda-forge panel
```
colabcode (🥉19 · ⭐ 1.3K) - 在Google Colab或Kaggle笔记本上运行VSCode(代码服务器)。MIT
- [GitHub](https://github.com/abhi1thakur/colabcode) (👨💻 8 · 🔀 160 · 📦 25 · 📋 44 - 50% open · ⏱️ 03.02.2021):
```
git clone https://github.com/abhishekkrthakur/colabcode
```
- [PyPi](https://pypi.org/project/colabcode) (📥 6.7K / month):
```
pip install colabcode
```
jupyter-console (🥉19 · ⭐ 160) - Jupyter终端控制台。❗Unlicensed
- [GitHub](https://github.com/jupyter/jupyter_console) (👨💻 54 · 🔀 120 · 📋 130 - 38% open · ⏱️ 24.03.2021):
```
git clone https://github.com/jupyter/jupyter_console
```
- [PyPi](https://pypi.org/project/jupyter-console) (📥 7.3M / month):
```
pip install jupyter-console
```
相关资源
- Python资源汇集列表: 周更新的各种应用方向与主题的资源汇集列表
- python机器学习资源大全: 周更新的各种python机器学习资源汇集列表
- Jupyter及相关工具资源大全: 周更新的各种Jupyter及相关工具资源汇集列表
- NLP项目和资源大全: 周更新的各种NLP板块涉及的项目和工具资源汇集列表
- CV项目和资源大全: 周更新的各种CV板块涉及的项目和工具资源汇集列表