You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Hey there, thank you so much for testing icp-bundle!
Regarding the input functionality, adding it is not as straightforward as it seems because execution takes place within a Worker, which doesn't have access to the parent DOM. I would love to work on it myself, but unfortunately, I don't have time at the moment.
That being said, I encourage you and others to submit pull requests. Your contributions would be more than welcome!
Once again, thank you for your interest in icp-bundle!
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.
The text was updated successfully, but these errors were encountered: