5 questions
Score of 1
1 answer
212 views
How to read a .csv file in a Quarto Shinylive application?
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
Shinylive doesn't render in Quarto revealjs presentation
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
Shinylive file size limitations
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
shinylive pyodide cannot install shiny package for a quarto dashboard
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
How can I get Shinylive python file paths to work?
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 ...