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

writemime error #1058

Closed
cstjean opened this issue Sep 5, 2016 · 0 comments
Closed

writemime error #1058

cstjean opened this issue Sep 5, 2016 · 0 comments
Labels

Comments

@cstjean
Copy link
Contributor

cstjean commented Sep 5, 2016

On the current master (and tagged version), Julia 0.4.5, in IJulia

> using DataFrames
> DataFrame(x=[1,2], y=[3,4])

UndefVarError: displaysize not defined

 in writemime at /Users/cedric/.julia/v0.4/DataFrames/src/abstractdataframe/io.jl:181
 in sprint at iostream.jl:206
 in display_dict at /Users/cedric/.julia/v0.4/IJulia/src/execute_request.jl:38
 in execute_request at /Users/cedric/.julia/v0.4/IJulia/src/execute_request.jl:195
 in eventloop at /Users/cedric/.julia/v0.4/IJulia/src/IJulia.jl:138
 in anonymous at task.jl:447

Seems to come from https://github.com/JuliaLang/julia/pull/14580. Probably needs an @compat?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants