Plotly subplots and ipywidgets in html format

I worked on a code that uses ipywidgets (for dropdowns menus for selecting the data) and plotly (for graphical and tabular representation of the data). While it works extremely well in jupyter notebook and voila; but i would like to share the output (dropdowns + graphs/tables) with people at work which do NOT have python – preferably in html format. Please help me with this. Happy to share the code too.