File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -112,10 +112,6 @@ to do this.
112
112
113
113
jupyter nbextension install --py --symlink --sys-prefix modin_spreadsheet && jupyter nbextension enable --py --sys-prefix modin_spreadsheet
114
114
115
- #. If desired, install the labextension::
116
-
117
- jupyter labextension link js/
118
-
119
115
#. Run the notebook as you normally would with the following command::
120
116
121
117
jupyter notebook
@@ -172,8 +168,8 @@ The first gif shows how you can use modin-spreadsheet to filter the data that's
172
168
173
169
A brief demo showing modin-spreadsheet hooked up to a matplotlib plot
174
170
175
- The second gif shows how you can move modin-spreadsheet to a separate view in JupyterLab, which makes it more convenient
176
- to use in conjunction with other visualizations (in this case, a couple of `` Output `` widgets):
171
+ The second gif shows how events are recorded. The layout is specific to JupyterLab, which is not yet supported, but the
172
+ Events API is the same on Jupyter notebook.
177
173
178
174
.. figure :: docs/images/events_api.gif
179
175
:align: left
You can’t perform that action at this time.
0 commit comments