In [ ]:
import pandas as pd
import itables
itables.init_notebook_mode(all_interactive=True)
In [ ]:
df = pd.DataFrame([["some_data"]])
print("this will be rendered")
display(df)
print("this and the following table are not rendred")
display(df)
this will be rendered
0
Loading ITables v2.2.2 from the init_notebook_mode cell... (need help?)
this and the following table are not rendred
0
Loading ITables v2.2.2 from the init_notebook_mode cell... (need help?)