是否有 Jupyterlab 所有可用扩展的列表?

Is there a list of all available extensions for Jupyterlab?

我正在寻找一个网页或某种方式来查看 Jupyterlab 的现有扩展列表。我一直在使用搜索关键字@jupyterlab 手动浏览 www.npmjs.com。还有其他建议吗?

谢谢

在 Jupyterlab tutorial Documentation -> Release 0.1 -> 中找到 第 2.2 章 -> 安装扩展.

当前安装的扩展可以通过运行列出 命令:jupyter labextension list.

您可以通过浏览 github 上的 jupyterlab-extension 主题查看 jupyterlab 扩展列表(as suggested by the jupyterlab docs):

https://github.com/topics/jupyterlab-extension