Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Displaying results for long lists is messy. #1815

Closed
gnublet opened this issue Oct 6, 2016 · 1 comment
Closed

Displaying results for long lists is messy. #1815

gnublet opened this issue Oct 6, 2016 · 1 comment

Comments

@gnublet
Copy link

gnublet commented Oct 6, 2016

For example, type [1,2,3,4]*100 in the input box and press Ctrl+Enter you will see a long vertically formatted list:

[1,
 2,
 3,
 4,
 1,
 2,
 3,
 4,
 1,
 2,
 3,
 4,
...

This can be improved by displaying the list on multiple columns like ls.

@takluyver
Copy link
Member

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.

@takluyver takluyver added this to the not notebook milestone Oct 6, 2016
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 24, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants