Re: [sage-support] Sage Crash Report

2019-04-27 Thread Vincent Delecroix
Hello, What did you downloaded exactly? You meant that you installed Sage from via the package manager (apt)? Best Vincent Le 23/04/2019 à 03:22, Erik Wallace a écrit : Hello, I am submitting this crash report. I downloaded sage from the Ubuntu repo. Please let me know, how I can fix this.

[sage-support] Re: @interact

2019-04-27 Thread kcrisman
This does (still) work in Sage cell, and probably in sagenb (?). https://sagecell.sagemath.org/?z=eJxzyMwrSS1KTC7h5UpJTVNI03BUsFXITSwpyqzQiI421DGM1YnWBVGxmppWvFwKQFBQBNSj4aiJzCupLEgFCmkCAJITFfI=&lang=sage&interacts=eJyLjgUAARUAuQ== -- You received this message because you are subscribed to the G

[sage-support] Re: @interact

2019-04-27 Thread William
Thanks! I see Jereon also created https://trac.sagemath.org/ticket/27735 On Saturday, April 27, 2019 at 1:31:51 AM UTC-7, Kwankyu wrote: > > This gets a grid input in Jupyter. Is this close to what you want? > > @interact > def _(A=input_grid(2,2, default=[[1,2],[3,4]])): > A = matrix(A) >

Re: [sage-support] sage-8.7-Ubuntu_18.04-x86_64 Installation problem

2019-04-27 Thread Vincent Delecroix
Note that you downloaded SageMath for version 18.04 sage-8.7-Ubuntu_18.04-x86_64 This is very unlikely to work with your 12.04. The only way to get Sage working on not up to date distro is to compile from source. Best Vincent Le 27/04/2019 à 10:01, Philippe Esperet a écrit : But my Ubuntu

[sage-support] Re: @interact

2019-04-27 Thread Kwankyu
This gets a grid input in Jupyter. Is this close to what you want? @interact def _(A=input_grid(2,2, default=[[1,2],[3,4]])): A = matrix(A) print(A) -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop

Re: [sage-support] sage-8.7-Ubuntu_18.04-x86_64 Installation problem

2019-04-27 Thread Philippe Esperet
But my Ubuntu distro is a very old lady… (12.04). I just took my chances. Even if now sage installation goes smoothly, it crashes on opening. I think it is not worth debugging, I will soon update my antique Ubuntu then go back on sage. Thank you for your help. 从我的安卓手机发的。 On Sat, 27 Apr 2019, 08:3