Jeremy Tuloup
Jeremy Tuloup
Thanks @savakarrohan for your interest in contributing! > But the Pyodide kernel got shifted to the (https://github.com/jupyterlite/pyodide-kernel) repo, right? That's right. Now the relevant code is in https://github.com/jupyterlite/pyodide-kernel/blob/main/packages/pyodide-kernel/src/kernel.ts. > Also,...
Thanks @qqdaiyu55 for opening this. In JupyterLite the Pyodide-based kernel runs in a [Web Worker](https://developer.mozilla.org/en-US/docs/Web/API/Web_Workers_API) instead of the main thread. Which means some of the APIs and access to the...
@guiguichau would you be able to try again? This JupyterLite was updated to the latest packages so maybe that would fix your issue? Looking fine when testing in a Firefox...
Thanks @jonas-w for reporting. Looks like Lerna was updated to version 7 in https://github.com/jupyterlite/pyodide-kernel/pull/58. Maybe we can just remove the `bootstrap` script. Would you like to open a PR? Thanks!
> would need to use yarn >2 Right, this should already be the case as the repo is now using `jlpm` which is a pinned version of Yarn 3 provided...
@michaelweinold normally the config option as specified in the top comment should do the trick. But we could also update the Pyodide version in this repo and make a new...
Maybe there is still an issue with the config option that would have to be fixed anyway (would need to check).
@michaelweinold could it be because this JSON snippet contains trailing commas ? I just tried in a clean folder with `jupyterlite-core==0.4.0` and `jupyterlite-pyodide-kernel==0.4.0` and it seems to be working fine:...
> could it be because this JSON snippet contains trailing commas ? If that's the case and it fixes your issue, maybe the `jupyter lite build` process should validate the...
Thanks @michaelweinold for checking :+1: I opened https://github.com/jupyterlite/jupyterlite/issues/1447 to improve this in the `jupyter lite build` process.