|
@@ -101,6 +101,7 @@
|
|
|
"codemirror": "~5.42.0",
|
|
|
"comment-json": "^1.1.3",
|
|
|
"es6-promise": "~4.1.1",
|
|
|
+ "jupyterlab-sos": "^0.4.3",
|
|
|
"marked": "0.5.1",
|
|
|
"moment": "~2.21.0",
|
|
|
"path-posix": "~1.0.0",
|
|
@@ -109,6 +110,7 @@
|
|
|
"react-paginate": "^5.2.3",
|
|
|
"sanitize-html": "~1.18.2",
|
|
|
"semver": "^5.5.0",
|
|
|
+ "transient-display-data": "^0.2.2",
|
|
|
"url-parse": "~1.4.3",
|
|
|
"xterm": "~3.10.1"
|
|
|
},
|
|
@@ -159,6 +161,7 @@
|
|
|
"@jupyterlab/htmlviewer-extension": "",
|
|
|
"@jupyterlab/imageviewer-extension": "",
|
|
|
"@jupyterlab/inspector-extension": "",
|
|
|
+ "jupyterlab-sos": "",
|
|
|
"@jupyterlab/launcher-extension": "",
|
|
|
"@jupyterlab/mainmenu-extension": "",
|
|
|
"@jupyterlab/markdownviewer-extension": "",
|
|
@@ -174,6 +177,7 @@
|
|
|
"@jupyterlab/theme-dark-extension": "",
|
|
|
"@jupyterlab/theme-light-extension": "",
|
|
|
"@jupyterlab/tooltip-extension": "",
|
|
|
+ "transient-display-data": "",
|
|
|
"@jupyterlab/vdom-extension": ""
|
|
|
},
|
|
|
"mimeExtensions": {
|
|
@@ -273,6 +277,7 @@
|
|
|
"@jupyterlab/inspector-extension": "../packages/inspector-extension",
|
|
|
"@jupyterlab/javascript-extension": "../packages/javascript-extension",
|
|
|
"@jupyterlab/json-extension": "../packages/json-extension",
|
|
|
+ "jupyterlab-sos": "../packages/jupyterlab-sos",
|
|
|
"@jupyterlab/launcher": "../packages/launcher",
|
|
|
"@jupyterlab/launcher-extension": "../packages/launcher-extension",
|
|
|
"@jupyterlab/mainmenu": "../packages/mainmenu",
|
|
@@ -304,6 +309,7 @@
|
|
|
"@jupyterlab/theme-light-extension": "../packages/theme-light-extension",
|
|
|
"@jupyterlab/tooltip": "../packages/tooltip",
|
|
|
"@jupyterlab/tooltip-extension": "../packages/tooltip-extension",
|
|
|
+ "transient-display-data": "../packages/transient-display-data",
|
|
|
"@jupyterlab/ui-components": "../packages/ui-components",
|
|
|
"@jupyterlab/vdom": "../packages/vdom",
|
|
|
"@jupyterlab/vdom-extension": "../packages/vdom-extension",
|