Jupyter output cell collapse on multiple figures

jupyter, jupyter-notebook, matplotlib

Solution

There is a shortcut for that: use `o` (that is the letter o) in the command mode to expand/collapse. Or capital `O` to switch between scrolling/expanded output. See menu > help > Keyboard Shortcuts.

Problem

For some reasons my new Jupyter notebooks seems to be collapsing the output if large figures are plotted with `matplotlib`. Pic attached: I want to display the pictures in full, i.e. without the scrolling bar to the right side. How do I achieve this?

Original source

Related problems