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 the output is big.
Any configuration option to make it not limited in size, instead run as high as the actual output is? Or option to resize it once it gets created?
See the jupyter autoscroll extension (part of jupyter_contrib_nbextensions), which allows you to select when the output starts scrolling in a dropdown menu (you can set it to never scroll). The API used is not officially supported though, so this may break at any time.
2.1m questions
2.1m answers
60 comments
57.0k users