Description
As an experiment, I am playing around with embedding an icp editor into my blog: https://moonpiedumplings.github.io/quartotest/posts/interactive-python-tutorial/
And it works great, even though not all python functions work, but that is understandable given the limitations of pyodide. But the input function works in jupyterlites pyodide based repl: https://jupyterlite.github.io/demo/repl/index.html?kernel=python, so this doesn't appear to be a limitation of the software pyodide, only the frontend used to implement it.
Is there a similar project, maybe designed for embeds? Like, an embeddable, client side ran python playground. I feel like it should exist, I am just struggling to find it. I've found this as well: https://github.com/modularizer/pyprez, but it has issues with usability and consistency.