|
@@ -21,27 +21,27 @@ import {
|
|
|
|
|
|
import {
|
|
import {
|
|
CodeCellWidget, MarkdownCellWidget
|
|
CodeCellWidget, MarkdownCellWidget
|
|
-} from '@jupyterlab/cells/widget';
|
|
|
|
|
|
+} from '@jupyterlab/cells';
|
|
|
|
|
|
import {
|
|
import {
|
|
NotebookActions
|
|
NotebookActions
|
|
-} from '@jupyterlab/notebook/actions';
|
|
|
|
|
|
+} from '@jupyterlab/notebook';
|
|
|
|
|
|
import {
|
|
import {
|
|
ToolbarItems
|
|
ToolbarItems
|
|
-} from '@jupyterlab/notebook/default-toolbar';
|
|
|
|
|
|
+} from '@jupyterlab/notebook';
|
|
|
|
|
|
import {
|
|
import {
|
|
INotebookModel
|
|
INotebookModel
|
|
-} from '@jupyterlab/notebook/model';
|
|
|
|
|
|
+} from '@jupyterlab/notebook';
|
|
|
|
|
|
import {
|
|
import {
|
|
JUPYTER_CELL_MIME
|
|
JUPYTER_CELL_MIME
|
|
-} from '@jupyterlab/notebook/widget';
|
|
|
|
|
|
+} from '@jupyterlab/notebook';
|
|
|
|
|
|
import {
|
|
import {
|
|
NotebookPanel
|
|
NotebookPanel
|
|
-} from '@jupyterlab/notebook/panel';
|
|
|
|
|
|
+} from '@jupyterlab/notebook';
|
|
|
|
|
|
import {
|
|
import {
|
|
createNotebookContext
|
|
createNotebookContext
|