TableView.jl
TableView.jl copied to clipboard
No table contents in Jupyter notebook, Atom
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