If you don't care which version of Plotly you install, just use pip.

pip 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.

Edit: The link will show that conda can handle everything pip can and more, but if you're not trying to specify the version of the package you need to install, pip can be much more concise.

Answer from economy on Stack Overflow

If you don't care which version of Plotly you install, just use pip.

pip 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.

Edit: The link will show that conda can handle everything pip can and more, but if you're not trying to specify the version of the package you need to install, pip can be much more concise.

Answer from economy on Stack Overflow
🌐
Anaconda
anaconda.org › plotly › plotly
plotly
Contributor since Nov 06, 2014 · By data scientists, for data scientists
🌐
Anaconda.org
anaconda.org › conda-forge › plotly
plotly - conda-forge
3 weeks ago - Organization created on Apr 11, 2015 · A community-led collection of recipes, build infrastructure, and distributions for the conda package manager
Top answer
1 of 7
19

If you don't care which version of Plotly you install, just use pip.

pip 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.

Edit: The link will show that conda can handle everything pip can and more, but if you're not trying to specify the version of the package you need to install, pip can be much more concise.

2 of 7
17

Clearing things up

  • Conda is used to install packages (plotly is a package, numpy is a package, cufflinks is a package etc.)
  • The list of available packages is found in some index, which in Conda parlance is called a channel. The default, "official" channel is maintained by Anaconda (Conda's developer), but anyone can open his own channel, and use it to distribute custom packages.

So, in the command you've shown: conda install -c https://conda.anaconda.org/plotly <package>

  • The -c switch tells Conda to use a custom channel which happens to be called https://conda.anaconda.org/plotly1
  • <package> is the package to download from that channel.
  • Specifying a channel is optional, and if you don't - then Conda will look in its default channels. But you must specify a package so that Conda knows what to install.

1 This is in fact a channel that belongs to a user called plotly, which is hosted on Anaconda Cloud, a free service offered by Anaconda to host custom channels.

Back to your question

This channel seems to be unmaintained (the plotly package hosted there is very old). Given that, and the fact that the official plotly documentation says to use pip, that is what I would use.

Update: plotly updated their conda build, and added conda as an installation option in their GitHub repo (albeit not in their documentation website). So you can now safely use:

conda install -c https://conda.anaconda.org/plotly plotly

or even simpler (since Anaconda Cloud channels are searched automatically):

conda install -c plotly plotly

When using Anaconda Python, conda is the preferred way to install packages, but in any case both conda and pip should be run under Anaconda Prompt on Windows (Start --> Anaconda --> Anaconda Prompt). Installing packages from the standard command prompt when you have Anaconda is discouraged and can mess up your Anaconda installation.

🌐
PyPI
pypi.org › project › plotly
plotly · PyPI
pip install plotly · or conda. conda install -c conda-forge plotly · For use as a Jupyter widget, install jupyter and anywidget packages using pip: pip install jupyter anywidget · or conda: conda install jupyter anywidget · plotly.py supports ...
      » pip install plotly
    
Published   Jan 14, 2026
Version   6.5.2
🌐
Plotly
plotly.com › python › getting-started
Getting started with plotly in Python
$ pip install plotly · or conda: $ conda install -c conda-forge plotly · If you want to use Plotly Express, install its required dependencies with: pip install plotly[express] You'll also need to install a supported dataframe library.
🌐
GitHub
github.com › conda-forge › plotly-feedstock
GitHub - conda-forge/plotly-feedstock: A conda-smithy repository for plotly. · GitHub
Installing plotly from the conda-forge channel can be achieved by adding conda-forge to your channels with:
Starred by 6 users
Forked by 11 users
Languages   Python
🌐
Anaconda
anaconda.org › plotly › plotly_express
plotly_express - plotly | Anaconda.org
Plotly Express - a high level wrapper for Plotly.py · Overview · Files 15 · Labels 1 · Badges · Versions · 0.4.1 · To install this package, run one of the following: $conda install plotly::plotly_express · Monthly · Downloads Updates · Version · 0.4.1 ·
Find elsewhere
🌐
Anaconda.org
anaconda.org › conda-forge › r-plotly
r-plotly - conda-forge
January 25, 2026 - Organization created on Apr 11, 2015 · A community-led collection of recipes, build infrastructure, and distributions for the conda package manager
🌐
Plotly
community.plotly.com › 📊 plotly python
Installing Plotly (ModuleNotFoundError: No module named 'plotly') - 📊 Plotly Python - Plotly Community Forum
December 9, 2019 - The simplest test case I have done is: create a new conda environment activate said environment $ conda install -c plotly plotly=4.3.0 $ jupyter notebook create test notebook run notebook which ......
🌐
George Washington University
www2.seas.gwu.edu › ~simhaweb › cs1012 › unit2 › module2 › install.html
Install Plotly and Pandas via Anaconda - CS-For-All
Click on the environment that says "base (root)" and in the top center of the screen on the drop down menu, select "All" instead of "Installed". In the "Search Packages" bar, type in "pandas". Select the checkbox next to the “pandas” package and click "Apply" in the bottom left corner of ...
🌐
Plotly
plotly.com › python › orca-management
Orca management in Python
Using the conda package manager, you can install these dependencies in a single command: $ conda install -c plotly plotly-orca==1.2.1 psutil requests
🌐
GitHub
github.com › plotly › Kaleido › issues › 359
conda install -c conda-forge plotly python-kaleido · Issue #359 · plotly/Kaleido
July 22, 2025 - plotly and python-kaleido Install in a brand new Conda env ❯❯❯ conda install -c conda-forge plotly python-kaleido -y 2 channel Terms of Service accepted Channels: - conda-forge - defaults Platform: osx-arm64 Collecting package metadata (...
Author   Lucky8-GH
🌐
Anaconda
anaconda.org › plotly › plotly-orca
Plotly Orca - conda install
To install this package run one of the following: conda install plotly::plotly-orcaconda install plotly/label/test::plotly-orca
🌐
Anaconda.org
anaconda.org › anaconda › plotly
plotly - anaconda
Organization created on Sep 18, 2015 · Anaconda, Inc. Austin, Texas The packages on this channel are covered by the Anaconda repository Terms of Service. Among other things, the ToS prohibits heavy commercial use and mirroring by any third party for commercial purposes
🌐
GitHub
github.com › plotly › plotly_express
GitHub - plotly/plotly_express: Plotly Express - Simple syntax for complex charts. Now integrated into plotly.py! · GitHub
August 29, 2025 - You'll have to install from the plotly channel with conda install -c plotly plotly_express==0.4.1
Author   plotly
🌐
Ben's Corner
bbkane.com › blog › jupyter-notebooks-with-plotly
Jupyter Notebooks with Plotly | Ben's Corner
This installs the Jupyter notebook interface and plotly. It can take a while to run, so be patient. conda create -n hello_plotly python=3 nb_conda plotly
🌐
Medium
faranheit.medium.com › plotly-introduction-and-installation-c9cd0c1ca1fb
Plotly: Introduction and Installation | by Faran Mohammad | Medium
July 11, 2023 - conda install -c conda-forge cufflinks-py · Cufflinks is a library that binds the power of plotly with the flexibility of pandas for easy plotting. 3. After the installation is complete, launch Anaconda and launch Jupyter Notebook.
🌐
101workbook
datascience.101workbook.org › 08-visualization › 02-graphs › 02-python › 02-intro-to-plotly-graphs
Introduction to Plotly - Data Science Workbook
2 weeks ago - conda info --envs # Active environment shown with *; on Mac Pro activate base for Miniforge3_x86 conda create -n graphing python=3.8 # replace 'graphig' with custom name conda activate graphing pip install plotly==5.8.1
🌐
Plotly
community.plotly.com › 📊 plotly python
Unable to update plotly to the latest version of 5.5.0 in anaconda - 📊 Plotly Python - Plotly Community Forum
February 3, 2022 - I have Plotly 5.1.0 installed in an environment named “pytorch3d” in Anaconda, as shown in Anaconda Powershell prompt as administrator: (pytorch3d) PS C:\Windows\system32> conda list plotly # packages in environment at C:\Users\USERNAME\.conda\envs\pytorch3d: # # Name Version Build Channel ...