@jupyterlab/application-extension:commands
:添加与 shell 相关的命令。
@jupyterlab/application-extension:context-menu
:填充上下文菜单。
@jupyterlab/application-extension:dirty
:在关闭带有未保存修改的浏览器标签页时添加安全对话框。
@jupyterlab/application-extension:faviconbusy
:根据应用程序状态处理网站图标。
@jupyterlab/application-extension:info
:提供应用程序信息。
@jupyterlab/application-extension:layout
:提供 shell 布局恢复器。
@jupyterlab/application-extension:logo
:设置应用程序徽标。
@jupyterlab/application-extension:main
:初始化应用程序并提供 URL 树路径处理程序。
@jupyterlab/application-extension:mimedocument
:提供 MIME 文档小部件跟踪器。
@jupyterlab/application-extension:mode-switch
:添加界面模式切换。
@jupyterlab/application-extension:notfound
:定义未找到 URL(即路由)的行为。
@jupyterlab/application-extension:paths
:提供应用程序路径。
@jupyterlab/application-extension:property-inspector
:提供属性检查器。
@jupyterlab/application-extension:router
:提供 URL 路由器。
@jupyterlab/application-extension:shell
:提供 JupyterLab shell。与 app.shell 相比,它具有扩展的 API。
@jupyterlab/application-extension:status
:提供应用程序状态。
@jupyterlab/application-extension:top-bar
:在顶部区域(主菜单栏旁边)添加一个工具栏。
@jupyterlab/application-extension:tree-resolver
:提供树路由解析器。
@jupyterlab/apputils-extension:announcements
:添加公告功能。它将从互联网获取新闻并检查应用程序更新。
@jupyterlab/apputils-extension:kernel-status
:提供内核状态指示器模型。
@jupyterlab/apputils-extension:kernels-settings
:为内核设置保留名称。
@jupyterlab/apputils-extension:licenses-client
:用于获取许可证的许可证客户端插件。
@jupyterlab/apputils-extension:licenses-plugin
:添加许可证报告工具。
@jupyterlab/apputils-extension:notification
:添加通知中心及其状态指示器。
@jupyterlab/apputils-extension:palette
:提供命令面板。
@jupyterlab/apputils-extension:palette-restorer
:恢复命令面板。
@jupyterlab/apputils-extension:print
:添加打印功能。
@jupyterlab/apputils-extension:resolver
:提供窗口名称解析器。
@jupyterlab/apputils-extension:running-sessions-status
:添加正在运行的会话和终端状态栏项。
@jupyterlab/apputils-extension:sanitizer
:提供 HTML 清理器。
@jupyterlab/apputils-extension:sessionDialogs
:提供会话上下文对话框。
@jupyterlab/apputils-extension:settings
:提供设置注册表。
@jupyterlab/apputils-extension:settings-connector
:提供设置连接器。
@jupyterlab/apputils-extension:splash
:提供启动画面。
@jupyterlab/apputils-extension:state
:提供应用程序状态。它按工作区存储。
@jupyterlab/apputils-extension:subshell-settings
:内核子 shell 设置。
@jupyterlab/apputils-extension:themes
:提供主题管理器。
@jupyterlab/apputils-extension:themes-palette-menu
:将主题命令添加到菜单和命令面板。
@jupyterlab/apputils-extension:toggle-header
:添加命令以显示主区域小部件内容标题。
@jupyterlab/apputils-extension:toolbar-registry
:提供工具栏项注册表。
@jupyterlab/apputils-extension:utilityCommands
:添加元命令以运行一组其他命令。
@jupyterlab/apputils-extension:workspaces
:添加工作区文件类型。
@jupyterlab/audio-extension:plugin
:添加音频文件查看器。
@jupyterlab/cell-toolbar-extension:plugin
:添加单元格工具栏。
@jupyterlab/celltags-extension:plugin
:添加单元格标签编辑器。
@jupyterlab/codemirror-extension:binding
:注册 CodeMirror 扩展工厂,绑定编辑器和共享模型。
@jupyterlab/codemirror-extension:commands
:注册作用于选定/活动 CodeMirror 编辑器的命令。
@jupyterlab/codemirror-extension:extensions
:提供 CodeMirror 扩展工厂注册表。
@jupyterlab/codemirror-extension:languages
:提供 CodeMirror 语言注册表。
@jupyterlab/codemirror-extension:line-col-status
:提供代码编辑器光标位置模型。
@jupyterlab/codemirror-extension:services
:提供实例化 CodeMirror 编辑器的服务。
@jupyterlab/codemirror-extension:themes
:提供 CodeMirror 主题注册表。
@jupyterlab/completer-extension:base-service
:添加上下文和内核补全提供程序。
@jupyterlab/completer-extension:inline-completer
:注册内联补全工厂;添加内联补全命令、快捷方式和设置。
@jupyterlab/completer-extension:inline-completer-factory
:提供内联补全工厂。
@jupyterlab/completer-extension:inline-history
:添加内联补全提供程序,建议来自执行历史的代码。
@jupyterlab/completer-extension:manager
:提供补全提供程序管理器。
@jupyterlab/console-extension:cell-executor
:提供控制台单元格执行器。
@jupyterlab/console-extension:completer
:向控制台添加补全功能。
@jupyterlab/console-extension:cursor-position
:将控制台添加到代码编辑器光标位置模型。
@jupyterlab/console-extension:factory
:提供控制台小部件内容工厂。
@jupyterlab/console-extension:foreign
:向控制台添加 IOPub 消息的外部处理程序。
@jupyterlab/console-extension:kernel-status
:将控制台添加到内核状态指示器模型。
@jupyterlab/console-extension:tracker
:提供控制台小部件跟踪器。
@jupyterlab/csvviewer-extension:csv
:添加 CSV 文件类型查看器。
@jupyterlab/csvviewer-extension:tsv
:添加 TSV 文件类型查看器。
@jupyterlab/debugger-extension:config
:提供调试器配置。
@jupyterlab/debugger-extension:consoles
:向控制台添加调试器功能。
@jupyterlab/debugger-extension:files
:向文件添加调试器功能。
@jupyterlab/debugger-extension:main
:初始化调试器用户界面。
@jupyterlab/debugger-extension:notebooks
:向笔记本添加调试器功能并提供调试器笔记本处理程序。
@jupyterlab/debugger-extension:service
:提供调试器服务。
@jupyterlab/debugger-extension:sidebar
:提供调试器侧边栏。
@jupyterlab/debugger-extension:source-viewer
:初始化调试器源查看器。
@jupyterlab/debugger-extension:sources
:提供调试的源功能。
@jupyterlab/debugger-extension:variables
:在调试器变量面板中添加变量渲染器和检查。
@jupyterlab/docmanager-extension:contexts
:添加对已打开文档脏状态的处理。
@jupyterlab/docmanager-extension:download
:添加下载文件的命令。
@jupyterlab/docmanager-extension:manager
:提供文档管理器。
@jupyterlab/docmanager-extension:open-browser-tab
:添加打开浏览器标签页的命令。
@jupyterlab/docmanager-extension:opener
:提供小部件打开器。
@jupyterlab/docmanager-extension:path-status
:在状态栏中添加文件路径指示器。
@jupyterlab/docmanager-extension:plugin
:向文档管理器添加命令和设置。
@jupyterlab/docmanager-extension:recents
:提供最近打开和关闭的文档管理器。
@jupyterlab/docmanager-extension:saving-status
:添加保存状态指示器。
@jupyterlab/documentsearch-extension:labShellWidgetListener
:在有效文档上激活搜索。
@jupyterlab/documentsearch-extension:plugin
:提供文档搜索注册表。
@jupyterlab/extensionmanager-extension:plugin
:添加扩展管理器插件。
@jupyterlab/filebrowser-extension:browser
:设置默认文件浏览器命令和状态恢复。
@jupyterlab/filebrowser-extension:default-file-browser
:提供默认文件浏览器。
@jupyterlab/filebrowser-extension:download
:添加下载文件命令。禁用此插件不会禁用从服务器下载文件,如果用户输入适当的下载 URL。
@jupyterlab/filebrowser-extension:factory
:提供文件浏览器工厂。
@jupyterlab/filebrowser-extension:file-upload-status
:添加文件上传状态小部件。
@jupyterlab/filebrowser-extension:notify-upload
:添加上传后自动打开受支持文件的功能。
@jupyterlab/filebrowser-extension:open-browser-tab
:添加在新浏览器标签页中打开的功能。
@jupyterlab/filebrowser-extension:open-url
:添加“从远程 URL 打开文件”功能。
@jupyterlab/filebrowser-extension:open-with
:添加“打开方式”功能,允许用户选择非首选文档查看器。
@jupyterlab/filebrowser-extension:settings
:设置默认文件浏览器设置。
@jupyterlab/filebrowser-extension:share-file
:添加“复制可共享链接”命令;例如,对于 JupyterHub 部署很有用。
@jupyterlab/filebrowser-extension:widget
:将文件浏览器添加到应用程序 shell。
@jupyterlab/fileeditor-extension:completer
:向文件编辑器添加补全功能。
@jupyterlab/fileeditor-extension:cursor-position
:添加文件编辑器光标位置状态小部件。
@jupyterlab/fileeditor-extension:editor-syntax-status
:添加文件编辑器语法状态小部件。
@jupyterlab/fileeditor-extension:language-server
:向文件编辑器添加语言服务器功能。
@jupyterlab/fileeditor-extension:plugin
:提供文件编辑器小部件跟踪器。
@jupyterlab/fileeditor-extension:search
:向文件编辑器添加搜索功能。
@jupyterlab/fileeditor-extension:tab-space-status
:添加文件编辑器缩进状态小部件。
@jupyterlab/fileeditor-extension:widget-factory
:提供创建文件编辑器的工厂。
@jupyterlab/help-extension:about
:添加“关于”对话框功能。
@jupyterlab/help-extension:jupyter-forum
:添加命令以打开 Jupyter 论坛网站。
@jupyterlab/help-extension:licenses-commands
:添加许可证命令以实现向后兼容性。
@jupyterlab/help-extension:open
:添加命令以将网站作为面板或浏览器标签页打开。
@jupyterlab/help-extension:resources
:向 Jupyter 参考文档网站添加菜单项。
@jupyterlab/htmlviewer-extension:plugin
:添加 HTML 文件查看器并提供其跟踪器。
@jupyterlab/hub-extension:connectionlost
:提供在与 hub 服务器连接丢失时收到通知的服务。
@jupyterlab/hub-extension:menu
:向菜单添加与 hub 相关的命令。
@jupyterlab/hub-extension:plugin
:注册与 hub 服务器相关的命令。
@jupyterlab/imageviewer-extension:plugin
:添加图像查看器并提供其跟踪器。
@jupyterlab/inspector-extension:consoles
:向控制台添加代码自省支持。
@jupyterlab/inspector-extension:inspector
:提供代码自省小部件。
@jupyterlab/inspector-extension:notebooks
:向笔记本添加代码自省。
@jupyterlab/javascript-extension:factory
:添加 JavaScript 内容渲染器。
@jupyterlab/json-extension:factory
:添加 JSON 内容渲染器。
@jupyterlab/json-lines-extension:factory
:添加 JSONLines 内容渲染器。
@jupyterlab/launcher-extension:plugin
:提供启动器标签页服务。
@jupyterlab/logconsole-extension:plugin
:提供日志记录器注册表。
@jupyterlab/lsp-extension:code-extractor-manager
:提供代码提取器管理器。
@jupyterlab/lsp-extension:feature
:提供语言服务器功能管理器。
@jupyterlab/lsp-extension:plugin
:提供语言服务器连接管理器。
@jupyterlab/lsp-extension:settings
:提供语言服务器设置。
@jupyterlab/lsp-extension:tracker
:提供 WidgetLSPAdapter 跟踪器。
@jupyterlab/mainmenu-extension:plugin
:添加并提供应用程序主菜单。
@jupyterlab/mainmenu-extension:recents
:在主菜单的文件部分添加用于打开最近文档的子菜单。
@jupyterlab/markdownviewer-extension:plugin
:添加 Markdown 文件查看器并提供其跟踪器。
@jupyterlab/markedparser-extension:plugin
:提供 Markdown 解析器。
@jupyterlab/mathjax-extension:plugin
:提供 LaTeX 数学表达式解释器。
@jupyterlab/mermaid-extension:context-commands
:提供美人鱼图表的上下文菜单命令。
@jupyterlab/mermaid-extension:core
:提供 Mermaid 管理器。
@jupyterlab/mermaid-extension:factory
:提供美人鱼文本图表的渲染器。
@jupyterlab/mermaid-extension:markdown
:提供 Mermaid markdown 渲染器。
@jupyterlab/metadataform-extension:metadataforms
:提供元数据表单注册表。
@jupyterlab/notebook-extension:active-cell-tool
:在元数据编辑器标签页中添加活动单元格字段。
@jupyterlab/notebook-extension:cell-executor
:提供笔记本单元格执行器。
@jupyterlab/notebook-extension:cloned-outputs
:添加克隆输出功能。
@jupyterlab/notebook-extension:code-console
:添加笔记本代码控制台功能。
@jupyterlab/notebook-extension:completer
:向笔记本添加代码补全功能。
@jupyterlab/notebook-extension:copy-output
:添加复制单元格输出功能。
@jupyterlab/notebook-extension:cursor-position
:添加笔记本光标位置状态。
@jupyterlab/notebook-extension:execution-indicator
:添加笔记本执行状态小部件。
@jupyterlab/notebook-extension:export
:添加导出笔记本命令。
@jupyterlab/notebook-extension:factory
:提供笔记本单元格工厂。
@jupyterlab/notebook-extension:kernel-status
:添加笔记本内核状态。
@jupyterlab/notebook-extension:language-server
:向笔记本添加语言服务器功能。
@jupyterlab/notebook-extension:log-output
:将单元格输出日志添加到应用程序日志记录器。
@jupyterlab/notebook-extension:metadata-editor
:为完整元数据编辑器添加元数据表单。
@jupyterlab/notebook-extension:mode-status
:添加笔记本模式状态小部件。
@jupyterlab/notebook-extension:search
:向笔记本添加搜索功能。
@jupyterlab/notebook-extension:toc
:向笔记本添加目录功能。
@jupyterlab/notebook-extension:tools
:提供笔记本工具。
@jupyterlab/notebook-extension:tracker
:提供笔记本小部件跟踪器。
@jupyterlab/notebook-extension:trust-status
:添加笔记本信任状态小部件。
@jupyterlab/notebook-extension:update-raw-mimetype
:为原始单元格 MIME 类型添加元数据表单编辑器。
@jupyterlab/notebook-extension:widget-factory
:提供笔记本小部件工厂。
@jupyterlab/pdf-extension:factory
:添加 PDF 内容渲染器。
@jupyterlab/pluginmanager-extension:plugin
:启用或禁用单个插件。
@jupyterlab/rendermime-extension:plugin
:提供渲染 MIME 注册表。
@jupyterlab/running-extension:plugin
:提供运行会话管理器。
@jupyterlab/running-extension:recently-closed
:添加最近关闭的文档列表。
@jupyterlab/running-extension:search-tabs
:添加用于搜索已打开和已关闭标签页的小部件。
@jupyterlab/running-extension:sidebar
:提供运行会话侧边栏。
@jupyterlab/services-extension:config-section-manager
:提供配置部分管理器。
@jupyterlab/services-extension:connection-status
:提供默认连接状态。
@jupyterlab/services-extension:contents-manager
:默认内容管理器插件。
@jupyterlab/services-extension:default-drive
:内容管理器的默认驱动器。
@jupyterlab/services-extension:event-manager
:事件管理器插件。
@jupyterlab/services-extension:kernel-manager
:内核管理器插件。
@jupyterlab/services-extension:kernel-spec-manager
:内核规范管理器插件。
@jupyterlab/services-extension:nbconvert-manager
:nbconvert 管理器插件。
@jupyterlab/services-extension:server-settings
:默认服务器设置插件。
@jupyterlab/services-extension:service-manager
:默认服务管理器插件。
@jupyterlab/services-extension:session-manager
:会话管理器插件。
@jupyterlab/services-extension:setting-manager
:设置管理器插件。
@jupyterlab/services-extension:terminal-manager
:终端管理器插件。
@jupyterlab/services-extension:user-manager
:用户管理器插件。
@jupyterlab/services-extension:workspace-manager
:工作区管理器插件。
@jupyterlab/settingeditor-extension:form-ui
:添加交互式设置编辑器并提供其跟踪器。
@jupyterlab/settingeditor-extension:plugin
:添加 JSON 设置编辑器并提供其跟踪器。
@jupyterlab/shortcuts-extension:shortcuts
:添加键盘快捷键编辑器。
@jupyterlab/statusbar-extension:plugin
:提供应用程序状态栏。
@jupyterlab/terminal-extension:plugin
:添加终端并提供其跟踪器。
@jupyterlab/theme-dark-extension:plugin
:添加深色主题。
@jupyterlab/theme-dark-high-contrast-extension:plugin
:添加深色高对比度主题。
@jupyterlab/theme-light-extension:plugin
:添加浅色主题。
@jupyterlab/toc-extension:registry
:提供目录注册表。
@jupyterlab/toc-extension:tracker
:添加目录小部件并提供其跟踪器。
@jupyterlab/tooltip-extension:consoles
:向控制台添加工具提示功能。
@jupyterlab/tooltip-extension:files
:向文件编辑器添加工具提示功能。
@jupyterlab/tooltip-extension:manager
:提供工具提示管理器。
@jupyterlab/tooltip-extension:notebooks
:向笔记本添加工具提示功能。
@jupyterlab/translation-extension:plugin
:添加翻译命令和设置。
@jupyterlab/translation-extension:translator
:提供应用程序翻译对象。
@jupyterlab/translation-extension:translator-connector
:提供应用程序翻译连接器。
@jupyterlab/ui-components-extension:form-renderer-registry
:提供设置表单渲染器注册表。
@jupyterlab/ui-components-extension:labicon-manager
:提供图标管理器。
@jupyterlab/vega5-extension:factory
:提供 Vega 5 和 Vega-Lite 3 到 5 内容的渲染器。
@jupyterlab/video-extension:plugin
:添加视频文件查看器。
@jupyterlab/workspaces-extension:commands
:添加工作区命令。
@jupyterlab/workspaces-extension:indicator
:在顶部栏添加工作区指示器元素。
@jupyterlab/workspaces-extension:menu
:用工作区子菜单填充“文件”主菜单。
@jupyterlab/workspaces-extension:model
:提供可用工作区模型。
@jupyterlab/workspaces-extension:sidebar
:用工作区填充运行侧边栏。