Skip to content

Commit ed8b024

Browse files
committed
chore: datalayer notebook
1 parent f633317 commit ed8b024

File tree

7 files changed

+664
-20
lines changed

7 files changed

+664
-20
lines changed

packages/react/src/jupyter/lab/notebook/content/plugin.ts

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,15 @@
44
* MIT License
55
*/
66

7-
import {
8-
JupyterFrontEnd,
9-
JupyterFrontEndPlugin,
10-
} from '@jupyterlab/application';
7+
import { JupyterFrontEnd, JupyterFrontEndPlugin } from '@jupyterlab/application';
118
import { NotebookPanel } from '@jupyterlab/notebook';
129
import { IEditorServices } from '@jupyterlab/codeeditor';
13-
import CountdownPromptContentFactory from './CountdownContentFactory';
10+
import { CountdownPromptContentFactory } from './CountdownContentFactory';
1411

1512
/**
1613
* The notebook cell factory provider.
1714
*/
18-
const contentFactoryPlugin: JupyterFrontEndPlugin<NotebookPanel.IContentFactory> =
15+
export const contentFactoryPlugin: JupyterFrontEndPlugin<NotebookPanel.IContentFactory> =
1916
{
2017
id: '@datalayer/jupyter-react:notebook-content-factory',
2118
description: 'Provides the notebook cell factory.',

0 commit comments

Comments
 (0)