Skip to content

Commit ce0ed5f

Browse files
Merge pull request #108 from plotly/plotly_4.1.0
Plotly version 4.1.0 docs update
2 parents c5ad978 + 0d11123 commit ce0ed5f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,5 +68,5 @@ jobs:
6868
fi
6969
7070
- store_artifacts:
71-
path: build/failures
72-
destination: failures
71+
path: build
72+
destination: build

python/getting-started.md

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

4848
```
49-
$ pip install plotly==4.0.0
49+
$ pip install plotly==4.1.0
5050
```
5151
or conda.
5252

5353
```
54-
$ conda install -c plotly plotly=4.0.0
54+
$ conda install -c plotly plotly=4.1.0
5555
```
5656
This package contains everything you need to write figures to standalone HTML files.
5757

@@ -131,10 +131,10 @@ set NODE_OPTIONS=--max-old-space-size=4096
131131
jupyter labextension install @jupyter-widgets/[email protected] --no-build
132132
133133
# 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
135135
136136
# FigureWidget support
137-
jupyter labextension install plotlywidget@1.0.0 --no-build
137+
jupyter labextension install plotlywidget@1.1.0 --no-build
138138
139139
# JupyterLab chart editor support (optional)
140140
jupyter labextension install [email protected] --no-build

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
plotly==4.0.0
1+
plotly==4.1.0
22
jupytext==1.1.1
33
jupyter
44
notebook

0 commit comments

Comments
 (0)