Skip to content

Commit 7bf9f03

Browse files
committed
Add note on official WASM backend.
1 parent 530366d commit 7bf9f03

File tree

3 files changed

+11
-5
lines changed

3 files changed

+11
-5
lines changed

README.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Pyodide Extension for Quarto HTML Documents <img src="logo-quarto-pyodide.png" align ="right" alt="" width ="150"/>
22

3-
**We have an initial version of the extension now available.**
3+
> [!IMPORTANT]
4+
>
5+
> Looking for the official Quarto WebAssembly backend? Check out [`quarto-live`](https://github.com/r-wasm/quarto-live)!
46
57
This community developed Quarto extension enables the [Pyodide](https://pyodide.org/en/stable/) code cell within various [Quarto](https://quarto.org/) formats, including [HTML](https://quarto.org/docs/output-formats/html-basics.html), [RevealJS](https://quarto.org/docs/presentations/revealjs/), [Websites](https://quarto.org/docs/websites/), [Blogs](https://quarto.org/docs/websites/website-blog.html), and [Books](https://quarto.org/docs/books).
68

docs/_quarto.yml

+8
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,14 @@ website:
4343
text: Acknowledgements
4444
- href: https://quarto.thecoatlessprofessor.com/pyodide/tests/
4545
text: Test Suite
46+
body-header: |
47+
:::{.callout-important}
48+
Looking for the official Quarto WebAssembly backend? Check out [`quarto-live`](https://github.com/r-wasm/quarto-live)!
49+
:::
50+
body-footer: |
51+
:::{.callout-important}
52+
This Quarto extension is open source software and is **not affiliated with** Posit, Quarto, or Pyodide. The extension is at best a community effort to simplify the integration of Pyodide inside of Quarto generated documents.
53+
:::
4654
4755
filters:
4856
- pyodide

docs/index.qmd

-4
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,3 @@ plt.show()
2626
```
2727

2828
At its core, the [`quarto-pyodide` extension](https://github.com/coatless-quarto/pyodide) is designed to empower you to run _Python_ code directly in your web browser using familiar reporting tools, all without the need for an external Python server. Moreover, the extension abstracts away the need to know HTML or JavaScript to use Pyodide. Just write Python code like you usually would! Though, it's worth noting that you can also choose to unlock the full potential of Pyodide and create more complex applications independently by directly using [Pyodide's JavaScript API](https://pyodide.org/en/stable/), granting you unparalleled freedom to harness the power of Python in innovative ways.
29-
30-
:::{.callout-important}
31-
This Quarto extension is open source software and is **not affiliated with** Posit, Quarto, or Pyodide. The extension is at best a community effort to simplify the integration of Pyodide inside of Quarto generated documents.
32-
:::

0 commit comments

Comments
 (0)