Explore web-based platforms for interactive data visualization, contrasting R's Shiny with Python's equivalents. Harness these tools to present data in interactive and user-friendly ways.
https://f5j0b9-helen0zheng.shinyapps.io/shiny_r_app/
One challenge I faced was deploying the app with shinyapps.io. Following the tutorial, I ran into a problem in deploying a sample application. I created too many Shiny Web App since I ran into multiple errors deploying the application but the problem was publishing the application. I kept pressing Run App but it came out to be this:
![image](https://private-user-images.githubusercontent.com/123939070/270802814-6c5f4441-5808-43f7-81a9-68d2cbfbdb38.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4OTMyNTAsIm5iZiI6MTczODg5Mjk1MCwicGF0aCI6Ii8xMjM5MzkwNzAvMjcwODAyODE0LTZjNWY0NDQxLTU4MDgtNDNmNy04MWE5LTY4ZDJjYmZiZGIzOC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjA3JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIwN1QwMTQ5MTBaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT1jYjk1NTY0ZWIxZDkxYjczZDAxOTVmNWEzNjRmNGI2NDY5NjE5ODRkMDU5MDBiNjAwYTcyN2U2ZmZlM2EzZWEyJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.Z0E3pc1mMXSgogFGFcJv_fhGSHkHfK8DJOWtE1Oaxxg)
Then I pressed publish application and realized there were multiple shiny web apps. So I deleted those and then published application on shinyappio and was able to deploy it. Shiny App deployment
No complications here. I deployed it with shiny run cdc.py --reload
in google shell cloud.
No complications here. I deployed it with python app.py
in google shell cloud.