Plotly :: Anaconda.org
https://anaconda.org/plotly/plotlyTo install this package with conda run one of the following: conda install -c plotly plotly conda install -c plotly/label/test plotly Description plotly.py is an interactive, open-source, and JavaScript-based graphing library for Python.
Plotly :: Anaconda.org
https://anaconda.org/conda-forge/plotlyconda install -c conda-forge/label/cf202003 plotly Description Plotly's Python graphing library makes interactive, publication-quality graphs online. Examples of how to make line plots, scatter plots, area charts, bar charts, error bars, box plots, histograms, heatmaps, subplots, multiple-axes, polar charts and bubble charts. © 2021 Anaconda, Inc.
Getting Started - Plotly
plotly.com › python › getting-started$ conda install -c plotly plotly=5.4.0 This package contains everything you need to write figures to standalone HTML files. Note: No internet connection, account, or payment is required to use plotly.py. Prior to version 4, this library could operate in either an "online" or "offline" mode.
Plotly :: Anaconda.org
anaconda.org › plotly › plotlyTo install this package with conda run one of the following: conda install -c plotly plotly conda install -c plotly/label/test plotly Description plotly.py is an interactive, open-source, and JavaScript-based graphing library for Python.
Plotly :: Anaconda.org
anaconda.org › conda-forge › plotlylinux-64 v2.7.0. win-32 v2.5.1. win-64 v2.7.0. osx-64 v2.7.0. noarch v5.5.0. To install this package with conda run one of the following: conda install -c conda-forge plotly. conda install -c conda-forge/label/gcc7 plotly. conda install -c conda-forge/label/cf201901 plotly.
[Solved] Python Install Plotly in Anaconda - Code Redirect
coderedirect.com › questions › 623905pip install plotly is an easy way to install the latest stable package for Plotly from PyPi. pip is a useful package and dependency management tool, which makes these things easy, but it should be noted that Anaconda's conda tool will do the same thing. pip will install to your Anaconda install location by default. Check out this description of package and environment management between pip and conda.