Coding With Fun
Home Docker Django Node.js Articles Python pip guide FAQ Policy
 

How to install plotly via python pip




plotly - An open-source, interactive data visualization library for Python, it belongs to Classifiers:

- Topic :: Scientific/Engineering :: Visualization

When you know about this project and you want to new install plotly to support your project or you get trouble as ModuleNotFoundError: No module named "plotly" or ImportError: cannot import name "plotly" in your project, let follow this tutorial to install plotly



Installation:

Step 1: First, ensure you installed pip in your os, to check pip has been installed on your computer

In Windows (CMD):

py -m pip --version

In Unix/macOS:

python3 -m pip --version

Ensure pip, setuptools, and wheel are up to date:

In Windows (CMD):

py -m pip install --upgrade pip setuptools wheel

In Unix/macOS:

python3 -m pip install --upgrade pip setuptools wheel


Optional - If you want to install in virtual environment:

In Windows (CMD):

- Install virtualenv - if you installed it, please ignore

py -m pip install --user virtualenv

- Create a virtual environment

py -m venv test_plotly_env

- Active the virtual environment

test_plotly_env\Scripts\active

In Unix/macOS:

- Install virtualenv - if you installed it, please ignore

pip3 install virtualenv

- Create a virtual environment

python3 -m venv test_plotly_env

- Active the virtual environment

source test_plotly_env/bin/active


Step 2: OK, now, let flow below content to start the installation plotly

To install plotly on Windows(CMD):

py -m pip install plotly

To install plotly on Unix/macOs:

pip install plotly


Step 3: If you want to install a specific plotly version, add ==<plotly version> to the end command line

Example:

pip install plotly==0.2


Please see the version list below table:

VersionReleased dateCommand
plotly 5.10.02022-08-11T14:36:41Windows:

py -m pip install plotly==5.10.0

Unix/macOs:

pip install plotly==5.10.0

plotly 5.9.02022-06-24T01:07:53Windows:

py -m pip install plotly==5.9.0

Unix/macOs:

pip install plotly==5.9.0

plotly 5.8.22022-06-10T16:42:16Windows:

py -m pip install plotly==5.8.2

Unix/macOs:

pip install plotly==5.8.2

plotly 5.8.12022-06-08T14:40:13Windows:

py -m pip install plotly==5.8.1

Unix/macOs:

pip install plotly==5.8.1

plotly 5.8.02022-05-11T01:30:01Windows:

py -m pip install plotly==5.8.0

Unix/macOs:

pip install plotly==5.8.0

plotly 5.7.02022-04-05T16:26:03Windows:

py -m pip install plotly==5.7.0

Unix/macOs:

pip install plotly==5.7.0

plotly 5.6.02022-02-09T18:28:55Windows:

py -m pip install plotly==5.6.0

Unix/macOs:

pip install plotly==5.6.0

plotly 5.5.02021-12-21T03:47:21Windows:

py -m pip install plotly==5.5.0

Unix/macOs:

pip install plotly==5.5.0

plotly 5.4.02021-11-15T14:39:00Windows:

py -m pip install plotly==5.4.0

Unix/macOs:

pip install plotly==5.4.0

plotly 5.3.12021-09-01T01:25:05Windows:

py -m pip install plotly==5.3.1

Unix/macOs:

pip install plotly==5.3.1

plotly 5.3.02021-08-30T01:04:32Windows:

py -m pip install plotly==5.3.0

Unix/macOs:

pip install plotly==5.3.0

plotly 5.2.22021-08-23T18:52:48Windows:

py -m pip install plotly==5.2.2

Unix/macOs:

pip install plotly==5.2.2

plotly 5.2.12021-08-14T00:36:19Windows:

py -m pip install plotly==5.2.1

Unix/macOs:

pip install plotly==5.2.1

plotly 5.2.0 yanked2021-08-13T15:22:28Windows:

py -m pip install plotly==5.2.0                                                                          yanked

Unix/macOs:

pip install plotly==5.2.0                                                                          yanked

plotly 5.1.02021-06-28T19:35:15Windows:

py -m pip install plotly==5.1.0

Unix/macOs:

pip install plotly==5.1.0

plotly 5.0.02021-06-21T16:14:52Windows:

py -m pip install plotly==5.0.0

Unix/macOs:

pip install plotly==5.0.0

plotly 4.14.32021-01-12T16:12:40Windows:

py -m pip install plotly==4.14.3

Unix/macOs:

pip install plotly==4.14.3

plotly 4.14.22021-01-11T20:30:25Windows:

py -m pip install plotly==4.14.2

Unix/macOs:

pip install plotly==4.14.2

plotly 4.14.12020-12-09T13:29:15Windows:

py -m pip install plotly==4.14.1

Unix/macOs:

pip install plotly==4.14.1

plotly 4.14.02020-12-07T14:40:03Windows:

py -m pip install plotly==4.14.0

Unix/macOs:

pip install plotly==4.14.0

plotly 4.13.02020-11-23T13:44:32Windows:

py -m pip install plotly==4.13.0

Unix/macOs:

pip install plotly==4.13.0

plotly 4.12.02020-10-23T12:57:36Windows:

py -m pip install plotly==4.12.0

Unix/macOs:

pip install plotly==4.12.0

plotly 4.11.02020-10-01T13:38:42Windows:

py -m pip install plotly==4.11.0

Unix/macOs:

pip install plotly==4.11.0

plotly 4.10.02020-09-10T13:12:13Windows:

py -m pip install plotly==4.10.0

Unix/macOs:

pip install plotly==4.10.0

plotly 4.9.02020-07-16T12:46:37Windows:

py -m pip install plotly==4.9.0

Unix/macOs:

pip install plotly==4.9.0

plotly 4.8.22020-06-26T19:33:22Windows:

py -m pip install plotly==4.8.2

Unix/macOs:

pip install plotly==4.8.2

plotly 4.8.12020-05-29T03:17:33Windows:

py -m pip install plotly==4.8.1

Unix/macOs:

pip install plotly==4.8.1

plotly 4.8.02020-05-26T14:20:40Windows:

py -m pip install plotly==4.8.0

Unix/macOs:

pip install plotly==4.8.0

plotly 4.7.12020-05-08T13:08:22Windows:

py -m pip install plotly==4.7.1

Unix/macOs:

pip install plotly==4.7.1

plotly 4.7.02020-05-06T14:42:30Windows:

py -m pip install plotly==4.7.0

Unix/macOs:

pip install plotly==4.7.0

plotly 4.6.02020-04-01T15:08:38Windows:

py -m pip install plotly==4.6.0

Unix/macOs:

pip install plotly==4.6.0

plotly 4.5.42020-03-11T20:36:44Windows:

py -m pip install plotly==4.5.4

Unix/macOs:

pip install plotly==4.5.4

plotly 4.5.32020-03-06T03:15:33Windows:

py -m pip install plotly==4.5.3

Unix/macOs:

pip install plotly==4.5.3

plotly 4.5.22020-02-25T05:10:00Windows:

py -m pip install plotly==4.5.2

Unix/macOs:

pip install plotly==4.5.2

plotly 4.5.12020-02-19T21:31:41Windows:

py -m pip install plotly==4.5.1

Unix/macOs:

pip install plotly==4.5.1

plotly 4.5.02020-01-22T20:01:50Windows:

py -m pip install plotly==4.5.0

Unix/macOs:

pip install plotly==4.5.0

plotly 4.4.12019-12-10T16:54:12Windows:

py -m pip install plotly==4.4.1

Unix/macOs:

pip install plotly==4.4.1

plotly 4.4.02019-12-10T14:23:29Windows:

py -m pip install plotly==4.4.0

Unix/macOs:

pip install plotly==4.4.0

plotly 4.3.02019-11-12T11:10:11Windows:

py -m pip install plotly==4.3.0

Unix/macOs:

pip install plotly==4.3.0

plotly 4.2.12019-10-18T21:55:42Windows:

py -m pip install plotly==4.2.1

Unix/macOs:

pip install plotly==4.2.1

plotly 4.2.02019-10-16T22:17:04Windows:

py -m pip install plotly==4.2.0

Unix/macOs:

pip install plotly==4.2.0

plotly 4.1.12019-09-03T09:39:43Windows:

py -m pip install plotly==4.1.1

Unix/macOs:

pip install plotly==4.1.1

plotly 4.1.02019-08-07T00:45:58Windows:

py -m pip install plotly==4.1.0

Unix/macOs:

pip install plotly==4.1.0

plotly 4.0.02019-07-16T16:57:09Windows:

py -m pip install plotly==4.0.0

Unix/macOs:

pip install plotly==4.0.0

plotly 3.10.02019-05-31T19:34:49Windows:

py -m pip install plotly==3.10.0

Unix/macOs:

pip install plotly==3.10.0

plotly 3.9.02019-05-06T23:00:10Windows:

py -m pip install plotly==3.9.0

Unix/macOs:

pip install plotly==3.9.0

plotly 3.8.12019-04-19T13:45:48Windows:

py -m pip install plotly==3.8.1

Unix/macOs:

pip install plotly==3.8.1

plotly 3.8.02019-04-15T12:32:16Windows:

py -m pip install plotly==3.8.0

Unix/macOs:

pip install plotly==3.8.0

plotly 3.7.12019-03-19T12:12:26Windows:

py -m pip install plotly==3.7.1

Unix/macOs:

pip install plotly==3.7.1

plotly 3.7.02019-03-08T14:58:21Windows:

py -m pip install plotly==3.7.0

Unix/macOs:

pip install plotly==3.7.0

plotly 3.6.12019-02-08T23:47:01Windows:

py -m pip install plotly==3.6.1

Unix/macOs:

pip install plotly==3.6.1

plotly 3.6.02019-02-01T22:54:54Windows:

py -m pip install plotly==3.6.0

Unix/macOs:

pip install plotly==3.6.0

plotly 3.5.02019-01-04T13:07:10Windows:

py -m pip install plotly==3.5.0

Unix/macOs:

pip install plotly==3.5.0

plotly 3.4.22018-11-23T16:09:21Windows:

py -m pip install plotly==3.4.2

Unix/macOs:

pip install plotly==3.4.2

plotly 3.4.12018-11-09T13:10:36Windows:

py -m pip install plotly==3.4.1

Unix/macOs:

pip install plotly==3.4.1

plotly 3.4.02018-11-02T15:40:28Windows:

py -m pip install plotly==3.4.0

Unix/macOs:

pip install plotly==3.4.0

plotly 3.3.02018-09-28T11:26:10Windows:

py -m pip install plotly==3.3.0

Unix/macOs:

pip install plotly==3.3.0

plotly 3.2.12018-09-14T14:05:18Windows:

py -m pip install plotly==3.2.1

Unix/macOs:

pip install plotly==3.2.1

plotly 3.2.02018-09-05T13:52:47Windows:

py -m pip install plotly==3.2.0

Unix/macOs:

pip install plotly==3.2.0

plotly 3.1.12018-08-10T15:09:22Windows:

py -m pip install plotly==3.1.1

Unix/macOs:

pip install plotly==3.1.1

plotly 3.1.02018-07-21T00:09:52Windows:

py -m pip install plotly==3.1.0

Unix/macOs:

pip install plotly==3.1.0

plotly 3.0.22018-07-17T21:56:50Windows:

py -m pip install plotly==3.0.2

Unix/macOs:

pip install plotly==3.0.2

plotly 3.0.02018-07-05T17:55:10Windows:

py -m pip install plotly==3.0.0

Unix/macOs:

pip install plotly==3.0.0

plotly 2.7.02018-05-23T17:40:15Windows:

py -m pip install plotly==2.7.0

Unix/macOs:

pip install plotly==2.7.0

plotly 2.6.02018-05-09T21:43:26Windows:

py -m pip install plotly==2.6.0

Unix/macOs:

pip install plotly==2.6.0

plotly 2.5.12018-03-26T23:20:14Windows:

py -m pip install plotly==2.5.1

Unix/macOs:

pip install plotly==2.5.1

plotly 2.5.02018-03-12T23:15:29Windows:

py -m pip install plotly==2.5.0

Unix/macOs:

pip install plotly==2.5.0

plotly 2.4.12018-02-21T17:59:21Windows:

py -m pip install plotly==2.4.1

Unix/macOs:

pip install plotly==2.4.1

plotly 2.4.02018-02-16T19:40:08Windows:

py -m pip install plotly==2.4.0

Unix/macOs:

pip install plotly==2.4.0

plotly 2.3.02018-01-26T16:35:00Windows:

py -m pip install plotly==2.3.0

Unix/macOs:

pip install plotly==2.3.0

plotly 2.2.32017-12-05T21:11:09Windows:

py -m pip install plotly==2.2.3

Unix/macOs:

pip install plotly==2.2.3

plotly 2.2.22017-11-23T23:46:32Windows:

py -m pip install plotly==2.2.2

Unix/macOs:

pip install plotly==2.2.2

plotly 2.2.12017-10-26T23:55:31Windows:

py -m pip install plotly==2.2.1

Unix/macOs:

pip install plotly==2.2.1

plotly 2.2.02017-10-26T17:29:20Windows:

py -m pip install plotly==2.2.0

Unix/macOs:

pip install plotly==2.2.0

plotly 2.1.02017-10-11T17:09:23Windows:

py -m pip install plotly==2.1.0

Unix/macOs:

pip install plotly==2.1.0

plotly 2.0.162017-10-06T19:43:39Windows:

py -m pip install plotly==2.0.16

Unix/macOs:

pip install plotly==2.0.16

plotly 2.0.152017-08-23T22:28:13Windows:

py -m pip install plotly==2.0.15

Unix/macOs:

pip install plotly==2.0.15

plotly 2.0.142017-08-09T18:11:49Windows:

py -m pip install plotly==2.0.14

Unix/macOs:

pip install plotly==2.0.14

plotly 2.0.132017-08-04T23:51:28Windows:

py -m pip install plotly==2.0.13

Unix/macOs:

pip install plotly==2.0.13

plotly 2.0.122017-07-01T17:19:56Windows:

py -m pip install plotly==2.0.12

Unix/macOs:

pip install plotly==2.0.12

plotly 2.0.112017-06-21T15:59:25Windows:

py -m pip install plotly==2.0.11

Unix/macOs:

pip install plotly==2.0.11

plotly 2.0.102017-06-12T17:51:10Windows:

py -m pip install plotly==2.0.10

Unix/macOs:

pip install plotly==2.0.10

plotly 2.0.92017-05-31T13:56:27Windows:

py -m pip install plotly==2.0.9

Unix/macOs:

pip install plotly==2.0.9

plotly 2.0.82017-04-26T20:52:40Windows:

py -m pip install plotly==2.0.8

Unix/macOs:

pip install plotly==2.0.8

plotly 2.0.72017-04-07T16:48:01Windows:

py -m pip install plotly==2.0.7

Unix/macOs:

pip install plotly==2.0.7

plotly 2.0.62017-03-20T19:14:01Windows:

py -m pip install plotly==2.0.6

Unix/macOs:

pip install plotly==2.0.6

plotly 2.0.52017-03-07T22:33:55Windows:

py -m pip install plotly==2.0.5

Unix/macOs:

pip install plotly==2.0.5

plotly 2.0.22017-02-20T22:34:56Windows:

py -m pip install plotly==2.0.2

Unix/macOs:

pip install plotly==2.0.2

plotly 2.0.12017-02-07T23:36:40Windows:

py -m pip install plotly==2.0.1

Unix/macOs:

pip install plotly==2.0.1

plotly 2.0.02017-01-25T22:33:57Windows:

py -m pip install plotly==2.0.0

Unix/macOs:

pip install plotly==2.0.0

plotly 1.13.02017-01-12T00:15:41Windows:

py -m pip install plotly==1.13.0

Unix/macOs:

pip install plotly==1.13.0

plotly 1.12.122016-12-07T18:12:57Windows:

py -m pip install plotly==1.12.12

Unix/macOs:

pip install plotly==1.12.12

plotly 1.12.112016-12-01T16:57:52Windows:

py -m pip install plotly==1.12.11

Unix/macOs:

pip install plotly==1.12.11

plotly 1.12.102016-11-28T23:51:47Windows:

py -m pip install plotly==1.12.10

Unix/macOs:

pip install plotly==1.12.10

plotly 1.12.92016-08-23T16:42:47Windows:

py -m pip install plotly==1.12.9

Unix/macOs:

pip install plotly==1.12.9

plotly 1.12.82016-08-19T03:13:05Windows:

py -m pip install plotly==1.12.8

Unix/macOs:

pip install plotly==1.12.8

plotly 1.12.72016-08-17T16:06:42Windows:

py -m pip install plotly==1.12.7

Unix/macOs:

pip install plotly==1.12.7

plotly 1.12.62016-08-10T18:52:49Windows:

py -m pip install plotly==1.12.6

Unix/macOs:

pip install plotly==1.12.6

plotly 1.12.52016-08-03T16:31:51Windows:

py -m pip install plotly==1.12.5

Unix/macOs:

pip install plotly==1.12.5

plotly 1.12.42016-07-14T21:01:31Windows:

py -m pip install plotly==1.12.4

Unix/macOs:

pip install plotly==1.12.4

plotly 1.12.32016-07-09T03:54:31Windows:

py -m pip install plotly==1.12.3

Unix/macOs:

pip install plotly==1.12.3

plotly 1.12.22016-06-20T19:35:35Windows:

py -m pip install plotly==1.12.2

Unix/macOs:

pip install plotly==1.12.2

plotly 1.12.12016-06-14T20:57:14Windows:

py -m pip install plotly==1.12.1

Unix/macOs:

pip install plotly==1.12.1

plotly 1.12.02016-06-06T17:31:54Windows:

py -m pip install plotly==1.12.0

Unix/macOs:

pip install plotly==1.12.0

plotly 1.11.02016-05-27T20:46:09Windows:

py -m pip install plotly==1.11.0

Unix/macOs:

pip install plotly==1.11.0

plotly 1.10.02016-05-20T03:41:12Windows:

py -m pip install plotly==1.10.0

Unix/macOs:

pip install plotly==1.10.0

plotly 1.9.132016-05-19T16:45:16Windows:

py -m pip install plotly==1.9.13

Unix/macOs:

pip install plotly==1.9.13

plotly 1.9.122016-05-17T16:36:48Windows:

py -m pip install plotly==1.9.12

Unix/macOs:

pip install plotly==1.9.12

plotly 1.9.112016-05-16T14:07:55Windows:

py -m pip install plotly==1.9.11

Unix/macOs:

pip install plotly==1.9.11

plotly 1.9.102016-04-27T21:33:52Windows:

py -m pip install plotly==1.9.10

Unix/macOs:

pip install plotly==1.9.10

plotly 1.9.92016-04-16T04:20:24Windows:

py -m pip install plotly==1.9.9

Unix/macOs:

pip install plotly==1.9.9

plotly 1.9.82016-04-14T15:39:45Windows:

py -m pip install plotly==1.9.8

Unix/macOs:

pip install plotly==1.9.8

plotly 1.9.72016-04-04T23:00:38Windows:

py -m pip install plotly==1.9.7

Unix/macOs:

pip install plotly==1.9.7

plotly 1.9.62016-02-19T17:06:14Windows:

py -m pip install plotly==1.9.6

Unix/macOs:

pip install plotly==1.9.6

