File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 26
26
27
27
## Quickstart
28
28
29
- ` pip install plotly==4.5.0 `
29
+ ` pip install plotly==4.5.1 `
30
30
31
31
Inside [ Jupyter notebook] ( https://jupyter.org/install ) (installable with ` pip install "notebook>=5.3" "ipywidgets>=7.2" ` ):
32
32
@@ -81,7 +81,7 @@ pip install plotly==4.5.0
81
81
or conda.
82
82
83
83
```
84
- conda install -c plotly plotly=4.5.0
84
+ conda install -c plotly plotly=4.5.1
85
85
```
86
86
87
87
### Jupyter Notebook Support
@@ -128,10 +128,10 @@ set NODE_OPTIONS=--max-old-space-size=4096
128
128
jupyter labextension install @jupyter-widgets/jupyterlab-manager@1.1 --no-build
129
129
130
130
# FigureWidget support
131
- jupyter labextension install plotlywidget@1.5.0 --no-build
131
+ jupyter labextension install plotlywidget@1.5.1 --no-build
132
132
133
133
# and jupyterlab renderer support
134
- jupyter labextension install jupyterlab-plotly@1.5.0 --no-build
134
+ jupyter labextension install jupyterlab-plotly@1.5.1 --no-build
135
135
136
136
# Build extensions (must be done to activate extensions since --no-build is used above)
137
137
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.0
52
+ $ pip install plotly==4.5.1
53
53
```
54
54
55
55
or conda.
56
56
57
57
```
58
- $ conda install -c plotly plotly=4.5.0
58
+ $ conda install -c plotly plotly=4.5.1
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.0 --no-build
147
+ jupyter labextension install jupyterlab-plotly@1.5.1 --no-build
148
148
149
149
# FigureWidget support
150
- jupyter labextension install plotlywidget@1.5.0 --no-build
150
+ jupyter labextension install plotlywidget@1.5.1 --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