Within synapse notebooks, running display(df.limit(10)) does not always work. It usually works when the notebook is first run, but after a while, if i run it again, it does not display the df.
The server has not died or timed out, code is still executing.
The code cell runs, no errors are thrown, it simply does not display the data. I dont know at what point, or what has changed to stop it displaying and am asking if anyone has experienced this.
as there is no error, I don't have any further to provide but if there is something I should check please let me know.
Thank you!