I am trying to display the contents of an Excel file in a Jupyter Notebook. However, a column named definition of the Excel sheet contains long strings. So when I display the DataFrame in the notebook, the long strings are truncated by ellipsis (...).
Is there a way to display the complete contents of the column in Jupyter Notebook? Since there is clearly space to the right that can utilized by the Definition column.
