Is there a way to use quarto-live within a quarto book project?
At the moment, there seem to be conflicts (webr engine not 'registered')
despite installing the quarto live extension in this particular quarto book project.
format: html vs format: html-live
Are there workarounds?
Or plans to implement this eventually?
Or is there a good example out there somewhere if someone has solved this?
thanks for any and all help
note a possible workaround with quarto add coatless/quarto-webr
though this
(1) does not appear to have access to libraries loaded in a separate setup chunk
(2) loads libraries within the webr chunk (and all dependencies) very noisily, despite messages=false and warnings=false
the _quarto.yml is
project:
type: book
book:
title: "Reproducible Medical Research With R"
author: "Peter Higgins"
date: "1/27/2025"
chapters:
- index.qmd
- intro.qmd
- summary.qmd
- references.qmd
bibliography: references.bib
execute:
freeze: true
filters:
- webr
engine: knitr