@@ -22,12 +22,12 @@ about Qgrid, here is an `introduction on YouTube <https://www.youtube.com/watch?
22
22
23
23
Here is an example of the Modin-spreadsheet widget in action.
24
24
25
- .. figure :: docs/images/overview_demo.gif
26
- :align: left
27
- :target: docs/images/overview_demo.gif
28
- :width: 200px
25
+ .. figure :: docs/images/overview_demo.gif
26
+ :align: left
27
+ :target: docs/images/overview_demo.gif
28
+ :width: 200px
29
29
30
- A brief demo showing filtering, editing, history, and exporting the changed dataframe
30
+ A brief demo showing filtering, editing, history, and exporting the changed dataframe
31
31
32
32
API Documentation
33
33
-----------------
@@ -87,9 +87,11 @@ done when viewing DataFrames as a static html table. The following image shows
87
87
multi-indexed DataFrame:
88
88
89
89
.. figure :: https://s3.amazonaws.com/quantopian-forums/pipeline_with_qgrid.png
90
- :align: left
91
- :target: https://s3.amazonaws.com/quantopian-forums/pipeline_with_qgrid.png
92
- :width: 100px
90
+ :align: left
91
+ :target: https://s3.amazonaws.com/quantopian-forums/pipeline_with_qgrid.png
92
+ :width: 100px
93
+
94
+ Disclaimer: This is from the Qgrid documentation.
93
95
94
96
**Events API **:
95
97
The Events API provides ``on `` and ``off `` methods which can be used to attach/detach event handlers. They're available
@@ -113,22 +115,22 @@ Here are some examples of how the Events API can be applied.
113
115
114
116
This shows how you can use modin-spreadsheet to filter the data that's being shown by a matplotlib scatter plot:
115
117
116
- .. figure :: docs/images/linked_to_scatter.gif
117
- :align: left
118
- :target: docs/images/linked_to_scatter.gif
119
- :width: 600px
118
+ .. figure :: docs/images/linked_to_scatter.gif
119
+ :align: left
120
+ :target: docs/images/linked_to_scatter.gif
121
+ :width: 600px
120
122
121
- A brief demo showing modin -spreadsheet hooked up to a matplotlib plot
123
+ A brief demo showing Modin -spreadsheet hooked up to a matplotlib plot. Disclaimer: This is from the Qgrid documentation.
122
124
123
125
This shows how events are recorded in real-time. The demo is recorded on JupyterLab, which is not yet supported, but
124
126
the functionality is the same on Jupyter Notebook.
125
127
126
- .. figure :: docs/images/events_api.gif
127
- :align: left
128
- :target: docs/images/events_api.gif
129
- :width: 600px
128
+ .. figure :: docs/images/events_api.gif
129
+ :align: left
130
+ :target: docs/images/events_api.gif
131
+ :width: 600px
130
132
131
- A brief demo showing modin -spreadsheet's events api
133
+ A brief demo showing Modin -spreadsheet's Events API. Disclaimer: This is from the Qgrid documentation.
132
134
133
135
Running from source & testing your changes
134
136
------------------------------------------
0 commit comments