Skip to content

Commit 2d166eb

Browse files
Update plugin ID
Signed-off-by: Andy Jakubowski <hello@andyjakubowski.com>
1 parent a699b7e commit 2d166eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { IEditorServices } from '@jupyterlab/codeeditor';
1010
const factoryName = 'Deepnote Notebook';
1111

1212
const plugin: JupyterFrontEndPlugin<void> = {
13-
id: 'deepnote-jupyter-extension:plugin',
13+
id: 'jupyterlab-deepnote:plugin',
1414
description: 'Open .deepnote files as notebooks.',
1515
autoStart: true,
1616
requires: [IRenderMimeRegistry, IEditorServices],

0 commit comments

Comments
 (0)