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.
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.
When Nebi is loaded through the
nebari-data-science-packJupyterLab 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.
Proposed fix:
package.jsondependency ranges if they incorrectly require newer JupyterLab packages.