plotly #4332
plotly
#4332
-
Beta Was this translation helpful? Give feedback.
Answered by
ndonkoHenri
May 30, 2026
Replies: 1 comment
-
|
plotly is a pure-Python package - so should work normally on mobile. However, not "everything" might work. For example, methods like Give it a try and let know if you face issues. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ndonkoHenri
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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(...)needkaleido, 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.