plotly 1.9.52016-01-17T23:21:40Windows:

py -m pip install plotly==1.9.5

Unix/macOs:

pip install plotly==1.9.5

plotly 1.9.42016-01-11T17:29:00Windows:

py -m pip install plotly==1.9.4

Unix/macOs:

pip install plotly==1.9.4

plotly 1.9.32015-12-08T20:49:26Windows:

py -m pip install plotly==1.9.3

Unix/macOs:

pip install plotly==1.9.3

plotly 1.9.22015-12-01T14:55:23Windows:

py -m pip install plotly==1.9.2

Unix/macOs:

pip install plotly==1.9.2

plotly 1.9.12015-11-27T15:31:48Windows:

py -m pip install plotly==1.9.1

Unix/macOs:

pip install plotly==1.9.1

plotly 1.9.02015-11-17T15:19:12Windows:

py -m pip install plotly==1.9.0

Unix/macOs:

pip install plotly==1.9.0

plotly 1.8.122015-11-02T15:20:35Windows:

py -m pip install plotly==1.8.12

Unix/macOs:

pip install plotly==1.8.12

plotly 1.8.112015-10-28T07:33:17Windows:

py -m pip install plotly==1.8.11

Unix/macOs:

pip install plotly==1.8.11

plotly 1.8.82015-10-20T18:23:37Windows:

py -m pip install plotly==1.8.8

Unix/macOs:

pip install plotly==1.8.8

plotly 1.8.62015-10-01T14:49:19Windows:

py -m pip install plotly==1.8.6

Unix/macOs:

pip install plotly==1.8.6

plotly 1.8.52015-09-29T19:12:39Windows:

py -m pip install plotly==1.8.5

Unix/macOs:

pip install plotly==1.8.5

plotly 1.8.42015-09-17T18:08:22Windows:

py -m pip install plotly==1.8.4

Unix/macOs:

pip install plotly==1.8.4

plotly 1.8.32015-08-14T16:54:11Windows:

py -m pip install plotly==1.8.3

Unix/macOs:

pip install plotly==1.8.3

plotly 1.8.22015-08-12T23:18:28Windows:

py -m pip install plotly==1.8.2

Unix/macOs:

pip install plotly==1.8.2

plotly 1.8.12015-08-10T15:28:38Windows:

py -m pip install plotly==1.8.1

Unix/macOs:

pip install plotly==1.8.1

plotly 1.8.02015-07-31T16:28:52Windows:

py -m pip install plotly==1.8.0

Unix/macOs:

pip install plotly==1.8.0

plotly 1.7.92015-07-29T17:23:56Windows:

py -m pip install plotly==1.7.9

Unix/macOs:

pip install plotly==1.7.9

plotly 1.7.72015-07-20T21:16:49Windows:

py -m pip install plotly==1.7.7

Unix/macOs:

pip install plotly==1.7.7

plotly 1.7.62015-07-10T18:53:31Windows:

py -m pip install plotly==1.7.6

Unix/macOs:

pip install plotly==1.7.6

plotly 1.7.52015-07-08T05:36:20Windows:

py -m pip install plotly==1.7.5

Unix/macOs:

pip install plotly==1.7.5

plotly 1.7.42015-07-06T20:12:16Windows:

py -m pip install plotly==1.7.4

Unix/macOs:

pip install plotly==1.7.4

plotly 1.7.32015-07-06T19:56:58Windows:

py -m pip install plotly==1.7.3

Unix/macOs:

pip install plotly==1.7.3

plotly 1.7.22015-07-03T21:30:01Windows:

py -m pip install plotly==1.7.2

Unix/macOs:

pip install plotly==1.7.2

plotly 1.7.12015-07-03T18:45:04Windows:

py -m pip install plotly==1.7.1

Unix/macOs:

pip install plotly==1.7.1

plotly 1.7.02015-07-03T18:42:26Windows:

py -m pip install plotly==1.7.0

Unix/macOs:

pip install plotly==1.7.0

plotly 1.6.192015-07-01T20:14:09Windows:

py -m pip install plotly==1.6.19

Unix/macOs:

pip install plotly==1.6.19

plotly 1.6.182015-07-01T20:02:49Windows:

py -m pip install plotly==1.6.18

Unix/macOs:

pip install plotly==1.6.18

plotly 1.6.172015-05-11T15:50:48Windows:

py -m pip install plotly==1.6.17

Unix/macOs:

pip install plotly==1.6.17

plotly 1.6.162015-04-20T17:41:34Windows:

py -m pip install plotly==1.6.16

Unix/macOs:

pip install plotly==1.6.16

plotly 1.6.152015-04-09T07:03:35Windows:

py -m pip install plotly==1.6.15

Unix/macOs:

pip install plotly==1.6.15

plotly 1.6.142015-03-27T01:35:37Windows:

py -m pip install plotly==1.6.14

Unix/macOs:

pip install plotly==1.6.14

plotly 1.6.132015-03-18T16:32:12Windows:

