I would like to use some dropdowns, combo-boxes and other complicated combinations of widgets from the ipywidgets
library, which I have been developing in a jupyter notebook. However, I am forced to use plotly Dash for deployment. Is there a way I can display ipywidgets
in a plotly Dash app without having to convert all of the individual widgets to their dash equivalents?
Asked
Active
Viewed 756 times
5

Eddy
- 6,661
- 21
- 58
- 71
-
https://plotly.com/python/figurewidget-app/ does this help? – AS11 Mar 28 '21 at 14:19