How to use the @jupyterlab/celltags.TagTool function in @jupyterlab/celltags

To help you get started, we’ve selected a few @jupyterlab/celltags examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github jupyterlab / jupyterlab / packages / celltags-extension / src / index.ts View on Github external
activate: (
    app: JupyterFrontEnd,
    tools: INotebookTools,
    tracker: INotebookTracker
  ) => {
    const tool = new TagTool(tracker, app);
    tools.addItem({ tool: tool, rank: 1.6 });
  }
};

@jupyterlab/celltags

An extension for manipulating tags in cell metadata

BSD-3-Clause
Latest version published 3 months ago

Package Health Score

83 / 100
Full package analysis

Popular @jupyterlab/celltags functions