Skip to content

Commit fbf52a8

Browse files
committed
DOC: Describe how to disable scrolling in JupyterLab
1 parent bdae757 commit fbf52a8

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,9 @@ or how to:
268268
Troubleshooting
269269
---------------
270270

271+
IOPub data rate exceeded.
272+
^^^^^^^^^^^^^^^^^^^^^^^^^
273+
271274
If you experience the notebook warning::
272275

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

281284
jupyter notebook --NotebookApp.iopub_data_rate_limit=1e12
282285

286+
287+
Scrolling in JupyterLab
288+
^^^^^^^^^^^^^^^^^^^^^^^
289+
290+
Cell output scrolls by default in JupyterLab. To disable scrolling, right click
291+
in the region to the left of the output and select *Disable Scrolling for
292+
Outputs*.
293+
294+
283295
Hacking
284296
-------
285297

0 commit comments

Comments
 (0)