Skip to content

Instantly share code, notes, and snippets.

@ghtmtt
Created November 19, 2015 17:46
Show Gist options
  • Save ghtmtt/b719344c6170ea2504a7 to your computer and use it in GitHub Desktop.
Save ghtmtt/b719344c6170ea2504a7 to your computer and use it in GitHub Desktop.
no plot plotly
In [1]: from plotly.offline import download_plotlyjs, init_notebook_mode, iplot
In [2]: init_notebook_mode()
<IPython.core.display.HTML object>
In [3]: iplot([{"x": [1, 2, 3], "y": [3, 1, 6]}])
<IPython.core.display.HTML object>
<IPython.core.display.HTML object>
@adarsa
Copy link

adarsa commented Oct 6, 2016

Hey, does anyone have a solution for this ?

@sreenivaskrishnanair
Copy link

same problem would appreciate help

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment