-
Notifications
You must be signed in to change notification settings - Fork 13
Closed
Description
I am trying to use TableView (version 0.6.0) in Julia 1.4. Example code below. The table opens in Atom's plot panel, shows two columns called a and b, but displays no entries. I tried displaying with blink as well but still doesn't work.
using (TableView)
a = randn(10)
b= randn(10)
data = DataFrame(a=a,b=b)
showtable(data)
Metadata
Metadata
Assignees
Labels
No labels