Shiny is package that makes it easy to build interactive web apps straight from r & python.. A shiny app is a web page (ui) connected to a computer running a live r session (server).
In this chapter, we’ll create a simple shiny app.. This lesson will get you started building shiny apps right away.