install plotly on ubuntu/windows
Hi guys,
I’ll tell how to install plotly on ubuntu/windows. for this, the firstly you should download on github and then how about intalling it.
for ubuntu/windows:
cd ~/plotly $python setup.py build $sudo python setup.py install
for checking;
$python
>>> import plotly
have a nice day.