LoginSignup
0
1

Jupyter notebookの出力セルの大きさを無限にする

Last updated at Posted at 2020-11-25

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.

0
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
1