Skip to content

Instantly share code, notes, and snippets.

@thegreatshasha
Last active December 9, 2015 19:31
Show Gist options
  • Save thegreatshasha/9a740aced12f275ceb3d to your computer and use it in GitHub Desktop.
Save thegreatshasha/9a740aced12f275ceb3d to your computer and use it in GitHub Desktop.
from visualize import Plotter
import time
plotly = Plotter({'streaming_token': 'YOUR_STREAMING_TOKEN'})
for i in range(10):
time.sleep(5)
plotly.write(i, i)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment