About 50 results
Open links in new tab
  1. Newest 'shiny' Questions - Stack Overflow

    Mar 11, 2026 · Shiny makes it easy for R developers to turn their analyses into interactive web applications that anyone can use, without requiring any prior HTML, CSS or JavaScript knowledge.

  2. shiny - possible to run RShiny app without opening an R environment ...

    By default, shiny runs with the option "window" inside R-Studio, which without R-Studio won't work. Suppose that you have installed the necessary libraries in the path E:/some_path/rlib.

  3. How to create a simple drop down menu in shiny? - Stack Overflow

    Apr 5, 2020 · 5 So I have three download buttons in three tab panels inside a tabsetpanel in my shiny app. Is there any way I cant create a drop down menu instead of these tab panels? I don't want to …

  4. Change the color and font of text in Shiny App - Stack Overflow

    Change the color and font of text in Shiny App Asked 11 years, 9 months ago Modified 3 years, 9 months ago Viewed 129k times

  5. Change style of DataTable in Shiny for Python - Stack Overflow

    Jul 4, 2024 · The approach in the linked R question can't be used in a similar fashion in your example. When using render.DataTable one can make use of the fact that the generated table like Shiny in …

  6. Are there global variables in R Shiny? - Stack Overflow

    This is because they are loaded into the global environment of the R session; all R code in a Shiny app is run in the global environment or a child of it. In practice, there aren’t many times where it’s …

  7. How to securely expose a locally-hosted Shiny app to the internet for ...

    Jun 5, 2014 · I have a computationally expensive Shiny app (written in R) running on my local machine (each run takes 6-8 hours). Since renting a cloud server for this workload is cost-prohibitive, I'd like to …

  8. python - Module not found when using UV, py-shiny and external ...

    Sep 30, 2024 · I want to create a shiny app (using py-shiny) where I manage the dependencies using uv. So far I have used the following code uv init shiny-tester cd shiny-tester uv add shiny vim app.py …

  9. Why is the bslib popover not working in R Shiny?

    Jun 18, 2024 · 1 I don't know why the popover is not showing but when you are using bslib package try to use everything from the same package. shiny and bslib don't work very well together. If you …

  10. How to run a shiny app as a standalone application?

    Oct 10, 2021 · I've some shiny app and I want to execute and to make it standalone application (it will be awesome if it will open via chrome). I can't upload the app to the Net and I want that also co-workers …