py -m pip install plotly==1.6.13

Unix/macOs:

pip install plotly==1.6.13

plotly 1.6.122015-03-13T21:44:22Windows:

py -m pip install plotly==1.6.12

Unix/macOs:

pip install plotly==1.6.12

plotly 1.6.112015-03-11T22:35:54Windows:

py -m pip install plotly==1.6.11

Unix/macOs:

pip install plotly==1.6.11

plotly 1.6.102015-03-05T18:30:22Windows:

py -m pip install plotly==1.6.10

Unix/macOs:

pip install plotly==1.6.10

plotly 1.6.92015-02-27T00:31:57Windows:

py -m pip install plotly==1.6.9

Unix/macOs:

pip install plotly==1.6.9

plotly 1.6.82015-02-21T21:07:58Windows:

py -m pip install plotly==1.6.8

Unix/macOs:

pip install plotly==1.6.8

plotly 1.6.72015-02-20T21:00:07Windows:

py -m pip install plotly==1.6.7

Unix/macOs:

pip install plotly==1.6.7

plotly 1.6.62015-01-27T00:44:57Windows:

py -m pip install plotly==1.6.6

Unix/macOs:

pip install plotly==1.6.6

plotly 1.6.42015-01-22T23:22:47Windows:

py -m pip install plotly==1.6.4

Unix/macOs:

pip install plotly==1.6.4

plotly 1.5.02015-01-13T00:44:36Windows:

py -m pip install plotly==1.5.0

Unix/macOs:

pip install plotly==1.5.0

plotly 1.4.142014-12-23T19:35:05Windows:

py -m pip install plotly==1.4.14

Unix/macOs:

pip install plotly==1.4.14

plotly 1.4.132014-12-22T19:26:29Windows:

py -m pip install plotly==1.4.13

Unix/macOs:

pip install plotly==1.4.13

plotly 1.4.122014-12-17T01:49:54Windows:

py -m pip install plotly==1.4.12

Unix/macOs:

pip install plotly==1.4.12

plotly 1.4.112014-12-12T22:56:49Windows:

py -m pip install plotly==1.4.11

Unix/macOs:

pip install plotly==1.4.11

plotly 1.4.102014-12-12T21:42:07Windows:

py -m pip install plotly==1.4.10

Unix/macOs:

pip install plotly==1.4.10

plotly 1.4.92014-12-11T20:34:35Windows:

py -m pip install plotly==1.4.9

Unix/macOs:

pip install plotly==1.4.9

plotly 1.4.72014-11-19T18:28:54Windows:

py -m pip install plotly==1.4.7

Unix/macOs:

pip install plotly==1.4.7

plotly 1.4.52014-11-17T18:23:35Windows:

py -m pip install plotly==1.4.5

Unix/macOs:

pip install plotly==1.4.5

plotly 1.4.42014-11-15T23:14:32Windows:

py -m pip install plotly==1.4.4

Unix/macOs:

pip install plotly==1.4.4

plotly 1.4.32014-11-14T18:26:47Windows:

py -m pip install plotly==1.4.3

Unix/macOs:

pip install plotly==1.4.3

plotly 1.4.22014-11-11T08:23:46Windows:

py -m pip install plotly==1.4.2

Unix/macOs:

pip install plotly==1.4.2

plotly 1.4.12014-11-09T10:15:08Windows:

py -m pip install plotly==1.4.1

Unix/macOs:

pip install plotly==1.4.1

plotly 1.4.02014-11-07T17:58:12Windows:

py -m pip install plotly==1.4.0

Unix/macOs:

pip install plotly==1.4.0

plotly 1.3.22014-11-04T22:17:55Windows:

py -m pip install plotly==1.3.2

Unix/macOs:

pip install plotly==1.3.2

plotly 1.3.12014-10-23T20:28:50Windows:

py -m pip install plotly==1.3.1

Unix/macOs:

pip install plotly==1.3.1

plotly 1.3.02014-10-15T21:33:14Windows:

py -m pip install plotly==1.3.0

Unix/macOs:

pip install plotly==1.3.0

plotly 1.2.92014-09-24T18:07:51Windows:

py -m pip install plotly==1.2.9

Unix/macOs:

pip install plotly==1.2.9

plotly 1.2.82014-09-18T18:31:41Windows:

py -m pip install plotly==1.2.8

Unix/macOs:

pip install plotly==1.2.8

plotly 1.2.72014-08-25T03:52:45Windows:

py -m pip install plotly==1.2.7

Unix/macOs:

pip install plotly==1.2.7

plotly 1.2.62014-07-24T23:07:22Windows:

py -m pip install plotly==1.2.6

Unix/macOs:

pip install plotly==1.2.6

plotly 1.2.42014-07-22T20:27:13Windows:

py -m pip install plotly==1.2.4

Unix/macOs:

pip install plotly==1.2.4

plotly 1.2.32014-07-21T23:38:13Windows:

