Skip to content

Fix JupyterLab extension version warnings in data science pack image #239

Description

@MUFFANUJ

When Nebi is loaded through the nebari-data-science-pack JupyterLab image, the browser console shows warnings/errors from JupyterLab frontend extensions.

The image currently runs JupyterLab 4.6.2, but some installed extensions appear to have been built against JupyterLab 4.7.0 prerelease frontend packages. This causes runtime warnings about mismatched shared package versions.

Image

Proposed fix:

  • Identify exact extensions via the console remoteEntry sources.
  • Rebuild Nebari-owned extensions with a newer jupyter-builder where applicable.
  • Correct package.json dependency ranges if they incorrectly require newer JupyterLab packages.
  • Update/pin extension versions in images/jupyterlab/pixi.toml and refresh the lockfile.
  • Rebuild the JupyterLab image and verify the console warnings are gone.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    Priority

    None yet

    Start date

    None yet

    Target date

    None yet

    Size

    None yet

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions