Skip to content

Update figurewidget.md #5284

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: doc-prod
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion doc/python/figurewidget.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.

Expand Down