You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow init_notebook_mode to redefine/reinitialize plotly.js each time it's run (#1452)
* Make sure div exists before calling resize/newPlot functions
* Always undef and re-define plotly.js with init_notebook_mode. Checking `!window._Plotly` doesn't save any time and it prevents init_notebook_mode from reinitializing plotly.js in the notebook if things somehow got messed up.
0 commit comments