File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +9
-9
lines changed
Original file line number Diff line number Diff line change 34
34
35
35
## Quickstart
36
36
37
- ` pip install plotly==4.5.4 `
37
+ ` pip install plotly==4.6.0 `
38
38
39
39
Inside [ Jupyter notebook] ( https://jupyter.org/install ) (installable with ` pip install "notebook>=5.3" "ipywidgets>=7.2" ` ):
40
40
@@ -83,13 +83,13 @@ Built on top of [plotly.js](https://github.com/plotly/plotly.js), `plotly.py` is
83
83
plotly.py may be installed using pip...
84
84
85
85
```
86
- pip install plotly==4.5.4
86
+ pip install plotly==4.6.0
87
87
```
88
88
89
89
or conda.
90
90
91
91
```
92
- conda install -c plotly plotly=4.5.4
92
+ conda install -c plotly plotly=4.6.0
93
93
```
94
94
95
95
### Jupyter Notebook Support
@@ -136,10 +136,10 @@ set NODE_OPTIONS=--max-old-space-size=4096
136
136
jupyter labextension install @jupyter-widgets/jupyterlab-manager@1.1 --no-build
137
137
138
138
# FigureWidget support
139
- jupyter labextension install plotlywidget@1.5.4 --no-build
139
+ jupyter labextension install plotlywidget@4.6.0 --no-build
140
140
141
141
# and jupyterlab renderer support
142
- jupyter labextension install jupyterlab-plotly@1.5.4 --no-build
142
+ jupyter labextension install jupyterlab-plotly@4.6.0 --no-build
143
143
144
144
# Build extensions (must be done to activate extensions since --no-build is used above)
145
145
jupyter lab build
Original file line number Diff line number Diff line change @@ -49,13 +49,13 @@ Thanks to deep integration with the [orca](https://github.com/plotly/orca) image
49
49
plotly.py may be installed using pip...
50
50
51
51
```
52
- $ pip install plotly==4.5.4
52
+ $ pip install plotly==4.6.0
53
53
```
54
54
55
55
or conda.
56
56
57
57
```
58
- $ conda install -c plotly plotly=4.5.4
58
+ $ conda install -c plotly plotly=4.6.0
59
59
```
60
60
61
61
This package contains everything you need to write figures to standalone HTML files.
@@ -144,10 +144,10 @@ set NODE_OPTIONS=--max-old-space-size=4096
144
144
jupyter labextension install @jupyter-widgets/jupyterlab-manager@1.1 --no-build
145
145
146
146
# jupyterlab renderer support
147
- jupyter labextension install jupyterlab-plotly@1.5.4 --no-build
147
+ jupyter labextension install jupyterlab-plotly@4.6.0 --no-build
148
148
149
149
# FigureWidget support
150
- jupyter labextension install plotlywidget@1.5.4 --no-build
150
+ jupyter labextension install plotlywidget@4.6.0 --no-build
151
151
152
152
# Build extensions (must be done to activate extensions since --no-build is used above)
153
153
jupyter lab build
You can’t perform that action at this time.
0 commit comments