Jeremy Tuloup

Results 2209 comments of Jeremy Tuloup

For reference we had a quick look at it during the JupyterCon 2023 sprint and tried to package `protobuf` first as it is a dependency: - https://github.com/emscripten-forge/recipes/issues/455 - https://github.com/emscripten-forge/recipes/pull/454 But...

Looks like https://github.com/emscripten-forge/recipes/pull/604 is still open. There might be some other dependencies to also package for emscripten-forge. Then adding the recipe for `geopandas` itself should hopefully be straightforward (according to...

Thanks @m0lentum for the help!

Thanks @DerThorsten ! Do you know what may be causing the CI failure?

> If `segyio` is important The main motivation was to maybe document how folks could make their repos compatible with `repo2jupyterlite` as an alternative to Binder, in the context of...

I think we let it open because of the comments in https://github.com/emscripten-forge/recipes/pull/454#issuecomment-1546703124, to be sure to double check.

So `protobuf` should be available via https://github.com/emscripten-forge/recipes/pull/454 now. Maybe it means `pandas-gbq` can be packaged now.

Thanks @psychemedia. Does this happen with the xeus python kernel as well?

OK thanks for the feedback. Moving to the Pyodide kernel repo then.

@rheanV the Pyodide kernel runs in a Web Worker and there is no access to the underlying Pyodide instance. > I need to convert a javascript object to a python...