[sage-support] The ubuntu:trusty Docker image with the SageMathCell

2015-12-02 Thread paad . ruslan . korniichuk
Hi all, we finished writing and testing a Dockerfile for SageMathCell (Sage Cell Server) Docker image. The base Docker image: ubuntu:trusty. SageMathCell installation based on the SageMathCell installer (https://github.com/korniichuk/sagecell). GitHub: https://github.com/korniichuk/sagemathcell

Re: [sage-support] Re: view(g) where g is graph: does not respect colors

2015-12-02 Thread Pedro Cruz
The latex function print latex(g) is generating lines like \Vertex[style={minimum size=1.0cm,draw=cv0,fill=cfv0,text=clv0,shape=rectangle},LabelOut=false,L=\hbox{$1$},x=1.5944cm,y=3.3989cm]{v0} and it seems that \Vertex[style={ }] is not working. I've checked tikz-graph manuel and co

Re: [sage-support] Re: False versus Unknown

2015-12-02 Thread Jeroen Demeyer
On 2015-12-02 00:23, Volker Braun wrote: IMHO undecidability has exception semantics so really there is only one correct solution, namely raise. Otherwise you get sage: foo() == bar() # haha both Unknown True But we can override __eq__ (or __richcmp__), so it could be sage: foo() == bar()