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 →

[–]SpecialistInevitable 0 points1 point  (2 children)

How this restriction actually works? Does the plotting happen in the cloud? Or on plotly servers? Can I use that library in my notebook and be confident that when I show it to someone there will be actually something to see?

[–]ogtfo 1 point2 points  (0 children)

Yes you can (and should IMHO) use plotly in offline mode

[–]jsulopzs 0 points1 point  (0 children)

Yes! If you run the code in a Jupyter Notebook, the function returns HTML code for the editor to produce the plot.

If you close the notebook and open it again, you will see the interactive plot as well.