Basic code to understand how plotly works with python
Run the following commands to install required packages to work with plotly
If you are using conda while working on anaconda
conda install -c plotly plotly
conda install -c anaconda numpy
conda install -c anaconda pandas
OR
If you are using pip to install the packages
pip install plotly
pip install numpy
pip install pandas