Skip to content

Commit 79b7a83

Browse files
committed
Update README to remove RC versions, update package-lock after release
1 parent 8e87a8c commit 79b7a83

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Built on top of [plotly.js](https://github.com/plotly/plotly.js), `plotly.py` is
2929
## Installation of plotly.py Version 3
3030
To install plotly.py and enable Jupyter or Jupyter Lab support, run:
3131
```
32-
pip install plotly==3.1.1rc1
32+
pip install plotly==3.1.1
3333
pip install "notebook>=5.3" "ipywidgets>=7.2" # only necessary for Jupyter Notebook environments
3434
```
3535

@@ -55,7 +55,7 @@ set NODE_OPTIONS=--max-old-space-size=4096
5555
jupyter labextension install @jupyter-widgets/jupyterlab-manager@0.36 --no-build
5656
5757
# FigureWidget support
58-
jupyter labextension install plotlywidget@0.2.1-rc.1 --no-build
58+
jupyter labextension install plotlywidget@0.2.1 --no-build
5959
6060
# offline iplot support
6161
jupyter labextension install @jupyterlab/plotly-extension@0.16 --no-build

js/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)