By default the ipython notebook ouput is limited to a small sub window at the bottom. This makes us force to use separate scroll bar that comes with the output window, when
To resize the height of the scrollable output I do the following (you can change 44em):
from IPython.core.display import display, HTML display(HTML(""))