Skip to content

Swap the Jupyter Notebook Renderers extension from built in to bootstrapped #6507

Open
@melissa-barca

Description

System details: Desktop

Positron and OS details:

2025.03

Interpreter details:

N/A

Describe the issue:

In #6403 we introduced the concept of "bootstrapped" extensions, which bundles several previously built-in extensions with Positron and installs them on the application's first launch. We were not able to include the Jupyter Notebook Renderers extension in this group because it exposed itself as an undocumented dependency of the positron-ipywidgets extension via our e2e tests, see discussion: #6403 (review)

Because the extension is installed at application launch, it requires a reload of Positron before it is fully available to positron-ipywidgets. Below is what the extension looks like after being installed on app launch instead of built-in:

Image

This only affects the initial run on desktop dev builds, but that is where our tests run.

Expected or desired behavior:

Feature to be implemented with passing e2e tests.

-->

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    area: buildsIssues related to Builds category.

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions