7 ms·
There is jupyerlite which does exactly that https://github.com/jupyterlite/jupyterlite https://github.com/jupyterlite/jupyterlite Kernels are compiled to wasm
by DerThorsten 2y ago
There is jupyerlite which does exactly that https://github.com/jupyterlite/jupyterlite https://github.com/jupyterlite/jupyterlite
Kernels are compiled to wasm and can therefore run in the browser.
Try it out at: https://jupyterlite.readthedocs.io/en/stable/_static/lab/index.html https://jupyterlite.readthedocs.io/en/stable/_static/lab/ind...
Its easy to create your own deployments, there is a template repo for that https://github.com/jupyterlite/demo https://github.com/jupyterlite/demo
- bArray 2y ago> There is jupyerlite which does exactly that https://github.com/jupyterlite/jupyterlite https://github.com/jupyterlite/jupyterlite Had a quick look, this seems quite cool! Is there alternative output is the WASM is not run? It would be good if it defaulted to a pre-run static output, otherwise users could be left with nothing?