The window with the electrondisplay tables appears empty in mac MWE ```julia df = DataFrame(a=rand(100), b=rand(100), c=rand(100)); electrondisplay(df) ```` 