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...
Is there a setting to allow the full string to appear in the cell?
