---------------------------------------------------------------------------
PlotlyError Traceback (most recent call last)
<ipython-input-19-960144c2bb2e> in <module>()
----> 1 py.iplot(tabla)
/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/plotly/plotly/plotly.py in iplot(figure_or_data, **plot_options)
162 embed_options['height'] = str(embed_options['height']) + 'px'
163
--> 164 return tools.embed(url, **embed_options)
165
166
/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/plotly/tools.py in embed(file_owner_or_url, file_id, width, height)
388 else:
389 url = file_owner_or_url
--> 390 return PlotlyDisplay(url, width, height)
391 else:
392 if (get_config_defaults()['plotly_domain']
/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/plotly/tools.py in __init__(self, url, width, height)
1363 def __init__(self, url, width, height):
1364 self.resource = url
-> 1365 self.embed_code = get_embed(url, width=width, height=height)
1366 super(PlotlyDisplay, self).__init__(data=self.embed_code)
1367
/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/site-packages/plotly/tools.py in get_embed(file_owner_or_url, file_id, width, height)
293 "'{1}'."
294 "\nRun help on this function for more information."
--> 295 "".format(url, plotly_rest_url))
296 urlsplit = six.moves.urllib.parse.urlparse(url)
297 file_owner = urlsplit.path.split('/')[1].split('~')[1]
PlotlyError: Because you didn't supply a 'file_id' in the call, we're assuming you're trying to snag a figure from a url. You supplied the url, '', we expected it to start with 'https://plot.ly'.
Run help on this function for more information.