|
@@ -1,11 +1,6 @@
|
|
// Copyright (c) Jupyter Development Team.
|
|
// Copyright (c) Jupyter Development Team.
|
|
// Distributed under the terms of the Modified BSD License.
|
|
// Distributed under the terms of the Modified BSD License.
|
|
|
|
|
|
-import {
|
|
|
|
- JSONObject
|
|
|
|
-} from 'phosphor/lib/algorithm/json';
|
|
|
|
-
|
|
|
|
-
|
|
|
|
import {
|
|
import {
|
|
JupyterLab, JupyterLabPlugin
|
|
JupyterLab, JupyterLabPlugin
|
|
} from '../application';
|
|
} from '../application';
|
|
@@ -38,7 +33,7 @@ const FACTORY = 'Table';
|
|
*/
|
|
*/
|
|
export
|
|
export
|
|
const csvHandlerExtension: JupyterLabPlugin<void> = {
|
|
const csvHandlerExtension: JupyterLabPlugin<void> = {
|
|
- id: 'jupyter.extensions.csvHandler',
|
|
|
|
|
|
+ id: 'jupyter.extensions.csv-handler',
|
|
requires: [IDocumentRegistry, IStateDB],
|
|
requires: [IDocumentRegistry, IStateDB],
|
|
activate: activateCSVWidget,
|
|
activate: activateCSVWidget,
|
|
autoStart: true
|
|
autoStart: true
|