pyodide
pyodide copied to clipboard
Quarto extension to enable interactive Python code cells in HTML documents using Pyodide
Only the `matplotlib` graphs are captured and displayed with the `matplotlib_pyodide.html5_canvas_backend`. If we use `seaborn` such as: ```python import micropip await micropip.install("seaborn") # External Python package import seaborn as sns...
### Feature Description Thank you for developing this very interesting quarto extension! The feature request that I like to raise is to have a context setting that disables the code...
On the demo site https://quarto.thecoatlessprofessor.com/pyodide/qpyodide-code-cell-demo.html, I can't get the matplotlib chart to show on Firefox (it shows fine in Chromium). This is for Firefox 123.0 on Linux with all addons...
### What's your question? Great plugin / extension. Really great start at making code snippets work for web documents. Installation of the current version of the extension My question is...
### Feature Description I notice that you do some of the lifting to get `matplotlib` charts to work via JS in each rendered page: ```javascript // Load the `matplotlib` package...
From [`u/jfcg` on r/Python](https://www.reddit.com/r/Python/comments/1av6i9j/comment/krb6jqi/?utm_source=share&utm_medium=web2x&context=3): > Just a feature request :$ Would it be possible to add a mechanism to run all cells? It could be useful for slides, where one...
**Is your feature request related to a problem? Please describe.** Currently, altair charts renders as text:  The output from altair is vega-lite specs that can be rendered as interactive...
As we start adding onto the initialization routine, we should move away from placing Pyodide on the main thread and onto a separate worker thread. This will give less of...
While I try to display of datatype of variable, there is no output generated by the `pyodide`
### What's your question? I would like to know if it's on the roadmap to have the ability to save the code that one writes on a pyodide-python cell. We're...