Jupyter

Maximize the cell size of Jupyter notebook

TL;DR Put the following magic command (cell magic) in a cell and execute it. %%javascript IPython.OutputArea.auto_scroll_threshold = 9999; Note: This is not line magic like % matplotlib inline and some