You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/python/v6-changes.md
+6-1
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,11 @@ Versions of Jupyter Notebook earlier than version 7 are no longer supported. To
45
45
pip install notebook --upgrade
46
46
```
47
47
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
+
48
53
## Processing NumPy and Pandas Series
49
54
50
55
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
124
129
125
130
### Transforms
126
131
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