Skip to content

Commit a91abfa

Browse files
committed
add anywidget update
1 parent 5d27f02 commit a91abfa

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Diff for: doc/python/v6-changes.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ Versions of Jupyter Notebook earlier than version 7 are no longer supported. To
4545
pip install notebook --upgrade
4646
```
4747

48+
## Change to anywidget for go.FigureWidget
49+
50+
[go.FigureWidget](https://plotly.com/python/figurewidget/) now uses [anywidget](https://anywidget.dev/). Install `anywidget` to
51+
52+
4853
## Processing NumPy and Pandas Series
4954

5055
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.
@@ -124,4 +129,4 @@ The `pointcloud` trace has been removed. Use [`scattergl`](/python/reference/sca
124129

125130
### Transforms
126131

127-
Transforms, which were deprecated in Plotly.py v5, have been removed.
132+
Transforms, which were deprecated in Plotly.py v5, have been removed.

0 commit comments

Comments
 (0)