Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 484 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 484 Bytes

shinywidgets

Render ipywidgets inside a Shiny (for Python) app.

See the Jupyter Widgets article on the Shiny for Python website for more details.

Installation

pip install shinywidgets

Development

If you want to do development on {shinywidgets}, run:

pip install -e ".[dev,test]"
cd js && yarn watch