Skip to content

Commit

Permalink
Fix URL
Browse files Browse the repository at this point in the history
  • Loading branch information
coatless committed May 2, 2024
1 parent 101e887 commit 43f65d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions day01a-wasm.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ webRready.version

:::{.column width="50%"}

![](assets/gifs/demo-webr-console-03-webr-evalr.gif){alt="An animated gif that shows the initialization of webR and some calculations within Google Chrome's Developer Tools console." fig-align="center"}
![](assets/gifs/demo-webr-console-03-webr-evalr.gif){alt="An animated gif that shows an attempt at evaluating R code using webR within Google Chrome's Developer Tools console." fig-align="center"}

:::

Expand Down Expand Up @@ -421,7 +421,7 @@ webRready.evalR(

:::{.column width="50%"}

![](assets/gifs/demo-webr-console-04-await-result.gif){alt="An animated gif that shows the calculation with webR being performed within Google Chrome's Developer Tools console." fig-align="center"}
![](assets/gifs/demo-webr-console-04-await-result.gif){alt="An animated gif that shows a refined attempt at evaluating R code using webR with `await` (asynchronous programming) within Google Chrome's Developer Tools console." fig-align="center"}

:::

Expand Down Expand Up @@ -466,7 +466,7 @@ let result = await webRready.evalR(
:::{.columns}

:::{.column width="55%"}
![](assets/gifs/demo-webr-console-05-convert-to-output.gif){alt="An animated gif that shows the calculation with webR being performed within Google Chrome's Developer Tools console." fig-align="center"}
![](assets/gifs/demo-webr-console-05-convert-to-output.gif){alt="An animated gif that shows the calculation with webR being performed and convert to a valid JavaScript object within Google Chrome's Developer Tools console." fig-align="center"}
:::

:::{.column width="45%"}
Expand Down Expand Up @@ -741,7 +741,7 @@ Outside of the [Python packages built-in to Pyodide](https://pyodide.org/en/stab

## How the quarto-{webr,pyodide} extension works

![](assets/wasm-images/animated-quarto-webr-workflow-once.gif){fig-alt="An animated GIF showing how the `quarto-webr` extension works with Quarto, webR, and a static server." fig-align="center"}
![](assets/gifs/animated-quarto-webr-workflow-once.gif){fig-alt="An animated GIF showing how the `quarto-webr` extension works with Quarto, webR, and a static server." fig-align="center"}

## Use cases

Expand Down

0 comments on commit 43f65d2

Please sign in to comment.