Hi,
Is there a way to detect the change of juypter theme and atomatically switch the plotly theme?
E.g. for Light Jupyterlab Theme -> plotly_white and for Dark Jupyterlab Theme -> plotly_dark
I would like to avoid doing this manually:
layout=go.Layout(template=‘plotly_dark’)
Thanks.