Browse Source

Merge pull request #73 from ThomasJon196/patch-1

Replace deprecated plotly import
Will Koehrsen 3 years ago
parent
commit
35b18efab2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      setup/main.js

+ 1 - 1
setup/main.js

@@ -30,7 +30,7 @@ if 'autoreload' not in ipython.extension_manager.loaded:
 %autoreload 2
 
 # Visualizations
-import plotly.plotly as py
+import chart_studio.plotly as py
 import plotly.graph_objs as go
 from plotly.offline import iplot, init_notebook_mode
 init_notebook_mode(connected=True)