Skip to main content
The 2026 Annual Developer Survey is live— take the Survey today!
Score of 1
1 answer
212 views

This code below works when doing quarto preview in the terminal. So, the chunk is of type shinylive-python. ```{shinylive-python} #| standalone: true #| layout: vertical #| viewerHeight: 250 from ...
Score of 2
0 answers
144 views

I'm trying to use shinylive to show a shiny python example in a revealjs quarto presentation. Unfortunately, the shinylive output keeps rendering and doesn't show the output. Here is a reproducible ...
Score of 2
1 answer
303 views

I'm using a Shinylive application to analyze some datasets, and I'm noticing that at some point, the dataset is too large to load into Shinylive (e.g., a 100mb won't load), although it is fine in a ...
Score of 2
0 answers
198 views

I am attempting to embed a shinylive app in a quarto dashboard. App will let the user selectize filter a categorical variable in a seaborn barplot. However, I receive the following error in the panel ...
Score of 4
0 answers
163 views

I am making a shiny application, but when I host it on shiny live using: python3 -m http.server --directory docs --bind localhost 8008 or hosting it on github. The filepaths of the csv files I'm ...