You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We'd like to export the ploty image as a background task that run regularly, and I tried the way from https://plot.ly/python/static-image-export/
but however, py.image.save_as method required network connectivity and send the data to the plot.ly and return the image back. offline.plot actually generate the html file, then open it in browser and download the image file.
We want to export the image file in the background task and this two ways don't meet the requirement. Is the any way for the api office image export ?
thanks,
Eric
The text was updated successfully, but these errors were encountered:
We've actually been working on this problem a lot lately and we're planning to release a solution in version 3.2. If you're interested in the background, check out #1105 and #1120.
If you'd be willing to help us test out the current alpha version of the static image export approach, we'd really appreciate it. Here's a repo with instructions for installing plotly.py 3.2.0 alpha 2 and the orca command line utility (orca is the project that performs that static image export): https://github.com/jonmmease/plotly_orca_notebooks. The repo also has two example notebooks that demonstrate the new API.
HI All,
We'd like to export the ploty image as a background task that run regularly, and I tried the way from https://plot.ly/python/static-image-export/
but however, py.image.save_as method required network connectivity and send the data to the plot.ly and return the image back. offline.plot actually generate the html file, then open it in browser and download the image file.
We want to export the image file in the background task and this two ways don't meet the requirement. Is the any way for the api office image export ?
thanks,
Eric
The text was updated successfully, but these errors were encountered: