-
Testing sage_sample installation on debian, with the debian package (sagemath:amd64 8.6-5 )
```
$ sage -sh
(sage-sh) odile@cecile:sage_sample$ sage -pip install --upgrade --no-index -v .
sage-ru…
-
Explain what's going on with "TOPCOM". I'm not able to install it in recent Sage versions, but 9.5 to 9.7 in Ubuntu 20.04 seem to work. Beyond that, I don't know anything about this package regarding …
-
Up to Sage 9.2, `show(...)`, alias for `sage.repl.rich_output.pretty_print(...)`,
formats `LatexExpr` correctly in Jupyter.
In Sage 9.3 it is broken, as illustrated by:
```
sage: sage.repl.rich_ou…
-
Hi every one :)
I have been trying to import sboxanalyzer in to sagemath , but sagemath couldn't find the model.
I am using windows 10 ,and I have sagemath 9.3 , also i download Espresso and ma…
-
in a jupyter notebook with sagemath9.6 just installed on a mac book macOS 12.1
no slider shown and no error message in the following piece of code
#####
@interact
def exemple(x=2):
return 1…