Re: [sage-support] Re: tab-completion in new IPython-command line

2016-09-02 Thread John Cremona
On 2 September 2016 at 19:00, John H Palmieri wrote: > I found one way to view more methods: hit Ctrl-L to clear the screen > first, and/or use a larger terminal window. If your "sage:" prompt is at > the very bottom of a terminal window, it will only include a few lines of > methods when you hit

[sage-support] Re: tab-completion in new IPython-command line

2016-09-02 Thread John H Palmieri
I found one way to view more methods: hit Ctrl-L to clear the screen first, and/or use a larger terminal window. If your "sage:" prompt is at the very bottom of a terminal window, it will only include a few lines of methods when you hit the TAB key, but if the prompt is at the top of the window,

[sage-support] Re: tab-completion in new IPython-command line

2016-08-28 Thread John H Palmieri
I have exactly the same question. Anyone? Is it some IPython setting that we can change? John On Thursday, August 25, 2016 at 9:17:01 AM UTC-7, Daniel Krenn wrote: > > Pressing TAB after a dot on some object gives (in the recent 7.4.beta1) > this: > > sage: M = Matrix([1]) > sage: M. >