From ec4b6cdedfedd9a04532af5672ffaec32ec17cb4 Mon Sep 17 00:00:00 2001 From: Liam Connors Date: Thu, 17 Jul 2025 16:28:00 -0400 Subject: [PATCH] Update figurewidget.md --- doc/python/figurewidget.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/doc/python/figurewidget.md b/doc/python/figurewidget.md index c2d76327e7b..9482c29f767 100644 --- a/doc/python/figurewidget.md +++ b/doc/python/figurewidget.md @@ -22,7 +22,7 @@ jupyter: pygments_lexer: ipython3 version: 3.6.5 plotly: - description: Introduction to the new Plotly FigureWidget + description: Introduction to the Plotly FigureWidget display_as: chart_events language: python layout: base @@ -34,6 +34,12 @@ jupyter: redirect_from: /python/ipython-widgets/ --- +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`: + +```bash +pip install anywidget +``` + #### Create a Simple FigureWidget Create an empty FigureWidget and then view it.