-
Notifications
You must be signed in to change notification settings - Fork 5
Closed
Description
Problem
Observable Inputs.button() widgets render incorrectly in Quarto documents:
- Button shows as black box (no visible text)
- Code block displays despite
echo: falsedirective - Affects
tutorials/parquet_cesium.qmd
Attempted Solutions
- Tried:
echo: falsedirective → Code still shows - Tried:
echo: fenced→ Code still shows - Tried: Observable
htmltemplate (PR Fix button rendering with Observable html template #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 Fix button rendering with Observable html template #37: Fix button rendering with Observable html template
- Live site: https://isamples.org/tutorials/parquet_cesium.html
Metadata
Metadata
Assignees
Labels
No labels