Skip to content
Discussion options

You must be logged in to vote

plotly is a pure-Python package - so should work normally on mobile.

However, not "everything" might work. For example, methods like fig.write_image(...) / fig.to_image(...) need kaleido, which is a Chrome/Node-based static-export binary. Kaleido has no mobile build and no recipe planned; in such cases, you'd need to, for example, render server-side and ship the image instead.

Give it a try and let know if you face issues.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by ndonkoHenri
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants