Skip to content
Merged
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