Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Notebook plotting display using plotly fails #341

Closed
BryanRumsey opened this issue Jan 18, 2023 · 0 comments · Fixed by #342 or #336
Closed

Notebook plotting display using plotly fails #341

BryanRumsey opened this issue Jan 18, 2023 · 0 comments · Fixed by #342 or #336
Assignees
Labels
bug Something isn't working ✔️​
Milestone

Comments

@BryanRumsey
Copy link
Contributor

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.

@BryanRumsey BryanRumsey added the bug Something isn't working label Jan 18, 2023
@BryanRumsey BryanRumsey added this to the 1.2.0 Release milestone Jan 18, 2023
@BryanRumsey BryanRumsey self-assigned this Jan 18, 2023
@BryanRumsey BryanRumsey linked a pull request Jan 18, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ✔️​
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant