Pip install in Anaconda or Install Library in Anaconda using pip.
Install Library in Anaconda.
Type this in Anaconda.
import pip
pip.main(['install','plotly'])
Here plotly is Library Name or you can say package name.
If you want to install from command than this is the command:-
-> pip install plotly
Type this in Anaconda.
import pip
pip.main(['install','plotly'])
Here plotly is Library Name or you can say package name.
If you want to install from command than this is the command:-
-> pip install plotly
please provide download link!?
ReplyDelete