jupyterlite / xeus

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

Run the UI tests with the COOP/COEP headers #103

Closed jtpio closed 4 months ago

jtpio commented 4 months ago

Fixes https://github.com/jupyterlite/xeus/issues/93

This also helps prepare for https://github.com/jupyterlite/xeus/issues/102, where two different libraries will be used for the communication between the main thread and the worker.

Changes

jtpio commented 4 months ago
CONSOLE MSG --- File system calls over Atomics.wait is only supported with jupyterlite>=0.4.0a3

The UI test with the stable jupyterlite-core is failing, which is expected.

jtpio commented 4 months ago

This should be good for now, and CI is now passing.