## Problem Observable `Inputs.button()` widgets render incorrectly in Quarto documents: - Button shows as black box (no visible text) - Code block displays despite `echo: false` directive - Affects `tutorials/parquet_cesium.qmd` ## Attempted Solutions 1. **Tried**: `echo: false` directive → Code still shows 2. **Tried**: `echo: fenced` → Code still shows 3. **Tried**: Observable `html` template (PR #37) → May be cached/not fully deployed ## Current Status PR #37 merged with `html` template workaround, but rendering issues may persist due to caching. ## Recommendation Monitor live site after cache clears. If issue persists, may need to: - Investigate Quarto/Observable version compatibility - Try alternative UI widgets (toggle, checkbox) - Revert to automatic classification without button ## References - PR #37: Fix button rendering with Observable html template - Live site: https://isamples.org/tutorials/parquet_cesium.html
Problem
Observable
Inputs.button()widgets render incorrectly in Quarto documents:echo: falsedirectivetutorials/parquet_cesium.qmdAttempted Solutions
echo: falsedirective → Code still showsecho: fenced→ Code still showshtmltemplate (PR Fix button rendering with Observable html template #37) → May be cached/not fully deployedCurrent Status
PR #37 merged with
htmltemplate workaround, but rendering issues may persist due to caching.Recommendation
Monitor live site after cache clears. If issue persists, may need to:
References