Skip to content

Commit f7e50b2

Browse files
author
Tim Shawver
authored
Add the new events API gif to the readme
1 parent 260369c commit f7e50b2

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

README.rst

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,14 +222,26 @@ When you upgrade to 1.0.3, you have more granular control over which events you
222222

223223
See the `events notebook <https://mybinder.org/v2/gh/quantopian/qgrid-notebooks/master?filepath=index.ipynb>`_ for more examples of using these new API methods.
224224

225-
For people who would rather not go to another page to try out the experimental notebook, here's the tldr; version:
225+
For people who would rather not go to another page to try out the events notebook, here are a couple of gifs to give you an idea of what you can do with it.
226+
227+
The first gif shows how you can use qgrid to filter the data that's being shown by a matplotlib scatter plot:
226228

227229
.. figure:: docs/images/linked_to_scatter.gif
228230
:align: left
229231
:target: docs/images/linked_to_scatter.gif
230232
:width: 600px
231233

232-
A brief demo showing filtering, editing, and the `get_changed_df()` method
234+
A brief demo showing qgrid hooked up to a matplotlib plot
235+
236+
The second gif shows how you can move qgrid to a separate view in JupyterLab, which makes it more convenient
237+
to use in conjunction with other visualizations (in this case, a couple of ``Output`` widgets):
238+
239+
.. figure:: docs/images/events_api.gif
240+
:align: left
241+
:target: docs/images/events_api.gif
242+
:width: 600px
243+
244+
A brief demo showing qgrid's events api
233245

234246
Continuing to use qgrid 0.3.3
235247
-----------------------------

0 commit comments

Comments
 (0)