Skip to content

Use a PluginRegistry for loading plugins #7615

Closed
@jtpio

Description

@jtpio

Current the NotebookApp does not make use of a PluginRegistry for loading plugins:

app.registerPluginModules(mods);

It also does not resolve ServiceManagerPlugins first as in JupyterLab.

Notebook should follow the same approach as in JupyterLab: https://github.com/jupyterlab/jupyterlab/blob/eaddbc7b6e8a13198edd9cdb156def78724f07e2/dev_mode/index.js#L260

As a follow-up to jupyterlab/jupyterlab#16794.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions