Messages and warnings from reticulated python code in shiny app

I built a shiny app that uses reticulated python code. When I run the app in an rstudio session certain messages/errors are printed by the python code. These lines do not appear in app logs or in messages captured by shinyjs. I don't know very much about python warnings/messages. How can I capture these lines for logs or to display to the user? What terms should I search to understand python error handling in reticulate?

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.