File tree Expand file tree Collapse file tree 1 file changed +21
-2
lines changed Expand file tree Collapse file tree 1 file changed +21
-2
lines changed Original file line number Diff line number Diff line change 1
- # next-gen-data-science
2
- Demonstrating the use of using WebAssembly to bring code directly into classroom
1
+ # Next-Generation Data Science Education with WebAssembly
2
+
3
+ This repository contains a code powering the "Next-Generation Data Science Education with WebAssembly" demonstration.
4
+
5
+ ## Installation
6
+
7
+ To create your own version of the demonstration, you need to install the following software:
8
+
9
+ - [ Quarto] ( https://quarto.org ) v1.4.0 or later
10
+ - Quarto Extensions
11
+ - [ ` quarto-live ` ] ( https://r-wasm.github.io/quarto-live/ )
12
+ - [ ` quarto-drop ` ] ( https://github.com/r-wasm/quarto-drop )
13
+ - [ ` quarto-countdown ` ] ( https://github.com/gadenbuie/countdown/tree/main/quarto )
14
+
15
+ You can do this by typing the following commands in your terminal:
16
+
17
+ ``` bash
18
+ quarto add r-wasm/quarto-live
19
+ quarto add r-wasm/quarto-drop
20
+ quarto add gadenbuie/countdown/quarto
21
+ ```
You can’t perform that action at this time.
0 commit comments