You might get much more response if you provide a (minmal?) executable 
example. I can neither verify, nor help debug this issue, as I do not know 
what the result variable is. If nobody else recognize the issue from their 
own experience, and the rest of us do not have some code to run, we can not 
help you.

A quick workaround for not printing the returned value in the REPL is to 
add a `;` to the end of the line

julia> head(results);

Regards
Ivar


kl. 19:35:59 UTC+1 tirsdag 4. mars 2014 skrev Dan B følgende:
>
> Just checking one last time to see if anyone has any ideas.  This has been 
> a showstopper for us  Open to trying any suggestions :)
>
> - - Dan
>
> On Thursday, February 27, 2014 7:31:33 PM UTC-8, Dan B wrote:
>>
>> Friends,
>>
>> Any idea on how I can resolve this error that Im seeing while trying to 
>> show the contents of a DataFrame?
>>
>> julia> head(results)
>>
>> 6x9 DataFrame
>>
>> Evaluation succeeded, but an error occurred while showing value of type 
>> DataFrame:
>>
>> ERROR: no method display(DataFrame)
>>
>>  in display at multimedia.jl:158
>>
>

Reply via email to