Skip to content

mattmajestic/shiny4Python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages