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/figurewidget.md
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ jupyter:
22
22
pygments_lexer: ipython3
23
23
version: 3.6.5
24
24
plotly:
25
-
description: Introduction to the new Plotly FigureWidget
25
+
description: Introduction to the Plotly FigureWidget
26
26
display_as: chart_events
27
27
language: python
28
28
layout: base
@@ -34,6 +34,12 @@ jupyter:
34
34
redirect_from: /python/ipython-widgets/
35
35
---
36
36
37
+
The Plotly FigureWidget allows you to add Plotly charts as interactive widgets in Jupyter and other compatible notebooks. To use the FigureWidget, you'll need to install `anywidget`:
0 commit comments