Question for folks that use #leaflet or #htmlwidgets in #Rstats outside of RStudio/VSCode/Positron:
What does the default print method for leaflet() do when called from a regular R console? I'm just getting an apparently blank HTML file in my browser (see attached screenshot) when I print it in the console. If I render it in a Quarto HTML document it works great, but this is really annoying to have to re-render the document every time because I'm still learning leaflet and need to do a lot of quick trial and error.
I suspect the file isn't showing properly cause I'm calling it from inside a Toolbx OCI container but viewing it in the host browser. I can't easily test this right now though because my host R installation didn't survive the update from Fedora 42 -> 43, and rig hasn't added support for 43 yet.