I have a long list (about 4000 items) whose content is suppressed when I try to display it in an ipython notebook output cell. Maybe two-thirds is shown, but the end has a
How to disable list truncation in IPython:
ipython profile create
c.PlainTextFormatter.max_seq_length = 0