Skip to content

Instantly share code, notes, and snippets.

@fabiofortkamp
Created July 12, 2017 07:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fabiofortkamp/5db9cf6fd96c4d02a7ff7780c56cc0c2 to your computer and use it in GitHub Desktop.
Save fabiofortkamp/5db9cf6fd96c4d02a7ff7780c56cc0c2 to your computer and use it in GitHub Desktop.
How to disable scrolling in Jupyter notebooks
// don't forget to put the following cell magic,
// if used inside a Jupyter notebook
// %%javascript
IPython.OutputArea.auto_scroll_threshold = 9999;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment