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

Fix FigureWidget attribute error on wildcard import with ipywidgets not installed #2445

Merged
merged 2 commits into from
May 7, 2020

Commits on May 7, 2020

  1. Fix from plotly.graph_objs import * when ipywidgets is not installed

    Introduces a dummy `plotly.missing_ipywidgets.FigureWidget` class that is imported as
    plotly.graph_obj(ect)?s when ipywidgets is not installed with a supported version. This
    class is a BaseFigure subclass that raises an ImportError in the constructor.
    jonmmease committed May 7, 2020
    Configuration menu
    Copy the full SHA
    c3eccfa View commit details
    Browse the repository at this point in the history
  2. Add changelog entry

    jonmmease committed May 7, 2020
    Configuration menu
    Copy the full SHA
    f03d88e View commit details
    Browse the repository at this point in the history