JuliaComputing / TableView.jl

A Tables.jl compatible table viewer based on ag-grid
Other
101 stars 13 forks source link

No table contents in Jupyter notebook, Atom #52

Open grahamgill opened 4 years ago

grahamgill commented 4 years ago

I'm trying to display the following small table taken from #48

using DataFrames, TableView
a = randn(10)
b= randn(10)
data = DataFrame(a=a,b=b)
showtable(data)

In Jupyter notebook I get Row | a | b column headers and no content.

In Atom when run from the Julia REPL the Plots pane opens up but I get no output at all.

Julia 1.4.2, TableView.jl 0.6.1, WebIO.jl 0.8.14, IJulia.jl 1.21.2, Juno.jl 0.8.2, Atom.jl 0.12.14, Jupyter notebook 6.0.3, Atom 1.47.0