Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 652 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 652 Bytes

shiny4Python

Create a shiny for Python app. You can create both a site or full app based on FastAPI.

In these lines we:

  • Install shiny & shinylive
  • Create a Hello world app
  • Run the app based on the FastAPI
  • Create as a static website with WebAssembly
pip install shiny
pip install shinylive
shiny create .
shiny run 
shinylive export . docs

Note: We output the website to docs to host on a Github Page

image