Explorar o código

Reenable widgets.

Jason Grout %!s(int64=8) %!d(string=hai) anos
pai
achega
12048d6efb
Modificáronse 2 ficheiros con 2 adicións e 1 borrados
  1. 1 0
      jupyterlab/index.js
  2. 1 1
      jupyterlab/package.json

+ 1 - 0
jupyterlab/index.js

@@ -30,6 +30,7 @@ var app = new phosphide.Application({
     require('jupyterlab/lib/shortcuts/plugin').shortcutsExtension,
     require('jupyterlab/lib/terminal/plugin').terminalExtension,
     require('phosphide/lib/extensions/commandpalette').commandPaletteExtension,
+    require('jupyter-js-widgets-labextension/lib/plugin').widgetManagerExtension,
   ],
   providers: [
     require('jupyterlab/lib/clipboard/plugin').clipboardProvider,

+ 1 - 1
jupyterlab/package.json

@@ -10,7 +10,7 @@
     "font-awesome": "^4.6.1",
     "material-design-icons": "^2.2.3",
     "jupyter-js-services": "^0.15.1",
-    "jupyter-js-widgets-labextension": "0.0.9",
+    "jupyter-js-widgets-labextension": "^0.1.0",
     "jupyterlab": "file:../",
     "phosphide": "^0.10.0"
   },