Hacker News new | ask | show | jobs
by AnotherGoodName 663 days ago
In fact a quick google: https://github.com/jtpio/jupyterlite

Yay I really can have serverless notebooks! Not just an easy to manage server environment but literally a static html file that can be passed around and runs the full notebook environment. It’s weird it was ever done any other way.

1 comments

Does that run with your GPU in the way this service offers?
No, it doesn't. But unlike the marketing buzzword "serverless", it is honest about not requiring a server.

Pyodide GPU support is a ways away, but it is theoretically possible once WebGPU is stable. https://github.com/pyodide/pyodide/issues/1911