Skip to content
New issue

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

No table contents in Jupyter notebook, Atom #52

Open
grahamgill opened this issue Jun 16, 2020 · 0 comments
Open

No table contents in Jupyter notebook, Atom #52

grahamgill opened this issue Jun 16, 2020 · 0 comments

Comments

@grahamgill
Copy link

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

@grahamgill grahamgill changed the title No table contents in jupyter notebook, Atom No table contents in Jupyter notebook, Atom Jun 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant