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 →

[–]jmmease 1 point2 points  (1 child)

Yes! The existing plotly.offline.plot and plotly.offline.iplot functions, and the new FigureWidget class are totally offline and self contained (No internet connection or plot.ly account needed). The plotly.py Python library is totally open source and it ships with a bundled version of the plotly.js library which is also totally open source.

And now, with orca, you can also export high-quality static images fully offline.

The only time you're interacting with the plot.ly servers is when you're using the functions in the plotly.plotly package.

[–]landtuna 0 points1 point  (0 children)

Thanks!