Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Electro Display not showing tables in Mac #89

Open
jd-lara opened this issue Mar 13, 2021 · 2 comments
Open

Electro Display not showing tables in Mac #89

jd-lara opened this issue Mar 13, 2021 · 2 comments

Comments

@jd-lara
Copy link

jd-lara commented Mar 13, 2021

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
Copy link

Hello!

the same applies to Linux systems ...

have a gr8 day!

@rafael-guerra-www
Copy link

rafael-guerra-www commented Jul 17, 2021

Hi,
Same empty electron display in Win10:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants