Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/posit-dev/py-shinywidgets

Render ipywidgets inside a PyShiny app
https://github.com/posit-dev/py-shinywidgets

Last synced: about 2 months ago
JSON representation

Render ipywidgets inside a PyShiny app

Lists

README

        

shinywidgets
================

Render [ipywidgets](https://ipywidgets.readthedocs.io/en/stable/) inside a
[Shiny](https://shiny.rstudio.com/py) (for Python) app.

See the [Jupyter Widgets](https://shiny.rstudio.com/py/docs/ipywidgets.html) article on the Shiny for Python website for more details.

## Installation

```sh
pip install shinywidgets
```

## Development

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

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