Skip to content

Commit e4748ee

Browse files
committed
patch(regression_plot): Fix df not being present by generating the data in function.
1 parent dc1a21c commit e4748ee

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

index.qmd

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,16 @@ format:
99

1010
## Welcome to the Future of Data Science Education
1111

12-
In this demonstration, we showcase cutting-edge technology that brings interactive coding directly into slide decks using WebAssembly (WASM) through the new official Quarto WebAssembly backend: [`quarto-live`](https://r-wasm.github.io/quarto-live/) by George Stagg. This innovative approach revolutionizes how we present and teach data science concepts by allowing for real-time code execution, visualization, and exercises within the presentation itself.
12+
In this demonstration, we showcase cutting-edge technology that brings interactive coding directly into slide decks using WebAssembly (WASM) through the new official Quarto WebAssembly backend: [`quarto-live`](https://r-wasm.github.io/quarto-live/) by George Stagg. This innovative approach revolutionizes how we present and teach data science concepts by allowing for real-time code execution, visualization, and exercises within the presentation itself. For more on the Quarto WebAssembly backend, see the [official documentation](https://r-wasm.github.io/quarto-live/).
1313

1414
You can view the demonstration of this technology in the following slide deck:
1515

1616
{{< revealjs file="slides/lecture-01.html" height="500px">}}
1717

18-
For more on the Quarto WebAssembly backend, see the [official documentation](https://r-wasm.github.io/quarto-live/).
18+
In tutorial form, we have:
19+
20+
21+
1922

2023
## What's Inside
2124

0 commit comments

Comments
 (0)