Hi Andy,

On 1 August 2016 at 22:46, Andy Davidson <[email protected]>
wrote:

> I wonder if the auto completion problem as todo with the way code is
> typically written in spark. I.E. By creating chains of function alls? Each
> function returns a data frame.
>
> hashTagsDF.groupBy("tag").agg({"tag": "count"}).orderBy("count(tag)",
> ascending=False).show()
>

At the moment, tab completion isn't smart enough to know what the result of
calling a function or method is, so it won't complete anything after the
first groupBy there. This is something we hope to improve for IPython 6.

Thomas

-- 
You received this message because you are subscribed to the Google Groups 
"Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jupyter/CAOvn4qiGbH_m-TqsSKA6ou-DenwJXJ9Z%2BxNXSQzV2u7Q5-6HhA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to