iplots

Plotly: iplot is not working with df.iplot(). How can i make it work?

Plotly: iplot is not working with df.iplot(). How can i make it work? Question: enter code here import numpy as np import matplotlib.pyplot as plt from mpl_toolkits.mplot3d import Axes3D from sklearn import decomposition from sklearn import datasets import seaborn as sns %matplotlib inline import plotly as py import plotly.tools as tls py.offline.init_notebook_mode(connected=True) from plotly.offline import …

Total answers: 2