On Monday, October 3, 2016 at 5:00:17 PM UTC+2, Pjl Zaldívar wrote:
>
> When hitting the key tab to auto-complete the attribute of an object (see 
> below for an example) I have found that it does not show the window that 
> should appear.
>
> for example:
> a=501/7
> a.d
>

You have to evaluate the expression 501/7 first and store it in a. Then, a 
references the resulting object and can be inspected. So, I guess in your 
case, add a new cell delimiter between the two and evaluate the first one 
and then type in the second one and press tab.
 

-- h


-- 
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to