Closed
Description
This line triggers a DeprecationWarning
on Python 3:
[...]/lib/python3.6/site-packages/plotly/express/_doc.py:503: DeprecationWarning:
inspect.getargspec() is deprecated, use inspect.signature() or inspect.getfullargspec()
getfullargspec
from the same inspect
package is usually a drop-in replacement on Python 3.
Metadata
Metadata
Assignees
Labels
No labels