Skip to content

Commit

Permalink
Merge pull request #453 from matplotlib/ianhi-patch-1
Browse files Browse the repository at this point in the history
add docs to readme
  • Loading branch information
martinRenou authored Apr 5, 2022
2 parents b31572c + 93dc72b commit 3e0a520
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Leveraging the Jupyter interactive widgets framework, `ipympl` enables the inter

Besides, the figure `canvas` element is a proper Jupyter interactive widget which can be positioned in interactive widget layouts.


## Usage

To enable the `ipympl` backend, simply use the `matplotlib` Jupyter
Expand All @@ -19,7 +20,8 @@ magic:
```
%matplotlib widget
```

## Documentation
See the documentation at: https://matplotlib.org/ipympl/
## Example
See the [example notebook](https://github.com/matplotlib/ipympl/blob/main/docs/examples/full-example.ipynb) for more!

Expand Down

0 comments on commit 3e0a520

Please sign in to comment.