Say I have these two Data Frames in a list,
sm = pd.DataFrame([[\"Forever\", \'BenHarper\'],[\"Steel My Kisses\", \'Kack Johnson\'],\\ [\"Diamo
You can use this:
from IPython.display import display for i in df_list: display(i)
Learn more tricks about rich and flexible formatting at Jupyter Notebook Viewer