Open
Description
Problem
Sharing and distributing a jupyterlite instance for local use, currently require zipping all the file and running a local web server.
Proposed Solution
It would be nice to leverage solution from https://github.com/WICG/webpackage to create single-file bundle that could be opened directly in the browser.
Additional context
- In 2022:
Subresource Loading with Web Bundles
"Intent to Ship" was LGTM'ed, see: https://groups.google.com/a/chromium.org/g/blink-dev/c/VS9UgOC7Wqc - In 2023
Navigation to Bundled Exchanges
https://developer.chrome.com/docs/web-platform/web-bundles/ was marked asNo longer pursuing
(https://chromestatus.com/feature/5377722941440000)
maybe @KenjiBaheux @slightlyoff have more context on the current status of the spec and possible alternative.