grahamgill

Results 1 issues of grahamgill

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...