Re: [sage-support] Sage Crash Report

2019-05-14 Thread Vincent Delecroix
Why is the package named "sagemath" not installed? Did you intentionally install only "sagemath-common"? To have a fully working SageMath installation you need the three packages sagemath sagemath-doc-en sagemath-jupyter The package "sagemath-common" is a dependency of the first one of these.

[sage-support] Re: JupyterHub Integration

2019-05-14 Thread Arnav
Thanks all for the information. Will have a look and report back (and see if I can get a more precise sense of the issues I was facing.) -- You received this message because you are subscribed to the Google Groups "sage-support" group. To unsubscribe from this group and stop receiving emails fr

[sage-support] Re: Function Field

2019-05-14 Thread Kwankyu
Hi, It is because f is not separable. If you see the documentation, places() method is supported only for global function fields, and global function fields in sage are separable extensions of rational function fields (over finite fields). You may use a separable model of L instead. sage: Ls,

Re: [sage-support] Sage Crash Report

2019-05-14 Thread Erik Wallace
I still have not received an answer to this. Is the information I provided helpful or do you need more? On Wed, May 1, 2019 at 8:35 AM Erik Wallace wrote: > Here is the output: > > $ apt list --installed | grep sagemath > > sagemath-common/bionic,bionic,now 8.1-7ubuntu1 all [installed] > > $ ls

[sage-support] SageMath 8.7 crashed in WSL Ubuntu after installation

2019-05-14 Thread 刘鹏
Dear my friends, After I installed the sagemath 8.7 in Windows Subsystem for Linux Ubuntu 18.04, crash happend. *(decomperssed ==> move folder to my home directory ==> sudo ./sage).* When I first finished the installation, the first running is very normal. However when the second time I add "ali

[sage-support] Re: JupyterHub Integration

2019-05-14 Thread Pedro A. Garcia
Arnav, If you are using docker you may want to have a look at https://github.com/sagemath/sage-binder-env I took that as a starting point for https://github.com/pedritomelenas/Algebra-conmutativa-y-computacional/blob/master/Dockerfile But the question is, if you have jupyterhub installed on th