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.
112112
113113 jupyter nbextension install --py --symlink --sys-prefix modin_spreadsheet && jupyter nbextension enable --py --sys-prefix modin_spreadsheet
114114
115- #. If desired, install the labextension::
116-
117- jupyter labextension link js/
118-
119115#. Run the notebook as you normally would with the following command::
120116
121117 jupyter notebook
@@ -172,8 +168,8 @@ The first gif shows how you can use modin-spreadsheet to filter the data that's
172168
173169 A brief demo showing modin-spreadsheet hooked up to a matplotlib plot
174170
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.
177173
178174 .. figure :: docs/images/events_api.gif
179175 :align: left
You can’t perform that action at this time.
0 commit comments