Ran into an issue where I'm trying to create a standalone interactive quarto document using rshiny. I've created many quarto documents before, so I know it can be kind of temperamental, but when I follow the basic introductory quarto documentation for creating a shiny doc (https://quarto.org/docs/interactive/shiny/), I've been running into some weird issues. The viewer pane in RStudio produces exactly the expected output
, but when I open the .html file to view in a browser, none of the plots or interactable elements load properly. The slider is replaced with a generic input box, and the figures are just missing entirely. 
I've tried updating quarto, then R, then RStudio. I even tried uninstalling R, quarto, RStudio, then wiping ALL R files from my computer by manually deleting everything found in .libPaths() and/or that even mention R (How to uninstall R and RStudio with all packages, settings and everything else?). After I reinstalled everything I'm still getting the same issue.
I've tried opening the .html fil in three different browsers and on four different Operating Systems, and still nothing. This tells me that it's a problem with how the actual file is being generated and not how it's being interpreted/rendered.
At this point, I have no idea what to try to make this render properly.
If it helps, I'm using the most recent versions of R (4.3.3) and RStudio (2023.12.1-402) on a Windows 11 device.