Skip to content

Commit

Permalink
emphasize quarto-live
Browse files Browse the repository at this point in the history
  • Loading branch information
coatless committed Aug 10, 2024
1 parent ebbe675 commit 6e859f5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions index.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,10 @@ WebAssembly is a binary instruction format for a stack-based virtual machine, de

## How It Works

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.
2. **Python Integration**: [Pyodide](https://pyodide.org/en/stable/), a Python distribution for the browser, is used to execute Python code.
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.
2. **Python Integration**: [Pyodide](https://pyodide.org/en/stable/), a Python distribution for the browser, is used by `quarto-live` to execute Python code.
3. **Quarto + RevealJS**: The presentation is built using [Quarto](https://quarto.org/) and [RevealJS](https://revealjs.com/), providing a smooth, web-based slide experience.
4. **Quarto Extensions**: Additional Quarto extensions like `quarto-live`, `quarto-drop`, and `quarto-countdown` enhance the interactivity and functionality of the presentation.

## Benefits of This Approach

Expand Down

0 comments on commit 6e859f5

Please sign in to comment.