Closed dipterix closed 1 month ago
Here's an example with the PR:
@dipterix thanks! I'll check out the PR tomorrow in more depth.
P.S. Woahza, that's a really nice embedding demo.
Would love to see this feature integrated too!
Closed by #223
Note, we probably want to incorporate save_selfcontained()
proposed by timelyportfolio inside of qwebr but we'll leave that for a second follow-up.
Thanks, this is great!
Feature Description
Currently there is no support for
htmlwidgets
byquarto-webr
.I somehow managed to get it working. Here I would like to propose this method, hopefully it can be integrated into
quarto-webr
.Basically there are two changed needed to visualize
htmlwidgets
viawebr
:selfcontained
quarto-webr
needs to supportbrowse
type (introduced bywebr::viewer_install()
For Step 1, users can use this work-around or wait for
htmlwidgets
to add this feature. Step 2 needs to be done fromquarto-webr
(see PR https://github.com/coatless/quarto-webr/pull/223).