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

fix: support esm define when running under virtual kernel #668

Merged
merged 1 commit into from
Jun 6, 2024

Commits on Jun 6, 2024

  1. fix: support esm define when running under virtual kernel

    When we define a esm top level in a module, we don't need to create
    the module widget. However, if we do this during the running of the
    app under the context of a virtual kernel, we should directly
    create the esm widget.
    
    Should fix the failing of widgetti/ipyantd#4
    maartenbreddels committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    47a8b6b View commit details
    Browse the repository at this point in the history