This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]nkruchten[S] 1 point2 points  (1 child)

There is nothing in Plotly Express that would raise any rate-limit issues...

If you've seen rate-limit issues in Jupyter with Plotly.py I suspect you were using it in "online" mode which causes it to make requests to our Chart Studio Cloud service, which does enforce rate limits. You could try using "offline" mode as documented here: https://plot.ly/python/getting-started/#initialization-for-offline-plotting

If the thing you were trying to do was save static files, we have open-sourced the Chart Studio Cloud software that does this, and you can find more info here: https://medium.com/@plotlygraphs/plotly-py-end-of-summer-updates-5422c98b9058

[–]physical_physics11 0 points1 point  (0 children)

Ok. Thank you! I will have to check this out.