hi @jmmease , is there any way to install orca in an app environment such as Heroku or Google App Engine? These platforms normally only support pip installs (through requirements.txt) or pre-installed modules by cloning a git repository (but this last option would be difficult as it would be needed some research about how is the OS of the server)
Iβm very much interested in generating static images or image bytes from a platform like that, but orca seems a big limitation
Does the second option you stated (using plotly.plotly.image for image bytes) consume Plotly online graph quota?
EDIT: ok, I just checked your option, which works fine, but itβs limited to 100 exports daily, unless upgrading quota, and it is not as fast as I would like (as it involves a call to your servers)
Please let me know if you have any solution for avoiding Orca or installing it on Heroku/Google App Engine
