From 93dc72b827fc258177589f2581d7dd289812e86e Mon Sep 17 00:00:00 2001 From: Ian Hunt-Isaak Date: Tue, 5 Apr 2022 15:20:57 +0100 Subject: [PATCH] add docs to readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ea3e162f..305b6a29 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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!