Skip to content

Instantly share code, notes, and snippets.

@xoelop
Created March 7, 2019 02:44
Show Gist options
  • Save xoelop/63c6e5fe7aa76080b178480bb0cc166b to your computer and use it in GitHub Desktop.
Save xoelop/63c6e5fe7aa76080b178480bb0cc166b to your computer and use it in GitHub Desktop.
# plotly imports
import plotly.plotly as py
import plotly.graph_objs as go
from plotly.offline import init_notebook_mode, plot, iplot
import cufflinks as cf
init_notebook_mode(connected=True)
cf.go_offline()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment