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

upgrade plotly #2387

Closed
afeld opened this issue Oct 27, 2021 · 2 comments
Closed

upgrade plotly #2387

afeld opened this issue Oct 27, 2021 · 2 comments

Comments

@afeld
Copy link

afeld commented Oct 27, 2021

Is your feature request related to a problem? Please describe.

Hello! I use Colab for a class I teach, and we use Plotly Express for visualization. A pain point is that I'm trying to use some newer features of Plotly that aren't available in the installed version (4.4.1).

Describe the solution you'd like

I'd like the plotly package in Colab upgraded to version 4.5.0+. (Latest version is 5.3.1, at time of writing.)

Describe alternatives you've considered

I tell the students run %pip install --upgrade --quiet plotly at the top of the notebooke, but:

  • They sometimes forget / miss that step
  • Sometimes the notebooks then need to be reloaded, which is confusing

Additional context

P.S. Would be nice to have the list of package versions available in an open source file; the setup.py isn't comprehensive.

Thanks!

@afeld afeld added the feature label Oct 27, 2021
@afeld
Copy link
Author

afeld commented Oct 27, 2021

Now seeing that plotly is installed via cufflinks.

%pip show plotly
…
Required-by: cufflinks

Sounds like plotly 5 works with cufflinks, though I haven't tested this myself.

@cperry-goog
Copy link

Thanks, forcing upgrade is best solution now, we're looking into how to improve the situation at scale.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants