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

Update jupyterlite #68

Closed martinRenou closed 2 years ago

martinRenou commented 2 years ago

This should pull the latest DriveFS implementation. Should fix #67

martinRenou commented 2 years ago

Note that, because xeus-python runs inside a worker, it has its own copy of the DriveFS implementation (it does not benefit from the JupyterLab plugin system for dynamic load). That's why we need to manually update this way.