'Jupyter notebook truncates value inside of individual cells (not rows or columns, but the text)

Python 3.9.10
notebook==6.4.8
Linux VERSION="22.04 (Jammy Jellyfish)"

I have data including very long UUID strings. Regardless of how many rows or columns are being shown in the Jupyter output, the long UUID strings are being truncated in each individual cell...

I.e.

97bd13ed-e982-482a-9fab-23fc3e588dfd_b207580a-d8bc-4fce-b125-699b03973116

...appears as...

Truncated string in cell

Is there a setting to allow the full string to appear in the cell?



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source