File tree Expand file tree Collapse file tree 8 files changed +417
-398
lines changed
Filter options
Expand file tree Collapse file tree 8 files changed +417
-398
lines changed
Original file line number Diff line number Diff line change 33
33
34
34
## Quickstart
35
35
36
- ` pip install plotly==4.6 .0 `
36
+ ` pip install plotly==4.7 .0 `
37
37
38
38
Inside [ Jupyter notebook] ( https://jupyter.org/install ) (installable with ` pip install "notebook>=5.3" "ipywidgets>=7.2" ` ):
39
39
@@ -82,13 +82,13 @@ Built on top of [plotly.js](https://github.com/plotly/plotly.js), `plotly.py` is
82
82
plotly.py may be installed using pip...
83
83
84
84
```
85
- pip install plotly==4.6 .0
85
+ pip install plotly==4.7 .0
86
86
```
87
87
88
88
or conda.
89
89
90
90
```
91
- conda install -c plotly plotly=4.6 .0
91
+ conda install -c plotly plotly=4.7 .0
92
92
```
93
93
94
94
### Jupyter Notebook Support
@@ -135,10 +135,10 @@ set NODE_OPTIONS=--max-old-space-size=4096
135
135
jupyter labextension install @jupyter-widgets/jupyterlab-manager@1.1 --no-build
136
136
137
137
# FigureWidget support
138
- jupyter labextension install plotlywidget@4.6 .0 --no-build
138
+ jupyter labextension install plotlywidget@4.7 .0 --no-build
139
139
140
140
# and jupyterlab renderer support
141
- jupyter labextension install jupyterlab-plotly@4.6 .0 --no-build
141
+ jupyter labextension install jupyterlab-plotly@4.7 .0 --no-build
142
142
143
143
# Build extensions (must be done to activate extensions since --no-build is used above)
144
144
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.6 .0
52
+ $ pip install plotly==4.7 .0
53
53
```
54
54
55
55
or conda.
56
56
57
57
```
58
- $ conda install -c plotly plotly=4.6 .0
58
+ $ conda install -c plotly plotly=4.7 .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@4.6 .0 --no-build
147
+ jupyter labextension install jupyterlab-plotly@4.7 .0 --no-build
148
148
149
149
# FigureWidget support
150
- jupyter labextension install plotlywidget@4.6 .0 --no-build
150
+ jupyter labextension install plotlywidget@4.7 .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