Browse Source

Rename the celltags plugin id

Jeremy Tuloup 4 years ago
parent
commit
899386089a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/celltags-extension/src/index.ts

+ 1 - 1
packages/celltags-extension/src/index.ts

@@ -11,7 +11,7 @@ import { TagTool } from '@jupyterlab/celltags';
  * Initialization data for the celltags extension.
  */
 const celltags: JupyterFrontEndPlugin<void> = {
-  id: 'celltags',
+  id: '@jupyterlab/celltags',
   autoStart: true,
   requires: [INotebookTools, INotebookTracker],
   activate: (