Skip to content

Commit 93dc72b

Browse files
authored
add docs to readme
1 parent b31572c commit 93dc72b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ Leveraging the Jupyter interactive widgets framework, `ipympl` enables the inter
1111

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

14+
1415
## Usage
1516

1617
To enable the `ipympl` backend, simply use the `matplotlib` Jupyter
@@ -19,7 +20,8 @@ magic:
1920
```
2021
%matplotlib widget
2122
```
22-
23+
## Documentation
24+
See the documentation at: https://matplotlib.org/ipympl/
2325
## Example
2426
See the [example notebook](https://github.com/matplotlib/ipympl/blob/main/docs/examples/full-example.ipynb) for more!
2527

0 commit comments

Comments
 (0)