You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For use in [JupyterLab](https://jupyterlab.readthedocs.io/en/stable/), install the `jupyterlab` and `ipywidgets`
93
-
packages using `pip`:
94
-
95
-
```
96
-
pip install "jupyterlab>=3" "ipywidgets>=7.6"
88
+
conda install -c plotly plotly=6.0.0rc0
97
89
```
98
90
99
-
or `conda`:
100
-
101
-
```
102
-
conda install "jupyterlab>=3" "ipywidgets>=7.6"
103
-
```
104
-
105
-
The instructions above apply to JupyterLab 3.x. **For JupyterLab 2 or earlier**, run the following commands to install the required JupyterLab extensions (note that this will require [`node`](https://nodejs.org/) to be installed):
These dependencies can both be installed using conda:
160
-
161
-
```
162
-
conda install -c plotly plotly-orca==1.3.1 psutil
163
-
```
164
-
165
-
Or, `psutil` can be installed using pip...
166
-
167
-
```
168
-
pip install psutil
169
-
```
170
-
171
-
and orca can be installed according to the instructions in the [orca README](https://github.com/plotly/orca).
172
-
173
-
174
128
### Extended Geo Support
175
129
176
130
Some plotly.py features rely on fairly large geographic shape files. The county
@@ -187,16 +141,11 @@ or conda
187
141
conda install -c plotly plotly-geo=1.0.0
188
142
```
189
143
190
-
## Migration
191
-
192
-
If you're migrating from plotly.py v3 to v4, please check out the [Version 4 migration guide](https://plotly.com/python/v4-migration/)
193
-
194
-
If you're migrating from plotly.py v2 to v3, please check out the [Version 3 migration guide](https://github.com/plotly/plotly.py/blob/master/migration-guide.md)
195
-
196
144
## Copyright and Licenses
197
145
198
146
Code and documentation copyright 2019 Plotly, Inc.
199
147
200
148
Code released under the [MIT license](https://github.com/plotly/plotly.py/blob/master/LICENSE.txt).
201
149
202
150
Docs released under the [Creative Commons license](https://github.com/plotly/documentation/blob/source/LICENSE).
0 commit comments