@@ -78,12 +78,12 @@ Built on top of [plotly.js](https://github.com/plotly/plotly.js), `plotly.py` is
78
78
79
79
plotly.py may be installed using pip...
80
80
```
81
- pip install plotly==4.0.0a9
81
+ pip install plotly==4.0.0rc1
82
82
```
83
83
84
84
or conda.
85
85
```
86
- conda install -c plotly/label/test plotly==4.0.0a9
86
+ conda install -c plotly/label/test plotly==4.0.0rc1
87
87
```
88
88
89
89
### Jupyter Notebook Support
@@ -105,13 +105,13 @@ For use in JupyterLab, install the `jupyterlab` and `ipywidgets`
105
105
packages using pip...
106
106
107
107
```
108
- pip install jupyterlab==1.0.0 "ipywidgets==7.5"
108
+ pip install jupyterlab==1.0 "ipywidgets==7.5"
109
109
```
110
110
111
111
or conda.
112
112
113
113
```
114
- conda install -c conda-forge jupyterlab=1.0 .0 "ipywidgets=7.5"
114
+ conda install -c defaults -c conda-forge jupyterlab=1.0 "ipywidgets=7.5"
115
115
```
116
116
117
117
Then run the following commands to install the required JupyterLab extensions:
@@ -123,16 +123,16 @@ export NODE_OPTIONS=--max-old-space-size=4096
123
123
set NODE_OPTIONS=--max-old-space-size=4096
124
124
125
125
# Jupyter widgets extension
126
- jupyter labextension install @jupyter-widgets/[email protected] .0 --no-build
126
+ jupyter labextension install @jupyter-widgets/[email protected] --no-build
127
127
128
128
# FigureWidget support
129
- jupyter labextension install [email protected] alpha.4 --no-build
129
+ jupyter labextension install [email protected] rc.1 --no-build
130
130
131
131
# and jupyterlab renderer support
132
- jupyter labextension install [email protected] alpha.5 --no-build
132
+ jupyter labextension install [email protected] rc.1 --no-build
133
133
134
134
# JupyterLab chart editor support (optional)
135
- jupyter labextension install jupyterlab-chart-editor@1.1 --no-build
135
+ jupyter labextension install jupyterlab-chart-editor@1.2 --no-build
136
136
137
137
# Build extensions (must be done to activate extensions since --no-build is used above)
138
138
jupyter lab build
@@ -168,29 +168,31 @@ choropleth figure factory is one such example. These shape files are distributed
168
168
separate ` plotly-geo ` package. This package can be installed using pip...
169
169
170
170
```
171
- pip install plotly-geo==1.0.0a1
171
+ pip install plotly-geo==1.0.0rc1
172
172
```
173
173
174
174
or conda
175
175
```
176
- conda install -c plotly/label/test plotly-geo=1.0.0a1
176
+ conda install -c plotly/label/test plotly-geo=1.0.0rc1
177
177
```
178
178
179
179
### Chart Studio support
180
180
The ` chart-studio ` package can be used to upload plotly figures to Plotly's Chart
181
181
Studio Cloud or On-Prem service. This package can be installed using pip...
182
182
183
183
```
184
- pip install chart-studio==1.0.0a5
184
+ pip install chart-studio==1.0.0rc1
185
185
```
186
186
187
187
or conda
188
188
```
189
- conda install -c plotly/label/test chart-studio=1.0.0a5
189
+ conda install -c plotly/label/test chart-studio=1.0.0rc1
190
190
```
191
191
192
192
## Migration
193
- If you're migrating from plotly.py version 2, please check out the [ migration guide] ( migration-guide.md )
193
+ If you're migrating from plotly.py version 3, please check out the [ Version 4 migration guide] ( https://plot.ly/python/next/v4-migration/ )
194
+
195
+ If you're migrating from plotly.py version 2, please check out the [ Version 3 migration guide] ( migration-guide.md )
194
196
195
197
## Copyright and Licenses
196
198
Code and documentation copyright 2019 Plotly, Inc.
0 commit comments