jupyterlite / xeus-python-kernel

xeus-python in JupyterLite
https://xeus-python-kernel.readthedocs.io
BSD 3-Clause "New" or "Revised" License
30 stars 19 forks source link

Make sure to share all packages coming from jupyterlite #158

Closed martinRenou closed 10 months ago

martinRenou commented 10 months ago

I was hoping to fix the errors that happen whenever jupyterlite gets released and then we have packages out of sync (like in https://github.com/jupyterlite/pyodide-kernel/pull/55)

But I see that the pyodide kernel is also sharing those dependencies properly.

So I don't know if this patch will make things better in the future, at least it won't be harmful.

github-actions[bot] commented 10 months ago

lite-badge :point_left: Try it on ReadTheDocs

jtpio commented 10 months ago

Yes this config should be good to have anyway.

Isn't the issue related to the hash appended to the name of the service worker file, which might not be stable across releases?

martinRenou commented 10 months ago

Right!! I forgot about this.