How to use @jupyterlab/celltags - 1 common examples

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 2 months ago

Package Health Score

87 / 100
Full package analysis

Popular @jupyterlab/celltags functions