resize ipython notebook output window

后端 未结 9 1475
伪装坚强ぢ
伪装坚强ぢ 2020-12-02 12:04

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

9条回答
  •  失恋的感觉
    2020-12-02 12:35

    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(""))
    

提交回复
热议问题