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_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 ·
🌐
Plotly
plotly.com › python › getting-started
Getting started with plotly in Python
We also encourage you to join the Plotly Community Forum if you want help with anything related to plotly. plotly may be installed using pip: $ pip install plotly · or conda: $ conda install -c conda-forge plotly ·
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.

People also ask

What is plotly-express?
Plotly Express - a high level wrapper for Plotly.py. Visit Snyk Advisor to see a · full health score report · for plotly-express, including popularity, security, maintenance · &amp; community analysis.
🌐
snyk.io
snyk.io › advisor › python packages › plotly-express
plotly-express - Python Package Health Analysis | Snyk
Is plotly-express popular?
The python package plotly-express receives a total · of 110,713 weekly downloads. As · such, plotly-express popularity was classified as · a · popular. Visit the · popularity section · on Snyk Advisor to see the full health analysis.
🌐
snyk.io
snyk.io › advisor › python packages › plotly-express
plotly-express - Python Package Health Analysis | Snyk
Is plotly-express safe to use?
While scanning the latest version of plotly-express, we found · that a security review is needed. A total of · 0 vulnerabilities or license issues were · detected. See the full · security scan results.
🌐
snyk.io
snyk.io › advisor › python packages › plotly-express
plotly-express - Python Package Health Analysis | Snyk
🌐
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 - Just running pip install plotly_express==0.4.1 in your terminal should do it! You'll have to install from the plotly channel with conda install -c plotly plotly_express==0.4.1
Author   plotly
🌐
Anaconda.org
anaconda.org › conda-forge › plotly
plotly - conda-forge
1 month ago - Organization created on Apr 11, 2015 · A community-led collection of recipes, build infrastructure, and distributions for the conda package manager
🌐
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   Mar 02, 2026
Version   6.6.0
🌐
Anaconda.org
anaconda.org › conda-forge › plotly_express
plotly_express - conda-forge | Anaconda.org
Install plotly_express with Anaconda.org. Plotly Express - a high level wrapper for Plotly.py
Find elsewhere
🌐
Anaconda
anaconda.org › plotly › plotly
plotly
plotly_express 8 months and 19 days ago · simpervisor 8 months and 19 days ago · jupyter-server-proxy 8 months and 19 days ago · flask-compress 8 months and 19 days ago · dash-table 8 months and 19 days ago ·
🌐
Snyk
snyk.io › advisor › python packages › plotly-express
plotly-express - Python Package Health Analysis | Snyk
Just running pip install plotly_express==0.4.0 in your terminal should do it! You'll have to install from the plotly channel with conda install -c plotly plotly_express==0.4.0
🌐
PyPI
pypi.org › project › plotly-express
plotly-express
JavaScript is disabled in your browser. Please enable JavaScript to proceed · A required part of this site couldn’t load. This may be due to a browser extension, network issues, or browser settings. Please check your connection, disable any ad blockers, or try using a different browser
🌐
YouTube
youtube.com › evidencen
How to install plotly in anaconda, jupyter notebook, and visual studio code - YouTube
Follow me on twitter: https://evidencenmedia.com/twitter Detailed video of how to install plotly in anaconda prompt and anaconda virtual environment, how to ...
Published   December 12, 2019
Views   9K
🌐
GitHub
github.com › conda-forge › plotly_express-feedstock
GitHub - conda-forge/plotly_express-feedstock: A conda-smithy repository for plotly_express.
Installing plotly_express from the conda-forge channel can be achieved by adding conda-forge to your channels with:
Forked by 2 users
🌐
DataCamp
datacamp.com › tutorial › python-plotly-express-tutorial
Python Plotly Express Tutorial: Unlock Beautiful Visualizations | DataCamp
March 21, 2023 - $ pip install --upgrade plotly $ conda install -c conda-forge plotly · Plotly receives regular updates, so make sure the --upgrade tag is included if you already have the library installed. The tutorial focuses on the Express API of Ploty, which was introduced in 2019, offering numerous benefits ...
🌐
Anaconda
anaconda.org › plotly › repo
Package repository for plotly | Anaconda.org
conda · Standard R · Access: public · Access: All · Public · Private · Authenticated · Label: all · main · cf201901 · dev · test · All labels · Unlabeled · « Previous · showing 1 of 1 ·
🌐
DEV Community
dev.to › devjegrami › an-intro-to-pythons-plotly-express-4b8l
An Intro to Python's Plotly Express - DEV Community
May 31, 2023 - —with Plotly Express using gapminder. First, install Plotly.py if you don't have it already. You can install Plotly with pip: python -m pip install plotly · or with conda: conda install -c plotly ·
🌐
GitHub
github.com › conda-forge › plotly-feedstock
GitHub - conda-forge/plotly-feedstock: A conda-smithy repository for plotly. · GitHub
Once the conda-forge channel has been enabled, plotly can be installed with conda:
Starred by 6 users
Forked by 11 users
Languages   Python
🌐
Plotly
community.plotly.com › 📊 plotly python
Plotly Express standalone - 📊 Plotly Python - Plotly Community Forum
April 21, 2020 - Hi, How can I install plotly express through anaconda on a computer without any internet connectivity? (The computer does have anaconda installed) Peter
🌐
Saturn Cloud
saturncloud.io › blog › installing-plotly-in-anaconda-a-guide-for-data-scientists
Installing Plotly in Anaconda: A Guide for Data Scientists | Saturn Cloud Blog
September 9, 2023 - This post will guide you on how to install Plotly in Anaconda, allowing you to create beautiful visualizations with ease. ... Anaconda installed on your system. If not, you can download it from the official website. Basic knowledge of Python and data visualization. Creating a new Conda environment is recommended as it isolates your project and avoids conflicts with other packages.
🌐
101workbook
datascience.101workbook.org › 08-visualization › 02-graphs › 02-python › 02-intro-to-plotly-graphs
Introduction to Plotly - Data Science Workbook
3 weeks ago - Just open a terminal window (or command prompt) and install Plotly with pip or conda following the commands below.
🌐
Medium
faranheit.medium.com › plotly-introduction-and-installation-c9cd0c1ca1fb
Plotly: Introduction and Installation | by Faran Mohammad | Medium
July 11, 2023 - For data visualization in Plotly, we need to import the libraries that we had previously installed and do some configuration: import pandas as pd import numpy as np import chart_studio.plotly as py import cufflinks as cf import seaborn as sns import plotly.express as ps %matplotlib inline from plotly.offline import download_plotlyjs, init_notebook_mode, plot, iplot init_notebook_mode(connected=True) cf.go_offline()