Hacker News new | ask | show | jobs
by fpl-dev 457 days ago
In the browser only jupyter for now, you can use voila to make a server based application using jupyter: https://github.com/voila-dashboards/voila

As Caitlin pointed out below pyodide is a future goal.

1 comments

This is very nice. But thinking more along the lines of, can I embed a single interactive widget in a blog post.
Not today, it requires wgpu-py to support running on WASM / pyodide, which it doesn't yet (unfortunately)