-
Notifications
You must be signed in to change notification settings - Fork 83
python literals via pyodide #293
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
so cool!
Should the |
* patch matplotlib’s show * font-awesome for matplotlib buttons * fix for redrawing figure * only remove if parent is body
I’m not going to do this yet, but we might add this in the future. |
Putting this on hold as, at a minimum, I think we need to update the Observable Inspector to do a better job with PyProxy objects. |
This is roughly the same approach as taken by Grant Nestor, although I made some changes to fix falsey value interpolation and to adopt the recommended/public APIs such as runPythonAsync instead of calling eval_code_async directly.