Lukas Prokop, Martin Stoiber
http://lukas-prokop.at/talks/glt19-sagemath/
2019/04/27, Grazer Linuxtage
Lukas Prokop
Martin Stoiber
Open source alternative to Magma, Maple, Mathematica, and MATLAB
code | → | GPLv3 |
---|---|---|
docs | → | Creative Commons 3.0 BY-SA License |
docker run -it --rm -p 8888:8888 -v $HOME/Documents/sagemath:/home/sage/Notebooks:rw cemulate/sagemath-jupyterlab
dnf -y install python2-cypari2 && dnf install sagemath
sudo apt install sagemath
see jupyterlab files
from sage.all import *
but you are bound to an old python versionsys.version_info(major=2, minor=7, micro=13, releaselevel='final', serial=0)