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
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
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()