diff --git a/.circleci/config.yml b/.circleci/config.yml index 170604248..0fd9dff70 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -68,5 +68,5 @@ jobs: fi - store_artifacts: - path: build/failures - destination: failures + path: build + destination: build diff --git a/python/getting-started.md b/python/getting-started.md index c1a3dc6ce..49b16c23b 100644 --- a/python/getting-started.md +++ b/python/getting-started.md @@ -46,12 +46,12 @@ Thanks to deep integration with the [orca](https://github.com/plotly/orca) image plotly.py may be installed using pip... ``` -$ pip install plotly==4.0.0 +$ pip install plotly==4.1.0 ``` or conda. ``` -$ conda install -c plotly plotly=4.0.0 +$ conda install -c plotly plotly=4.1.0 ``` This package contains everything you need to write figures to standalone HTML files. @@ -131,10 +131,10 @@ set NODE_OPTIONS=--max-old-space-size=4096 jupyter labextension install @jupyter-widgets/jupyterlab-manager@1.0 --no-build # jupyterlab renderer support -jupyter labextension install jupyterlab-plotly@1.0.0 --no-build +jupyter labextension install jupyterlab-plotly@1.1.0 --no-build # FigureWidget support -jupyter labextension install plotlywidget@1.0.0 --no-build +jupyter labextension install plotlywidget@1.1.0 --no-build # JupyterLab chart editor support (optional) jupyter labextension install jupyterlab-chart-editor@1.2 --no-build diff --git a/requirements.txt b/requirements.txt index 5cf4a3212..1c5e16cac 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -plotly==4.0.0 +plotly==4.1.0 jupytext==1.1.1 jupyter notebook