queryverse / ElectronDisplay.jl

An Electron.jl based figure and table display.
Other
85 stars 17 forks source link

Electro Display not showing tables in Mac #89

Open jd-lara opened 3 years ago

jd-lara commented 3 years ago

The window with the electrondisplay tables appears empty in mac

MWE

df = DataFrame(a=rand(100), b=rand(100), c=rand(100));
electrondisplay(df)

image

Mirage10 commented 3 years ago

Hello!

the same applies to Linux systems ...

have a gr8 day!

rafael-guerra-www commented 2 years ago

Hi, Same empty electron display in Win10:

using DataFrames, ElectronDisplay
df = DataFrame(a=rand(100), b=rand(100), c=rand(100));
electrondisplay(df)