Skip to content

Python 2/3 compat #798

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

Merged
merged 1 commit into from
Aug 1, 2017
Merged

Python 2/3 compat #798

merged 1 commit into from
Aug 1, 2017

Conversation

s-celles
Copy link

print as a function

print as a function
@s-celles
Copy link
Author

s-celles commented Jul 22, 2017

https://plot.ly/pandas/getting-started/ should also be fixed

print plotly.__version__  # version >1.9.4 required

->

print(plotly.__version__)  # version >1.9.4 required

@chriddyp
Copy link
Member

cc @cldougl for the docs ^^

@cldougl
Copy link
Member

cldougl commented Aug 1, 2017

thanks @scls19fr ! I've updated the pandas getting started page as well.

@cldougl cldougl merged commit 9ea6ee7 into plotly:master Aug 1, 2017
@s-celles
Copy link
Author

s-celles commented Aug 7, 2017

I don't see anything related to Pandas now
https://plot.ly/pandas/getting-started/

Working with Blaze should also be considered
http://blaze.pydata.org/
(especially with Dash to avoid fetching all data to memory)

@cldougl
Copy link
Member

cldougl commented Aug 7, 2017

Hi there,
The print statements on: https://plot.ly/pandas/getting-started/ have been updated, if you see any other issues on that page feel free to open an issue in our documentation repo: https://github.com/plotly/documentation

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

Successfully merging this pull request may close these issues.

3 participants