jupyterlite / xeus

JupyterLite loader for Xeus kernels
https://jupyterlite-xeus.readthedocs.io
BSD 3-Clause "New" or "Revised" License
20 stars 11 forks source link

Failing UI tests #83

Closed jtpio closed 4 months ago

jtpio commented 5 months ago

As noticed in https://github.com/jupyterlite/xeus/pull/82, UI tests now seem to be failing.

This could be related to the recent JupyterLite 0.3.0 release: https://github.com/jupyterlite/jupyterlite/releases/tag/v0.3.0

It looks like the kernels are not displayed in the same order in the launcher anymore:

jupyterlite-xeus-ui-tests-failure.webm

jtpio commented 5 months ago

It could be that JupyterLab 4.1 now sorts the kernels by display name.

jtpio commented 5 months ago

It could be that JupyterLab 4.1 now sorts the kernels by display name.

Doesn't seem so according to the investigation in https://github.com/jupyterlite/xeus/pull/84