TL;DR: if you really don’t care about maybe wedging your browser:
pandas.options.display.max_rows = pandas.options.display.max_columns = pandas.options.display.max_colwidth = int(1e6)
The pandas docs are excellent, once you know where to look. This particular thing is handled in options, and an example right at the top of the page has what you need.