Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 1 addition & 13 deletions the-pulse/editors-blog/posts/2023/09/19/positconf-blog.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ date-modified: 01/03/2024
toc: true
image: images/chicago-theatre.png
image-alt: Chicago Theatre sign, illuminated at night.
webr:
channel-type: "post-message"
show-startup-message: false
filters:
- webr
aliases:
- /viewpoints/editors-blog/posts/2023/09/19/positconf-blog.html
---
Expand Down Expand Up @@ -94,13 +89,6 @@ Some of my favourite sessions at posit::conf(2023) were about [Quarto](https://q

I spoke a bit about my own journey into web dev in one of the Quarto sessions at posit::conf, but what I loved most about these sessions was learning about all the cool new things I've yet to discover and try out. For example, [James Balamuta](https://thecoatlessprofessor.com/about/)'s talk and demonstration of building interactive code cells into Quarto webpages was an eye-opener!

Since returning from Chicago I've tested out this functionality and added Balamuta's example here. First run the code that's already in the code block but also edit it to try out your own examples.

```{webr-r}
fit = lm(mpg ~ am, data = mtcars)
summary(fit)
```

Visit the [quarto-webr website](https://quarto-webr.thecoatlessprofessor.com/) for details on how to make full use of this capability. Once you're up to speed, why not [contribute a webR-enabled article for Real World Data Science](https://realworlddatascience.net/contributor-docs/contributor-guidelines.html)?

{{< video "https://www.youtube.com/embed/60i9f861HLg?si=G3MrLisibAHxW6AP" >}}
Expand Down Expand Up @@ -190,4 +178,4 @@ How to cite
: Tarran, Brian. 2023. "Live from Chicago: Real World Data Science at posit::conf(2023)." Real World Data Science, September 19, 2023, updated September 27, 2023. [URL](https://realworlddatascience.net/the-pulse/editors-blog/posts/2023/09/19/positconf-blog.html)
:::
:::
:::
:::
Loading