Software
Placeholder

py-shinywidgets

Render ipywidgets inside a PyShiny app

Python

The shinywidgets package enables developers to embed ipywidgets (interactive Jupyter widgets) directly inside Shiny for Python applications. This bridges the Jupyter ecosystem with Shiny’s reactive framework.

The package solves the integration gap between two major Python data science ecosystems. It allows data scientists to reuse existing ipywidgets components in Shiny apps without rewriting them. This is useful for teams that want to leverage both Jupyter’s widget library and Shiny’s web application capabilities in the same project.

Contributors