tladeras’s avatartladeras’s Twitter Archive—№ 7,007

    1. Learning more about #shinyForPython. Really blown away by shinylive.io! Lets you run shiny for python apps with no server, just runs in your browser via Pyodide/Web Assembly! Thanks @winston_chang and Shiny team. So cool.
  1. …in reply to @tladeras
    @winston_chang Just a quick note - these serverless shiny python apps can be served by static web servers, such as on github.io/netlify - all computations are run in browser.
    1. …in reply to @tladeras
      @winston_chang But this is a tremendous way to start playing with Shiny for Python. Love having all the code examples in the sidebar.