Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/HanXinzi-AI/awesome-jupyter-resources

a collection of awesome Jupyter Notebook, Hub and Lab projects (extensions, kernels, tools). 热门实用的Jupyter Notebook、Hub和Lab项目(扩展、内核、工具等)集合
https://github.com/HanXinzi-AI/awesome-jupyter-resources

List: awesome-jupyter-resources

awesome awesome-list awesome-lists collections jupyter jupyter-extension jupyter-kernels jupyter-notebook jupyter-notebook-extension jupyter-widget jupyterhub jupyterlab jupyterlab-extension jupyterlab-extensions notebook

Last synced: 3 months ago
JSON representation

a collection of awesome Jupyter Notebook, Hub and Lab projects (extensions, kernels, tools). 热门实用的Jupyter Notebook、Hub和Lab项目(扩展、内核、工具等)集合

Awesome Lists containing this project

README

        


Jupyter资源与工具库大全



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





本资源清单包含270个jupyter相关的开源工具资源,这些热门工具总共分成13个不同的子板块,这些项目目前在github上已经收到260K个点赞。所有的工具资源每周会自动从GitHub和工具维护平台采集信息,并更新排行展示。本清单参考[best-of模板](https://github.com/best-of-lists/best-of)完成,内容参考了[awesome-jupyter](https://github.com/markusschanta/awesome-jupyter),欢迎大家提PR丰富本清单。
## 目录

- [Notebook环境](#Notebook环境) _13 个项目_
- [交互式小部件和可视化](#交互式小部件和可视化) _49 个项目_
- [Jupyter拓展](#Jupyter拓展) _23 个项目_
- [Jupyter-magic拓展](#Jupyter-magic拓展) _10 个项目_
- [Jupyter内核](#Jupyter内核) _36 个项目_
- [Jupyter-Notebook分享与格式转换](#Jupyter-Notebook分享与格式转换) _23 个项目_
- [Jupyter-Notebook工具](#Jupyter-Notebook工具) _24 个项目_
- [JupyterLab渲染器](#JupyterLab渲染器) _7 个项目_
- [JupyterLab主题](#JupyterLab主题) _8 个项目_
- [JupyterLab扩展](#JupyterLab扩展) _50 个项目_
- [JupyterHub认证](#JupyterHub认证) _15 个项目_
- [JupyterHub容器等](#JupyterHub容器等) _8 个项目_
- [Jupyter组件](#Jupyter组件) _3 个项目_
- [Others](#Others) _4 个项目_

## 图标解释
- 🥇🥈🥉  综合项目质量分
- ⭐️  github上star的数量
- 🐣  小于6个月的新项目
- 💤  非活跃项目(6个月未更新)
- 💀  沉寂项目(12个月未更新)
- 📈📉  项目趋势(向上or向下)
- ➕  最近添加的项目
- ❗️  警告(例如 项目没有license)
- 👨‍💻  项目的开发贡献者数量
- 🔀  项目被fork的数量
- 📋  项目issue的数量
- ⏱️  项目包上次更新时间
- 📥  工具库被下载次数
- 📦  项目依赖的工具库数量


## Notebook环境

Back to top

_支持Jupyter笔记本的开发环境。_

Jupyter (🥇27 · ⭐ 10K · 📉) - Jupyter Interactive Notebook. ❗Unlicensed

- [GitHub](https://github.com/jupyter/notebook) (👨‍💻 610 · 🔀 3.8K · 📥 8.8K · 📦 10 · 📋 4.5K - 44% open · ⏱️ 25.08.2022):

```
git clone https://github.com/jupyter/notebook
```
- [PyPi](https://pypi.org/project/notebook) (📥 11M / month):
```
pip install notebook
```
- [Conda](https://anaconda.org/conda-forge/jupyter) (📥 2.3M · ⏱️ 18.11.2021):
```
conda install -c conda-forge jupyter
```
- [Docker Hub](https://hub.docker.com/r/jupyter/datascience-notebook) (📥 27M · ⭐ 940 · ⏱️ 23.08.2022):
```
docker pull jupyter/datascience-notebook
```

JupyterHub (🥇25 · ⭐ 7.1K) - Jupyter笔记本电脑的多用户服务器。❗Unlicensed

- [GitHub](https://github.com/jupyterhub/jupyterhub) (👨‍💻 280 · 🔀 1.7K · 📦 1.9K · 📋 2.1K - 5% open · ⏱️ 24.08.2022):

```
git clone https://github.com/jupyterhub/jupyterhub
```
- [PyPi](https://pypi.org/project/jupyterhub) (📥 130K / month):
```
pip install jupyterhub
```
- [Conda](https://anaconda.org/conda-forge/jupyterhub) (📥 650K · ⏱️ 06.06.2022):
```
conda install -c conda-forge jupyterhub
```
- [Docker Hub](https://hub.docker.com/r/jupyterhub/jupyterhub) (📥 2.7M · ⭐ 310 · ⏱️ 19.08.2022):
```
docker pull jupyterhub/jupyterhub
```

nteract (🥇25 · ⭐ 5.9K) - 交互式计算套件BSD-3

- [GitHub](https://github.com/nteract/nteract) (👨‍💻 180 · 🔀 530 · 📥 1.4M · 📋 1.7K - 9% open · ⏱️ 23.07.2022):

```
git clone https://github.com/nteract/nteract
```
- [PyPi](https://pypi.org/project/nteract_on_jupyter) (📥 2.4K / month):
```
pip install nteract_on_jupyter
```

Docker Stacks (🥈22 · ⭐ 7.2K) - 包含Jupyter应用程序的即可运行的Docker映像。BSD-3

- [GitHub](https://github.com/jupyter/docker-stacks) (👨‍💻 220 · 🔀 2.6K · 📋 770 - 5% open · ⏱️ 23.08.2022):

```
git clone https://github.com/jupyter/docker-stacks
```
- [Docker Hub](https://hub.docker.com/r/jupyter/scipy-notebook) (📥 86M · ⭐ 360 · ⏱️ 23.08.2022):
```
docker pull jupyter/scipy-notebook
```

sos (🥈22 · ⭐ 230) - 用于日常数据分析的SoS工作流系统。BSD-3

- [GitHub](https://github.com/vatlab/sos) (👨‍💻 36 · 🔀 30 · 📦 2.7K · 📋 1.4K - 4% open · ⏱️ 21.06.2022):

```
git clone https://github.com/vatlab/SOS
```

DataLab (🥈21 · ⭐ 980 · 💤) - 面向大数据的交互式工具和开发人员经验。Apache-2

- [GitHub](https://github.com/googledatalab/datalab) (👨‍💻 52 · 🔀 250 · 📋 890 - 25% open · ⏱️ 16.08.2021):

```
git clone https://github.com/googledatalab/datalab
```
- [PyPi](https://pypi.org/project/datalab) (📥 56K / month):
```
pip install datalab
```

Hydrogen (🥉19 · ⭐ 3.8K) - 交互运行代码,检查数据并作图。MIT

- [GitHub](https://github.com/nteract/hydrogen) (👨‍💻 89 · 🔀 320 · 📋 1.3K - 13% open · ⏱️ 25.03.2022):

```
git clone https://github.com/nteract/hydrogen
```

docker-python (🥉19 · ⭐ 2.2K) - Kaggle Python Docker映像。Apache-2

- [GitHub](https://github.com/Kaggle/docker-python) (👨‍💻 150 · 🔀 810 · 📋 300 - 4% open · ⏱️ 22.08.2022):

```
git clone https://github.com/kaggle/docker-python
```
- [Docker Hub](https://hub.docker.com/r/kaggle/python) (📥 190K · ⭐ 160 · ⏱️ 23.08.2022):
```
docker pull kaggle/python
```

ML Workspace (🥉18 · ⭐ 2.7K · 💤) - 基于Web的多合一IDE,专门用于机器学习和数据任务。Apache-2

- [GitHub](https://github.com/ml-tooling/ml-workspace) (👨‍💻 11 · 🔀 330 · 📋 87 - 9% open · ⏱️ 22.11.2021):

```
git clone https://github.com/ml-tooling/ml-workspace
```
- [Docker Hub](https://hub.docker.com/r/mltooling/ml-workspace) (📥 510K · ⭐ 24 · ⏱️ 13.07.2021):
```
docker pull mltooling/ml-workspace
```

ML Hub (🥉17 · ⭐ 250 · 💤) - 机器学习团队的多用户开发平台。Apache-2

- [GitHub](https://github.com/ml-tooling/ml-hub) (👨‍💻 7 · 🔀 54 · 📥 1.9K · 📋 26 - 57% open · ⏱️ 23.12.2021):

```
git clone https://github.com/ml-tooling/ml-hub
```
- [Docker Hub](https://hub.docker.com/r/mltooling/ml-hub) (📥 44K · ⭐ 5 · ⏱️ 18.02.2020):
```
docker pull mltooling/ml-hub
```

jupyterlab-classic (🥉17 · ⭐ 240) - 下一代老式笔记本用户UI界面。BSD-3

- [GitHub](https://github.com/jupyterlab/retrolab) (👨‍💻 17 · 🔀 43 · 📥 790 · 📦 80 · 📋 110 - 3% open · ⏱️ 04.05.2022):

```
git clone https://github.com/jtpio/jupyterlab-classic
```
- [PyPi](https://pypi.org/project/jupyterlab-classic) (📥 70 / month):
```
pip install jupyterlab-classic
```

VSCode Jupyter (🥉16 · ⭐ 710) - VS Code Jupyter extension. MIT

- [GitHub](https://github.com/microsoft/vscode-jupyter) (👨‍💻 250 · 🔀 150 · 📋 7.7K - 8% open · ⏱️ 25.08.2022):

```
git clone https://github.com/microsoft/vscode-jupyter
```

gpu-jupyter (🥉14 · ⭐ 390) - 充分利用Jupyterlab的灵活性。Apache-2

- [GitHub](https://github.com/iot-salzburg/gpu-jupyter) (👨‍💻 10 · 🔀 140 · 📋 56 - 21% open · ⏱️ 21.07.2022):

```
git clone https://github.com/iot-salzburg/gpu-jupyter
```


## 交互式小部件和可视化

Back to top

_提供交互式UI小部件和可视化工具的扩展。_

🔗 best-of-ml-python - Data Visualization - Python-based data visualization libraries.

ipywidgets (🥇34 · ⭐ 2.6K) - Interactive Widgets for the Jupyter Notebook. BSD-3

- [GitHub](https://github.com/jupyter-widgets/ipywidgets) (👨‍💻 200 · 🔀 830 · 📦 4.7K · 📋 1.8K - 31% open · ⏱️ 23.08.2022):

```
git clone https://github.com/jupyter-widgets/ipywidgets
```
- [PyPi](https://pypi.org/project/ipywidgets) (📥 7.8M / month):
```
pip install ipywidgets
```
- [Conda](https://anaconda.org/conda-forge/ipywidgets) (📥 5.8M · ⏱️ 19.08.2022):
```
conda install -c conda-forge ipywidgets
```
- [NPM](https://www.npmjs.com/package/@jupyter-widgets/jupyterlab-manager) (📥 79K / month):
```
npm install @jupyter-widgets/jupyterlab-manager
```

pandas-profiling (🥇33 · ⭐ 9.4K) - 从pandas DataFrame创建HTML分析报告。MIT

- [GitHub](https://github.com/ydataai/pandas-profiling) (👨‍💻 92 · 🔀 1.3K · 📦 8.8K · 📋 580 - 19% open · ⏱️ 24.08.2022):

```
git clone https://github.com/pandas-profiling/pandas-profiling
```
- [PyPi](https://pypi.org/project/pandas-profiling) (📥 1.2M / month):
```
pip install pandas-profiling
```
- [Conda](https://anaconda.org/conda-forge/pandas-profiling) (📥 270K · ⏱️ 02.05.2022):
```
conda install -c conda-forge pandas-profiling
```

ipyleaflet (🥇30 · ⭐ 1.3K) - Jupyter-Leaflet.js桥接。MIT

- [GitHub](https://github.com/jupyter-widgets/ipyleaflet) (👨‍💻 80 · 🔀 320 · 📦 2.6K · 📋 500 - 36% open · ⏱️ 23.08.2022):

```
git clone https://github.com/jupyter-widgets/ipyleaflet
```
- [PyPi](https://pypi.org/project/ipyleaflet) (📥 110K / month):
```
pip install ipyleaflet
```
- [Conda](https://anaconda.org/conda-forge/ipyleaflet) (📥 870K · ⏱️ 23.08.2022):
```
conda install -c conda-forge ipyleaflet
```
- [NPM](https://www.npmjs.com/package/jupyter-leaflet) (📥 50K / month):
```
npm install jupyter-leaflet
```

bokeh (🥇28 · ⭐ 17K) - 浏览器中的Python交互式数据可视化。BSD-3

- [GitHub](https://github.com/bokeh/bokeh) (👨‍💻 610 · 🔀 3.9K · 📦 150 · 📋 7K - 9% open · ⏱️ 24.08.2022):

```
git clone https://github.com/bokeh/bokeh
```
- [PyPi](https://pypi.org/project/bokeh) (📥 3.6M / month):
```
pip install bokeh
```
- [Conda](https://anaconda.org/conda-forge/bokeh) (📥 8.2M · ⏱️ 15.08.2022):
```
conda install -c conda-forge bokeh
```

D-Tale (🥇27 · ⭐ 3.6K) - Visualizer for Pandas Data Structures. ❗️LGPL-2.1

- [GitHub](https://github.com/man-group/dtale) (👨‍💻 27 · 🔀 290 · 📦 460 · 📋 470 - 8% open · ⏱️ 07.08.2022):

```
git clone https://github.com/man-group/dtale
```
- [PyPi](https://pypi.org/project/dtale) (📥 100K / month):
```
pip install dtale
```
- [Conda](https://anaconda.org/conda-forge/dtale) (📥 150K · ⏱️ 07.08.2022):
```
conda install -c conda-forge dtale
```

bqplot (🥇27 · ⭐ 3.3K) - 用于IPython / Jupyter笔记本的绘图库。Apache-2

- [GitHub](https://github.com/bqplot/bqplot) (👨‍💻 59 · 🔀 440 · 📦 34 · 📋 570 - 36% open · ⏱️ 22.08.2022):

```
git clone https://github.com/bqplot/bqplot
```
- [PyPi](https://pypi.org/project/bqplot) (📥 82K / month):
```
pip install bqplot
```
- [Conda](https://anaconda.org/conda-forge/bqplot) (📥 1M · ⏱️ 22.08.2022):
```
conda install -c conda-forge bqplot
```
- [NPM](https://www.npmjs.com/package/bqplot) (📥 9.3K / month):
```
npm install bqplot
```

ipyvolume (🥇27 · ⭐ 1.8K) - 基于IPython的Jupyter笔记本中用于Python的3d绘图MIT

- [GitHub](https://github.com/widgetti/ipyvolume) (👨‍💻 41 · 🔀 220 · 📦 840 · 📋 300 - 56% open · ⏱️ 26.07.2022):

```
git clone https://github.com/maartenbreddels/ipyvolume
```
- [PyPi](https://pypi.org/project/ipyvolume) (📥 56K / month):
```
pip install ipyvolume
```
- [Conda](https://anaconda.org/conda-forge/ipyvolume) (📥 380K · ⏱️ 20.04.2021):
```
conda install -c conda-forge ipyvolume
```
- [NPM](https://www.npmjs.com/package/ipyvolume) (📥 2.1K / month):
```
npm install ipyvolume
```

jupyter-matplotlib (🥇27 · ⭐ 1.3K) - Matplotlib Jupyter集成。BSD-3

- [GitHub](https://github.com/matplotlib/ipympl) (👨‍💻 28 · 🔀 190 · 📦 3.7K · 📋 260 - 44% open · ⏱️ 22.08.2022):

```
git clone https://github.com/matplotlib/ipympl
```
- [PyPi](https://pypi.org/project/ipympl) (📥 150K / month):
```
pip install ipympl
```
- [NPM](https://www.npmjs.com/package/jupyter-matplotlib) (📥 27K / month):
```
npm install jupyter-matplotlib
```

jupyter-dash (🥇27 · ⭐ 800) - 在Jupyter Notebook和JupyterLab中开发Dash应用程序。MIT

- [GitHub](https://github.com/plotly/jupyter-dash) (👨‍💻 10 · 🔀 210 · 📥 77 · 📦 1.8K · 📋 62 - 62% open · ⏱️ 28.06.2022):

```
git clone https://github.com/plotly/jupyter-dash
```
- [PyPi](https://pypi.org/project/jupyter-dash) (📥 370K / month):
```
pip install jupyter-dash
```

papermill (🥈26 · ⭐ 4.8K) - 参数化,执行和分析笔记本。BSD-3

- [GitHub](https://github.com/nteract/papermill) (👨‍💻 100 · 🔀 360 · 📦 2.4K · 📋 340 - 30% open · ⏱️ 15.08.2022):

```
git clone https://github.com/nteract/papermill
```
- [PyPi](https://pypi.org/project/papermill) (📥 870K / month):
```
pip install papermill
```
- [Conda](https://anaconda.org/conda-forge/papermill) (📥 300K · ⏱️ 23.01.2022):
```
conda install -c conda-forge papermill
```

facets-overview (🥈25 · ⭐ 7K · 💀) - 机器学习数据集的可视化。Apache-2

- [GitHub](https://github.com/PAIR-code/facets) (👨‍💻 28 · 🔀 850 · 📦 130 · 📋 150 - 50% open · ⏱️ 06.05.2021):

```
git clone https://github.com/pair-code/facets
```
- [PyPi](https://pypi.org/project/facets-overview) (📥 290K / month):
```
pip install facets-overview
```

pythreejs (🥈24 · ⭐ 830) - Jupyter-Three.js桥接。❗Unlicensed

- [GitHub](https://github.com/jupyter-widgets/pythreejs) (👨‍💻 30 · 🔀 170 · 📦 21 · 📋 220 - 23% open · ⏱️ 25.08.2022):

```
git clone https://github.com/jupyter-widgets/pythreejs
```
- [PyPi](https://pypi.org/project/pythreejs) (📥 65K / month):
```
pip install pythreejs
```
- [Conda](https://anaconda.org/conda-forge/pythreejs) (📥 410K · ⏱️ 25.08.2022):
```
conda install -c conda-forge pythreejs
```
- [NPM](https://www.npmjs.com/package/jupyter-threejs) (📥 4.6K / month):
```
npm install jupyter-threejs
```

ipycanvas (🥈24 · ⭐ 630) - Jupyter中的交互式画布。BSD-3

- [GitHub](https://github.com/martinRenou/ipycanvas) (👨‍💻 20 · 🔀 51 · 📦 780 · 📋 110 - 36% open · ⏱️ 25.08.2022):

```
git clone https://github.com/martinRenou/ipycanvas
```
- [PyPi](https://pypi.org/project/ipycanvas) (📥 26K / month):
```
pip install ipycanvas
```
- [Conda](https://anaconda.org/conda-forge/ipycanvas) (📥 80K · ⏱️ 19.08.2022):
```
conda install -c conda-forge ipycanvas
```

qgrid (🥈23 · ⭐ 2.9K · 💀) - 用于排序,过滤和编辑DataFrame的交互式工具。Apache-2

- [GitHub](https://github.com/quantopian/qgrid) (👨‍💻 30 · 🔀 390 · 📋 270 - 54% open · ⏱️ 07.04.2020):

```
git clone https://github.com/quantopian/qgrid
```
- [PyPi](https://pypi.org/project/qgrid) (📥 69K / month):
```
pip install qgrid
```
- [Conda](https://anaconda.org/conda-forge/qgrid) (📥 360K · ⏱️ 04.03.2021):
```
conda install -c conda-forge qgrid
```
- [NPM](https://www.npmjs.com/package/qgrid) (📥 930 / month):
```
npm install qgrid
```

ipywebrtc (🥈23 · ⭐ 210 · 💀) - 适用于Jupyter笔记本/实验室的WebRTC。MIT

- [GitHub](https://github.com/maartenbreddels/ipywebrtc) (👨‍💻 9 · 🔀 33 · 📦 570 · 📋 51 - 60% open · ⏱️ 29.03.2021):

```
git clone https://github.com/maartenbreddels/ipywebrtc
```
- [PyPi](https://pypi.org/project/ipywebrtc) (📥 56K / month):
```
pip install ipywebrtc
```
- [Conda](https://anaconda.org/conda-forge/ipywebrtc) (📥 260K · ⏱️ 29.03.2021):
```
conda install -c conda-forge ipywebrtc
```
- [NPM](https://www.npmjs.com/package/jupyter-webrtc) (📥 340 / month):
```
npm install jupyter-webrtc
```

ipycytoscape (🥈23 · ⭐ 200) - Cytoscape Jupyter小部件。BSD-3

- [GitHub](https://github.com/cytoscape/ipycytoscape) (👨‍💻 32 · 🔀 55 · 📥 3 · 📦 78 · 📋 160 - 37% open · ⏱️ 20.05.2022):

```
git clone https://github.com/QuantStack/ipycytoscape
```
- [Conda](https://anaconda.org/conda-forge/ipycytoscape) (📥 56K · ⏱️ 05.04.2022):
```
conda install -c conda-forge ipycytoscape
```

Mapbox GL (🥈22 · ⭐ 620 · 💀) - 使用Mapbox GL JS可视化Python Jupyter笔记本中的数据。MIT

- [GitHub](https://github.com/mapbox/mapboxgl-jupyter) (👨‍💻 21 · 🔀 130 · 📦 140 · 📋 99 - 32% open · ⏱️ 19.04.2021):

```
git clone https://github.com/mapbox/mapboxgl-jupyter
```
- [PyPi](https://pypi.org/project/mapboxgl) (📥 11K / month):
```
pip install mapboxgl
```

itables (🥈21 · ⭐ 320) - Jupyter中的交互式表格。MIT

- [GitHub](https://github.com/mwouts/itables) (👨‍💻 4 · 🔀 29 · 📦 140 · 📋 49 - 10% open · ⏱️ 17.08.2022):

```
git clone https://github.com/mwouts/itables
```
- [PyPi](https://pypi.org/project/itables) (📥 13K / month):
```
pip install itables
```

ipyvuetify (🥈21 · ⭐ 260) - 基于vuetify UI组件的Jupyter小部件。MIT

- [GitHub](https://github.com/widgetti/ipyvuetify) (👨‍💻 10 · 🔀 44 · 📦 4 · 📋 170 - 26% open · ⏱️ 07.02.2022):

```
git clone https://github.com/mariobuikhuizen/ipyvuetify
```
- [PyPi](https://pypi.org/project/ipyvuetify) (📥 66K / month):
```
pip install ipyvuetify
```
- [Conda](https://anaconda.org/conda-forge/ipyvuetify) (📥 85K · ⏱️ 07.02.2022):
```
conda install -c conda-forge ipyvuetify
```

ipydatawidgets (🥈21 · ⭐ 31) - 一组小部件,以帮助促进大型数据集的重用。❗Unlicensed

- [GitHub](https://github.com/vidartf/ipydatawidgets) (👨‍💻 5 · 🔀 8 · 📦 570 · 📋 10 - 20% open · ⏱️ 22.08.2022):

```
git clone https://github.com/vidartf/ipydatawidgets
```
- [PyPi](https://pypi.org/project/ipydatawidgets) (📥 71K / month):
```
pip install ipydatawidgets
```
- [Conda](https://anaconda.org/conda-forge/ipydatawidgets) (📥 170K · ⏱️ 24.08.2022):
```
conda install -c conda-forge ipydatawidgets
```

itkwidgets (🥉20 · ⭐ 460) - 交互式Jupyter小部件,以可视化图像,点集等。Apache-2

- [GitHub](https://github.com/InsightSoftwareConsortium/itkwidgets) (👨‍💻 4 · 🔀 61 · 📥 66 · 📋 200 - 43% open · ⏱️ 23.08.2022):

```
git clone https://github.com/InsightSoftwareConsortium/itkwidgets
```
- [PyPi](https://pypi.org/project/itkwidgets) (📥 14K / month):
```
pip install itkwidgets
```
- [NPM](https://www.npmjs.com/package/itkwidgets) (📥 1.4K / month):
```
npm install itkwidgets
```

evidently (🥉19 · ⭐ 2.6K) - 交互式报告,可在分析过程中分析机器学习模型。Apache-2

- [GitHub](https://github.com/evidentlyai/evidently) (👨‍💻 24 · 🔀 270 · 📦 550 · 📋 110 - 20% open · ⏱️ 16.08.2022):

```
git clone https://github.com/evidentlyai/evidently
```

What-If Tool (🥉19 · ⭐ 740 · 💤) - What-If工具的源代码/网页/演示。Apache-2

- [GitHub](https://github.com/PAIR-code/what-if-tool) (👨‍💻 20 · 🔀 140 · 📋 110 - 52% open · ⏱️ 05.01.2022):

```
git clone https://github.com/PAIR-code/what-if-tool
```
- [PyPi](https://pypi.org/project/witwidget) (📥 11K / month):
```
pip install witwidget
```
- [NPM](https://www.npmjs.com/package/wit-widget) (📥 5.9K / month):
```
npm install wit-widget
```

ipysheet (🥉19 · ⭐ 500 · 💤) - Jupyter Handsontable集成。MIT

- [GitHub](https://github.com/QuantStack/ipysheet) (👨‍💻 10 · 🔀 62 · 📦 3 · 📋 120 - 51% open · ⏱️ 14.12.2021):

```
git clone https://github.com/QuantStack/ipysheet
```
- [PyPi](https://pypi.org/project/ipysheet) (📥 54K / month):
```
pip install ipysheet
```
- [Conda](https://anaconda.org/conda-forge/ipysheet) (📥 55K · ⏱️ 11.08.2021):
```
conda install -c conda-forge ipysheet
```
- [NPM](https://www.npmjs.com/package/ipysheet) (📥 3.4K / month):
```
npm install ipysheet
```

pivottablejs (🥉19 · ⭐ 470 · 💀) - Jupyter / IPython Notebook的Dragndrop数据透视表和图表。❗Unlicensed

- [GitHub](https://github.com/nicolaskruchten/jupyter_pivottablejs) (👨‍💻 3 · 🔀 62 · 📦 260 · 📋 58 - 29% open · ⏱️ 04.12.2018):

```
git clone https://github.com/nicolaskruchten/jupyter_pivottablejs
```
- [PyPi](https://pypi.org/project/pivottablejs) (📥 14K / month):
```
pip install pivottablejs
```

ipydagred3 (🥉19 · ⭐ 38) - ipywidgets库,用于在其中绘制有向无环图。Apache-2

- [GitHub](https://github.com/timkpaine/ipydagred3) (👨‍💻 3 · 🔀 5 · 📦 11 · 📋 19 - 15% open · ⏱️ 21.07.2022):

```
git clone https://github.com/timkpaine/ipydagred3
```
- [PyPi](https://pypi.org/project/ipydagred3) (📥 910 / month):
```
pip install ipydagred3
```
- [NPM](https://www.npmjs.com/package/@jupyter-widgets/jupyterlab-manager) (📥 79K / month):
```
npm install @jupyter-widgets/jupyterlab-manager
```

gmaps (🥉18 · ⭐ 740 · 💀) - Jupyter中的Google地图。BSD-3

- [GitHub](https://github.com/pbugnion/gmaps) (👨‍💻 16 · 🔀 140 · 📦 1 · 📋 200 - 32% open · ⏱️ 22.07.2019):

```
git clone https://github.com/pbugnion/gmaps
```
- [PyPi](https://pypi.org/project/gmaps) (📥 8.7K / month):
```
pip install gmaps
```
- [Conda](https://anaconda.org/conda-forge/gmaps) (📥 270K · ⏱️ 02.08.2019):
```
conda install -c conda-forge gmaps
```
- [NPM](https://www.npmjs.com/package/jupyter-gmaps) (📥 1.8K / month):
```
npm install jupyter-gmaps
```

vega (🥉18 · ⭐ 330) - 适用于Vega和Vega-Lite的IPython / Jupyter笔记本模块。BSD-3

- [GitHub](https://github.com/vega/ipyvega) (👨‍💻 11 · 🔀 55 · 📋 95 - 13% open · ⏱️ 01.08.2022):

```
git clone https://github.com/vega/ipyvega
```
- [PyPi](https://pypi.org/project/vega) (📥 7.3K / month):
```
pip install vega
```
- [Conda](https://anaconda.org/conda-forge/vega) (📥 500K · ⏱️ 10.02.2022):
```
conda install -c conda-forge vega
```

ipytree (🥉18 · ⭐ 93) - 使用Jupyter-widgets协议和jsTree的Tree Widget。MIT

- [GitHub](https://github.com/QuantStack/ipytree) (👨‍💻 8 · 🔀 25 · 📋 31 - 48% open · ⏱️ 23.08.2022):

```
git clone https://github.com/QuantStack/ipytree
```
- [PyPi](https://pypi.org/project/ipytree) (📥 34K / month):
```
pip install ipytree
```
- [Conda](https://anaconda.org/conda-forge/ipytree) (📥 45K · ⏱️ 23.08.2022):
```
conda install -c conda-forge ipytree
```

ipyvue (🥉18 · ⭐ 40 · 💤) - Vue库的Jupyter小部件基础。MIT

- [GitHub](https://github.com/widgetti/ipyvue) (👨‍💻 3 · 🔀 11 · 📦 20 · 📋 7 - 28% open · ⏱️ 10.12.2021):

```
git clone https://github.com/mariobuikhuizen/ipyvue
```
- [PyPi](https://pypi.org/project/ipyvue) (📥 66K / month):
```
pip install ipyvue
```
- [Conda](https://anaconda.org/conda-forge/ipyvue) (📥 55K · ⏱️ 28.10.2021):
```
conda install -c conda-forge ipyvue
```

igv.js widget (🥉17 · ⭐ 150) - 集成了igv.js的Jupyter Notebook扩展。MIT

- [GitHub](https://github.com/g2nb/igv-jupyter) (👨‍💻 5 · 🔀 15 · 📦 12 · ⏱️ 14.06.2022):

```
git clone https://github.com/igvteam/igv-jupyter
```
- [PyPi](https://pypi.org/project/igv-jupyter) (📥 270 / month):
```
pip install igv-jupyter
```

jdaviz (🥉17 · ⭐ 73) - Jupyter平台中的JWST天文数据分析工具。BSD-3

- [GitHub](https://github.com/spacetelescope/jdaviz) (👨‍💻 29 · 🔀 35 · 📋 690 - 38% open · ⏱️ 24.08.2022):

```
git clone https://github.com/spacetelescope/jdaviz
```
- [PyPi](https://pypi.org/project/jdaviz) (📥 1.7K / month):
```
pip install jdaviz
```

Altair Viewer (🥉17 · ⭐ 52 · 💤) - 用于Altair和Vega-Lite可视化的查看器。BSD-3

- [GitHub](https://github.com/altair-viz/altair_viewer) (👨‍💻 3 · 🔀 8 · 📋 7 - 42% open · ⏱️ 14.01.2022):

```
git clone https://github.com/altair-viz/altair_viewer
```
- [PyPi](https://pypi.org/project/altair_viewer) (📥 570K / month):
```
pip install altair_viewer
```

ipyregulartable (🥉16 · ⭐ 66) - Jupyter中的高性能,可编辑,可样式化的数据表。Apache-2

- [GitHub](https://github.com/jpmorganchase/ipyregulartable) (👨‍💻 5 · 🔀 13 · 📦 9 · 📋 25 - 40% open · ⏱️ 20.07.2022):

```
git clone https://github.com/jpmorganchase/ipyregulartable
```
- [PyPi](https://pypi.org/project/ipyregulartable) (📥 230 / month):
```
pip install ipyregulartable
```
- [NPM](https://www.npmjs.com/package/@jupyter-widgets/jupyterlab-manager) (📥 79K / month):
```
npm install @jupyter-widgets/jupyterlab-manager
```

ipyscales (🥉16 · ⭐ 13 · 💀) - 用于度量的小部件库。BSD-3

- [GitHub](https://github.com/vidartf/ipyscales) (👨‍💻 4 · 🔀 3 · 📦 53 · 📋 6 - 33% open · ⏱️ 05.01.2021):

```
git clone https://github.com/vidartf/ipyscales
```
- [PyPi](https://pypi.org/project/ipyscales) (📥 60 / month):
```
pip install ipyscales
```
- [Conda](https://anaconda.org/conda-forge/ipyscales) (📥 54K · ⏱️ 06.01.2021):
```
conda install -c conda-forge ipyscales
```

geonotebook (🥉15 · ⭐ 1.1K · 💀) - Jupyter笔记本扩展,用于地理空间可视化。Apache-2

- [GitHub](https://github.com/OpenGeoscience/geonotebook) (👨‍💻 9 · 🔀 140 · 📋 83 - 44% open · ⏱️ 21.01.2019):

```
git clone https://github.com/OpenGeoscience/geonotebook
```
- [Docker Hub](https://hub.docker.com/r/geonotebook/geonotebook) (📥 130K · ⭐ 7 · ⏱️ 21.01.2019):
```
docker pull geonotebook/geonotebook
```

niwidgets (🥉15 · ⭐ 76 · 💀) - 适用于Jupyter笔记本的Neuroimaging小部件。Apache-2

- [GitHub](https://github.com/nipy/niwidgets) (👨‍💻 16 · 🔀 33 · 📦 28 · 📋 34 - 50% open · ⏱️ 24.03.2020):

```
git clone https://github.com/nipy/niwidgets
```
- [PyPi](https://pypi.org/project/niwidgets) (📥 72 / month):
```
pip install niwidgets
```

nbtutor (🥉14 · ⭐ 400) - 可视化Jupyter Notebook单元中的Python代码执行(逐行)。❗Unlicensed

- [GitHub](https://github.com/lgpage/nbtutor) (👨‍💻 3 · 🔀 38 · 📦 28 · 📋 34 - 29% open · ⏱️ 04.04.2022):

```
git clone https://github.com/lgpage/nbtutor
```
- [Conda](https://anaconda.org/conda-forge/nbtutor) (📥 110K · ⏱️ 19.04.2022):
```
conda install -c conda-forge nbtutor
```

ipymaterialui (🥉13 · ⭐ 83 · 💀) - 基于React Material UI组件的Jupyter小部件。MIT

- [GitHub](https://github.com/maartenbreddels/ipymaterialui) (👨‍💻 3 · 🔀 14 · 📦 5 · 📋 10 - 70% open · ⏱️ 29.10.2019):

```
git clone https://github.com/maartenbreddels/ipymaterialui
```
- [PyPi](https://pypi.org/project/ipymaterialui) (📥 47 / month):
```
pip install ipymaterialui
```
- [NPM](https://www.npmjs.com/package/jupyter-materialui) (📥 86 / month):
```
npm install jupyter-materialui
```

ipysigma (🥉13 · ⭐ 38) - 一个自定义的Jupyter小部件库,用于使用sigma.js显示图形。MIT

- [GitHub](https://github.com/medialab/ipysigma) (👨‍💻 3 · 🔀 6 · 📋 100 - 43% open · ⏱️ 10.06.2022):

```
git clone https://github.com/Yomguithereal/ipysigma
```
- [PyPi](https://pypi.org/project/ipysigma) (📥 110 / month):
```
pip install ipysigma
```
- [NPM](https://www.npmjs.com/package/ipysigma) (📥 280 / month):
```
npm install ipysigma
```

Jupyter DataTables (🥉11 · ⭐ 140 · 💀) - 利用pandas DataFrames的Jupyter Notebook扩展。MIT

- [GitHub](https://github.com/CermakM/jupyter-datatables) (👨‍💻 4 · 🔀 15 · 📋 28 - 46% open · ⏱️ 11.12.2019):

```
git clone https://github.com/CermakM/jupyter-datatables
```
- [PyPi](https://pypi.org/project/jupyter-datatables) (📥 550 / month):
```
pip install jupyter-datatables
```

perfume (🥉11 · ⭐ 33 · 💀) - Jupyter中的交互式性能基准测试。❗Unlicensed

- [GitHub](https://github.com/leifwalsh/perfume) (👨‍💻 3 · 🔀 4 · 📋 6 - 33% open · ⏱️ 31.10.2020):

```
git clone https://github.com/leifwalsh/perfume
```
- [PyPi](https://pypi.org/project/perfume-bench) (📥 33 / month):
```
pip install perfume-bench
```

ipyp5 (🥉10 · ⭐ 33 · 💀) - p5.j​​s Jupyter小部件。BSD-3

- [GitHub](https://github.com/jtpio/ipyp5) (👨‍💻 2 · 🔀 5 · ⏱️ 16.10.2020):

```
git clone https://github.com/jtpio/ipyp5
```
- [PyPi](https://pypi.org/project/ipyp5) (📥 22 / month):
```
pip install ipyp5
```

tributary (🥉10 · ⭐ 3) - 在Python中流式反应图和数据流图。Apache-2

- [GitHub](https://github.com/timkpaine/tributary) (👨‍💻 7 · ⏱️ 05.07.2022):

```
git clone https://github.com/timkpaine/tributary
```
- [PyPi](https://pypi.org/project/tributary) (📥 61 / month):
```
pip install tributary
```
- [Conda](https://anaconda.org/conda-forge/tributary) (📥 21K · ⏱️ 17.05.2022):
```
conda install -c conda-forge tributary
```

easyexplore (🥉10 · ⭐ 3) - 用于在Python中轻松有效地进行数据探索的工具箱。❗️GPL-3.0

- [GitHub](https://github.com/GianniBalistreri/easyexplore) (👨‍💻 4 · 🔀 2 · 📦 1 · 📋 24 - 33% open · ⏱️ 08.06.2022):

```
git clone https://github.com/GianniBalistreri/easyexplore
```
- [PyPi](https://pypi.org/project/easyexplore) (📥 300 / month):
```
pip install easyexplore
```

Vision UI (🥉9 · ⭐ 250 · 💀) - Fastai的UI视觉界面-现在与Google兼容。❗Unlicensed

- [GitHub](https://github.com/asvcode/Vision_UI) (👨‍💻 3 · 🔀 32 · 📋 3 - 33% open · ⏱️ 05.07.2020):

```
git clone https://github.com/asvcode/Vision_UI
```

ipyannotate (🥉9 · ⭐ 120 · 💀) - Jupyter Widget,用于数据标注。❗Unlicensed

- [GitHub](https://github.com/ipyannotate/ipyannotate) (👨‍💻 3 · 🔀 10 · ⏱️ 20.09.2020):

```
git clone https://github.com/ipyannotate/ipyannotate
```
- [PyPi](https://pypi.org/project/ipyannotate) (📥 24 / month):
```
pip install ipyannotate
```
- [NPM](https://www.npmjs.com/package/ipyannotate) (📥 51 / month):
```
npm install ipyannotate
```

ipyaggrid (🥉9 · ⭐ 10 · 💀) - 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) (📥 2.7K / month):
```
pip install ipyaggrid
```
- [NPM](https://www.npmjs.com/package/ipyaggrid) (📥 3.1K / month):
```
npm install ipyaggrid
```


## Jupyter拓展

Back to top

_扩展Jupyter自身功能的应用程序插件。_

Contrib NBextensions (🥇21 · ⭐ 4.9K · 📈) - Jupyter的各种笔记本扩展的集合。❗Unlicensed

- [GitHub](https://github.com/ipython-contrib/jupyter_contrib_nbextensions) (👨‍💻 130 · 🔀 770 · 📋 770 - 41% open · ⏱️ 17.07.2022):

```
git clone https://github.com/ipython-contrib/jupyter_contrib_nbextensions
```
- [PyPi](https://pypi.org/project/jupyter_contrib_nbextensions) (📥 300K / month):
```
pip install jupyter_contrib_nbextensions
```

Resource Usage (🥇21 · ⭐ 330) - Jupyter Notebook Extension,用于监视您自己的资源。BSD-2

- [GitHub](https://github.com/jupyter-server/jupyter-resource-usage) (👨‍💻 24 · 🔀 73 · 📥 73 · 📋 58 - 53% open · ⏱️ 24.08.2022):

```
git clone https://github.com/jupyter-server/jupyter-resource-usage
```
- [PyPi](https://pypi.org/project/jupyter-resource-usage) (📥 27K / month):
```
pip install jupyter-resource-usage
```
- [Conda](https://anaconda.org/conda-forge/nbresuse) (📥 500K · ⏱️ 23.11.2020):
```
conda install -c conda-forge nbresuse
```

nbgitpuller (🥇21 · ⭐ 170) - Jupyter服务器扩展,可将git存储库单向同步。BSD-3

- [GitHub](https://github.com/jupyterhub/nbgitpuller) (👨‍💻 25 · 🔀 61 · 📦 500 · 📋 130 - 39% open · ⏱️ 22.06.2022):

```
git clone https://github.com/jupyterhub/nbgitpuller
```
- [PyPi](https://pypi.org/project/nbgitpuller) (📥 7.7K / month):
```
pip install nbgitpuller
```
- [Conda](https://anaconda.org/conda-forge/nbgitpuller) (📥 40K · ⏱️ 20.03.2022):
```
conda install -c conda-forge nbgitpuller
```

Jupyter Themes (🥈20 · ⭐ 9.2K) - Custom Jupyter Notebook Themes. MIT

- [GitHub](https://github.com/dunovank/jupyter-themes) (👨‍💻 43 · 🔀 1K · 📋 390 - 48% open · ⏱️ 03.02.2022):

```
git clone https://github.com/dunovank/jupyter-themes
```
- [PyPi](https://pypi.org/project/jupyterthemes) (📥 35K / month):
```
pip install jupyterthemes
```

nbgrader (🥈20 · ⭐ 1.1K) - 用于在Notebook分配(任务/作业)和评分的系统。BSD-3

- [GitHub](https://github.com/jupyter/nbgrader) (👨‍💻 97 · 🔀 290 · 📥 34 · 📋 810 - 24% open · ⏱️ 22.08.2022):

```
git clone https://github.com/jupyter/nbgrader
```
- [PyPi](https://pypi.org/project/nbgrader) (📥 3.4K / month):
```
pip install nbgrader
```
- [Conda](https://anaconda.org/conda-forge/nbgrader) (📥 120K · ⏱️ 23.06.2022):
```
conda install -c conda-forge nbgrader
```

Appmode (🥈20 · ⭐ 400 · 💀) - Jupyter扩展,可将笔记本变成Web应用程序。MIT

- [GitHub](https://github.com/oschuett/appmode) (👨‍💻 8 · 🔀 63 · 📦 320 · 📋 53 - 7% open · ⏱️ 26.04.2021):

```
git clone https://github.com/oschuett/appmode
```
- [PyPi](https://pypi.org/project/appmode) (📥 2.1K / month):
```
pip install appmode
```
- [Conda](https://anaconda.org/conda-forge/appmode) (📥 170K · ⏱️ 16.11.2021):
```
conda install -c conda-forge appmode
```

jupyter-server-proxy (🥈20 · ⭐ 250) - Jupyter笔记本服务器扩展到代理Web服务。BSD-3

- [GitHub](https://github.com/jupyterhub/jupyter-server-proxy) (👨‍💻 64 · 🔀 110 · 📦 4 · 📋 160 - 39% open · ⏱️ 08.07.2022):

```
git clone https://github.com/jupyterhub/jupyter-server-proxy
```
- [PyPi](https://pypi.org/project/jupyter-server-proxy) (📥 110K / month):
```
pip install jupyter-server-proxy
```
- [Conda](https://anaconda.org/conda-forge/jupyter-server-proxy) (📥 810K · ⏱️ 25.01.2022):
```
conda install -c conda-forge jupyter-server-proxy
```

NBextensions Configurator (🥈19 · ⭐ 910 · 📈) - A jupyter notebook serverextension providing config.. ❗Unlicensed

- [GitHub](https://github.com/Jupyter-contrib/jupyter_nbextensions_configurator) (👨‍💻 20 · 🔀 110 · 📋 82 - 60% open · ⏱️ 09.07.2022):

```
git clone https://github.com/jupyter-contrib/jupyter_nbextensions_configurator
```
- [PyPi](https://pypi.org/project/jupyter_nbextensions_configurator) (📥 320K / month):
```
pip install jupyter_nbextensions_configurator
```

gator (🥈18 · ⭐ 220) - Jupyter内部的Conda环境和包管理扩展。BSD-3

- [GitHub](https://github.com/mamba-org/gator) (👨‍💻 25 · 🔀 23 · 📥 2 · 📦 1 · 📋 53 - 26% open · ⏱️ 25.07.2022):

```
git clone https://github.com/mamba-org/gator
```
- [Conda](https://anaconda.org/conda-forge/mamba_gator) (📥 18K · ⏱️ 26.07.2022):
```
conda install -c conda-forge mamba_gator
```
- [NPM](https://www.npmjs.com/package/@mamba-org/gator-lab) (📥 140 / month):
```
npm install @mamba-org/gator-lab
```

pyforest (🥉17 · ⭐ 980 · 💀) - pyforest-自动化导入工具。MIT

- [GitHub](https://github.com/8080labs/pyforest) (👨‍💻 13 · 🔀 180 · 📋 23 - 39% open · ⏱️ 14.06.2021):

```
git clone https://github.com/8080labs/pyforest
```
- [PyPi](https://pypi.org/project/pyforest) (📥 6.9K / month):
```
pip install pyforest
```

Spark Monitor (🥉17 · ⭐ 170) - 从Jupyter Notebook监控Apache Spark。Apache-2

- [GitHub](https://github.com/krishnan-r/sparkmonitor) (👨‍💻 3 · 🔀 50 · 📥 2.4K · 📋 22 - 68% open · ⏱️ 16.05.2022):

```
git clone https://github.com/krishnan-r/sparkmonitor
```
- [PyPi](https://pypi.org/project/sparkmonitor) (📥 1.4K / month):
```
pip install sparkmonitor
```
- [Docker Hub](https://hub.docker.com/r/krishnanr/sparkmonitor) (📥 920 · ⏱️ 04.10.2019):
```
docker pull krishnanr/sparkmonitor
```

Rsession Proxy (🥉17 · ⭐ 94) - 用于运行RStudio rsession代理的Jupyter扩展。BSD-3

- [GitHub](https://github.com/jupyterhub/jupyter-rsession-proxy) (👨‍💻 20 · 🔀 68 · 📦 41 · 📋 71 - 36% open · ⏱️ 16.06.2022):

```
git clone https://github.com/jupyterhub/jupyter-rsession-proxy
```
- [PyPi](https://pypi.org/project/jupyter-rsession-proxy) (📥 2.6K / month):
```
pip install jupyter-rsession-proxy
```

nb_conda (🥉16 · ⭐ 130 · 💀) - Jupyter内部的Conda环境和包管理扩展。BSD-3

- [GitHub](https://github.com/Anaconda-Platform/nb_conda) (👨‍💻 14 · 🔀 29 · 📋 63 - 55% open · ⏱️ 11.09.2020):

```
git clone https://github.com/Anaconda-Platform/nb_conda
```
- [Conda](https://anaconda.org/conda-forge/nb_conda) (📥 390K · ⏱️ 05.06.2022):
```
conda install -c conda-forge nb_conda
```

jupyter-archive (🥉16 · ⭐ 56) - Jupyter / Jupyterlab扩展,用于制作,下载和提取。BSD-3

- [GitHub](https://github.com/jupyterlab-contrib/jupyter-archive) (👨‍💻 9 · 🔀 10 · 📥 3.3K · 📋 33 - 3% open · ⏱️ 20.07.2022):

```
git clone https://github.com/jupyterlab-contrib/jupyter-archive
```
- [Conda](https://anaconda.org/conda-forge/jupyter-archive) (📥 27K · ⏱️ 08.04.2022):
```
conda install -c conda-forge jupyter-archive
```

jupyter-tensorboard (🥉15 · ⭐ 460 · 💀) - 在Jupyter Notebook中启动Tensorboard。MIT

- [GitHub](https://github.com/lspvic/jupyter_tensorboard) (👨‍💻 4 · 🔀 70 · 📋 69 - 57% open · ⏱️ 16.02.2020):

```
git clone https://github.com/lspvic/jupyter_tensorboard
```
- [PyPi](https://pypi.org/project/jupyter-tensorboard) (📥 2.5K / month):
```
pip install jupyter-tensorboard
```

HTTP-over-WebSocket (🥉15 · ⭐ 230 · 💤) - Jupyter对ws-over-ws的支持。Apache-2

- [GitHub](https://github.com/googlecolab/jupyter_http_over_ws) (👨‍💻 3 · 🔀 38 · 📋 29 - 72% open · ⏱️ 30.08.2021):

```
git clone https://github.com/googlecolab/jupyter_http_over_ws
```
- [PyPi](https://pypi.org/project/jupyter_http_over_ws) (📥 52K / month):
```
pip install jupyter_http_over_ws
```

Jupyter Spark (🥉15 · ⭐ 190 · 💀) - 利用pandas DataFrames的Jupyter Notebook扩展。MPL-2.0

- [GitHub](https://github.com/mozilla/jupyter-spark) (👨‍💻 12 · 🔀 29 · 📦 16 · 📋 27 - 48% open · ⏱️ 01.12.2020):

```
git clone https://github.com/mozilla/jupyter-spark
```
- [PyPi](https://pypi.org/project/jupyter-spark) (📥 560 / month):
```
pip install jupyter-spark
```

nbzip (🥉15 · ⭐ 80 · 💀) - 压缩并下载jupyter笔记本的所有内容。Apache-2

- [GitHub](https://github.com/data-8/nbzip) (👨‍💻 6 · 🔀 15 · 📦 290 · 📋 14 - 64% open · ⏱️ 22.11.2019):

```
git clone https://github.com/data-8/nbzip
```
- [PyPi](https://pypi.org/project/nbzip) (📥 720 / month):
```
pip install nbzip
```

Content Management (🥉14 · ⭐ 76 · 💀) - Jupyter内容管理扩展。BSD-3

- [GitHub](https://github.com/jupyter-incubator/contentmanagement) (👨‍💻 8 · 🔀 25 · 📋 27 - 25% open · ⏱️ 11.06.2018):

```
git clone https://github.com/jupyter-incubator/contentmanagement
```
- [PyPi](https://pypi.org/project/jupyter_cms) (📥 150 / month):
```
pip install jupyter_cms
```
- [Conda](https://anaconda.org/conda-forge/jupyter_cms) (📥 77K · ⏱️ 17.11.2021):
```
conda install -c conda-forge jupyter_cms
```

jupyter-nbrequirements (🥉12 · ⭐ 14 · 💤) - Jupyter中的依赖关系管理和优化。MIT

- [GitHub](https://github.com/thoth-station/jupyter-nbrequirements) (👨‍💻 12 · 🔀 4 · ⏱️ 21.10.2021):

```
git clone https://github.com/thoth-station/jupyter-nbrequirements
```

PPExtensions (🥉9 · ⭐ 48 · 💀) - 一组iPython和Jupyter扩展。❗Unlicensed

- [GitHub](https://github.com/paypal/PPExtensions) (👨‍💻 9 · 🔀 27 · 📦 1 · 📋 38 - 42% open · ⏱️ 07.12.2018):

```
git clone https://github.com/paypal/PPExtensions
```
- [PyPi](https://pypi.org/project/ppextensions) (📥 55 / month):
```
pip install ppextensions
```

Jupyter Black (🥉8 · ⭐ 400 · 💀) - Jupyter Notebook的黑色格式化程序。BSD-3

- [GitHub](https://github.com/drillan/jupyter-black) (👨‍💻 2 · 🔀 20 · 📋 21 - 42% open · ⏱️ 01.02.2020):

```
git clone https://github.com/drillan/jupyter-black
```

jupyterterminals (🥉7 · ⭐ 8 · 💀) - Jupyter插件可支持嵌入式终端外壳。MIT

- [GitHub](https://github.com/willkessler/jupyterterminals) (👨‍💻 2 · 🔀 2 · 📦 1 · ⏱️ 17.05.2021):

```
git clone https://github.com/willkessler/jupyterterminals
```


## Jupyter-magic拓展

Back to top

_提供magic命令以访问笔记本中方便功能的扩展。_

ipython-sql (🥇27 · ⭐ 1.6K) - %%sql magic for IPython, hopefully evolving into full SQL client. MIT

- [GitHub](https://github.com/catherinedevlin/ipython-sql) (👨‍💻 53 · 🔀 250 · 📦 3.4K · 📋 140 - 71% open · ⏱️ 12.06.2022):

```
git clone https://github.com/catherinedevlin/ipython-sql
```
- [PyPi](https://pypi.org/project/ipython-sql) (📥 110K / month):
```
pip install ipython-sql
```
- [Conda](https://anaconda.org/conda-forge/ipython-sql) (📥 160K · ⏱️ 13.11.2021):
```
conda install -c conda-forge ipython-sql
```

sparkmagic (🥇26 · ⭐ 1.2K) - Jupyter魔术和内核,可用于远程Spark集群。❗Unlicensed

- [GitHub](https://github.com/jupyter-incubator/sparkmagic) (👨‍💻 57 · 🔀 380 · 📦 250 · 📋 400 - 32% open · ⏱️ 02.05.2022):

```
git clone https://github.com/jupyter-incubator/sparkmagic
```
- [PyPi](https://pypi.org/project/sparkmagic) (📥 36K / month):
```
pip install sparkmagic
```
- [Conda](https://anaconda.org/conda-forge/sparkmagic) (📥 51K · ⏱️ 09.05.2022):
```
conda install -c conda-forge sparkmagic
```

watermark (🥈23 · ⭐ 710) - 一个IPython魔术扩展,用于打印日期和时间戳版本。BSD-3

- [GitHub](https://github.com/rasbt/watermark) (👨‍💻 19 · 🔀 81 · 📦 1.6K · 📋 44 - 36% open · ⏱️ 27.05.2022):

```
git clone https://github.com/rasbt/watermark
```
- [PyPi](https://pypi.org/project/watermark) (📥 28K / month):
```
pip install watermark
```
- [Conda](https://anaconda.org/conda-forge/watermark) (📥 220K · ⏱️ 30.05.2022):
```
conda install -c conda-forge watermark
```

heat (🥈16 · ⭐ 990 · 💤) - IPython魔术命令:格式化单元格中的python代码。MIT

- [GitHub](https://github.com/csurfer/pyheatmagic) (👨‍💻 3 · 🔀 22 · 📦 29 · 📋 5 - 40% open · ⏱️ 10.09.2021):

```
git clone https://github.com/csurfer/pyheatmagic
```
- [PyPi](https://pypi.org/project/py-heat-magic) (📥 1.2K / month):
```
pip install py-heat-magic
```

jupyter-notify (🥈16 · ⭐ 560 · 💀) - A Jupyter Notebook magic for browser notifications of cell.. BSD-3

- [GitHub](https://github.com/ShopRunner/jupyter-notify) (👨‍💻 11 · 🔀 34 · 📋 23 - 47% open · ⏱️ 27.04.2021):

```
git clone https://github.com/ShopRunner/jupyter-notify
```
- [PyPi](https://pypi.org/project/jupyternotify) (📥 2.3K / month):
```
pip install jupyternotify
```

blackcellmagic (🥉15 · ⭐ 300 · 💤) - IPython魔术命令:格式化单元格中的python代码。MIT

- [GitHub](https://github.com/csurfer/blackcellmagic) (👨‍💻 3 · 🔀 12 · 📦 160 · 📋 9 - 44% open · ⏱️ 18.09.2021):

```
git clone https://github.com/csurfer/blackcellmagic
```
- [PyPi](https://pypi.org/project/blackcellmagic) (📥 2.9K / month):
```
pip install blackcellmagic
```

py_d3 (🥉12 · ⭐ 440) - D3 block magic for Jupyter notebook. MIT

- [GitHub](https://github.com/ResidentMario/py_d3) (👨‍💻 4 · 🔀 39 · 📋 16 - 6% open · ⏱️ 20.02.2022):

```
git clone https://github.com/ResidentMario/py_d3
```
- [PyPi](https://pypi.org/project/py_d3) (📥 97 / month):
```
pip install py_d3
```

SQLCell (🥉12 · ⭐ 150 · 💀) - SQLCell:Jupyter Notebook的魔术函数。MIT

- [GitHub](https://github.com/tmthyjames/SQLCell) (👨‍💻 14 · 🔀 10 · 📦 1 · 📋 84 - 71% open · ⏱️ 06.10.2020):

```
git clone https://github.com/tmthyjames/SQLCell
```
- [PyPi](https://pypi.org/project/sqlcell) (📥 12 / month):
```
pip install sqlcell
```

pick (🥉12 · ⭐ 31 · 💀) - 在启动时自定义您的内核。BSD-3

- [GitHub](https://github.com/nteract/pick) (👨‍💻 5 · 🔀 7 · 📋 9 - 44% open · ⏱️ 04.11.2020):

```
git clone https://github.com/nteract/pick
```
- [PyPi](https://pypi.org/project/pick) (📥 49K / month):
```
pip install pick
```

jupyter-manim (🥉11 · ⭐ 180 · 💤) - manim单元魔术,用于IPython / Jupyter显示输出视频。MIT

- [GitHub](https://github.com/krassowski/jupyter-manim) (👨‍💻 5 · 🔀 11 · 📋 25 - 24% open · ⏱️ 02.01.2022):

```
git clone https://github.com/krassowski/jupyter-manim
```


## Jupyter内核

Back to top

_Jupyter内核以给定的语言运行和内省用户的代码。_

gophernotes (🥇22 · ⭐ 3.4K) - 适用于Jupyter笔记本电脑和nteract的Go内核。MIT

- [GitHub](https://github.com/gopherdata/gophernotes) (👨‍💻 29 · 🔀 220 · 📥 40 · 📦 8 · 📋 170 - 28% open · ⏱️ 08.07.2022):

```
git clone https://github.com/gopherdata/gophernotes
```
- [Docker Hub](https://hub.docker.com/r/gopherdata/gophernotes) (📥 86K · ⭐ 7 · ⏱️ 22.12.2018):
```
docker pull gopherdata/gophernotes
```

IPython Kernel (🥇22 · ⭐ 500 · 📉) - IPython Kernel for Jupyter. ❗Unlicensed

- [GitHub](https://github.com/ipython/ipykernel) (👨‍💻 160 · 🔀 300 · 📥 520 · 📋 420 - 51% open · ⏱️ 22.08.2022):

```
git clone https://github.com/ipython/ipykernel
```
- [PyPi](https://pypi.org/project/ipykernel) (📥 10M / month):
```
pip install ipykernel
```
- [Conda](https://anaconda.org/anaconda/ipykernel) (📥 380K · ⏱️ 02.05.2022):
```
conda install -c anaconda ipykernel
```

IRkernel (🥇21 · ⭐ 1.6K) - Jupyter的R内核。MIT

- [GitHub](https://github.com/IRkernel/IRkernel) (👨‍💻 41 · 🔀 290 · 📋 570 - 9% open · ⏱️ 24.06.2022):

```
git clone https://github.com/IRkernel/IRkernel
```
- [Conda](https://anaconda.org/r/r-irkernel) (📥 82K · ⏱️ 31.05.2022):
```
conda install -c r r-irkernel
```
- [Docker Hub](https://hub.docker.com/r/jupyter/r-notebook) (📥 1.3M · ⭐ 44 · ⏱️ 23.08.2022):
```
docker pull jupyter/r-notebook
```

Octave Kernel (🥇20 · ⭐ 410) - 用于IPython的Octave内核。BSD-3

- [GitHub](https://github.com/Calysto/octave_kernel) (👨‍💻 18 · 🔀 60 · 📥 50 · 📋 170 - 16% open · ⏱️ 21.08.2022):

```
git clone https://github.com/calysto/octave_kernel
```
- [PyPi](https://pypi.org/project/octave_kernel) (📥 13K / month):
```
pip install octave_kernel
```

Metakernel (🥇20 · ⭐ 290) - Jupyter/IPython内核工具。BSD-3

- [GitHub](https://github.com/Calysto/metakernel) (👨‍💻 31 · 🔀 78 · 📥 42 · 📋 140 - 19% open · ⏱️ 09.08.2022):

```
git clone https://github.com/Calysto/metakernel
```
- [PyPi](https://pypi.org/project/metakernel) (📥 71K / month):
```
pip install metakernel
```
- [Conda](https://anaconda.org/conda-forge/metakernel) (📥 600K · ⏱️ 09.08.2022):
```
conda install -c conda-forge metakernel
```

IJulia.jl (🥈19 · ⭐ 2.5K) - Jupyter的Julia内核。MIT

- [GitHub](https://github.com/JuliaLang/IJulia.jl) (👨‍💻 100 · 🔀 380 · 📋 790 - 12% open · ⏱️ 23.06.2022):

```
git clone https://github.com/JuliaLang/IJulia.jl
```

xeus-cling (🥈19 · ⭐ 2.3K · 💤) - 适用于C++编程语言的Jupyter内核。BSD-3

- [GitHub](https://github.com/jupyter-xeus/xeus-cling) (👨‍💻 20 · 🔀 240 · 📋 250 - 53% open · ⏱️ 17.01.2022):

```
git clone https://github.com/jupyter-xeus/xeus-cling
```
- [Conda](https://anaconda.org/conda-forge/xeus-cling) (📥 160K · ⏱️ 08.03.2022):
```
conda install -c conda-forge xeus-cling
```

IJavascript (🥈19 · ⭐ 1.9K · 💤) - Jupyter笔记本的JavaScript内核。❗Unlicensed

- [GitHub](https://github.com/n-riesco/ijavascript) (👨‍💻 15 · 🔀 150 · 📦 63 · 📋 230 - 23% open · ⏱️ 24.01.2022):

```
git clone https://github.com/n-riesco/ijavascript
```
- [NPM](https://www.npmjs.com/package/ijavascript) (📥 2.4K / month):
```
npm install ijavascript
```

almond (🥈19 · ⭐ 1.5K) - Jupyter的Scala内核。BSD-3

- [GitHub](https://github.com/almond-sh/almond) (👨‍💻 36 · 🔀 220 · 📥 1.3K · 📋 300 - 32% open · ⏱️ 24.08.2022):

```
git clone https://github.com/almond-sh/almond
```
- [Docker Hub](https://hub.docker.com/r/almondsh/almond) (📥 15K · ⭐ 6 · ⏱️ 16.08.2022):
```
docker pull almondsh/almond
```

Apache Toree (🥈19 · ⭐ 700) - 适用于Apache Spark的Jupyter内核。Apache-2

- [GitHub](https://github.com/apache/incubator-toree) (👨‍💻 100 · 🔀 210 · ⏱️ 15.03.2022):

```
git clone https://github.com/apache/incubator-toree
```
- [PyPi](https://pypi.org/project/toree) (📥 13K / month):
```
pip install toree
```

IHaskell (🥈18 · ⭐ 2.4K) - 用于IPython的Haskell内核。MIT

- [GitHub](https://github.com/IHaskell/IHaskell) (👨‍💻 110 · 🔀 240 · 📦 4 · 📋 740 - 4% open · ⏱️ 22.07.2022):

```
git clone https://github.com/gibiansky/IHaskell
```
- [NPM](https://www.npmjs.com/package/ihaskell_jupyterlab) (📥 13 / month):
```
npm install ihaskell_jupyterlab
```

IRuby (🥈18 · ⭐ 720) - 官方gem仓库:Jupyter/IPython Notebook的Ruby内核。MIT

- [GitHub](https://github.com/SciRuby/iruby) (👨‍💻 44 · 🔀 18 · 📥 15 · 📦 160 · 📋 190 - 24% open · ⏱️ 05.07.2022):

```
git clone https://github.com/SciRuby/iruby
```
- [Docker Hub](https://hub.docker.com/r/rubydata/datascience-notebook) (📥 1.7K · ⭐ 3 · ⏱️ 07.06.2022):
```
docker pull rubydata/datascience-notebook
```

nb_conda_kernels (🥈18 · ⭐ 470 · 💀) - Package for managing conda environment-based kernels.. BSD-3

- [GitHub](https://github.com/Anaconda-Platform/nb_conda_kernels) (👨‍💻 14 · 🔀 56 · 📋 130 - 26% open · ⏱️ 30.11.2020):

```
git clone https://github.com/Anaconda-Platform/nb_conda_kernels
```
- [Conda](https://anaconda.org/conda-forge/nb_conda_kernels) (📥 710K · ⏱️ 14.02.2022):
```
conda install -c conda-forge nb_conda_kernels
```

OCaml Kernel (🥈18 · ⭐ 230) - Jupyter(IPython)笔记本的OCaml内核。MIT

- [GitHub](https://github.com/akabe/ocaml-jupyter) (👨‍💻 18 · 🔀 29 · 📥 70K · 📋 71 - 4% open · ⏱️ 10.04.2022):

```
git clone https://github.com/akabe/ocaml-jupyter
```

SAS Kernel (🥈18 · ⭐ 190) - 用于SAS的Jupyter内核。Apache-2

- [GitHub](https://github.com/sassoftware/sas_kernel) (👨‍💻 9 · 🔀 72 · 📋 57 - 5% open · ⏱️ 01.06.2022):

```
git clone https://github.com/sassoftware/sas_kernel
```
- [PyPi](https://pypi.org/project/sas_kernel) (📥 2K / month):
```
pip install sas_kernel
```

Spylon Kernel (🥈18 · ⭐ 160 · 💀) - Jupyter kernel for scala and spark. ❗Unlicensed

- [GitHub](https://github.com/vericast/spylon-kernel) (👨‍💻 6 · 🔀 28 · 📦 88 · 📋 35 - 48% open · ⏱️ 20.09.2018):

```
git clone https://github.com/Valassis-Digital-Media/spylon-kernel
```
- [PyPi](https://pypi.org/project/spylon-kernel) (📥 2.3K / month):
```
pip install spylon-kernel
```
- [Conda](https://anaconda.org/conda-forge/spylon-kernel) (📥 95K · ⏱️ 05.10.2018):
```
conda install -c conda-forge spylon-kernel
```

IJava (🥉17 · ⭐ 820 · 💀) - 用于执行Java代码的Jupyter内核。MIT

- [GitHub](https://github.com/SpencerPark/IJava) (👨‍💻 4 · 🔀 160 · 📥 89K · 📋 130 - 54% open · ⏱️ 08.12.2019):

```
git clone https://github.com/SpencerPark/IJava
```

Kernel Gateway (🥉17 · ⭐ 400) - Jupyter内核网关。❗Unlicensed

- [GitHub](https://github.com/jupyter-server/kernel_gateway) (👨‍💻 44 · 🔀 110 · 📥 100 · 📋 180 - 7% open · ⏱️ 12.03.2022):

```
git clone https://github.com/jupyter/kernel_gateway
```
- [PyPi](https://pypi.org/project/jupyter-kernel-gateway) (📥 14K / month):
```
pip install jupyter-kernel-gateway
```

SciJava Kernel (🥉17 · ⭐ 180) - 在Jupyter笔记本中编写SciJava脚本。Apache-2

- [GitHub](https://github.com/scijava/scijava-jupyter-kernel) (👨‍💻 9 · 🔀 42 · 📥 86 · ⏱️ 03.02.2022):

```
git clone https://github.com/scijava/scijava-jupyter-kernel
```
- [Conda](https://anaconda.org/conda-forge/scijava-jupyter-kernel) (📥 81K · ⏱️ 03.03.2018):
```
conda install -c conda-forge scijava-jupyter-kernel
```

clojupyter (🥉16 · ⭐ 740 · 💤) - 用于Clojure的Jupyter内核。MIT

- [GitHub](https://github.com/clojupyter/clojupyter) (👨‍💻 26 · 🔀 75 · 📋 97 - 18% open · ⏱️ 29.12.2021):

```
git clone https://github.com/clojupyter/clojupyter
```
- [Conda](https://anaconda.org/simplect/clojupyter) (📥 3K · ⏱️ 02.03.2020):
```
conda install -c simplect clojupyter
```
- [Docker Hub](https://hub.docker.com/r/simplect/clojupyter) (📥 390 · ⏱️ 25.04.2019):
```
docker pull simplect/clojupyter
```

Enterprise Gateway (🥉16 · ⭐ 520) - 轻量级,多租户,可扩展和安全的网关。❗Unlicensed

- [GitHub](https://github.com/jupyter-server/enterprise_gateway) (👨‍💻 100 · 🔀 180 · 📥 20K · 📋 520 - 9% open · ⏱️ 22.08.2022):

```
git clone https://github.com/jupyter/enterprise_gateway
```
- [PyPi](https://pypi.org/project/jupyter_enterprise_gateway) (📥 1.3K / month):
```
pip install jupyter_enterprise_gateway
```

Matlab Kernel (🥉16 · ⭐ 440) - Jupyter的Matlab内核。❗Unlicensed

- [GitHub](https://github.com/Calysto/matlab_kernel) (👨‍💻 18 · 🔀 73 · 📋 130 - 19% open · ⏱️ 09.05.2022):

```
git clone https://github.com/calysto/matlab_kernel
```
- [PyPi](https://pypi.org/project/matlab_kernel) (📥 3.9K / month):
```
pip install matlab_kernel
```

Wolfram Kernel (🥉15 · ⭐ 750) - 适用于Jupyter的Wolfram语言内核。MIT

- [GitHub](https://github.com/WolframResearch/WolframLanguageForJupyter) (👨‍💻 7 · 🔀 91 · 📥 6.1K · 📋 96 - 31% open · ⏱️ 19.02.2022):

```
git clone https://github.com/WolframResearch/WolframLanguageForJupyter
```

Bash Kernel (🥉15 · ⭐ 600) - IPython的bash内核。BSD-3

- [GitHub](https://github.com/takluyver/bash_kernel) (👨‍💻 14 · 🔀 100 · 📋 94 - 37% open · ⏱️ 22.08.2022):

```
git clone https://github.com/takluyver/bash_kernel
```
- [PyPi](https://pypi.org/project/bash_kernel) (📥 6K / month):
```
pip install bash_kernel
```

Ansible Kernel (🥉15 · ⭐ 500) - Jupyter笔记本内核,用于运行Ansible任务。❗Unlicensed

- [GitHub](https://github.com/ansible/ansible-jupyter-kernel) (👨‍💻 10 · 🔀 54 · 📦 9 · 📋 44 - 34% open · ⏱️ 11.02.2022):

```
git clone https://github.com/ansible/ansible-jupyter-kernel
```
- [PyPi](https://pypi.org/project/ansible-kernel) (📥 280 / month):
```
pip install ansible-kernel
```
- [Conda](https://anaconda.org/conda-forge/ansible-kernel) (📥 11K · ⏱️ 12.02.2022):
```
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
```

LFortran (🥉14 · ⭐ 370) - https://gitlab.com/lfortran/lfortran的官方镜像。❗Unlicensed

- [GitHub](https://github.com/lfortran/lfortran) (👨‍💻 38 · 🔀 38 · 📋 470 - 95% open · ⏱️ 25.08.2022):

```
git clone https://github.com/lfortran/lfortran
```
- [PyPi](https://pypi.org/project/lfortran) (📥 110 / month):
```
pip install lfortran
```
- [Conda](https://anaconda.org/conda-forge/lfortran) (📥 40K · ⏱️ 23.09.2021):
```
conda install -c conda-forge lfortran
```

IElixir (🥉14 · ⭐ 340 · 💀) - Jupyter的Elixir编程语言内核。Apache-2

- [GitHub](https://github.com/pprzetacznik/IElixir) (👨‍💻 19 · 🔀 39 · 📋 30 - 33% open · ⏱️ 20.03.2021):

```
git clone https://github.com/pprzetacznik/IElixir
```
- [Docker Hub](https://hub.docker.com/r/pprzetacznik/ielixir) (📥 340 · ⭐ 1 · ⏱️ 20.03.2021):
```
docker pull pprzetacznik/ielixir
```

Kernel Detection (🥉14 · ⭐ 140 · 💀) - 一个Jupyter插件,用于自动检测。BSD-2

- [GitHub](https://github.com/Cadair/jupyter_environment_kernels) (👨‍💻 6 · 🔀 16 · 📋 29 - 24% open · ⏱️ 12.02.2018):

```
git clone https://github.com/Cadair/jupyter_environment_kernels
```
- [PyPi](https://pypi.org/project/environment_kernels) (📥 2.6K / month):
```
pip install environment_kernels
```

lgo (🥉13 · ⭐ 2.3K · 💀) - 使用Jupyter进行交互式Go编程。BSD-3

- [GitHub](https://github.com/yunabe/lgo) (👨‍💻 9 · 🔀 110 · 📋 76 - 30% open · ⏱️ 09.07.2019):

```
git clone https://github.com/yunabe/lgo
```

F# Kernel (🥉12 · ⭐ 430) - F# for Jupyter Notebooks. ❗Unlicensed

- [GitHub](https://github.com/fsprojects/IfSharp) (👨‍💻 28 · 🔀 67 · 📥 5.4K · 📋 140 - 9% open · ⏱️ 17.03.2022):

```
git clone https://github.com/fsprojects/IfSharp
```
- [Docker Hub](https://hub.docker.com/r/fsprojects/ifsharp) (📥 680 · ⏱️ 26.03.2019):
```
docker pull fsprojects/ifsharp
```

ICSharp (🥉12 · ⭐ 270 · 💀) - Jupyter的C#内核。Apache-2

- [GitHub](https://github.com/zabirauf/icsharp) (👨‍💻 10 · 🔀 57 · 📋 46 - 71% open · ⏱️ 23.09.2018):

```
git clone https://github.com/zabirauf/icsharp
```

SSH Kernel (🥉12 · ⭐ 53 · 💤) - Jupyter的SSH内核。BSD-3

- [GitHub](https://github.com/NII-cloud-operation/sshkernel) (👨‍💻 4 · 🔀 12 · 📦 6 · 📋 8 - 25% open · ⏱️ 04.11.2021):

```
git clone https://github.com/NII-cloud-operation/sshkernel
```
- [PyPi](https://pypi.org/project/sshkernel) (📥 79 / month):
```
pip install sshkernel
```

xeus-sqlite (🥉11 · ⭐ 140) - 适用于SQLite的Jupyter内核。BSD-3

- [GitHub](https://github.com/jupyter-xeus/xeus-sqlite) (👨‍💻 12 · 🔀 21 · 📋 41 - 26% open · ⏱️ 15.03.2022):

```
git clone https://github.com/jupyter-xeus/xeus-sqlite
```

remote_ikernel (🥉10 · ⭐ 12 · 💀) - All your Jupyter kernels, on all your machines, in one place. BSD-2

- [GitHub](https://github.com/tdaff/remote_ikernel) (👨‍💻 7 · 🔀 11 · 📋 27 - 33% open · ⏱️ 08.11.2020):

```
git clone https://github.com/tdaff/remote_ikernel
```
- [PyPi](https://pypi.org/project/remote_ikernel) (📥 160 / month):
```
pip install remote_ikernel
```

ssh_ipykernel (🥉7 · ⭐ 8 · 💀) - A remote jupyter kernel via ssh. MIT

- [GitHub](https://github.com/bernhard-42/ssh_ipykernel) (👨‍💻 2 · 🔀 2 · ⏱️ 28.06.2021):

```
git clone https://github.com/bernhard-42/ssh_ipykernel
```

kernel-relay (🥉6 · ⭐ 11 · 💀) - 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分享与格式转换

Back to top

_与笔记本文件共享、转换和简化协作的工具(例如,通过git)。_

nbconvert (🥇31 · ⭐ 1.4K) - Jupyter Notebook Conversion. ❗Unlicensed

- [GitHub](https://github.com/jupyter/nbconvert) (👨‍💻 250 · 🔀 480 · 📦 160K · 📋 1K - 42% open · ⏱️ 22.08.2022):

```
git clone https://github.com/jupyter/nbconvert
```
- [PyPi](https://pypi.org/project/nbconvert) (📥 12M / month):
```
pip install nbconvert
```
- [Conda](https://anaconda.org/conda-forge/nbconvert) (📥 7.9M · ⏱️ 23.08.2022):
```
conda install -c conda-forge nbconvert
```

nikola (🥇29 · ⭐ 2.3K) - 静态网站和博客生成器。MIT

- [GitHub](https://github.com/getnikola/nikola) (👨‍💻 230 · 🔀 350 · 📦 440 · 📋 2.1K - 2% open · ⏱️ 02.08.2022):

```
git clone https://github.com/getnikola/nikola
```
- [PyPi](https://pypi.org/project/nikola) (📥 1.9K / month):
```
pip install nikola
```

Jupytext (🥇27 · ⭐ 5.5K) - Jupyter Notebooks作为Markdown文档,Julia,Python或R脚本的工具。MIT

- [GitHub](https://github.com/mwouts/jupytext) (👨‍💻 72 · 🔀 350 · 📦 3.2K · 📋 530 - 12% open · ⏱️ 29.07.2022):

```
git clone https://github.com/mwouts/jupytext
```
- [PyPi](https://pypi.org/project/jupytext) (📥 260K / month):
```
pip install jupytext
```
- [Conda](https://anaconda.org/conda-forge/jupytext) (📥 380K · ⏱️ 03.07.2022):
```
conda install -c conda-forge jupytext
```
- [NPM](https://www.npmjs.com/package/jupyterlab-jupytext) (📥 6.5K / month):
```
npm install jupyterlab-jupytext
```

Voila (🥈26 · ⭐ 4.3K) - Voil将Jupyter笔记本变成独立的Web应用程序。❗Unlicensed

- [GitHub](https://github.com/voila-dashboards/voila) (👨‍💻 61 · 🔀 420 · 📥 290 · 📦 7.2K · 📋 610 - 40% open · ⏱️ 11.08.2022):

```
git clone https://github.com/voila-dashboards/voila
```
- [PyPi](https://pypi.org/project/voila) (📥 54K / month):
```
pip install voila
```
- [Conda](https://anaconda.org/conda-forge/voila) (📥 200K · ⏱️ 18.07.2022):
```
conda install -c conda-forge voila
```
- [NPM](https://www.npmjs.com/package/@jupyter-voila/jupyterlab-preview) (📥 3.2K / month):
```
npm install @jupyter-voila/jupyterlab-preview
```

RISE (🥈24 · ⭐ 3.3K) - 实时Reveal.js Jupyter/IPython幻灯片扩展。❗Unlicensed

- [GitHub](https://github.com/damianavila/RISE) (👨‍💻 41 · 🔀 380 · 📦 2K · 📋 430 - 33% open · ⏱️ 28.03.2022):

```
git clone https://github.com/damianavila/RISE
```
- [PyPi](https://pypi.org/project/RISE) (📥 5.9K / month):
```
pip install RISE
```
- [Conda](https://anaconda.org/conda-forge/rise) (📥 220K · ⏱️ 16.11.2021):
```
conda install -c conda-forge rise
```

Jupyter Book (🥈24 · ⭐ 3K) - 从Jupyter构建交互式的,具有出版质量的文档。BSD-3

- [GitHub](https://github.com/executablebooks/jupyter-book) (👨‍💻 110 · 🔀 500 · 📋 1.1K - 41% open · ⏱️ 21.08.2022):

```
git clone https://github.com/executablebooks/jupyter-book
```
- [PyPi](https://pypi.org/project/jupyter-book) (📥 52K / month):
```
pip install jupyter-book
```

nbdime (🥈23 · ⭐ 2.3K) - 区分和合并Jupyter笔记本的工具。❗Unlicensed

- [GitHub](https://github.com/jupyter/nbdime) (👨‍💻 40 · 🔀 130 · 📦 79 · 📋 280 - 22% open · ⏱️ 05.07.2022):

```
git clone https://github.com/jupyter/nbdime
```
- [PyPi](https://pypi.org/project/nbdime) (📥 260K / month):
```
pip install nbdime
```
- [Conda](https://anaconda.org/conda-forge/nbdime) (📥 610K · ⏱️ 26.10.2021):
```
conda install -c conda-forge nbdime
```
- [NPM](https://www.npmjs.com/package/nbdime-jupyterlab) (📥 140K / month):
```
npm install nbdime-jupyterlab
```

Stencila (🥈23 · ⭐ 650) - 用于可复制研究的在线文档。Apache-2

- [GitHub](https://github.com/stencila/stencila) (👨‍💻 34 · 🔀 34 · 📥 3.1K · 📦 17 · 📋 560 - 11% open · ⏱️ 29.07.2022):

```
git clone https://github.com/stencila/stencila
```
- [NPM](https://www.npmjs.com/package/stencila) (📥 360 / month):
```
npm install stencila
```
- [Docker Hub](https://hub.docker.com/r/stencila/cloud) (📥 16K · ⏱️ 08.04.2019):
```
docker pull stencila/cloud
```

Knowledge Repo (🥈21 · ⭐ 5.2K) - 下一代知识共享平台Apache-2

- [GitHub](https://github.com/airbnb/knowledge-repo) (👨‍💻 68 · 🔀 650 · 📋 290 - 42% open · ⏱️ 17.08.2022):

```
git clone https://github.com/airbnb/knowledge-repo
```
- [PyPi](https://pypi.org/project/knowledge-repo) (📥 280 / month):
```
pip install knowledge-repo
```

nbviewer (🥉19 · ⭐ 2K) - nbconvert作为Web服务:将Jupyter Notebooks渲染为静态Web。BSD-3

- [GitHub](https://github.com/jupyter/nbviewer) (👨‍💻 91 · 🔀 490 · 📦 7 · 📋 570 - 28% open · ⏱️ 22.08.2022):

```
git clone https://github.com/jupyter/nbviewer
```
- [Docker Hub](https://hub.docker.com/r/jupyter/nbviewer) (📥 2.8M · ⭐ 29 · ⏱️ 22.08.2022):
```
docker pull jupyter/nbviewer
```

bookstore (🥉19 · ⭐ 180 · 💀) - 面向大众的笔记本存储和发布工作流程。BSD-3

- [GitHub](https://github.com/nteract/bookstore) (👨‍💻 7 · 🔀 19 · 📦 11 · 📋 73 - 46% open · ⏱️ 09.12.2019):

```
git clone https://github.com/nteract/bookstore
```
- [PyPi](https://pypi.org/project/bookstore) (📥 29K / month):
```
pip install bookstore
```

BinderHub (🥉18 · ⭐ 2.2K) - 在云端运行您的代码。BSD-3

- [GitHub](https://github.com/jupyterhub/binderhub) (👨‍💻 84 · 🔀 320 · 📦 6 · 📋 630 - 28% open · ⏱️ 22.08.2022):

```
git clone https://github.com/jupyterhub/binderhub
```

notedown (🥉18 · ⭐ 830 · 💀) - Markdown = IPython Notebook. BSD-2

- [GitHub](https://github.com/aaren/notedown) (👨‍💻 7 · 🔀 91 · 📦 180 · 📋 68 - 57% open · ⏱️ 16.11.2017):

```
git clone https://github.com/aaren/notedown
```
- [PyPi](https://pypi.org/project/notedown) (📥 3.8K / month):
```
pip install notedown
```
- [Conda](https://anaconda.org/conda-forge/notedown) (📥 34K · ⏱️ 07.06.2018):
```
conda install -c conda-forge notedown
```

scrapbook (🥉18 · ⭐ 250) - 一个用于在笔记本中记录和读取数据的库。BSD-3

- [GitHub](https://github.com/nteract/scrapbook) (👨‍💻 11 · 🔀 26 · 📦 150 · 📋 48 - 47% open · ⏱️ 13.04.2022):

```
git clone https://github.com/nteract/scrapbook
```
- [PyPi](https://pypi.org/project/nteract-scrapbook) (📥 81K / month):
```
pip install nteract-scrapbook
```

ThebeLab (🥉17 · ⭐ 300 · 💤) - ThebeLab:将静态HTML页面转换为实时文档。BSD-3

- [GitHub](https://github.com/executablebooks/thebe) (👨‍💻 26 · 🔀 57 · 📦 5 · 📋 150 - 42% open · ⏱️ 19.11.2021):

```
git clone https://github.com/executablebooks/thebe
```

commuter (🥉16 · ⭐ 440) - 笔记本共享中心。BSD-3

- [GitHub](https://github.com/nteract/commuter) (👨‍💻 27 · 🔀 63 · 📦 3 · 📋 91 - 57% open · ⏱️ 28.04.2022):

```
git clone https://github.com/nteract/commuter
```
- [NPM](https://www.npmjs.com/package/@nteract/commuter) (📥 640 / month):
```
npm install @nteract/commuter
```

nbinteract (🥉15 · ⭐ 220 · 💀) - 从Jupyter Notebooks创建交互式网页。BSD-3

- [GitHub](https://github.com/SamLau95/nbinteract) (👨‍💻 8 · 🔀 20 · 📦 1 · 📋 70 - 41% open · ⏱️ 15.04.2021):

```
git clone https://github.com/SamLau95/nbinteract
```
- [PyPi](https://pypi.org/project/nbinteract) (📥 1.5K / month):
```
pip install nbinteract
```

mkdocs-jupyter (🥉15 · ⭐ 150 · 📈) - 在mkdocs中使用Jupyter Notebook。Apache-2

- [GitHub](https://github.com/danielfrg/mkdocs-jupyter) (👨‍💻 13 · 🔀 21 · 📋 57 - 22% open · ⏱️ 04.05.2022):

```
git clone https://github.com/danielfrg/mkdocs-jupyter
```
- [PyPi](https://pypi.org/project/mkdocs-jupyter) (📥 24K / month):
```
pip install mkdocs-jupyter
```

cdsdashboards (🥉14 · ⭐ 170) - 用于ContainDS仪表板的JupyterHub扩展。❗Unlicensed

- [GitHub](https://github.com/ideonate/cdsdashboards) (👨‍💻 13 · 🔀 33 · 📋 88 - 35% open · ⏱️ 29.04.2022):

```
git clone https://github.com/ideonate/cdsdashboards
```
- [PyPi](https://pypi.org/project/cdsdashboards) (📥 260 / month):
```
pip install cdsdashboards
```
- [Conda](https://anaconda.org/conda-forge/cdsdashboards) (📥 30K · ⏱️ 29.04.2022):
```
conda install -c conda-forge cdsdashboards
```

pynb (🥉13 · ⭐ 240 · 💀) - Jupyter Notebooks是带有嵌入式Markdown文本的纯Python代码。MIT

- [GitHub](https://github.com/elehcimd/pynb) (👨‍💻 8 · 🔀 6 · 📦 21 · ⏱️ 07.07.2020):

```
git clone https://github.com/elehcimd/pynb
```

nbgallery (🥉13 · ⭐ 140) - 企业Jupyter笔记本共享和协作应用程序。MIT

- [GitHub](https://github.com/nbgallery/nbgallery) (👨‍💻 19 · 🔀 23 · 📋 380 - 18% open · ⏱️ 19.08.2022):

```
git clone https://github.com/nbgallery/nbgallery
```
- [Docker Hub](https://hub.docker.com/r/nbgallery/nbgallery) (📥 160K · ⭐ 3 · ⏱️ 19.08.2022):
```
docker pull nbgallery/nbgallery
```

jupyter-flex (🥉11 · ⭐ 260) - 使用Jupyter Notebook构建仪表板。Apache-2

- [GitHub](https://github.com/danielfrg/jupyter-flex) (👨‍💻 4 · 🔀 46 · 📦 1 · 📋 56 - 21% open · ⏱️ 22.06.2022):

```
git clone https://github.com/danielfrg/jupyter-flex
```

jnotebook-reader (🥉11 · ⭐ 99) - 一款很棒的查看器,用于浏览和渲染Jupyter。Apache-2

- [GitHub](https://github.com/line/jnotebook_reader) (👨‍💻 6 · 🔀 15 · ⏱️ 01.07.2022):

```
git clone https://github.com/line/jnotebook_reader
```


## Jupyter-Notebook工具

Back to top

_与笔记本文件一起工作或可以在笔记本文件中使用的库和工具。_

nbclient (🥇26 · ⭐ 100) - 用于执行笔记本的客户端库。❗Unlicensed

- [GitHub](https://github.com/jupyter/nbclient) (👨‍💻 33 · 🔀 45 · 📥 88 · 📦 67K · 📋 91 - 31% open · ⏱️ 23.08.2022):

```
git clone https://github.com/jupyter/nbclient
```
- [PyPi](https://pypi.org/project/nbclient) (📥 9.5M / month):
```
pip install nbclient
```
- [Conda](https://anaconda.org/conda-forge/nbclient) (📥 5.1M · ⏱️ 23.08.2022):
```
conda install -c conda-forge nbclient
```

PixieDust (🥇25 · ⭐ 1K · 💀) - 适用于Jupyter Notebook的Python Helper库。Apache-2

- [GitHub](https://github.com/pixiedust/pixiedust) (👨‍💻 33 · 🔀 160 · 📦 240 · 📋 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) (📥 39K · ⏱️ 06.02.2021):
```
conda install -c conda-forge pixiedust
```

nbdev (🥇24 · ⭐ 3.6K) - 使用Jupyter Notebook创建python项目。Apache-2

- [GitHub](https://github.com/fastai/nbdev) (👨‍💻 20 · 🔀 360 · 📋 560 - 5% open · ⏱️ 25.08.2022):

```
git clone https://github.com/fastai/nbdev
```
- [PyPi](https://pypi.org/project/nbdev) (📥 96K / month):
```
pip install nbdev
```

nbval (🥈23 · ⭐ 390 · 💤) - 一个py.test插件,用于验证Jupyter笔记本。❗Unlicensed

- [GitHub](https://github.com/computationalmodelling/nbval) (👨‍💻 29 · 🔀 42 · 📦 1.6K · 📋 98 - 36% open · ⏱️ 05.01.2022):

```
git clone https://github.com/computationalmodelling/nbval
```
- [PyPi](https://pypi.org/project/nbval) (📥 110K / month):
```
pip install nbval
```
- [Conda](https://anaconda.org/conda-forge/nbval) (📥 230K · ⏱️ 31.07.2020):
```
conda install -c conda-forge nbval
```

Jupyter Client (🥈23 · ⭐ 280 · 📈) - Jupyter protocol client APIs. BSD-3

- [GitHub](https://github.com/jupyter/jupyter_client) (👨‍💻 120 · 🔀 230 · 📥 320 · 📋 320 - 43% open · ⏱️ 23.08.2022):

```
git clone https://github.com/jupyter/jupyter_client
```
- [PyPi](https://pypi.org/project/jupyter-client) (📥 12M / month):
```
pip install jupyter-client
```

BeakerX (🥈22 · ⭐ 2.7K · 💀) - Jupyter Notebook的Beaker扩展。Apache-2

- [GitHub](https://github.com/twosigma/beakerx) (👨‍💻 43 · 🔀 370 · 📥 31 · 📋 4.5K - 7% open · ⏱️ 21.01.2021):

```
git clone https://github.com/twosigma/beakerx
```
- [PyPi](https://pypi.org/project/beakerx) (📥 4.8K / month):
```
pip install beakerx
```
- [Conda](https://anaconda.org/conda-forge/beakerx) (📥 530K · ⏱️ 18.11.2021):
```
conda install -c conda-forge beakerx
```
- [NPM](https://www.npmjs.com/package/beakerx) (📥 610 / month):
```
npm install beakerx
```
- [Docker Hub](https://hub.docker.com/r/beakerx/beakerx) (📥 250K · ⭐ 23 · ⏱️ 02.12.2018):
```
docker pull beakerx/beakerx
```

Jupyter Sphinx (🥈22 · ⭐ 150) - Sphinx扩展,用于呈现Jupyter交互式小部件。BSD-3

- [GitHub](https://github.com/jupyter/jupyter-sphinx) (👨‍💻 25 · 🔀 50 · 📋 120 - 33% open · ⏱️ 25.06.2022):

```
git clone https://github.com/jupyter/jupyter-sphinx
```
- [PyPi](https://pypi.org/project/jupyter_sphinx) (📥 130K / month):
```
pip install jupyter_sphinx
```

repo2docker (🥈21 · ⭐ 1.4K) - 将存储库转换为支持Jupyter的Docker映像。BSD-3

- [GitHub](https://github.com/jupyterhub/repo2docker) (👨‍💻 110 · 🔀 300 · 📦 160 · 📋 470 - 31% open · ⏱️ 24.08.2022):

```
git clone https://github.com/jupyterhub/repo2docker
```
- [PyPi](https://pypi.org/project/jupyter-repo2docker) (📥 5K / month):
```
pip install jupyter-repo2docker
```

ipytest (🥈20 · ⭐ 230 · 📈) - IPython笔记本中的Pytest。MIT

- [GitHub](https://github.com/chmp/ipytest) (👨‍💻 4 · 🔀 19 · 📦 200 · 📋 50 - 4% open · ⏱️ 20.02.2022):

```
git clone https://github.com/chmp/ipytest
```
- [PyPi](https://pypi.org/project/ipytest) (📥 41K / month):
```
pip install ipytest
```

treon (🥈19 · ⭐ 280) - Jupyter Notebooks易于使用的测试框架。MIT

- [GitHub](https://github.com/ReviewNB/treon) (👨‍💻 5 · 🔀 21 · 📦 55 · 📋 13 - 23% open · ⏱️ 04.08.2022):

```
git clone https://github.com/ReviewNB/treon
```
- [PyPi](https://pypi.org/project/treon) (📥 9.4K / month):
```
pip install treon
```

nbformat (🥈19 · ⭐ 180 · 📉) - Jupyter Notebook格式的参考实现。❗Unlicensed

- [GitHub](https://github.com/jupyter/nbformat) (👨‍💻 67 · 🔀 130 · 📋 120 - 39% open · ⏱️ 19.08.2022):

```
git clone https://github.com/jupyter/nbformat
```
- [PyPi](https://pypi.org/project/nbformat) (📥 9.9M / month):
```
pip install nbformat
```
- [Conda](https://anaconda.org/conda-forge/nbformat) (📥 9.8M · ⏱️ 03.05.2022):
```
conda install -c conda-forge nbformat
```

ipyparallel (🥉18 · ⭐ 2.3K) - Python中的交互式并行计算。❗Unlicensed

- [GitHub](https://github.com/ipython/ipyparallel) (👨‍💻 110 · 🔀 870 · 📋 330 - 15% open · ⏱️ 16.08.2022):

```
git clone https://github.com/ipython/ipyparallel
```
- [PyPi](https://pypi.org/project/ipyparallel) (📥 110K / month):
```
pip install ipyparallel
```
- [Conda](https://anaconda.org/conda-forge/ipyparallel) (📥 660K · ⏱️ 21.06.2022):
```
conda install -c conda-forge ipyparallel
```

nbQA (🥉17 · ⭐ 560) - 在Jupyter Notebook上运行任何标准的Python代码质量工具。MIT

- [GitHub](https://github.com/nbQA-dev/nbQA) (👨‍💻 20 · 🔀 31 · 📋 250 - 0% open · ⏱️ 24.08.2022):

```
git clone https://github.com/nbQA-dev/nbQA
```
- [PyPi](https://pypi.org/project/nbqa) (📥 37K / month):
```
pip install nbqa
```

sphinxcontrib.jupyter (🥉17 · ⭐ 72 · 💀) - 用于生成Jupyter笔记本的Sphinx扩展。BSD-3

- [GitHub](https://github.com/QuantEcon/sphinxcontrib-jupyter) (👨‍💻 13 · 🔀 23 · 📦 26 · 📋 180 - 48% open · ⏱️ 18.06.2020):

```
git clone https://github.com/QuantEcon/sphinxcontrib-jupyter
```
- [PyPi](https://pypi.org/project/sphinxcontrib-jupyter) (📥 740 / month):
```
pip install sphinxcontrib-jupyter
```

JupyterWith (🥉14 · ⭐ 350) - 声明性和可复制的Jupyter环境-由Nix提供支持。MIT

- [GitHub](https://github.com/tweag/jupyterWith) (👨‍💻 31 · 🔀 79 · 📋 110 - 9% open · ⏱️ 22.08.2022):

```
git clone https://github.com/tweag/jupyterWith
```

testbook (🥉14 · ⭐ 320) - 以正确的方式对Jupyter笔记本进行单元测试。BSD-3

- [GitHub](https://github.com/nteract/testbook) (👨‍💻 14 · 🔀 30 · 📦 140 · 📋 87 - 47% open · ⏱️ 12.08.2022):

```
git clone https://github.com/nteract/testbook
```

nbmake-action (🥉14 · ⭐ 160 · 💤) - GitHub用于测试笔记本的动作。Apache-2

- [GitHub](https://github.com/treebeardtech/nbmake-action) (👨‍💻 2 · 🔀 6 · 📦 27 · ⏱️ 21.09.2021):

```
git clone https://github.com/treebeardtech/nbmake-action
```

nbopen (🥉13 · ⭐ 280 · 💀) - Open a Jupyter notebook in the best available server. BSD-3

- [GitHub](https://github.com/takluyver/nbopen) (👨‍💻 10 · 🔀 53 · 📋 63 - 58% open · ⏱️ 25.04.2018):

```
git clone https://github.com/takluyver/nbopen
```
- [PyPi](https://pypi.org/project/nbopen) (📥 760 / month):
```
pip install nbopen
```

naas (🥉13 · ⭐ 200) - Notebook调度工具,像API一样运行它们。❗️AGPL-3.0

- [GitHub](https://github.com/jupyter-naas/naas) (👨‍💻 18 · 🔀 20 · 📦 3 · 📋 140 - 18% open · ⏱️ 25.08.2022):

```
git clone https://github.com/jupyter-naas/naas
```
- [PyPi](https://pypi.org/project/naas) (📥 2.7K / month):
```
pip install naas
```

Kernel Management (🥉12 · ⭐ 13 · 💀) - 针对Jupyter的实验性新内核管理框架。❗Unlicensed

- [GitHub](https://github.com/takluyver/jupyter_kernel_mgmt) (👨‍💻 74 · 🔀 7 · 📥 17 · 📋 25 - 44% open · ⏱️ 29.01.2020):

```
git clone https://github.com/takluyver/jupyter_kernel_mgmt
```
- [PyPi](https://pypi.org/project/jupyter-kernel-mgmt) (📥 38 / month):
```
pip install jupyter-kernel-mgmt
```

jupyter2slides (🥉11 · ⭐ 770 · 💀) - 使用Jupyter Notebook的Cloud Native演示幻灯片MIT

- [GitHub](https://github.com/datitran/jupyter2slides) (🔀 170 · 📋 15 - 73% open · ⏱️ 28.12.2018):

```
git clone https://github.com/datitran/jupyter2slides
```

ipyexperiments (🥉11 · ⭐ 150 · 💤) - 适用于GPU和一般设备的jupyter / ipython实验容器。❗Unlicensed

- [GitHub](https://github.com/stas00/ipyexperiments) (👨‍💻 3 · 🔀 11 · 📦 6 · ⏱️ 07.12.2021):

```
git clone https://github.com/stas00/ipyexperiments
```
- [PyPi](https://pypi.org/project/ipyexperiments) (📥 110 / month):
```
pip install ipyexperiments
```

Jupyter Helpers (🥉11 · ⭐ 40 · 💀) - Jupyter/IPython的帮助程序集合。MIT

- [GitHub](https://github.com/krassowski/jupyter-helpers) (👨‍💻 2 · 🔀 3 · 📋 5 - 60% open · ⏱️ 31.07.2021):

```
git clone https://github.com/krassowski/jupyter-helpers
```
- [PyPi](https://pypi.org/project/jupyter_helpers) (📥 110 / month):
```
pip install jupyter_helpers
```

Jupter-Notebook-REST-API (🥉7 · ⭐ 51 · 💀) - 将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渲染器

Back to top

_可以呈现和显示特定MIME类型文件的扩展名。_

JupyterLab Dash (🥇20 · ⭐ 360 · 💀) - An Extension for the Interactive development of Dash apps in.. MIT

- [GitHub](https://github.com/plotly/jupyterlab-dash) (👨‍💻 7 · 🔀 57 · 📦 260 · 📋 28 - 71% open · ⏱️ 19.05.2020):

```
git clone https://github.com/plotly/jupyterlab-dash
```
- [PyPi](https://pypi.org/project/jupyterlab-dash) (📥 1.3K / month):
```
pip install jupyterlab-dash
```
- [NPM](https://www.npmjs.com/package/jupyterlab-dash) (📥 12K / month):
```
npm install jupyterlab-dash
```

JupyterLab Drawio (🥈19 · ⭐ 540 · 💀) - FOSS drawio/mxgraph程序包的独立嵌入。BSD-3

- [GitHub](https://github.com/QuantStack/jupyterlab-drawio) (👨‍💻 15 · 🔀 63 · 📦 530 · 📋 65 - 61% open · ⏱️ 29.06.2021):

```
git clone https://github.com/QuantStack/jupyterlab-drawio
```
- [NPM](https://www.npmjs.com/package/jupyterlab-drawio) (📥 4.3K / month):
```
npm install jupyterlab-drawio
```

JupyterLab Latex (🥈18 · ⭐ 530) - JupyterLab扩展,用于实时编辑LaTeX文档。BSD-3

- [GitHub](https://github.com/jupyterlab/jupyterlab-latex) (👨‍💻 22 · 🔀 59 · 📦 2 · 📋 82 - 32% open · ⏱️ 18.08.2022):

```
git clone https://github.com/jupyterlab/jupyterlab-latex
```
- [PyPi](https://pypi.org/project/jupyterlab_latex) (📥 3.9K / month):
```
pip install jupyterlab_latex
```
- [NPM](https://www.npmjs.com/package/@jupyterlab/latex) (📥 1.2K / month):
```
npm install @jupyterlab/latex
```

JupyterLab Renderers (🥉17 · ⭐ 440) - JupyterLab的渲染器和渲染器扩展。BSD-3

- [GitHub](https://github.com/jupyterlab/jupyter-renderers) (👨‍💻 25 · 🔀 67 · 📦 1 · 📋 100 - 29% open · ⏱️ 08.07.2022):

```
git clone https://github.com/jupyterlab/jupyter-renderers
```
- [NPM](https://www.npmjs.com/package/@jupyterlab/geojson-extension) (📥 1.4K / month):
```
npm install @jupyterlab/geojson-extension
```

JupyterLab Chart Editor (🥉16 · ⭐ 210 · 💀) - JupyterLab扩展,用于实时编辑LaTeX文档。❗Unlicensed

- [GitHub](https://github.com/plotly/jupyterlab-chart-editor) (👨‍💻 5 · 🔀 22 · 📦 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) (📥 1.1K / month):
```
npm install jupyterlab-chart-editor
```

JupyterLab Spreadsheet (🥉16 · ⭐ 160) - JupyterLab插件,用于查看电子表格。BSD-3

- [GitHub](https://github.com/quigleyj97/jupyterlab-spreadsheet) (👨‍💻 4 · 🔀 14 · 📦 3 · 📋 23 - 21% open · ⏱️ 18.07.2022):

```
git clone https://github.com/quigleyj97/jupyterlab-spreadsheet
```
- [NPM](https://www.npmjs.com/package/jupyterlab-spreadsheet) (📥 4K / month):
```
npm install jupyterlab-spreadsheet
```

JupyterLab Voyager (🥉13 · ⭐ 270 · 💀) - JupyterLab extension visualize data with Voyager. BSD-3

- [GitHub](https://github.com/altair-viz/jupyterlab_voyager) (👨‍💻 6 · 🔀 32 · 📋 60 - 66% open · ⏱️ 14.08.2019):

```
git clone https://github.com/altair-viz/jupyterlab_voyager
```
- [NPM](https://www.npmjs.com/package/jupyterlab_voyager) (📥 68 / month):
```
npm install jupyterlab_voyager
```


## JupyterLab主题

Back to top

_可以自定义JupyterLab外观的扩展。_

Darcula Theme (🥇19 · ⭐ 150) - A handsome Darcula theme for Jupyterlab. The first jlab theme to.. BSD-3

- [GitHub](https://github.com/telamonian/theme-darcula) (👨‍💻 7 · 🔀 22 · 📦 500 · 📋 23 - 30% open · ⏱️ 20.07.2022):

```
git clone https://github.com/telamonian/theme-darcula
```
- [NPM](https://www.npmjs.com/package/@telamonian/theme-darcula) (📥 1.4K / month):
```
npm install @telamonian/theme-darcula
```

jupyterlab-theme-solarized-dark (🥈14 · ⭐ 66) - JupyterLab 2.x Solarized Dark扩展。BSD-3

- [GitHub](https://github.com/AllanChain/jupyterlab-theme-solarized-dark) (👨‍💻 2 · 🔀 9 · 📋 3 - 33% open · ⏱️ 21.07.2022):

```
git clone https://github.com/AllanChain/jupyterlab-theme-solarized-dark
```
- [PyPi](https://pypi.org/project/jupyterlab_theme_solarized_dark) (📥 6.3K / month):
```
pip install jupyterlab_theme_solarized_dark
```
- [NPM](https://www.npmjs.com/package/jupyterlab-theme-solarized-dark) (📥 3.8K / month):
```
npm install jupyterlab-theme-solarized-dark
```

Neon Theme (🥈13 · ⭐ 120 · 💀) - JupyterLab的扁平,80年代霓虹灯启发主题。BSD-3

- [GitHub](https://github.com/yeebc/jupyterlab-neon-theme) (👨‍💻 3 · 🔀 9 · 📦 1 · 📋 12 - 16% open · ⏱️ 07.03.2021):

```
git clone https://github.com/yeebc/jupyterlab-neon-theme
```
- [NPM](https://www.npmjs.com/package/@yeebc/jupyterlab_neon_theme) (📥 1.1K / month):
```
npm install @yeebc/jupyterlab_neon_theme
```

Material Darker Theme (🥉12 · ⭐ 130 · 💤) - JupyterLab的Material Darker主题。BSD-3

- [GitHub](https://github.com/oriolmirosa/jupyterlab_materialdarker) (👨‍💻 2 · 🔀 15 · 📦 4 · 📋 17 - 17% open · ⏱️ 31.08.2021):

```
git clone https://github.com/oriolmirosa/jupyterlab_materialdarker
```
- [NPM](https://www.npmjs.com/package/@oriolmirosa/jupyterlab_materialdarker) (📥 670 / month):
```
npm install @oriolmirosa/jupyterlab_materialdarker
```

Horizon Theme (🥉12 · ⭐ 52 · 💀) - JupyterLab的VSCode Horizo​​n主题端口。BSD-3

- [GitHub](https://github.com/mohirio/jupyterlab-horizon-theme) (🔀 3 · 📋 5 - 20% open · ⏱️ 11.04.2021):

```
git clone https://github.com/mohirio/jupyterlab-horizon-theme
```
- [NPM](https://www.npmjs.com/package/@mohirio/jupyterlab-horizon-theme) (📥 2.7K / month):
```
npm install @mohirio/jupyterlab-horizon-theme
```

Theme Toggle (🥉10 · ⭐ 11 · 💀) - JupyterLab extension to toggle the theme in the Top Bar area. BSD-3

- [GitHub](https://github.com/jtpio/jupyterlab-theme-toggle) (👨‍💻 2 · 🔀 3 · 📦 2 · 📋 3 - 66% open · ⏱️ 16.06.2021):

```
git clone https://github.com/jtpio/jupyterlab-theme-toggle
```
- [NPM](https://www.npmjs.com/package/jupyterlab-theme-toggle) (📥 1.5K / month):
```
npm install jupyterlab-theme-toggle
```

Gruvbox Theme (🥉9 · ⭐ 48 · 💀) - Jupyter Lab的Gruvbox黑暗主题。❗Unlicensed

- [GitHub](https://github.com/Rahlir/theme-gruvbox) (👨‍💻 3 · 🔀 10 · ⏱️ 12.04.2020):

```
git clone https://github.com/Rahlir/theme-gruvbox
```
- [NPM](https://www.npmjs.com/package/@rahlir/theme-gruvbox) (📥 160 / month):
```
npm install @rahlir/theme-gruvbox
```

Nord Theme (🥉6 · ⭐ 24 · 💀) - JupyterLab-Nord主题。❗Unlicensed

- [GitHub](https://github.com/kenshohara/theme-nord-extension) (🔀 1 · 📋 5 - 20% open · ⏱️ 20.09.2020):

```
git clone https://github.com/kenshohara/theme-nord-extension
```
- [NPM](https://www.npmjs.com/package/@kenshohara/theme-nord-extension) (📥 61 / month):
```
npm install @kenshohara/theme-nord-extension
```


## JupyterLab扩展

Back to top

_扩展JupyterLab自身功能的应用程序插件。_

JupyterLab Git (🥇27 · ⭐ 1.1K) - JupyterLab的Git扩展。BSD-3

- [GitHub](https://github.com/jupyterlab/jupyterlab-git) (👨‍💻 76 · 🔀 230 · 📦 15 · 📋 530 - 15% open · ⏱️ 25.08.2022):

```
git clone https://github.com/jupyterlab/jupyterlab-git
```
- [PyPi](https://pypi.org/project/jupyterlab-git) (📥 150K / month):
```
pip install jupyterlab-git
```
- [Conda](https://anaconda.org/conda-forge/jupyterlab-git) (📥 240K · ⏱️ 19.08.2022):
```
conda install -c conda-forge jupyterlab-git
```

elyra (🥇22 · ⭐ 1.4K) - Elyra以AI为中心的方法对JupyterLab笔记本进行拓展。Apache-2

- [GitHub](https://github.com/elyra-ai/elyra) (👨‍💻 54 · 🔀 260 · 📦 32 · 📋 1.5K - 14% open · ⏱️ 24.08.2022):

```
git clone https://github.com/elyra-ai/elyra
```
- [PyPi](https://pypi.org/project/elyra) (📥 3.6K / month):
```
pip install elyra
```
- [Conda](https://anaconda.org/conda-forge/elyra) (📥 17K · ⏱️ 24.08.2022):
```
conda install -c conda-forge elyra
```

Perspective (🥇21 · ⭐ 4.8K) - 通过WebAssembly进行流式透视显示。Apache-2

- [GitHub](https://github.com/finos/perspective) (👨‍💻 72 · 🔀 490 · 📦 4 · 📋 540 - 14% open · ⏱️ 23.08.2022):

```
git clone https://github.com/finos/perspective
```
- [PyPi](https://pypi.org/project/perspective-python) (📥 3K / month):
```
pip install perspective-python
```
- [NPM](https://www.npmjs.com/package/@finos/perspective-jupyterlab) (📥 1.4K / month):
```
npm install @finos/perspective-jupyterlab
```

JupyterLab Debugger (🥇20 · ⭐ 540 · 💀) - 适用于Jupyter笔记本电脑,控制台等的可视调试器。BSD-3

- [GitHub](https://github.com/jupyterlab/debugger) (👨‍💻 11 · 🔀 37 · 📋 260 - 6% open · ⏱️ 31.03.2021):

```
git clone https://github.com/jupyterlab/debugger
```
- [NPM](https://www.npmjs.com/package/@jupyterlab/debugger) (📥 170K / month):
```
npm install @jupyterlab/debugger
```

Variable Inspector (🥇19 · ⭐ 930) - Jupyterlab的变量查看器扩展。BSD-3

- [GitHub](https://github.com/lckr/jupyterlab-variableInspector) (👨‍💻 18 · 🔀 84 · 📦 3 · 📋 160 - 27% open · ⏱️ 01.08.2022):

```
git clone https://github.com/lckr/jupyterlab-variableInspector
```
- [NPM](https://www.npmjs.com/package/@lckr/jupyterlab_variableinspector) (📥 5.7K / month):
```
npm install @lckr/jupyterlab_variableinspector
```

JupyterLab TOC (🥇19 · ⭐ 720 · 💤) - Table of Contents extension for JupyterLab. BSD-3

- [GitHub](https://github.com/jupyterlab/jupyterlab-toc) (👨‍💻 14 · 🔀 100 · 📋 120 - 55% open · ⏱️ 10.08.2021):

```
git clone https://github.com/jupyterlab/jupyterlab-toc
```
- [NPM](https://www.npmjs.com/package/@jupyterlab/toc) (📥 180K / month):
```
npm install @jupyterlab/toc
```

JupyterLab System Monitor (🥇19 · ⭐ 250) - JupyterLab扩展以显示系统指标。BSD-3

- [GitHub](https://github.com/jtpio/jupyterlab-system-monitor) (👨‍💻 7 · 🔀 29 · 📦 48 · 📋 42 - 52% open · ⏱️ 15.02.2022):

```
git clone https://github.com/jtpio/jupyterlab-system-monitor
```
- [NPM](https://www.npmjs.com/package/jupyterlab-system-monitor) (📥 3.7K / month):
```
npm install jupyterlab-system-monitor
```

Code Formatter (🥈18 · ⭐ 600) - JupyterLab的通用代码格式化工具。MIT

- [GitHub](https://github.com/ryantam626/jupyterlab_code_formatter) (👨‍💻 37 · 🔀 49 · 📋 160 - 13% open · ⏱️ 11.08.2022):

```
git clone https://github.com/ryantam626/jupyterlab_code_formatter
```
- [PyPi](https://pypi.org/project/jupyterlab_code_formatter) (📥 34K / month):
```
pip install jupyterlab_code_formatter
```
- [NPM](https://www.npmjs.com/package/@ryantam626/jupyterlab_code_formatter) (📥 4.6K / month):
```
npm install @ryantam626/jupyterlab_code_formatter
```

JupyterLab GitHub (🥈18 · ⭐ 330 · 💤) - GitHub integration for JupyterLab. BSD-3

- [GitHub](https://github.com/jupyterlab/jupyterlab-github) (👨‍💻 15 · 🔀 88 · 📦 2 · 📋 57 - 36% open · ⏱️ 10.12.2021):

```
git clone https://github.com/jupyterlab/jupyterlab-github
```
- [PyPi](https://pypi.org/project/jupyterlab-github) (📥 1.1K / month):
```
pip install jupyterlab-github
```
- [NPM](https://www.npmjs.com/package/@jupyterlab/github) (📥 1.6K / month):
```
npm install @jupyterlab/github
```

JupyterLab Templates (🥈18 · ⭐ 310) - 在jupyterlab的jupyter-Notebook各种模板。Apache-2

- [GitHub](https://github.com/jpmorganchase/jupyterlab_templates) (👨‍💻 14 · 🔀 50 · 📦 4 · 📋 78 - 8% open · ⏱️ 25.08.2022):

```
git clone https://github.com/jpmorganchase/jupyterlab_templates
```
- [PyPi](https://pypi.org/project/jupyterlab_templates) (📥 7.2K / month):
```
pip install jupyterlab_templates
```
- [NPM](https://www.npmjs.com/package/jupyterlab_templates) (📥 2.9K / month):
```
npm install jupyterlab_templates
```

dask-labextension (🥈18 · ⭐ 270) - JupyterLab扩展,用于实时编辑LaTeX文档。BSD-3

- [GitHub](https://github.com/dask/dask-labextension) (👨‍💻 19 · 🔀 51 · 📋 130 - 28% open · ⏱️ 21.06.2022):

```
git clone https://github.com/dask/dask-labextension
```
- [PyPi](https://pypi.org/project/dask-labextension) (📥 13K / month):
```
pip install dask-labextension
```
- [Conda](https://anaconda.org/conda-forge/dask-labextension) (📥 620K · ⏱️ 22.06.2022):
```
conda install -c conda-forge dask-labextension
```
- [NPM](https://www.npmjs.com/package/dask-labextension) (📥 1.8K / month):
```
npm install dask-labextension
```

JupyterLab Vim (🥈17 · ⭐ 920 · 💀) - 用于JupyterLab的Vim笔记本cell绑定。MIT

- [GitHub](https://github.com/jwkvam/jupyterlab-vim) (👨‍💻 8 · 🔀 73 · 📦 3 · 📋 97 - 56% open · ⏱️ 16.07.2019):

```
git clone https://github.com/jwkvam/jupyterlab-vim
```
- [NPM](https://www.npmjs.com/package/jupyterlab_vim) (📥 280 / month):
```
npm install jupyterlab_vim
```

GPU Dashboards (🥈17 · ⭐ 470) - 一个JupyterLab扩展,用于显示GPU的仪表板。BSD-3

- [GitHub](https://github.com/rapidsai/jupyterlab-nvdashboard) (👨‍💻 17 · 🔀 59 · 📋 54 - 42% open · ⏱️ 23.06.2022):

```
git clone https://github.com/rapidsai/jupyterlab-nvdashboard
```
- [PyPi](https://pypi.org/project/jupyterlab-nvdashboard) (📥 1.6K / month):
```
pip install jupyterlab-nvdashboard
```
- [NPM](https://www.npmjs.com/package/jupyterlab-nvdashboard) (📥 1.1K / month):
```
npm install jupyterlab-nvdashboard
```

JupyterLab Google Drive (🥈17 · ⭐ 370) - 使用Google云端硬盘的JupyterLab的云存储。BSD-3

- [GitHub](https://github.com/jupyterlab/jupyterlab-google-drive) (👨‍💻 16 · 🔀 72 · 📦 2 · 📋 98 - 33% open · ⏱️ 28.04.2022):

```
git clone https://github.com/jupyterlab/jupyterlab-google-drive
```
- [NPM](https://www.npmjs.com/package/@jupyterlab/google-drive) (📥 1.1K / month):
```
npm install @jupyterlab/google-drive
```

JupyterLab SideCar (🥈17 · ⭐ 200 · 💀) - JupyterLab的sidecar输出小部件。BSD-3

- [GitHub](https://github.com/jupyter-widgets/jupyterlab-sidecar) (👨‍💻 13 · 🔀 36 · 📦 3 · 📋 32 - 68% open · ⏱️ 04.07.2021):

```
git clone https://github.com/jupyter-widgets/jupyterlab-sidecar
```
- [PyPi](https://pypi.org/project/sidecar) (📥 4.5K / month):
```
pip install sidecar
```
- [NPM](https://www.npmjs.com/package/@jupyter-widgets/jupyterlab-sidecar) (📥 550 / month):
```
npm install @jupyter-widgets/jupyterlab-sidecar
```

JupyterLab Spellchecker (🥈17 · ⭐ 160) - JupyterLab笔记本降价单元的拼写检查器。BSD-3

- [GitHub](https://github.com/jupyterlab-contrib/spellchecker) (👨‍💻 6 · 🔀 18 · 📦 1 · 📋 49 - 32% open · ⏱️ 22.02.2022):

```
git clone https://github.com/ijmbarr/jupyterlab_spellchecker
```
- [NPM](https://www.npmjs.com/package/@ijmbarr/jupyterlab_spellchecker) (📥 1.7K / month):
```
npm install @ijmbarr/jupyterlab_spellchecker
```

JupyterLab Go-To-Definition (🥈16 · ⭐ 220 · 💀) - 变量的定义查看器。BSD-3

- [GitHub](https://github.com/krassowski/jupyterlab-go-to-definition) (👨‍💻 2 · 🔀 8 · 📦 11 · 📋 23 - 43% open · ⏱️ 28.07.2021):

```
git clone https://github.com/krassowski/jupyterlab-go-to-definition
```
- [NPM](https://www.npmjs.com/package/@krassowski/jupyterlab_go_to_definition) (📥 2.5K / month):
```
npm install @krassowski/jupyterlab_go_to_definition
```

JupyterLab Data Explorer (🥈16 · ⭐ 170 · 💀) - JupyterLab中的一流数据集。BSD-3

- [GitHub](https://github.com/jupyterlab/jupyterlab-data-explorer) (👨‍💻 9 · 🔀 34 · 📦 10 · 📋 91 - 62% open · ⏱️ 24.05.2020):

```
git clone https://github.com/jupyterlab/jupyterlab-data-explorer
```
- [NPM](https://www.npmjs.com/package/@jupyterlab/dataregistry-extension) (📥 180 / month):
```
npm install @jupyterlab/dataregistry-extension
```

JupyterLab IFrame (🥈16 · ⭐ 81) - JupyterLab iframe小部件。Apache-2

- [GitHub](https://github.com/timkpaine/jupyterlab_iframe) (👨‍💻 5 · 🔀 15 · 📦 3 · 📋 66 - 6% open · ⏱️ 21.07.2022):

```
git clone https://github.com/timkpaine/jupyterlab_iframe
```
- [PyPi](https://pypi.org/project/jupyterlab_iframe) (📥 960 / month):
```
pip install jupyterlab_iframe
```
- [NPM](https://www.npmjs.com/package/jupyterlab_iframe) (📥 920 / month):
```
npm install jupyterlab_iframe
```

Lantern (🥈15 · ⭐ 320) - 数据探索工具。Apache-2

- [GitHub](https://github.com/timkpaine/lantern) (👨‍💻 3 · 🔀 20 · 📦 17 · 📋 200 - 5% open · ⏱️ 13.06.2022):

```
git clone https://github.com/timkpaine/lantern
```
- [PyPi](https://pypi.org/project/pylantern) (📥 56 / month):
```
pip install pylantern
```

JupyterLab Tensorboard (🥈15 · ⭐ 300) - Jupyterlab的Tensorboard扩展。MIT

- [GitHub](https://github.com/chaoleili/jupyterlab_tensorboard) (👨‍💻 7 · 🔀 32 · 📦 2 · 📋 27 - 62% open · ⏱️ 18.07.2022):

```
git clone https://github.com/chaoleili/jupyterlab_tensorboard
```
- [NPM](https://www.npmjs.com/package/jupyterlab_tensorboard) (📥 6.2K / month):
```
npm install jupyterlab_tensorboard
```

jupyterlab-execute-time (🥈15 · ⭐ 230) - 为Jupyter Lab执行时间插件。BSD-3

- [GitHub](https://github.com/deshaw/jupyterlab-execute-time) (👨‍💻 11 · 🔀 32 · 📋 34 - 11% open · ⏱️ 12.08.2022):

```
git clone https://github.com/deshaw/jupyterlab-execute-time
```
- [NPM](https://www.npmjs.com/package/jupyterlab-execute-time) (📥 2.7K / month):
```
npm install jupyterlab-execute-time
```

Jupyter Bokeh (🥈15 · ⭐ 200) - 用于在JupyterLab笔记本中呈现Bokeh内容的扩展。BSD-3

- [GitHub](https://github.com/bokeh/jupyter_bokeh) (👨‍💻 17 · 🔀 41 · 📋 89 - 12% open · ⏱️ 12.08.2022):

```
git clone https://github.com/bokeh/jupyter_bokeh
```
- [PyPi](https://pypi.org/project/jupyter-bokeh) (📥 45K / month):
```
pip install jupyter-bokeh
```
- [NPM](https://www.npmjs.com/package/@bokeh/jupyter_bokeh) (📥 7.2K / month):
```
npm install @bokeh/jupyter_bokeh
```

ipylab (🥈15 · ⭐ 110) - 使用Jupyter小部件从Python笔记本控制JupyterLab。BSD-3

- [GitHub](https://github.com/jtpio/ipylab) (👨‍💻 6 · 🔀 7 · 📥 35 · 📋 30 - 36% open · ⏱️ 25.08.2022):

```
git clone https://github.com/jtpio/ipylab
```
- [PyPi](https://pypi.org/project/ipylab) (📥 4.3K / month):
```
pip install ipylab
```
- [Conda](https://anaconda.org/conda-forge/ipylab) (📥 13K · ⏱️ 25.08.2022):
```
conda install -c conda-forge ipylab
```

jupyterlab-sos (🥈15 · ⭐ 54) - 适用于SoS Polyglot笔记本和工作流程的Jupyterlab扩展BSD-3

- [GitHub](https://github.com/vatlab/jupyterlab-sos) (👨‍💻 4 · 🔀 3 · 📋 59 - 15% open · ⏱️ 02.08.2022):

```
git clone https://github.com/vatlab/jupyterlab-sos
```
- [Conda](https://anaconda.org/conda-forge/jupyterlab-sos) (📥 18K · ⏱️ 03.08.2022):
```
conda install -c conda-forge jupyterlab-sos
```
- [NPM](https://www.npmjs.com/package/jupyterlab-sos) (📥 140 / month):
```
npm install jupyterlab-sos
```

nbgather (🥉14 · ⭐ 450 · 💀) - Jupyter笔记本分割工具。MIT

- [GitHub](https://github.com/microsoft/gather) (👨‍💻 12 · 🔀 29 · 📋 27 - 40% open · ⏱️ 14.02.2020):

```
git clone https://github.com/microsoft/gather
```
- [NPM](https://www.npmjs.com/package/nbgather) (📥 51 / month):
```
npm install nbgather
```

JupyterLab SQL (🥉14 · ⭐ 380 · 💀) - JupyterLab的SQL GUI。MIT

- [GitHub](https://github.com/pbugnion/jupyterlab-sql) (👨‍💻 2 · 🔀 44 · 📋 74 - 50% open · ⏱️ 04.01.2020):

```
git clone https://github.com/pbugnion/jupyterlab-sql
```
- [PyPi](https://pypi.org/project/jupyterlab_sql) (📥 450 / month):
```
pip install jupyterlab_sql
```

Collapsible Headings (🥉14 · ⭐ 170 · 💀) - 为Jupyter实验室笔记本实现可折叠页眉。BSD-3

- [GitHub](https://github.com/aquirdTurtle/Collapsible_Headings) (👨‍💻 6 · 🔀 7 · 📋 31 - 29% open · ⏱️ 22.05.2021):

```
git clone https://github.com/aquirdTurtle/Collapsible_Headings
```
- [NPM](https://www.npmjs.com/package/@aquirdturtle/collapsible_headings) (📥 1.6K / month):
```
npm install @aquirdturtle/collapsible_headings
```

JupyterLab HDF5 (🥉14 · ⭐ 95) - 在JupyterLab中打开和浏览HDF5文件。BSD-3

- [GitHub](https://github.com/jupyterlab/jupyterlab-hdf5) (👨‍💻 6 · 🔀 19 · 📋 44 - 25% open · ⏱️ 21.02.2022):

```
git clone https://github.com/jupyterlab/jupyterlab-hdf5
```
- [PyPi](https://pypi.org/project/jupyterlab_hdf) (📥 1K / month):
```
pip install jupyterlab_hdf
```
- [NPM](https://www.npmjs.com/package/@jupyterlab/hdf5) (📥 680 / month):
```
npm install @jupyterlab/hdf5
```

JupyterLab Quickopen (🥉14 · ⭐ 75 · 💤) - 通过在JupyterLab中键入文件的一部分来快速打开文件。BSD-3

- [GitHub](https://github.com/parente/jupyterlab-quickopen) (👨‍💻 5 · 🔀 8 · ⏱️ 12.12.2021):

```
git clone https://github.com/parente/jupyterlab-quickopen
```
- [PyPi](https://pypi.org/project/jupyterlab-quickopen) (📥 430 / month):
```
pip install jupyterlab-quickopen
```
- [NPM](https://www.npmjs.com/package/@parente/jupyterlab-quickopen) (📥 59 / month):
```
npm install @parente/jupyterlab-quickopen
```

JupyterLab Kernelspy (🥉14 · ⭐ 68) - Jupyter Lab扩展,用于检查往返于邮件的信息。❗Unlicensed

- [GitHub](https://github.com/jupyterlab-contrib/jupyterlab-kernelspy) (👨‍💻 4 · 🔀 9 · 📦 3 · 📋 13 - 15% open · ⏱️ 20.07.2022):

```
git clone https://github.com/jupyterlab-contrib/jupyterlab-kernelspy
```
- [NPM](https://www.npmjs.com/package/jupyterlab-kernelspy) (📥 190 / month):
```
npm install jupyterlab-kernelspy
```

JupyterLab Autoversion (🥉14 · ⭐ 58) - 在JupyterLab中Jupyter笔记本的自动版本控制。Apache-2

- [GitHub](https://github.com/timkpaine/jupyterlab_autoversion) (👨‍💻 5 · 🔀 9 · 📋 32 - 9% open · ⏱️ 21.07.2022):

```
git clone https://github.com/timkpaine/jupyterlab_autoversion
```
- [PyPi](https://pypi.org/project/jupyterlab_autoversion) (📥 84 / month):
```
pip install jupyterlab_autoversion
```
- [NPM](https://www.npmjs.com/package/jupyterlab_autoversion) (📥 69 / month):
```
npm install jupyterlab_autoversion
```

JupyterLab Shortcutui (🥉14 · ⭐ 55 · 💀) - 一个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) (📥 300 / month):
```
npm install @jupyterlab/shortcutui
```

jupyterlab-sparkmonitor (🥉13 · ⭐ 78) - JupyterLab扩展,可启动监控。Apache-2

- [GitHub](https://github.com/itsjafer/jupyterlab-sparkmonitor) (👨‍💻 10 · 🔀 20 · 📋 16 - 50% open · ⏱️ 01.04.2022):

```
git clone https://github.com/itsjafer/jupyterlab-sparkmonitor
```
- [PyPi](https://pypi.org/project/jupyterlab-sparkmonitor) (📥 3.4K / month):
```
pip install jupyterlab-sparkmonitor
```
- [NPM](https://www.npmjs.com/package/jupyterlab_sparkmonitor) (📥 68 / month):
```
npm install jupyterlab_sparkmonitor
```
- [Docker Hub](https://hub.docker.com/r/itsjafer/sparkmonitor) (📥 290 · ⏱️ 02.06.2021):
```
docker pull itsjafer/sparkmonitor
```

jupyter-fs (🥉12 · ⭐ 120) - 类似文件系统的内容管理器,用于Jupyter中的多个后端。Apache-2

- [GitHub](https://github.com/jpmorganchase/jupyter-fs) (👨‍💻 9 · 🔀 24 · 📋 55 - 23% open · ⏱️ 29.04.2022):

```
git clone https://github.com/jpmorganchase/jupyter-fs
```
- [PyPi](https://pypi.org/project/jupyter-fs) (📥 300 / month):
```
pip install jupyter-fs
```

JupyterLab Commenting (🥉12 · ⭐ 93 · 💀) - JupyterLab的注释和注释。BSD-3

- [GitHub](https://github.com/jupyterlab/jupyterlab-commenting) (👨‍💻 10 · 🔀 22 · 📋 34 - 70% open · ⏱️ 01.05.2020):

```
git clone https://github.com/jupyterlab/jupyterlab-commenting
```
- [NPM](https://www.npmjs.com/package/@jupyterlab/commenting-extension) (📥 140 / month):
```
npm install @jupyterlab/commenting-extension
```

nbcelltests (🥉12 · ⭐ 64) - 用于Jupyter笔记本的逐个cell测试工具。Apache-2

- [GitHub](https://github.com/jpmorganchase/nbcelltests) (👨‍💻 7 · 🔀 16 · 📋 110 - 27% open · ⏱️ 25.08.2022):

```
git clone https://github.com/jpmorganchase/nbcelltests
```
- [PyPi](https://pypi.org/project/nbcelltests) (📥 24 / month):
```
pip install nbcelltests
```
- [NPM](https://www.npmjs.com/package/jupyterlab_celltests) (📥 23 / month):
```
npm install jupyterlab_celltests
```

JupyterLab Python Files (🥉12 · ⭐ 52 · 💤) - JupyterLab扩展来创建Python文件。BSD-3

- [GitHub](https://github.com/jtpio/jupyterlab-python-file) (👨‍💻 4 · 🔀 10 · 📥 77 · 📋 9 - 11% open · ⏱️ 27.08.2021):

```
git clone https://github.com/jtpio/jupyterlab-python-file
```
- [NPM](https://www.npmjs.com/package/jupyterlab-python-file) (📥 660 / month):
```
npm install jupyterlab-python-file
```

JupyterLab Flake8 (🥉12 · ⭐ 51) - 一个jupyterlab扩展,可以直接从中发送电子邮件笔记本。Apache-2

- [GitHub](https://github.com/timkpaine/jupyterlab_email) (👨‍💻 2 · 🔀 2 · 📋 36 - 11% open · ⏱️ 21.07.2022):

```
git clone https://github.com/timkpaine/jupyterlab_email
```
- [NPM](https://www.npmjs.com/package/jupyterlab-flake8) (📥 200 / month):
```
npm install jupyterlab-flake8
```

KnowledgeLab (🥉12 · ⭐ 45) - KnowledgeRepo + JupyterLab. Apache-2

- [GitHub](https://github.com/timkpaine/knowledgelab) (👨‍💻 3 · 🔀 6 · 📦 2 · 📋 27 - 11% open · ⏱️ 13.06.2022):

```
git clone https://github.com/timkpaine/knowledgelab
```
- [PyPi](https://pypi.org/project/knowledgelab) (📥 10 / month):
```
pip install knowledgelab
```
- [NPM](https://www.npmjs.com/package/knowledgelab) (📥 12 / month):
```
npm install knowledgelab
```

jupyterlab_commands (🥉12 · ⭐ 37) - Add arbitrary python commands to the jupyterlab.. Apache-2

- [GitHub](https://github.com/timkpaine/jupyterlab_commands) (👨‍💻 2 · 🔀 5 · 📦 3 · 📋 24 - 8% open · ⏱️ 21.07.2022):

```
git clone https://github.com/timkpaine/jupyterlab_commands
```

JupyterLab LSP (🥉12 · 📉) - JupyterLab的编码帮助(代码导航+悬停)。BSD-3

- [GitHub](https://github.com/krassowski/jupyterlab-lsp) (👨‍💻 43 · ⏱️ 22.08.2022):

```
git clone https://github.com/krassowski/jupyterlab-lsp
```
- [NPM](https://www.npmjs.com/package/@krassowski/jupyterlab-lsp) (📥 4.4K / month):
```
npm install @krassowski/jupyterlab-lsp
```

jupyterlab-celltags (🥉11 · ⭐ 110 · 💀) - 一个JupyterLab扩展,用于显示GPU的仪表板。BSD-3

- [GitHub](https://github.com/jupyterlab/jupyterlab-celltags) (👨‍💻 10 · 🔀 25 · 📋 18 - 61% open · ⏱️ 29.04.2020):

```
git clone https://github.com/jupyterlab/jupyterlab-celltags
```

JupyterLab Email (🥉11 · ⭐ 51) - 一个jupyterlab扩展,可以直接从中发送电子邮件笔记本。Apache-2

- [GitHub](https://github.com/timkpaine/jupyterlab_email) (👨‍💻 2 · 🔀 2 · 📋 36 - 11% open · ⏱️ 21.07.2022):

```
git clone https://github.com/timkpaine/jupyterlab_email
```
- [PyPi](https://pypi.org/project/jupyterlab_email) (📥 61 / month):
```
pip install jupyterlab_email
```
- [NPM](https://www.npmjs.com/package/jupyterlab_email) (📥 21 / month):
```
npm install jupyterlab_email
```

jupyterlab-flake8 (🥉10 · ⭐ 110 · 💤) - Jupyterlab用于笔记本和文本文件的python连接器。BSD-3

- [GitHub](https://github.com/mlshapiro/jupyterlab-flake8) (👨‍💻 5 · 🔀 10 · 📋 39 - 15% open · ⏱️ 16.09.2021):

```
git clone https://github.com/mlshapiro/jupyterlab-flake8
```
- [NPM](https://www.npmjs.com/package/jupyterlab-flake8) (📥 200 / month):
```
npm install jupyterlab-flake8
```

jupyterlab-gitplus (🥉9 · ⭐ 94 · 💤) - JupyterLab扩展来创建Python文件。❗️AGPL-3.0

- [GitHub](https://github.com/ReviewNB/jupyterlab-gitplus) (👨‍💻 2 · 🔀 7 · 📋 10 - 20% open · ⏱️ 06.08.2021):

```
git clone https://github.com/ReviewNB/jupyterlab-gitplus
```
- [PyPi](https://pypi.org/project/jupyterlab_gitplus) (📥 150 / month):
```
pip install jupyterlab_gitplus
```
- [NPM](https://www.npmjs.com/package/@reviewnb/jupyterlab_gitplus) (📥 95 / month):
```
npm install @reviewnb/jupyterlab_gitplus
```

JupyterLab Bytecode (🥉9 · ⭐ 59 · 💀) - JupyterLab扩展,以探索CPython字节码。BSD-3

- [GitHub](https://github.com/jtpio/jupyterlab-python-bytecode) (👨‍💻 2 · 🔀 6 · 📋 5 - 40% open · ⏱️ 16.10.2020):

```
git clone https://github.com/jtpio/jupyterlab-python-bytecode
```
- [NPM](https://www.npmjs.com/package/jupyterlab-python-bytecode) (📥 19 / month):
```
npm install jupyterlab-python-bytecode
```

JupyterLab Spark (🥉9 · ⭐ 9 · 💤) - JupyterLab的Spark应用程序UI扩展。Apache-2

- [GitHub](https://github.com/manuzhang/jupyterlab_spark) (👨‍💻 2 · 🔀 2 · 📋 5 - 40% open · ⏱️ 05.09.2021):

```
git clone https://github.com/manuzhang/jupyterlab_spark
```
- [NPM](https://www.npmjs.com/package/jupyterlab_spark) (📥 69 / month):
```
npm install jupyterlab_spark
```

JupyterLab Top Bar (🥉9 · ⭐ 3 · 💤) - JupyterLab顶部栏扩展。BSD-3

- [GitHub](https://github.com/jtpio/jupyterlab-topbar) (👨‍💻 4 · 🔀 1 · ⏱️ 07.12.2021):

```
git clone https://github.com/jtpio/jupyterlab-topbar
```
- [NPM](https://www.npmjs.com/package/jupyterlab-topbar-extension) (📥 3.9K / month):
```
npm install jupyterlab-topbar-extension
```

jupyterlab-executor (🥉8 · ⭐ 5 · 💀) - JupyterLab扩展,以探索CPython字节码。BSD-3

- [GitHub](https://github.com/gavincyi/jupyterlab-executor) (👨‍💻 2 · 📥 3 · ⏱️ 24.03.2021):

```
git clone https://github.com/gavincyi/jupyterlab-executor
```
- [PyPi](https://pypi.org/project/jupyterlab-executor) (📥 53 / month):
```
pip install jupyterlab-executor
```
- [NPM](https://www.npmjs.com/package/@gavincyi/jupyterlab-executor) (📥 34 / month):
```
npm install @gavincyi/jupyterlab-executor
```


## JupyterHub认证

Back to top

_管理和控制用户如何访问JupyterHub部署的身份验证模块。_

OAuthenticator (🥇22 · ⭐ 340) - OAuth + JupyterHub Authenticator = OAuthenticator. BSD-3

- [GitHub](https://github.com/jupyterhub/oauthenticator) (👨‍💻 110 · 🔀 310 · 📦 290 · 📋 230 - 13% open · ⏱️ 23.08.2022):

```
git clone https://github.com/jupyterhub/oauthenticator
```
- [PyPi](https://pypi.org/project/oauthenticator) (📥 40K / month):
```
pip install oauthenticator
```
- [Conda](https://anaconda.org/conda-forge/oauthenticator) (📥 27K · ⏱️ 09.06.2022):
```
conda install -c conda-forge oauthenticator
```

LDAP Authenticator (🥇22 · ⭐ 180 · 💀) - 用于Jupyter的LDAP Authenticator插件。BSD-3

- [GitHub](https://github.com/jupyterhub/ldapauthenticator) (👨‍💻 31 · 🔀 150 · 📦 95 · 📋 140 - 41% open · ⏱️ 27.06.2021):

```
git clone https://github.com/jupyterhub/ldapauthenticator
```
- [PyPi](https://pypi.org/project/jupyterhub-ldapauthenticator) (📥 6.5K / month):
```
pip install jupyterhub-ldapauthenticator
```
- [Conda](https://anaconda.org/conda-forge/jupyterhub-ldapauthenticator) (📥 26K · ⏱️ 28.08.2020):
```
conda install -c conda-forge jupyterhub-ldapauthenticator
```

LTI Authenticator (🥈18 · ⭐ 55) - 用于LTI的JupyterHub身份验证器。BSD-3

- [GitHub](https://github.com/jupyterhub/ltiauthenticator) (👨‍💻 15 · 🔀 42 · 📦 78 · ⏱️ 22.08.2022):

```
git clone https://github.com/jupyterhub/ltiauthenticator
```
- [PyPi](https://pypi.org/project/jupyterhub-ltiauthenticator) (📥 2.6K / month):
```
pip install jupyterhub-ltiauthenticator
```

Native Authenticator (🥈18 · ⭐ 53) - JupyterHub本地用户身份验证器。BSD-3

- [GitHub](https://github.com/jupyterhub/nativeauthenticator) (👨‍💻 21 · 🔀 52 · 📦 40 · 📋 93 - 25% open · ⏱️ 03.08.2022):

```
git clone https://github.com/jupyterhub/nativeauthenticator
```
- [PyPi](https://pypi.org/project/jupyterhub-nativeauthenticator) (📥 4.8K / month):
```
pip install jupyterhub-nativeauthenticator
```

First Use Authenticator (🥈16 · ⭐ 40 · 💤) - JupyterHub Authenticator,可以让用户进行设置。BSD-3

- [GitHub](https://github.com/jupyterhub/firstuseauthenticator) (👨‍💻 12 · 🔀 21 · 📦 66 · 📋 23 - 26% open · ⏱️ 28.10.2021):

```
git clone https://github.com/jupyterhub/firstuseauthenticator
```
- [PyPi](https://pypi.org/project/jupyterhub-firstuseauthenticator) (📥 3.8K / month):
```
pip install jupyterhub-firstuseauthenticator
```

dummyauthenticator (🥈14 · ⭐ 28 · 💀) - 虚拟的JupyterHub Authenticator使测试变得容易。BSD-3

- [GitHub](https://github.com/jupyterhub/dummyauthenticator) (🔀 14 · 📦 100 · 📋 7 - 71% open · ⏱️ 12.02.2021):

```
git clone https://github.com/jupyterhub/dummyauthenticator
```
- [PyPi](https://pypi.org/project/jupyterhub-dummyauthenticator) (📥 4.2K / month):
```
pip install jupyterhub-dummyauthenticator
```

JWT Authenticator (🥉13 · ⭐ 41 · 💀) - JupyterHub的令牌验证器。Apache-2

- [GitHub](https://github.com/mogthesprog/jwtauthenticator) (👨‍💻 7 · 🔀 37 · 📦 8 · 📋 17 - 52% open · ⏱️ 13.02.2019):

```
git clone https://github.com/mogthesprog/jwtauthenticator
```
- [PyPi](https://pypi.org/project/jupyterhub-jwtauthenticator) (📥 290 / month):
```
pip install jupyterhub-jwtauthenticator
```

Null Authenticator (🥉13 · ⭐ 7) - Null Authenticator for JupyterHub instances that should have.. BSD-3

- [GitHub](https://github.com/jupyterhub/nullauthenticator) (👨‍💻 7 · 🔀 9 · 📦 83 · ⏱️ 17.05.2022):

```
git clone https://github.com/jupyterhub/nullauthenticator
```
- [PyPi](https://pypi.org/project/nullauthenticator) (📥 2.2K / month):
```
pip install nullauthenticator
```

SAML Authenticator (🥉12 · ⭐ 33) - jupyterhub-samlauthenticator。MIT

- [GitHub](https://github.com/HewlettPackard/jupyterhub-samlauthenticator) (👨‍💻 7 · 🔀 20 · 📥 13 · 📋 28 - 50% open · ⏱️ 21.03.2022):

```
git clone https://github.com/HewlettPackard/jupyterhub-samlauthenticator
```
- [PyPi](https://pypi.org/project/jupyterhub-samlauthenticator) (📥 460 / month):
```
pip install jupyterhub-samlauthenticator
```

Remote User Auth (🥉11 · ⭐ 33 · 💀) - Jupyterhub的REMOTE_USER身份验证器。❗️GPL-3.0

- [GitHub](https://github.com/cwaldbieser/jhub_remote_user_authenticator) (👨‍💻 5 · 🔀 25 · 📋 19 - 42% open · ⏱️ 16.04.2019):

```
git clone https://github.com/cwaldbieser/jhub_remote_user_authenticator
```
- [PyPi](https://pypi.org/project/jhub_remote_user_authenticator) (📥 290 / month):
```
pip install jhub_remote_user_authenticator
```

CAS Authenticator (🥉10 · ⭐ 18) - Jupyterhub的CAS验证器。❗️GPL-3.0

- [GitHub](https://github.com/cwaldbieser/jhub_cas_authenticator) (👨‍💻 4 · 🔀 10 · 📋 12 - 16% open · ⏱️ 28.07.2022):

```
git clone https://github.com/cwaldbieser/jhub_cas_authenticator
```
- [PyPi](https://pypi.org/project/jhub_cas_authenticator) (📥 220 / month):
```
pip install jhub_cas_authenticator
```

Hash Authenticator (🥉9 · ⭐ 4 · 💀) - 使用从其生成的密码对用户进行身份验证。BSD-3

- [GitHub](https://github.com/thedataincubator/jupyterhub-hashauthenticator) (👨‍💻 3 · 🔀 3 · ⏱️ 09.03.2021):

```
git clone https://github.com/thedataincubator/jupyterhub-hashauthenticator
```
- [PyPi](https://pypi.org/project/jupyterhub-hashauthenticator) (📥 36 / month):
```
pip install jupyterhub-hashauthenticator
```

Remote Authenticator (🥉9 · ⭐ 1) - JupyterHub Authenticators的集合。❗️GPL-3.0

- [GitHub](https://github.com/ucphhpc/jhub-authenticators) (👨‍💻 5 · 🔀 1 · 📦 1 · ⏱️ 15.04.2022):

```
git clone https://github.com/rasmunk/jhub-authenticators
```
- [PyPi](https://pypi.org/project/jhub-authenticators) (📥 78 / month):
```
pip install jhub-authenticators
```

Keberos Authenticator (🥉8 · ⭐ 10 · 💀) - 用于LTI的JupyterHub身份验证器。BSD-3

- [GitHub](https://github.com/jupyterhub/kerberosauthenticator) (👨‍💻 2 · 🔀 5 · 📋 5 - 60% open · ⏱️ 16.07.2019):

```
git clone https://github.com/jupyterhub/kerberosauthenticator
```
- [PyPi](https://pypi.org/project/jupyterhub-kerberosauthenticator) (📥 74 / month):
```
pip install jupyterhub-kerberosauthenticator
```

SSH Authenticator (🥉6 · ⭐ 6 · 💀) - JupyterHub的简单SSH身份验证器。BSD-3

- [GitHub](https://github.com/andreas-h/sshauthenticator) (🔀 1 · ⏱️ 03.09.2019):

```
git clone https://github.com/andreas-h/sshauthenticator
```


## JupyterHub容器等

Back to top

_启动、监视和停止单用户笔记本服务器的派生模块。_

DockerSpawner (🥇21 · ⭐ 430) - 在Docker容器中生成JupyterHub单用户服务器。BSD-3

- [GitHub](https://github.com/jupyterhub/dockerspawner) (👨‍💻 64 · 🔀 270 · 📦 130 · 📋 260 - 6% open · ⏱️ 05.07.2022):

```
git clone https://github.com/jupyterhub/dockerspawner
```
- [PyPi](https://pypi.org/project/dockerspawner) (📥 8.6K / month):
```
pip install dockerspawner
```
- [Conda](https://anaconda.org/conda-forge/dockerspawner) (📥 13K · ⏱️ 17.08.2021):
```
conda install -c conda-forge dockerspawner
```

KubeSpawner (🥈20 · ⭐ 420) - Kubernetes spawner for JupyterHub. BSD-3

- [GitHub](https://github.com/jupyterhub/kubespawner) (👨‍💻 73 · 🔀 250 · 📦 110 · 📋 290 - 17% open · ⏱️ 13.08.2022):

```
git clone https://github.com/jupyterhub/kubespawner
```
- [PyPi](https://pypi.org/project/jupyterhub-kubespawner) (📥 33K / month):
```
pip install jupyterhub-kubespawner
```

BatchSpawner (🥈20 · ⭐ 140) - 用于Jupyterhub的自定义Spawner,可按计划批量启动服务器。BSD-3

- [GitHub](https://github.com/jupyterhub/batchspawner) (👨‍💻 40 · 🔀 98 · 📦 21 · 📋 120 - 40% open · ⏱️ 14.04.2022):

```
git clone https://github.com/jupyterhub/batchspawner
```
- [PyPi](https://pypi.org/project/batchspawner) (📥 3.3K / month):
```
pip install batchspawner
```

SystemdSpawner (🥉17 · ⭐ 79) - 使用Systemd生成JupyterHub单用户笔记本服务器。BSD-3

- [GitHub](https://github.com/jupyterhub/systemdspawner) (👨‍💻 17 · 🔀 40 · 📦 21 · 📋 59 - 45% open · ⏱️ 22.04.2022):

```
git clone https://github.com/jupyterhub/systemdspawner
```
- [PyPi](https://pypi.org/project/jupyterhub-systemdspawner) (📥 1.5K / month):
```
pip install jupyterhub-systemdspawner
```

WrapSpawner (🥉14 · ⭐ 54) - JupyterHub的生成器的运行时配置机制。BSD-3

- [GitHub](https://github.com/jupyterhub/wrapspawner) (👨‍💻 16 · 🔀 49 · 📦 7 · 📋 31 - 54% open · ⏱️ 04.03.2022):

```
git clone https://github.com/jupyterhub/wrapspawner
```

SudoSpawner (🥉14 · ⭐ 44 · 💤) - 使用Systemd生成JupyterHub单用户笔记本服务器。BSD-3

- [GitHub](https://github.com/jupyterhub/sudospawner) (👨‍💻 14 · 🔀 36 · 📦 40 · 📋 37 - 45% open · ⏱️ 10.09.2021):

```
git clone https://github.com/jupyterhub/sudospawner
```
- [PyPi](https://pypi.org/project/sudospawner) (📥 820 / month):
```
pip install sudospawner
```

FargateSpawner (🥉11 · ⭐ 36 · 💀) - 在Docker容器中生成JupyterHub单用户服务器。MIT

- [GitHub](https://github.com/uktrade/fargatespawner) (👨‍💻 3 · 🔀 20 · 📦 1 · 📋 11 - 54% open · ⏱️ 28.06.2020):

```
git clone https://github.com/uktrade/fargatespawner
```
- [PyPi](https://pypi.org/project/fargatespawner) (📥 240 / month):
```
pip install fargatespawner
```

YarnSpawner (🥉10 · ⭐ 19 · 💀) - 在Hadoop/YARN中生成JupyterHub单用户笔记本服务器。BSD-3

- [GitHub](https://github.com/jupyterhub/yarnspawner) (👨‍💻 2 · 🔀 9 · 📋 9 - 55% open · ⏱️ 16.07.2019):

```
git clone https://github.com/jupyterhub/yarnspawner
```
- [PyPi](https://pypi.org/project/jupyterhub-yarnspawner) (📥 70 / month):
```
pip install jupyterhub-yarnspawner
```
- [Conda](https://anaconda.org/conda-forge/jupyterhub-yarnspawner) (📥 29K · ⏱️ 17.11.2021):
```
conda install -c conda-forge jupyterhub-yarnspawner
```


## Jupyter组件

Back to top

_Jupyter架构的核心组件。_

ipython (🥇34 · ⭐ 15K) - Official repository for IPython itself. Other repos in the IPython.. BSD-3

- [GitHub](https://github.com/ipython/ipython) (👨‍💻 890 · 🔀 4.2K · 📥 320K · 📦 300K · 📋 7K - 20% open · ⏱️ 22.08.2022):

```
git clone https://github.com/ipython/ipython
```
- [PyPi](https://pypi.org/project/ipython) (📥 17M / month):
```
pip install ipython
```
- [Conda](https://anaconda.org/conda-forge/ipython) (📥 13M · ⏱️ 28.05.2022):
```
conda install -c conda-forge ipython
```

jupyter_server (🥉21 · ⭐ 330) - The backendi.e. core services, APIs, and REST.. ❗Unlicensed

- [GitHub](https://github.com/jupyter-server/jupyter_server) (👨‍💻 480 · 🔀 180 · 📥 420 · 📋 290 - 35% open · ⏱️ 23.08.2022):

```
git clone https://github.com/jupyter-server/jupyter_server
```
- [PyPi](https://pypi.org/project/jupyter_server) (📥 1.7M / month):
```
pip install jupyter_server
```
- [Conda](https://anaconda.org/conda-forge/jupyter_server) (📥 2M · ⏱️ 06.07.2022):
```
conda install -c conda-forge jupyter_server
```

jupyter-packaging (🥉19 · ⭐ 58) - 帮助构建和安装Jupyter Python软件包的工具。BSD-3

- [GitHub](https://github.com/jupyter/jupyter-packaging) (👨‍💻 29 · 🔀 44 · 📥 28 · 📋 39 - 28% open · ⏱️ 09.08.2022):

```
git clone https://github.com/jupyter/jupyter-packaging
```
- [PyPi](https://pypi.org/project/jupyter-packaging) (📥 330K / month):
```
pip install jupyter-packaging
```
- [Conda](https://anaconda.org/conda-forge/jupyter-packaging) (📥 300K · ⏱️ 14.07.2022):
```
conda install -c conda-forge jupyter-packaging
```


## Others

Back to top

panel (🥇31 · ⭐ 2.1K) - 适用于Python的高级应用程序和仪表板解决方案。BSD-3

- [GitHub](https://github.com/holoviz/panel) (👨‍💻 100 · 🔀 270 · 📦 4K · 📋 1.9K - 28% open · ⏱️ 25.08.2022):

```
git clone https://github.com/holoviz/panel
```
- [PyPi](https://pypi.org/project/panel) (📥 410K / month):
```
pip install panel
```
- [Conda](https://anaconda.org/conda-forge/panel) (📥 590K · ⏱️ 24.05.2022):
```
conda install -c conda-forge panel
```

qtconsole (🥇31 · ⭐ 330) - Jupyter Qt Console. BSD-3

- [GitHub](https://github.com/jupyter/qtconsole) (👨‍💻 120 · 🔀 170 · 📦 110K · 📋 310 - 30% open · ⏱️ 19.06.2022):

```
git clone https://github.com/jupyter/qtconsole
```
- [PyPi](https://pypi.org/project/qtconsole) (📥 3.1M / month):
```
pip install qtconsole
```
- [Conda](https://anaconda.org/conda-forge/qtconsole) (📥 2.8M · ⏱️ 05.06.2022):
```
conda install -c conda-forge qtconsole
```

colabcode (🥉21 · ⭐ 1.8K · 💀) - 在Google Colab或Kaggle笔记本上运行VSCode(代码服务器)。MIT

- [GitHub](https://github.com/abhishekkrthakur/colabcode) (👨‍💻 8 · 🔀 240 · 📦 78 · 📋 73 - 56% open · ⏱️ 11.06.2021):

```
git clone https://github.com/abhishekkrthakur/colabcode
```
- [PyPi](https://pypi.org/project/colabcode) (📥 16K / month):
```
pip install colabcode
```

jupyter-console (🥉20 · ⭐ 200) - Jupyter终端控制台。❗Unlicensed

- [GitHub](https://github.com/jupyter/jupyter_console) (👨‍💻 59 · 🔀 130 · 📥 61 · 📋 140 - 38% open · ⏱️ 22.06.2022):

```
git clone https://github.com/jupyter/jupyter_console
```
- [PyPi](https://pypi.org/project/jupyter-console) (📥 3.3M / month):
```
pip install jupyter-console
```

---

## 相关资源

- [**Python资源汇集列表**](https://github.com/HanXinzi-AI/awesome-python-resources): 周更新的各种应用方向与主题的资源汇集列表
- [**python机器学习资源大全**](https://github.com/HanXinzi-AI/awesome-python-machine-learning-resources): 周更新的各种python机器学习资源汇集列表
- [**Jupyter及相关工具资源大全**](https://github.com/HanXinzi-AI/awesome-jupyter-resources): 周更新的各种Jupyter及相关工具资源汇集列表
- [**NLP项目和资源大全**](https://github.com/HanXinzi-AI/awesome-NLP-resources): 周更新的各种NLP板块涉及的项目和工具资源汇集列表
- [**CV项目和资源大全**](https://github.com/HanXinzi-AI/awesome-computer-vision-resources): 周更新的各种CV板块涉及的项目和工具资源汇集列表