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

Diff for: README.md

+2-2
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/[email protected] --no-build
5656
5757
# FigureWidget support
58-
jupyter labextension install [email protected]-rc.1 --no-build
58+
jupyter labextension install [email protected] --no-build
5959
6060
# offline iplot support
6161
jupyter labextension install @jupyterlab/[email protected] --no-build

Diff for: js/package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)