-
Notifications
You must be signed in to change notification settings - Fork 10
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
Matplotlib does not work #7
Comments
The console does not support that, you should use for example: JupyterLite. |
I'd prefer not to use jupyter for embedding though |
I agree we should add an example with matplotlib (related pyodide/pyodide#1498 ). Adding support for matplotlib to the REPL is another matter, personally, I don't think it would be in the scope of Pyodide (unless someone can demonstrate that it would be very easy to do). We would rather keep the REPL simple, and leave this work to other projects. |
I think it could be fun to have a more fully featured repl at some point, maybe in a separate repo inside of the pyodide org. But yeah, |
🐛 Bug
Matplotlib does not render plots
To Reproduce
Expected behavior
The plot shows up, either inline or as popup
Environment
The text was updated successfully, but these errors were encountered: