python - Change the cell width of a data frame in Jupyter Notebook - Stack Overflow

from pandas import set_option
set_option('display.max_colwidth', None)