I'm using a jupyter notebook in azure. I have a dataframe in spark with hundreds of columns and rows. I want to display the dataframe pretty, like a table, which means I need a horizontal scrollbar. I tried the display function from
from IPython.display import display
but the df is still pressed in on page, just like text.