dunovank / jupyter-themes

Custom Jupyter Notebook Themes
MIT License
9.76k stars 1.06k forks source link

multi output is too high~ #339

Open aQuaYi opened 5 years ago

aQuaYi commented 5 years ago

28 Jupyter Notebook tips, tricks, and shortcuts – Dataquest

If you want to set this behaviour for all instances of Jupyter (Notebook and Console), simply create a file ~/.ipython/profile_default/ipython_config.py with the lines below.

c = get_config()

Run all nodes interactively

c.InteractiveShell.ast_node_interactivity = "all"

截图_20190428_133855