浏览代码

Rename the celltags plugin id

Jeremy Tuloup 4 年之前
父节点
当前提交
899386089a
共有 1 个文件被更改,包括 1 次插入1 次删除
  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: (