Nathan Drezner

Results 100 comments of Nathan Drezner

One workaround for this is generating a new `dcc.Graph` in a callback with the same `id` and using the state of the existing figure to prevent needing to regenerate it....

We can plausibly drop the note about graph objects but basically I want some sort of explanation of why `pandas` isn't a dependency.

I was thinking of adding: ``` pip install plotly[express] ``` as an option which goes with usual pip patterns for optional dependencies. If we went that route I would expect...

@gvwilson there are other changes following @emilykl 's comment. It might make sense to break this into two PRs to be honest...

@gvwilson on further thought I think it makes sense to keep these changes in one PR. The text in the warning message is directly related to the installation recommendations that...

@emilykl is this PR good to go with the latest changes?

@marthacryan could you take a look at this?

The benefit is we recommend a specific version number for compatibility. I don't think we have issues with different versions of Pandas but this makes it easy to pin a...

I've re-opened https://github.com/plotly/plotly.py/issues/413 and am closing this ticket as a duplicate. We can evaluate whether to close #413 separately.