shinywidgets0.3.4
shinywidgets0.3.4
Published
Render ipywidgets in Shiny applications
pip install shinywidgets
Package Downloads
Authors
Project URLs
Requires Python
>=3.9
Dependencies
- ipywidgets
>=7.6.5
- jupyter-core
- shiny
>=0.6.1.9005
- python-dateutil
>=2.8.2
- black
>=23.1.0; extra == "dev"
- isort
>=5.11.2; extra == "dev"
- pyright
>=1.1.284; extra == "dev"
- wheel
; extra == "dev"
- flake8
==3.9.2; python_version <= "3.7" and extra == "dev"
- flake8
>=6.0.0; python_version > "3.7" and extra == "dev"
- pytest
>=6.2.4; extra == "test"
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