shiny

Facing issues when running a shiny app for Python locally

Facing issues when running a shiny app for Python locally Question: I want to run shiny app for python locally. The following code works like a charm: cd/d D:/app1 py from shiny import run_app run_app() However, when I try the following code, it does not work. cd/d D: py from shiny import run_app run_app("app1:app") Any …

Total answers: 1

How to un pyinstaller converted python app with Shiny for Python

How to un pyinstaller converted python app with Shiny for Python Question: I downloaded and installed Python 3.10.6 on windows 10 pro, installed Shiny for Python, created the sample app and run it. This worked fine. I installed pyinstaller and converted the app to an exe. I tried to run the app it threw (please …

Total answers: 1