File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2626
2727## Quickstart
2828
29- ` pip install plotly==4.5.0 `
29+ ` pip install plotly==4.5.1 `
3030
3131Inside [ Jupyter notebook] ( https://jupyter.org/install ) (installable with ` pip install "notebook>=5.3" "ipywidgets>=7.2" ` ):
3232
@@ -81,7 +81,7 @@ pip install plotly==4.5.0
8181or conda.
8282
8383```
84- conda install -c plotly plotly=4.5.0
84+ conda install -c plotly plotly=4.5.1
8585```
8686
8787### Jupyter Notebook Support
@@ -128,10 +128,10 @@ set NODE_OPTIONS=--max-old-space-size=4096
128128jupyter labextension install @jupyter-widgets/jupyterlab-manager@1.1 --no-build
129129
130130# FigureWidget support
131- jupyter labextension install plotlywidget@1.5.0 --no-build
131+ jupyter labextension install plotlywidget@1.5.1 --no-build
132132
133133# 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
135135
136136# Build extensions (must be done to activate extensions since --no-build is used above)
137137jupyter 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
4949plotly.py may be installed using pip...
5050
5151```
52- $ pip install plotly==4.5.0
52+ $ pip install plotly==4.5.1
5353```
5454
5555or conda.
5656
5757```
58- $ conda install -c plotly plotly=4.5.0
58+ $ conda install -c plotly plotly=4.5.1
5959```
6060
6161This package contains everything you need to write figures to standalone HTML files.
@@ -144,10 +144,10 @@ set NODE_OPTIONS=--max-old-space-size=4096
144144jupyter labextension install @jupyter-widgets/jupyterlab-manager@1.1 --no-build
145145
146146# 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
148148
149149# FigureWidget support
150- jupyter labextension install plotlywidget@1.5.0 --no-build
150+ jupyter labextension install plotlywidget@1.5.1 --no-build
151151
152152# Build extensions (must be done to activate extensions since --no-build is used above)
153153jupyter lab build
You can’t perform that action at this time.
0 commit comments