py -m pip install plotly==1.2.3

Unix/macOs:

pip install plotly==1.2.3

plotly 1.2.22014-07-20T10:28:05Windows:

py -m pip install plotly==1.2.2

Unix/macOs:

pip install plotly==1.2.2

plotly 1.2.12014-07-19T05:19:46Windows:

py -m pip install plotly==1.2.1

Unix/macOs:

pip install plotly==1.2.1

plotly 1.2.02014-07-18T05:26:22Windows:

py -m pip install plotly==1.2.0

Unix/macOs:

pip install plotly==1.2.0

plotly 1.1.42014-07-08T03:07:26Windows:

py -m pip install plotly==1.1.4

Unix/macOs:

pip install plotly==1.1.4

plotly 1.1.32014-07-07T17:41:04Windows:

py -m pip install plotly==1.1.3

Unix/macOs:

pip install plotly==1.1.3

plotly 1.1.22014-07-04T23:34:22Windows:

py -m pip install plotly==1.1.2

Unix/macOs:

pip install plotly==1.1.2

plotly 1.1.12014-07-02T20:04:16Windows:

py -m pip install plotly==1.1.1

Unix/macOs:

pip install plotly==1.1.1

plotly 1.1.02014-06-30T22:41:09Windows:

py -m pip install plotly==1.1.0

Unix/macOs:

pip install plotly==1.1.0

plotly 1.0.342014-06-26T20:30:15Windows:

py -m pip install plotly==1.0.34

Unix/macOs:

pip install plotly==1.0.34

plotly 1.0.332014-06-23T18:51:17Windows:

py -m pip install plotly==1.0.33

Unix/macOs:

pip install plotly==1.0.33

plotly 1.0.322014-06-22T00:10:26Windows:

py -m pip install plotly==1.0.32

Unix/macOs:

pip install plotly==1.0.32

plotly 1.0.312014-06-21T21:25:56Windows:

py -m pip install plotly==1.0.31

Unix/macOs:

pip install plotly==1.0.31

plotly 1.0.302014-06-18T18:32:42Windows:

py -m pip install plotly==1.0.30

Unix/macOs:

pip install plotly==1.0.30

plotly 1.0.292014-06-18T05:53:48Windows:

py -m pip install plotly==1.0.29

Unix/macOs:

pip install plotly==1.0.29

plotly 1.0.282014-06-18T00:48:24Windows:

py -m pip install plotly==1.0.28

Unix/macOs:

pip install plotly==1.0.28

plotly 1.0.272014-06-17T01:33:59Windows:

py -m pip install plotly==1.0.27

Unix/macOs:

pip install plotly==1.0.27

plotly 1.0.262014-06-05T19:38:38Windows:

py -m pip install plotly==1.0.26

Unix/macOs:

pip install plotly==1.0.26

plotly 1.0.252014-06-04T23:15:41Windows:

py -m pip install plotly==1.0.25

Unix/macOs:

pip install plotly==1.0.25

plotly 1.0.242014-06-04T22:06:48Windows:

py -m pip install plotly==1.0.24

Unix/macOs:

pip install plotly==1.0.24

plotly 1.0.232014-06-04T21:49:30Windows:

py -m pip install plotly==1.0.23

Unix/macOs:

pip install plotly==1.0.23

plotly 1.0.222014-05-29T19:43:03Windows:

py -m pip install plotly==1.0.22

Unix/macOs:

pip install plotly==1.0.22

plotly 1.0.212014-05-29T17:43:28Windows:

py -m pip install plotly==1.0.21

Unix/macOs:

pip install plotly==1.0.21

plotly 1.0.202014-05-29T01:27:34Windows:

py -m pip install plotly==1.0.20

Unix/macOs:

pip install plotly==1.0.20

plotly 1.0.192014-05-22T00:02:59Windows:

py -m pip install plotly==1.0.19

Unix/macOs:

pip install plotly==1.0.19

plotly 1.0.182014-05-21T18:33:05Windows:

py -m pip install plotly==1.0.18

Unix/macOs:

pip install plotly==1.0.18

plotly 1.0.172014-05-21T07:18:32Windows:

py -m pip install plotly==1.0.17

Unix/macOs:

pip install plotly==1.0.17

plotly 1.0.162014-05-21T06:38:02Windows:

py -m pip install plotly==1.0.16

Unix/macOs:

pip install plotly==1.0.16

plotly 1.0.152014-05-21T04:51:11Windows:

py -m pip install plotly==1.0.15

Unix/macOs:

pip install plotly==1.0.15

plotly 1.0.142014-05-15T21:18:41Windows:

py -m pip install plotly==1.0.14

Unix/macOs:

pip install plotly==1.0.14

plotly 1.0.132014-05-15T20:32:17Windows:

py -m pip install plotly==1.0.13

Unix/macOs:

pip install plotly==1.0.13

plotly 1.0.122014-05-15T16:55:55Windows:

py -m pip install plotly==1.0.12

Unix/macOs:

