Skip to content

Commit

Permalink
Add note on official WASM backend.
Browse files Browse the repository at this point in the history
  • Loading branch information
coatless committed Aug 8, 2024
1 parent 530366d commit 7bf9f03
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Pyodide Extension for Quarto HTML Documents <img src="logo-quarto-pyodide.png" align ="right" alt="" width ="150"/>

**We have an initial version of the extension now available.**
> [!IMPORTANT]
>
> Looking for the official Quarto WebAssembly backend? Check out [`quarto-live`](https://github.com/r-wasm/quarto-live)!
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).

Expand Down
8 changes: 8 additions & 0 deletions docs/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@ website:
text: Acknowledgements
- href: https://quarto.thecoatlessprofessor.com/pyodide/tests/
text: Test Suite
body-header: |
:::{.callout-important}
Looking for the official Quarto WebAssembly backend? Check out [`quarto-live`](https://github.com/r-wasm/quarto-live)!
:::
body-footer: |
:::{.callout-important}
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.
:::
filters:
- pyodide
4 changes: 0 additions & 4 deletions docs/index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,3 @@ plt.show()
```

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.

:::{.callout-important}
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.
:::

0 comments on commit 7bf9f03

Please sign in to comment.