How to use @jupyterlab/extensionmanager - 2 common examples

To help you get started, we’ve selected a few @jupyterlab/extensionmanager 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-data-explorer / packages / extensionmanager-extension / src / index.ts View on Github external
const createView = () => {
      const v = new ExtensionView(serviceManager);
      v.id = 'extensionmanager.main-view';
      v.title.iconClass = 'jp-ExtensionIcon jp-SideBar-tabIcon';
      v.title.caption = 'Extension Manager';
      if (restorer) {
        restorer.add(v, v.id);
      }
      return v;
    };
github jupyterlab / jupyterlab / packages / extensionmanager-extension / src / index.ts View on Github external
const createView = () => {
      const v = new ExtensionView(serviceManager);
      v.id = 'extensionmanager.main-view';
      v.title.iconClass = 'jp-ExtensionIcon jp-SideBar-tabIcon';
      v.title.caption = 'Extension Manager';
      if (restorer) {
        restorer.add(v, v.id);
      }
      return v;
    };

@jupyterlab/extensionmanager

JupyterLab - Extension Manager

BSD-3-Clause
Latest version published 8 days ago

Package Health Score

89 / 100
Full package analysis

Popular @jupyterlab/extensionmanager functions

Similar packages