You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+14-2Lines changed: 14 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -222,14 +222,26 @@ When you upgrade to 1.0.3, you have more granular control over which events you
222
222
223
223
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.
224
224
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:
226
228
227
229
.. figure:: docs/images/linked_to_scatter.gif
228
230
:align:left
229
231
:target:docs/images/linked_to_scatter.gif
230
232
:width:600px
231
233
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):
0 commit comments