@@ -78,40 +78,40 @@ 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.0a8
81
+ pip install plotly==4.0.0a9
82
82
```
83
83
84
84
or conda.
85
85
```
86
- conda install -c plotly/label/test plotly==4.0.0a8
86
+ conda install -c plotly/label/test plotly==4.0.0a9
87
87
```
88
88
89
89
### Jupyter Notebook Support
90
90
For use in the Jupyter Notebook, install the ` notebook ` and ` ipywidgets `
91
91
packages using pip...
92
92
93
93
```
94
- pip install "notebook>=5.3" "ipywidgets==7.4 "
94
+ pip install "notebook>=5.3" "ipywidgets==7.5 "
95
95
```
96
96
97
97
or conda.
98
98
99
99
```
100
- conda install "notebook>=5.3" "ipywidgets=7.4 "
100
+ conda install -c conda-forge "notebook>=5.3" "ipywidgets=7.5 "
101
101
```
102
102
103
103
### JupyterLab Support (Python 3.5+)
104
104
For use in JupyterLab, install the ` jupyterlab ` and ` ipywidgets `
105
105
packages using pip...
106
106
107
107
```
108
- pip install jupyterlab==0.35 "ipywidgets==7.4 "
108
+ pip install jupyterlab==1.0.0 "ipywidgets==7.5 "
109
109
```
110
110
111
111
or conda.
112
112
113
113
```
114
- conda install jupyterlab=0.35 "ipywidgets=7.2 "
114
+ conda install -c conda-forge jupyterlab=1.0.0 "ipywidgets=7.5 "
115
115
```
116
116
117
117
Then run the following commands to install the required JupyterLab extensions:
@@ -123,10 +123,10 @@ 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] -rc.2 --no-build
126
+ jupyter labextension install @jupyter-widgets/[email protected] --no-build
127
127
128
128
# FigureWidget support
129
- jupyter labextension install plotlywidget@0.38 --no-build
129
+ jupyter labextension install plotlywidget@1.0.0-alpha.4 --no-build
130
130
131
131
# and jupyterlab renderer support
132
132
jupyter labextension install [email protected] --no-build
0 commit comments