Hi,
Thank you for your reply.
I was aware of Dash, but I understood that this was an interactive framework (based on Flask).
I was looking for a way to create a dashboard (a static set of charts, like displayed here: https://plot.ly/python/dashboard/ ) programmatically with python dictionaries (like e.g. box_a = {‘type’: ‘box’, ‘boxType’: ‘plot’, ‘title’: ‘scatter-for-dashboard’ } but pop up in a web browser in the way that pyo.plot(fig, config=config) does.
Are you saying that Dash is still the way to go?
Thanks.