IPython display only works for the last function call

Relatively simple, but when I was trying to render two separate dataframes in their format, I call display to get the cleaner version, but on datalore for whatever reason, only the last call actually get displayed.

On a separate note, whenever I use the display function in a cell on datalore, it never actually renders until I reload the notebook… just an FYI.

And the function “display” is from “from IPython.display import display”

1 Like