plotly / plotly.py

The interactive graphing library for Python :sparkles: This project now includes Plotly Express!
https://plotly.com/python/
MIT License
15.62k stars 2.51k forks source link

fix: use "==" with literal to remove warning during "python setup.py updateplotlyjs" #4607

Closed gvwilson closed 2 weeks ago

gvwilson commented 1 month ago
/Users/gvwilson/plotly.py/packages/python/chart-studio/chart_studio/tools.py:290: SyntaxWarning: "is" with a literal. Did you mean "=="?
  if share_key is "":