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
+5-1
Original file line number
Diff line number
Diff line change
@@ -47,9 +47,13 @@ pip install notebook --upgrade
47
47
48
48
## Change to anywidget for go.FigureWidget
49
49
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:
51
51
52
52
53
+
```python
54
+
pip install anywidget
55
+
```
56
+
53
57
## Processing NumPy and Pandas Series
54
58
55
59
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