Skip to content

Commit 6e859f5

Browse files
committed
emphasize quarto-live
1 parent ebbe675 commit 6e859f5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

index.qmd

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,10 @@ WebAssembly is a binary instruction format for a stack-based virtual machine, de
3232

3333
## How It Works
3434

35-
1. **R Integration**: We use [webR](https://docs.r-wasm.org/webr/latest/), an R distribution compiled to WebAssembly, to run R code in the browser.
36-
2. **Python Integration**: [Pyodide](https://pyodide.org/en/stable/), a Python distribution for the browser, is used to execute Python code.
35+
1. **R Integration**: [webR](https://docs.r-wasm.org/webr/latest/), an R distribution compiled to WebAssembly, is used by `quarto-live` to run R code in the browser.
36+
2. **Python Integration**: [Pyodide](https://pyodide.org/en/stable/), a Python distribution for the browser, is used by `quarto-live` to execute Python code.
3737
3. **Quarto + RevealJS**: The presentation is built using [Quarto](https://quarto.org/) and [RevealJS](https://revealjs.com/), providing a smooth, web-based slide experience.
38+
4. **Quarto Extensions**: Additional Quarto extensions like `quarto-live`, `quarto-drop`, and `quarto-countdown` enhance the interactivity and functionality of the presentation.
3839

3940
## Benefits of This Approach
4041

0 commit comments

Comments
 (0)