Reputation: 83
Am looking for an example where people have tried embedding Dash app to an existing HTML/CS without letting the Dash app running. Ideally, the dash app should be triggered from within the HTML page. Something better than https://dash.plotly.com/integrating-dash which seems to expect the dash app to run in the background and connect the dash app URL.
Upvotes: 4
Views: 5134
Reputation: 83
Thank you Emher, we managed to get the dash app embedded into a pre-made HTML page by parsing iframe (src = ) :
Will check out 'webdash' as well for creating lightweight POC
Upvotes: 2