Skip to content

Commit 21ef5c1

Browse files
committed
implement webr
1 parent 706bc82 commit 21ef5c1

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

_quarto.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
project:
22
type: book
33
output-dir: docs
4+
extensions: [r-wasm/quarto-live]
45

56
book:
67
site-url: https://how-to-learn-to-code.github.io/Rclass-DataScience/
@@ -86,10 +87,10 @@ execute:
8687
error: true
8788

8889
format:
89-
html:
90+
live-html:
9091
theme: cosmo
91-
number-sections: false
9292
toc: true
93+
number-sections: false
9394
toc-depth: 4
9495

9596
editor: visual

class0.qmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ Below is some jargon that you may hear during class. Don't worry about memorizin
123123

124124
**global vs. local:** Global refers to something (usually a variable) that is accessible to the entire program/code. Local refers to something (usually a variable) that is accessible only relative to something else (such as within a specific code block, like a function).
125125

126-
```{r}
126+
```{webr}
127127
#| eval: false
128128
129129
# Global variable

0 commit comments

Comments
 (0)