Open
Description
Occasionally Plotly.js console errors are relevant to Python developers, for example in: plotly/plotly.js#7289 where we show an error about a missing style.
For Python developers (especially in Jupyter) this is really gnarly to debug because they're never shown the issue unless they can figure out to check the console somehow.
I would wager there are a class of JS errors that we might not catch like this but I might be wrong. @alexcjohnson do you know if we have any handling in place for this kind of thing already?