Skip to content

Commit c9e8630

Browse files
committed
add anywidget
1 parent a91abfa commit c9e8630

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

doc/python/v6-changes.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,13 @@ pip install notebook --upgrade
4747

4848
## Change to anywidget for go.FigureWidget
4949

50-
[go.FigureWidget](https://plotly.com/python/figurewidget/) now uses [anywidget](https://anywidget.dev/). Install `anywidget` to
50+
[go.FigureWidget](https://plotly.com/python/figurewidget/) now uses [anywidget](https://anywidget.dev/). Install `anywidget` with:
5151

5252

53+
```python
54+
pip install anywidget
55+
```
56+
5357
## Processing NumPy and Pandas Series
5458

5559
Plotly.py now takes advantage of recent changes in how Plotly.js handles typed arrays for improved performance. See the [performance page](python/performance/) for more details.

0 commit comments

Comments
 (0)