coatless-quarto / pyodide

Community developed Quarto extension to enable interactive Python code cells in HTML documents using Pyodide
http://quarto.thecoatlessprofessor.com/pyodide/
65 stars 7 forks source link

Add read only option #6

Closed coatless closed 7 months ago

coatless commented 7 months ago

Enables the read-only option for the editor. We currently require users to press the "Run code" button to generate results.

The option is accessible with:

```{pyodide-python}
#| read-only: true

1 + 1


<img width="634" alt="Example of the new `read-only` option in use." src="https://github.com/coatless-quarto/pyodide/assets/833642/67dd6dd0-c8a4-431f-9cd9-a23d7160ef59">

Close #4