You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks, this is already tracked as ipython/ipython#8741 (the way lists display is part of IPython, not the notebook). Unfortunately we have not yet found a good general fix that doesn't mess things up for things like lists of lists or lists of dicts.
For example, type
[1,2,3,4]*100
in the input box and pressCtrl+Enter
you will see a long vertically formatted list:This can be improved by displaying the list on multiple columns like
ls
.The text was updated successfully, but these errors were encountered: