File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -47,12 +47,12 @@ Thanks to deep integration with the [orca](https://github.com/plotly/orca) image
47
47
plotly.py may be installed using pip...
48
48
49
49
```
50
- $ pip install plotly==4.1.0
50
+ $ pip install plotly==4.2.1
51
51
```
52
52
or conda.
53
53
54
54
```
55
- $ conda install -c plotly plotly=4.1.0
55
+ $ conda install -c plotly plotly=4.2.1
56
56
```
57
57
This package contains everything you need to write figures to standalone HTML files.
58
58
@@ -132,10 +132,10 @@ set NODE_OPTIONS=--max-old-space-size=4096
132
132
jupyter labextension install @jupyter-widgets/jupyterlab-manager@1.0 --no-build
133
133
134
134
# jupyterlab renderer support
135
- jupyter labextension install jupyterlab-plotly@1.1 .0 --no-build
135
+ jupyter labextension install jupyterlab-plotly@1.2 .0 --no-build
136
136
137
137
# FigureWidget support
138
- jupyter labextension install plotlywidget@1.1 .0 --no-build
138
+ jupyter labextension install plotlywidget@1.2 .0 --no-build
139
139
140
140
# JupyterLab chart editor support (optional)
141
141
jupyter labextension install jupyterlab-chart-editor@1.2 --no-build
You can’t perform that action at this time.
0 commit comments