Skip to content

Commit 8e57214

Browse files
bumping versions a day late
1 parent c826433 commit 8e57214

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

python/getting-started.md

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ Thanks to deep integration with the [orca](https://github.com/plotly/orca) image
4444
plotly.py may be installed using pip...
4545

4646
```
47-
$ pip install plotly==4.2.1
47+
$ pip install plotly==4.3.0
4848
```
4949
or conda.
5050

5151
```
52-
$ conda install -c plotly plotly=4.2.1
52+
$ conda install -c plotly plotly=4.3.0
5353
```
5454
This package contains everything you need to write figures to standalone HTML files.
5555

@@ -107,13 +107,14 @@ For use in [JupyterLab](https://jupyterlab.readthedocs.io/en/stable/), install t
107107
packages using pip...
108108

109109
```
110-
$ pip install jupyterlab==1.0 "ipywidgets>=7.5"
110+
$ pip install jupyterlab==1.2 "ipywidgets>=7.5"
111111
```
112112

113113
or conda.
114114

115115
```
116-
$ conda install jupyterlab=1.0 "ipywidgets>=7.5"
116+
$ conda install -c conda-forge jupyterlab=1.2
117+
$ conda install "ipywidgets=7.5"
117118
```
118119

119120
Then run the following commands to install the required JupyterLab extensions (note that this will require [`node`](https://nodejs.org/) to be installed):
@@ -126,13 +127,13 @@ export NODE_OPTIONS=--max-old-space-size=4096
126127
set NODE_OPTIONS=--max-old-space-size=4096
127128
128129
# Jupyter widgets extension
129-
jupyter labextension install @jupyter-widgets/jupyterlab-manager@1.0 --no-build
130+
jupyter labextension install @jupyter-widgets/jupyterlab-manager@1.1 --no-build
130131
131132
# jupyterlab renderer support
132-
jupyter labextension install jupyterlab-plotly@1.2.0 --no-build
133+
jupyter labextension install jupyterlab-plotly@1.3.0 --no-build
133134
134135
# FigureWidget support
135-
jupyter labextension install plotlywidget@1.2.0 --no-build
136+
jupyter labextension install plotlywidget@1.3.0 --no-build
136137
137138
# Build extensions (must be done to activate extensions since --no-build is used above)
138139
jupyter lab build

0 commit comments

Comments
 (0)