resize ipython notebook output window

后端 未结 9 1494
伪装坚强ぢ
伪装坚强ぢ 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:17

    For an plot.ly iplot I had to add the following to see any change (it changed all output)

    %%html
    
    

提交回复
热议问题