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
Add Python 2.7 support in preparation for integration with the plotly.py codebase.
Replace type annotations with numpydoc docstring type annotations. Make sure that PyCharm/Jedi completion engines can still pick up full type inference.
TBD...
Note: The codegen code will stay in Python 3.6 so that we can continue using PEP498 literal string interpolation.
Add Python 2.7 support in preparation for integration with the plotly.py codebase.
Note: The
codegencode will stay in Python 3.6 so that we can continue using PEP498 literal string interpolation.