|
@@ -13,6 +13,10 @@ import {
|
|
JupyterLab, JupyterLabPlugin
|
|
JupyterLab, JupyterLabPlugin
|
|
} from '../application';
|
|
} from '../application';
|
|
|
|
|
|
|
|
+import {
|
|
|
|
+ BaseCellWidget
|
|
|
|
+} from '../cells';
|
|
|
|
+
|
|
import {
|
|
import {
|
|
CodeEditor
|
|
CodeEditor
|
|
} from '../codeeditor';
|
|
} from '../codeeditor';
|
|
@@ -25,10 +29,6 @@ import {
|
|
INotebookTracker, NotebookPanel
|
|
INotebookTracker, NotebookPanel
|
|
} from '../notebook';
|
|
} from '../notebook';
|
|
|
|
|
|
-import {
|
|
|
|
- BaseCellWidget
|
|
|
|
-} from '../notebook/cells';
|
|
|
|
-
|
|
|
|
import {
|
|
import {
|
|
IRenderMime
|
|
IRenderMime
|
|
} from '../rendermime';
|
|
} from '../rendermime';
|