Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split the JupyterLab extension into plugins that provide the widget manager and register widgets #3442

Merged
merged 3 commits into from
Jul 22, 2022

Commits on Apr 19, 2022

  1. Split the JupyterLab extension into plugins that provide the widget m…

    …anager and register widgets.
    
    This paves the way to having separate extensions that load multiple versions of core widgets, so that ipywidgets 7.x and 8.x can be supported simultaneously, for example.
    jasongrout committed Apr 19, 2022
    Configuration menu
    Copy the full SHA
    7e96dd2 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2022

  1. Lint

    jasongrout committed Jul 16, 2022
    Configuration menu
    Copy the full SHA
    b9f2edb View commit details
    Browse the repository at this point in the history
  2. Fix plugin id reference.

    jasongrout committed Jul 16, 2022
    Configuration menu
    Copy the full SHA
    74e0d64 View commit details
    Browse the repository at this point in the history