Skip to content

Commit

Permalink
Improve overview
Browse files Browse the repository at this point in the history
  • Loading branch information
coatless committed Jun 10, 2024
1 parent 5c7016b commit f06ba68
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion docs/qpanelize-webr.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ filters:

# Overview

We can use panelize to take a usual R code cell and convert it into an interactive cell.
We can use **{quarto-panelize}** to take a usual R code cell and convert it into an interactive cell powered by [webR](https://docs.r-wasm.org/). In this guide, we'll walk through the steps!

## Code Cell

Expand Down Expand Up @@ -70,3 +70,19 @@ As a result, we now have access to two tabs: Result and Interactive.
```
:::

## Autorun Code

You may wish to allow the interactive cells to be automatically run when the document opens by specifying in the document header:

```yml
---
title: "My title"
format: html
webr:
cell-options:
autorun: true
filters:
- panelize
- webr
---
```

0 comments on commit f06ba68

Please sign in to comment.