We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdae757 commit fbf52a8Copy full SHA for fbf52a8
README.rst
@@ -268,6 +268,9 @@ or how to:
268
Troubleshooting
269
---------------
270
271
+IOPub data rate exceeded.
272
+^^^^^^^^^^^^^^^^^^^^^^^^^
273
+
274
If you experience the notebook warning::
275
276
IOPub data rate exceeded.
@@ -280,6 +283,15 @@ Set the notebook configuration value::
280
283
281
284
jupyter notebook --NotebookApp.iopub_data_rate_limit=1e12
282
285
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
295
Hacking
296
-------
297
0 commit comments