Skip to content

Commit 0ef83d7

Browse files
Disable more unused plugins for faster startup (#228)
* Disable more unused plugins for faster startup * Disable even more plugins --------- Co-authored-by: Agriya Khetarpal <[email protected]>
1 parent 80cbb47 commit 0ef83d7

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

lite/jupyter-lite.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
"@jupyterlab/apputils-extension:state",
6464
"@jupyterlab/debugger-extension",
6565
"@jupyterlab/application-extension:property-inspector",
66+
"@jupyterlab/launcher",
6667

6768
"@jupyterlab/statusbar-extension",
6869
"@jupyterlab/notebook-extension:kernel-status",
@@ -81,7 +82,14 @@
8182
"@jupyterlab/fileeditor-extension:language-server",
8283
"@jupyterlite/application-extension:lsp-connection-manager",
8384

84-
"@jupyterlab/filebrowser-extension:widget",
85+
"@jupyterlab/apputils-extension:splash",
86+
"@jupyterlab/celltags-extension",
87+
"@jupyterlab/pluginmanager-extension",
88+
89+
"@jupyterlab/fileeditor-extension",
90+
"@jupyterlab/tooltip-extension:files",
91+
"@jupyterlab/filebrowser-extension",
92+
"@jupyterlab/toc-extension",
8593

8694
"@jupyterlab/notebook-extension:factory",
8795

0 commit comments

Comments
 (0)