StochSS/GillesPy2

Notebook plot display using plotly fails

Closed this issue · 0 comments

Newer versions of the Notebook or Plotly python packages cause a console error when using the plotly plotting methods.

Fix

  • Remove connected=True arg form init_notebook-mode() in all plotting functions.

    This fix does not break plotting when using older versions of the Notebook or Plotly packages.