Jeremy Tuloup

Results 2209 comments of Jeremy Tuloup

Out of curiosity, I quickly tried adding the `@jupyterlab/workspace-extension` locally to see if it would be working. Most of the UI components show up, although the main issue is with...

Out of curiosity this is what happens with the xeus python kernel and the code snippet linked above: https://user-images.githubusercontent.com/591645/234651013-337a9cf3-1f20-4f0b-a1f6-4dc4b54beca1.mp4

@martinRenou trying the original code snippet with https://jupyter.org/try-jupyter/lab/ seems to be working fine now: https://github.com/user-attachments/assets/ab95b6e8-889f-48be-8933-f545e09a2a45 It could be that it was fixed with the comlink changes (with the handling of...

Linking to https://github.com/jupyterlite/jupyterlite/pull/1401 and https://github.com/jupyterlite/jupyterlite/issues/1402 as related.

Thanks @brichet for working on this! > It may be a breaking change for some extensions that use 'no-focus' behavior. Looking at the changes, there does not seem to be...

I just tried this PR in a clean environment and it does seem to be fixing the issue when creating a new folder from the filebrowser toolbar: [jupyterlab-github-filebrowser.webm](https://github.com/user-attachments/assets/176e18f4-6b43-45e0-b78c-5c2b31f0a226) However it...

OK ,so maybe we still need to keep https://github.com/jupyterlab/jupyterlab/issues/15629 open to track the remaining issue.

For now these optional features based on the availability of `SharedArrayBuffer` are implemented in separate repos than in core JupyterLite, so maybe it's fine if `jupyter lite serve` does not...

@fairdatasystems I just tried on https://jupyterlite-pyodide-kernel.readthedocs.io/en/latest/_static/lab/index.html and it seems to be working: ![image](https://github.com/user-attachments/assets/bd827a04-d8de-452b-8ed0-a65b46294f35) Are you able to check if you are using the latest versions of the `jupyterlite-*` packages?

@markwilkinson you can run the following code snippets to check the versions: ```py import pyodide pyodide.__version__ ``` ```py import pyodide_kernel pyodide_kernel.__version__ ``` And click on `Help > About` to check...