Jupyter notebookの出力セルの大きさを無限にする
1922 ワード
TL;DR
以下のマジックコマンド(Cell magic)をセルに入れて実行。
%%javascript
IPython.OutputArea.auto_scroll_threshold = 9999;
注意:%matplotlib inline
のようなLine magicではないので,独立したセルを用意して実行しないとエラーが発生する.詳しくはIPythonの公式ドキュメント 参照.
-
%
- All available line magic commands - check here -
%%
- All available cell magic commands - check here
Cf.
Author And Source
この問題について(Jupyter notebookの出力セルの大きさを無限にする), 我々は、より多くの情報をここで見つけました https://qiita.com/yumaloop/items/69ef0f649f4711848766著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .