Skip to content

Commit c338a0a

Browse files
committed
DOCS-quantopian#22: Remove mentions of JupyterLab support
Signed-off-by: Richard Lin <[email protected]>
1 parent a8a4cd7 commit c338a0a

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

README.rst

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)