You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
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: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!
The text was updated successfully, but these errors were encountered: