KeyError: ‘plotly_domain’

Based on this answer, try using py.plot instead of py.iplot.

KeyError: ‘plotly_domain’ when using plotly to do scatter plot in python

The reason is that iplot is for ipython sessions.

Leave a Comment