This repository contains two example Python for Shiny applications that render Pandas DataFrames using ITables.
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/
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/