Hacker News new | ask | show | jobs
by DerThorsten 666 days ago
There is jupyerlite which does exactly that 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/ind...

Its easy to create your own deployments, there is a template repo for that https://github.com/jupyterlite/demo

1 comments

> There is jupyerlite which does exactly that 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?