Skip to content

Commit

Permalink
DOCS-quantopian#22: Remove mentions of JupyterLab support
Browse files Browse the repository at this point in the history
Signed-off-by: Richard Lin <[email protected]>
  • Loading branch information
richardlin047 committed Mar 26, 2021
1 parent a8a4cd7 commit c338a0a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,6 @@ to do this.

jupyter nbextension install --py --symlink --sys-prefix modin_spreadsheet && jupyter nbextension enable --py --sys-prefix modin_spreadsheet

#. If desired, install the labextension::

jupyter labextension link js/

#. Run the notebook as you normally would with the following command::

jupyter notebook
Expand Down Expand Up @@ -172,8 +168,8 @@ The first gif shows how you can use modin-spreadsheet to filter the data that's

A brief demo showing modin-spreadsheet hooked up to a matplotlib plot

The second gif shows how you can move modin-spreadsheet to a separate view in JupyterLab, which makes it more convenient
to use in conjunction with other visualizations (in this case, a couple of ``Output`` widgets):
The second gif shows how events are recorded. The layout is specific to JupyterLab, which is not yet supported, but the
Events API is the same on Jupyter notebook.

.. figure:: docs/images/events_api.gif
:align: left
Expand Down

0 comments on commit c338a0a

Please sign in to comment.