pyodide icon indicating copy to clipboard operation
pyodide copied to clipboard

Quarto extension to enable interactive Python code cells in HTML documents using Pyodide

Results 11 pyodide issues
Sort by recently updated
recently updated
newest added

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...

p: medium
t: feature-request

### 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...

t: feature-request

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...

t: bug
s: confirmed
p: medium

### 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...

t: question
s: question-answered

### 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...

p: low
t: feature-request

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...

p: medium
t: feature-request

**Is your feature request related to a problem? Please describe.** Currently, altair charts renders as text: ![image](https://github.com/coatless-quarto/pyodide/assets/4560057/c04c824a-d69a-48ad-908b-e2e0ff836acc) The output from altair is vega-lite specs that can be rendered as interactive...

p: low
t: feature-request

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...

p: high
t: feature-request

While I try to display of datatype of variable, there is no output generated by the `pyodide`

t: bug
p: medium

### 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...

t: question
s: question-answered