shiny for python downloadable report

Hi there,

I am searching for a way to create a downloadable report from a Shiny for Python app deployed on shinyapps.io.

The idea is that in the app, the users have all the data they can explore, and if required, they could then generate a word report on the fly with some of the choices made in exploring the data. In Shiny for R, it can be achieved using quarto::quarto_render as explained here: Generating a downloadable Quarto document from a shiny app on shinyapps.io.

However, using Python, it seems to be possible only using the terminal. See: Quarto – Using Python

Do you have any suggestions on generating a quarto downloadable report from a Shiny for Python app deployed on shinyapps.io?

Thank you so much.