@@ -58,13 +58,13 @@ We also encourage you to join the [Plotly Community Forum](http://community.plot
58
58
` plotly ` may be installed using ` pip ` :
59
59
60
60
```
61
- $ pip install plotly
61
+ pip install plotly
62
62
```
63
63
64
64
or ` conda ` :
65
65
66
66
```
67
- $ conda install -c conda-forge plotly
67
+ conda install -c conda-forge plotly
68
68
```
69
69
70
70
If you want to use Plotly Express, install its required dependencies with:
@@ -97,19 +97,19 @@ IFrame(snippet_url + 'getting-started', width='100%', height=1200)
97
97
To use ` plotly ` in [ JupyterLab] ( https://jupyterlab.readthedocs.io/en/stable/ ) , install the ` jupyterlab ` and ` anywidget ` packages in the same environment as you installed ` plotly ` , using ` pip ` :
98
98
99
99
```
100
- $ pip install jupyterlab anywidget
100
+ pip install jupyterlab anywidget
101
101
```
102
102
103
103
or ` conda ` :
104
104
105
105
```
106
- $ conda install jupyterlab anywidget
106
+ conda install jupyterlab anywidget
107
107
```
108
108
109
109
Launch JupyterLab with:
110
110
111
111
```
112
- $ jupyter lab
112
+ jupyter lab
113
113
```
114
114
115
115
and display plotly figures inline:
@@ -154,7 +154,7 @@ conda install "notebook>=7.0" "anywidget>=0.9.13"
154
154
These packages contain everything you need to run a Jupyter notebook...
155
155
156
156
```
157
- $ jupyter notebook
157
+ jupyter notebook
158
158
```
159
159
160
160
and display plotly figures inline using the notebook renderer...
@@ -191,13 +191,13 @@ The [`kaleido`](https://github.com/plotly/Kaleido) package has no dependencies a
191
191
using pip...
192
192
193
193
```
194
- $ pip install --upgrade kaleido
194
+ pip install --upgrade kaleido
195
195
```
196
196
197
197
or conda.
198
198
199
199
```
200
- $ conda install -c plotly python-kaleido
200
+ conda install -c plotly python-kaleido
201
201
```
202
202
203
203
#### Extended Geo Support
@@ -207,13 +207,13 @@ choropleth figure factory is one such example. These shape files are distributed
207
207
separate ` plotly-geo ` package. This package can be installed using pip...
208
208
209
209
```
210
- $ pip install plotly-geo==1.0.0
210
+ pip install plotly-geo==1.0.0
211
211
```
212
212
213
213
or conda.
214
214
215
215
```
216
- $ conda install -c plotly plotly-geo=1.0.0
216
+ conda install -c plotly plotly-geo=1.0.0
217
217
```
218
218
219
219
See [ _ USA County Choropleth Maps in Python_ ] ( /python/county-choropleth/ ) for more information on the county choropleth figure factory.
0 commit comments