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 @@ -46,12 +46,12 @@ Thanks to deep integration with the [orca](https://github.com/plotly/orca) image
46
46
plotly.py may be installed using pip...
47
47
48
48
```
49
- $ pip install plotly==4.0 .0
49
+ $ pip install plotly==4.1 .0
50
50
```
51
51
or conda.
52
52
53
53
```
54
- $ conda install -c plotly plotly=4.0 .0
54
+ $ conda install -c plotly plotly=4.1 .0
55
55
```
56
56
This package contains everything you need to write figures to standalone HTML files.
57
57
@@ -131,10 +131,10 @@ set NODE_OPTIONS=--max-old-space-size=4096
131
131
jupyter labextension install @jupyter-widgets/jupyterlab-manager@1.0 --no-build
132
132
133
133
# jupyterlab renderer support
134
- jupyter labextension install jupyterlab-plotly@1.0 .0 --no-build
134
+ jupyter labextension install jupyterlab-plotly@1.1 .0 --no-build
135
135
136
136
# FigureWidget support
137
- jupyter labextension install plotlywidget@1.0 .0 --no-build
137
+ jupyter labextension install plotlywidget@1.1 .0 --no-build
138
138
139
139
# JupyterLab chart editor support (optional)
140
140
jupyter labextension install jupyterlab-chart-editor@1.2 --no-build
You can’t perform that action at this time.
0 commit comments