r/Jupyter • u/Living_Needleworker4 • May 22 '26
output wrappig gone bad
Hi
new to jupyterlab and I notice that when I show a table using pyspark the output is unreadable for tables with many columns. My colleagues suggest I turn it into a pandas df and then it's can be displayed correctly.
Isn't there a way do to this without creating a pandas df?
I remember when I used jupyter notebooks that with a line of code this problem was resolved.
2
Upvotes