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: 3 days ago
JSON representation
Render ipywidgets inside a PyShiny app
- Host: GitHub
- URL: https://github.com/posit-dev/py-shinywidgets
- Owner: posit-dev
- License: mit
- Created: 2021-12-02T21:09:21.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T20:59:09.000Z (10 days ago)
- Last Synced: 2024-10-29T23:19:34.531Z (10 days ago)
- Language: Python
- Size: 6.78 MB
- Stars: 46
- Watchers: 9
- Forks: 5
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-shiny-extensions - py-shinywidgets - Render ipywidgets inside a Shiny app. (Shiny for Python / Python - UI Components)
- jimsghstars - posit-dev/py-shinywidgets - Render ipywidgets inside a PyShiny app (Python)
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
```