Re: [sage-support] How to take input from sage worksheet

2015-02-09 Thread William Stein
On Mon, Feb 9, 2015 at 11:33 AM, Thyagarajulu G wrote: > I want to take input while executing a cell in the sage worksheet similar to > that of python's inbuilt function as below > no_bins = int(input("Please enter number of bins: ")) > > Is it possible? This not implemented in the Sage notebook,

[sage-support] How to take input from sage worksheet

2015-02-09 Thread Thyagarajulu G
I want to take input while executing a cell in the sage worksheet similar to that of python's inbuilt function as below no_bins = int(input("Please enter number of bins: ")) Is it possible? When I am executing above line, it runs in infinite loop. -- You received this message because you are