Jeremy Tuloup
Jeremy Tuloup
If speed is the main motivation, there is also `rspack` which aims to be a drop-in replacement for `webpack`: https://github.com/web-infra-dev/rspack They have plans for supporting module federation: https://github.com/web-infra-dev/rspack/issues/1930
Maybe it could be interesting to open a draft PR that switches to `rspack`. Since it aims to be a drop-in replacement, and we don't use that many webpack plugins,...
FYI I quickly looked into building an extension (bootstrapped from https://github.com/jupyterlab/extension-template), and compile it with `rspack`. So far it seems to be working fine, at least for a basic extension,...
> I'll see if this could be published as a package, so it could already be tested by third-party extensions as an alternative to `jupyter labextension build` for now. Pushed...
Also opened https://github.com/jupyterlab/jupyterlab/pull/16005 to get a better idea of how this would affect the JupyterLab code base, and check if some things are working as expected yet.
For reference Rspack is heading towards a `1.0` release this month (August 2024): https://rspack.dev/blog/announcing-1-0-alpha
@dependabot rebase
Kicking the bot to check CI still passes.
It started as a proof of concept for providing a bridge between notebooks and the JupyterLab UI. To make it possible to control the UI from a notebook using Python....
> I wonder if another use for `ipylab` is as a way of writing scripts whose execution might be controlled by a Playwright test script? Eg a notebook scripts a...