|
@@ -219,46 +219,43 @@
|
|
|
"react",
|
|
|
"react-dom"
|
|
|
],
|
|
|
- "extensions": {
|
|
|
- "@jupyterlab/application-extension": "",
|
|
|
- "@jupyterlab/apputils-extension": "",
|
|
|
- "@jupyterlab/celltags-extension": "",
|
|
|
- "@jupyterlab/codemirror-extension": "",
|
|
|
- "@jupyterlab/completer-extension": "",
|
|
|
- "@jupyterlab/console-extension": "",
|
|
|
- "@jupyterlab/csvviewer-extension": "",
|
|
|
- "@jupyterlab/docmanager-extension": "",
|
|
|
- "@jupyterlab/documentsearch-extension": "",
|
|
|
- "@jupyterlab/extensionmanager-extension": "",
|
|
|
- "@jupyterlab/filebrowser-extension": "",
|
|
|
- "@jupyterlab/fileeditor-extension": "",
|
|
|
- "@jupyterlab/help-extension": "",
|
|
|
- "@jupyterlab/htmlviewer-extension": "",
|
|
|
- "@jupyterlab/hub-extension": "",
|
|
|
- "@jupyterlab/imageviewer-extension": "",
|
|
|
- "@jupyterlab/inspector-extension": "",
|
|
|
- "@jupyterlab/launcher-extension": "",
|
|
|
- "@jupyterlab/logconsole-extension": "",
|
|
|
- "@jupyterlab/mainmenu-extension": "",
|
|
|
- "@jupyterlab/mathjax2-extension": "",
|
|
|
- "@jupyterlab/notebook-extension": "",
|
|
|
- "@jupyterlab/rendermime-extension": "",
|
|
|
- "@jupyterlab/settingeditor-extension": "",
|
|
|
- "@jupyterlab/shortcuts-extension": "",
|
|
|
- "@jupyterlab/statusbar-extension": "",
|
|
|
- "@jupyterlab/terminal-extension": "",
|
|
|
- "@jupyterlab/theme-light-extension": "",
|
|
|
- "@jupyterlab/tooltip-extension": "",
|
|
|
- "@jupyterlab/translation-extension": "",
|
|
|
- "@jupyterlab/ui-components-extension": "",
|
|
|
- "@jupyterlab/vdom-extension": ""
|
|
|
- },
|
|
|
- "mimeExtensions": {
|
|
|
- "@jupyterlab/javascript-extension": "",
|
|
|
- "@jupyterlab/json-extension": "",
|
|
|
- "@jupyterlab/pdf-extension": "",
|
|
|
- "@jupyterlab/vega5-extension": ""
|
|
|
- },
|
|
|
- "externalExtensions": {}
|
|
|
+ "extensions": [
|
|
|
+ "@jupyterlab/application-extension",
|
|
|
+ "@jupyterlab/apputils-extension",
|
|
|
+ "@jupyterlab/celltags-extension",
|
|
|
+ "@jupyterlab/codemirror-extension",
|
|
|
+ "@jupyterlab/completer-extension",
|
|
|
+ "@jupyterlab/console-extension",
|
|
|
+ "@jupyterlab/csvviewer-extension",
|
|
|
+ "@jupyterlab/docmanager-extension",
|
|
|
+ "@jupyterlab/documentsearch-extension",
|
|
|
+ "@jupyterlab/extensionmanager-extension",
|
|
|
+ "@jupyterlab/filebrowser-extension",
|
|
|
+ "@jupyterlab/fileeditor-extension",
|
|
|
+ "@jupyterlab/help-extension",
|
|
|
+ "@jupyterlab/htmlviewer-extension",
|
|
|
+ "@jupyterlab/hub-extension",
|
|
|
+ "@jupyterlab/imageviewer-extension",
|
|
|
+ "@jupyterlab/inspector-extension",
|
|
|
+ "@jupyterlab/launcher-extension",
|
|
|
+ "@jupyterlab/logconsole-extension",
|
|
|
+ "@jupyterlab/mainmenu-extension",
|
|
|
+ "@jupyterlab/mathjax2-extension",
|
|
|
+ "@jupyterlab/notebook-extension",
|
|
|
+ "@jupyterlab/rendermime-extension",
|
|
|
+ "@jupyterlab/settingeditor-extension",
|
|
|
+ "@jupyterlab/shortcuts-extension",
|
|
|
+ "@jupyterlab/statusbar-extension",
|
|
|
+ "@jupyterlab/terminal-extension",
|
|
|
+ "@jupyterlab/theme-light-extension",
|
|
|
+ "@jupyterlab/tooltip-extension",
|
|
|
+ "@jupyterlab/translation-extension",
|
|
|
+ "@jupyterlab/ui-components-extension",
|
|
|
+ "@jupyterlab/vdom-extension",
|
|
|
+ "@jupyterlab/javascript-extension",
|
|
|
+ "@jupyterlab/json-extension",
|
|
|
+ "@jupyterlab/pdf-extension",
|
|
|
+ "@jupyterlab/vega5-extension"
|
|
|
+ ]
|
|
|
}
|
|
|
}
|