pip install plotly==1.0.12

plotly 1.0.112014-05-15T16:48:59Windows:

py -m pip install plotly==1.0.11

Unix/macOs:

pip install plotly==1.0.11

plotly 1.0.102014-05-15T02:38:37Windows:

py -m pip install plotly==1.0.10

Unix/macOs:

pip install plotly==1.0.10

plotly 1.0.92014-05-13T20:07:35Windows:

py -m pip install plotly==1.0.9

Unix/macOs:

pip install plotly==1.0.9

plotly 1.0.82014-05-13T00:53:49Windows:

py -m pip install plotly==1.0.8

Unix/macOs:

pip install plotly==1.0.8

plotly 1.0.72014-05-09T23:46:23Windows:

py -m pip install plotly==1.0.7

Unix/macOs:

pip install plotly==1.0.7

plotly 1.0.62014-05-09T23:04:04Windows:

py -m pip install plotly==1.0.6

Unix/macOs:

pip install plotly==1.0.6

plotly 1.0.52014-05-09T22:35:58Windows:

py -m pip install plotly==1.0.5

Unix/macOs:

pip install plotly==1.0.5

plotly 1.0.42014-05-09T08:11:10Windows:

py -m pip install plotly==1.0.4

Unix/macOs:

pip install plotly==1.0.4

plotly 1.0.32014-05-08T18:21:50Windows:

py -m pip install plotly==1.0.3

Unix/macOs:

pip install plotly==1.0.3

plotly 1.0.22014-05-07T00:02:35Windows:

py -m pip install plotly==1.0.2

Unix/macOs:

pip install plotly==1.0.2

plotly 1.0.12014-05-04T05:45:28Windows:

py -m pip install plotly==1.0.1

Unix/macOs:

pip install plotly==1.0.1

plotly 1.0.02014-05-03T08:38:27Windows:

py -m pip install plotly==1.0.0

Unix/macOs:

pip install plotly==1.0.0

plotly 0.5.132014-03-16T21:15:41Windows:

py -m pip install plotly==0.5.13

Unix/macOs:

pip install plotly==0.5.13

plotly 0.5.122014-03-16T21:13:55Windows:

py -m pip install plotly==0.5.12

Unix/macOs:

pip install plotly==0.5.12

plotly 0.5.112014-03-08T02:24:38Windows:

py -m pip install plotly==0.5.11

Unix/macOs:

pip install plotly==0.5.11

plotly 0.5.102014-03-06T01:39:14Windows:

py -m pip install plotly==0.5.10

Unix/macOs:

pip install plotly==0.5.10

plotly 0.5.92014-02-22T23:35:57Windows:

py -m pip install plotly==0.5.9

Unix/macOs:

pip install plotly==0.5.9

plotly 0.5.82014-02-19T19:55:41Windows:

py -m pip install plotly==0.5.8

Unix/macOs:

pip install plotly==0.5.8

plotly 0.5.72013-12-25T01:21:04Windows:

py -m pip install plotly==0.5.7

Unix/macOs:

pip install plotly==0.5.7

plotly 0.5.62013-12-06T18:28:45Windows:

py -m pip install plotly==0.5.6

Unix/macOs:

pip install plotly==0.5.6

plotly 0.5.52013-12-06T17:54:24Windows:

py -m pip install plotly==0.5.5

Unix/macOs:

pip install plotly==0.5.5

plotly 0.5.42013-11-30T18:46:23Windows:

py -m pip install plotly==0.5.4

Unix/macOs:

pip install plotly==0.5.4

plotly 0.5.32013-11-30T05:27:43Windows:

py -m pip install plotly==0.5.3

Unix/macOs:

pip install plotly==0.5.3

plotly 0.5.22013-11-30T05:06:23Windows:

py -m pip install plotly==0.5.2

Unix/macOs:

pip install plotly==0.5.2

plotly 0.5.12013-11-11T22:38:28Windows:

py -m pip install plotly==0.5.1

Unix/macOs:

pip install plotly==0.5.1

plotly 0.52013-10-16T19:14:24Windows:

py -m pip install plotly==0.5

Unix/macOs:

pip install plotly==0.5

plotly 0.42013-06-29T01:28:38Windows:

py -m pip install plotly==0.4

Unix/macOs:

pip install plotly==0.4

plotly 0.32013-06-29T00:43:59Windows:

py -m pip install plotly==0.3

Unix/macOs:

pip install plotly==0.3

plotly 0.22013-06-12T23:28:23Windows:

py -m pip install plotly==0.2

Unix/macOs:

pip install plotly==0.2


Step 4: Otherwise, you can install plotly from local archives:

Download the distribution file from plotly-5.10.0.tar.gz or the specific plotly version in the below list of distribution

After that, install by command:

On Windows(CMD):

py -m pip install <path_to_plotly_downloaded_file>

On Unix/macOs:

pip install <path_to_plotly_downloaded_file>


List distribution:


Project link:

- Homepage
- Github