Skip to content

mwouts/demo_itables_in_shiny-py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ITables in Shiny for Python: a Demo

This repository contains two example Python for Shiny applications that render Pandas DataFrames using ITables.

The ITable Widget

This is the recommended way to use ITable in a Shiny application.

See the source code at app.py (Shiny Express) or app-core.py (Shiny Core).

Install the requirements with

pip install -r itable_widget/requirements.txt

and launch the app with

shiny run itable_widget/app-express.py  # or app-core.py

Or access the app online at https://itables.shinyapps.io/itable_widget/

Using DT

This is an alternative way to use ITable in a Shiny application.

See the source code at app.py (Shiny Express) or app-core.py (Shiny Core).

Install the requirements with

pip install -r itables_DT/requirements.txt

and launch the app with

shiny run itables_DT/app-express.py  # or app-core.py

Or access the app online at https://itables.shinyapps.io/itables_DT/

Releases

No releases published

Packages

No packages published

Languages