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
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