Skip to content

Commit

Permalink
DOC: Describe how to disable scrolling in JupyterLab
Browse files Browse the repository at this point in the history
  • Loading branch information
thewtex committed Jan 13, 2020
1 parent bdae757 commit fbf52a8
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,9 @@ or how to:
Troubleshooting
---------------

IOPub data rate exceeded.
^^^^^^^^^^^^^^^^^^^^^^^^^

If you experience the notebook warning::

IOPub data rate exceeded.
Expand All @@ -280,6 +283,15 @@ Set the notebook configuration value::

jupyter notebook --NotebookApp.iopub_data_rate_limit=1e12


Scrolling in JupyterLab
^^^^^^^^^^^^^^^^^^^^^^^

Cell output scrolls by default in JupyterLab. To disable scrolling, right click
in the region to the left of the output and select *Disable Scrolling for
Outputs*.


Hacking
-------

Expand Down

0 comments on commit fbf52a8

Please sign in to comment.