Jeremy Tuloup

Results 2211 comments of Jeremy Tuloup

Closing as `0.4.0` is now available: https://github.com/jupyterlite/jupyterlite/releases/tag/v0.4.0

At least the `setImmediate` issue mentioned in https://github.com/jupyterlite/jupyterlite/issues/944 is reproducible on CI: ![image](https://github.com/jupyterlite/jupyterlite/assets/591645/0caad530-fd03-47fd-8002-1bba7ac191ba)

So the "Basic code execution" test seems to be passing: ![image](https://github.com/jupyterlite/jupyterlite/assets/591645/8d5f3d5f-b0d1-4876-ae44-5c0695353369) Which is about executing the JavaScript notebook, with the JavaScript kernel also running in a web worker: https://github.com/jupyterlite/jupyterlite/blob/da9e9856ec343dcbfc54b3c1a1cc5e0c609f39e9/ui-tests/test/kernels.spec.ts#L15-L24 So...

For reference the PR to test `jupyterlite-xeus-python` on `webkit`: https://github.com/jupyterlite/xeus-python-kernel/pull/175

Thanks @nikolayivanovbg for the report. It looks very similar to this existing issue: https://github.com/jupyterlite/jupyterlite/issues/1272 Should we close this one in favor of https://github.com/jupyterlite/jupyterlite/issues/1272?

Thanks @savakarrohan. Maybe there should also be a CI job to make sure the `Dockerfile` continues working over time?

Just created the `0.2.x` branch: https://github.com/jupyterlite/jupyterlite/tree/0.2.x

> Is there a rough idea for 0.3.0 ETA, now that jupyterlab-4.1rc1 is out ? April 2024 ? Yes, we had listed a couple of items above that would have...

`0.3.0` has been released: https://github.com/jupyterlite/jupyterlite/releases/tag/v0.3.0

Need to do a bit more testing to make sure this actually has a real effect.