We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
Row | a | b
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm trying to display the following small table taken from #48
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
The text was updated successfully, but these errors were encountered: