Notebook plot display using plotly fails
Closed this issue · 0 comments
BryanRumsey commented
Newer versions of the Notebook or Plotly python packages cause a console error when using the plotly plotting methods.
Fix
- Remove
connected=True
arg forminit_notebook-mode()
in all plotting functions.This fix does not break plotting when using older versions of the Notebook or Plotly packages.