Browse Source

integrity

Vidar Tonaas Fauske 5 years ago
parent
commit
b874b3a920

+ 1 - 0
packages/cells/package.json

@@ -40,6 +40,7 @@
     "@jupyterlab/codeeditor": "^1.2.0-alpha.0",
     "@jupyterlab/codemirror": "^1.2.0-alpha.0",
     "@jupyterlab/coreutils": "^3.2.0-alpha.0",
+    "@jupyterlab/filebrowser": "^1.2.0-alpha.0",
     "@jupyterlab/observables": "^2.4.0-alpha.0",
     "@jupyterlab/outputarea": "^1.2.0-alpha.0",
     "@jupyterlab/rendermime": "^1.2.0-alpha.0",

+ 1 - 0
packages/cells/style/index.css

@@ -11,6 +11,7 @@
 @import url('~@jupyterlab/codemirror/style/index.css');
 @import url('~@jupyterlab/rendermime/style/index.css');
 @import url('~@jupyterlab/attachments/style/index.css');
+@import url('~@jupyterlab/filebrowser/style/index.css');
 @import url('~@jupyterlab/outputarea/style/index.css');
 
 @import url('./base.css');

+ 3 - 0
packages/cells/tsconfig.json

@@ -21,6 +21,9 @@
     {
       "path": "../coreutils"
     },
+    {
+      "path": "../filebrowser"
+    },
     {
       "path": "../observables"
     },

+ 1 - 1
packages/notebook/style/index.css

@@ -11,7 +11,7 @@
 @import url('~@jupyterlab/codeeditor/style/index.css');
 @import url('~@jupyterlab/statusbar/style/index.css');
 @import url('~@jupyterlab/rendermime/style/index.css');
-@import url('~@jupyterlab/cells/style/index.css');
 @import url('~@jupyterlab/docregistry/style/index.css');
+@import url('~@jupyterlab/cells/style/index.css');
 
 @import url('./base.css');