Installing SageMath on Ubuntu and Arch
Installing SageMath on Ubuntu and Arch Another quick and dirty install guide. Installing SageMath on Ubuntu Installing packages with apt update apt upgrade apt install cantor-backend-sage maxima-sage sagetex sagemath sagemath-database-conway-polynomials sagemath-database-elliptic-curves sagemath-database-graphs sagemath-database-mutually-combinatorial-designs sagemath-database-polytopes sagemath-doc sagemath-jupyter screen Then set the jupyter password with the command jupyter notebook password Then you are asked for a password. After that we create a notebooks dir and cd into it. then we start the jupyter server. mkdir notebooks cd notebooks jupyter notebook --allow-root When closing the terminal window you will have no server. You can hold it open with screen. The notebook will be available on http://localhost:8888/ with set password. Installing SageMath on Arch The same as above though with the following install commands. pacman -Syu pacman -S sage-data-elliptic_curves sage-numerical-backends-coin sagemath sagemath-doc sagemath-jupyter sagetex screen
Forgot to write that you can also use SageMath on the terminal by typing sage The SageMath website and documentation can be found at https://www.sagemath.org/ So. Now i am done. Am 17.10.2020 um 00:08 schrieb Simon Eigeldinger:
Installing SageMath on Ubuntu and Arch
Another quick and dirty install guide.
Installing SageMath on Ubuntu
Installing packages with
apt update apt upgrade apt install cantor-backend-sage maxima-sage sagetex sagemath sagemath-database-conway-polynomials sagemath-database-elliptic-curves sagemath-database-graphs sagemath-database-mutually-combinatorial-designs sagemath-database-polytopes sagemath-doc sagemath-jupyter screen
Then set the jupyter password with the command jupyter notebook password
Then you are asked for a password.
After that we create a notebooks dir and cd into it. then we start the jupyter server. mkdir notebooks cd notebooks jupyter notebook --allow-root
When closing the terminal window you will have no server. You can hold it open with screen.
The notebook will be available on http://localhost:8888/ with set password.
Installing SageMath on Arch
The same as above though with the following install commands.
pacman -Syu pacman -S sage-data-elliptic_curves sage-numerical-backends-coin sagemath sagemath-doc sagemath-jupyter sagetex screen _______________________________________________ Blind-sysadmins mailing list -- blind-sysadmins@lists.hodgsonfamily.org To unsubscribe send an email to blind-sysadmins-leave@lists.hodgsonfamily.org
Hi, There are well maintained Docker SageMath images as well which may be easier to get up and running if you install Docker in Windows, especially in combination with WSL2. Andrew. -----Original Message----- From: Simon Eigeldinger <simon.eigeldinger@vol.at> Sent: 16 October 2020 23:13 To: blind-sysadmins@lists.hodgsonfamily.org Subject: [Blind-sysadmins] Re: Installing SageMath on Ubuntu and Arch Forgot to write that you can also use SageMath on the terminal by typing sage The SageMath website and documentation can be found at https://www.sagemath.org/ So. Now i am done. Am 17.10.2020 um 00:08 schrieb Simon Eigeldinger:
Installing SageMath on Ubuntu and Arch
Another quick and dirty install guide.
Installing SageMath on Ubuntu
Installing packages with
apt update apt upgrade apt install cantor-backend-sage maxima-sage sagetex sagemath sagemath-database-conway-polynomials sagemath-database-elliptic-curves sagemath-database-graphs sagemath-database-mutually-combinatorial-designs sagemath-database-polytopes sagemath-doc sagemath-jupyter screen
Then set the jupyter password with the command jupyter notebook password
Then you are asked for a password.
After that we create a notebooks dir and cd into it. then we start the jupyter server. mkdir notebooks cd notebooks jupyter notebook --allow-root
When closing the terminal window you will have no server. You can hold it open with screen.
The notebook will be available on http://localhost:8888/ with set password.
Installing SageMath on Arch
The same as above though with the following install commands.
pacman -Syu pacman -S sage-data-elliptic_curves sage-numerical-backends-coin sagemath sagemath-doc sagemath-jupyter sagetex screen _______________________________________________ Blind-sysadmins mailing list -- blind-sysadmins@lists.hodgsonfamily.org To unsubscribe send an email to blind-sysadmins-leave@lists.hodgsonfamily.org
Blind-sysadmins mailing list -- blind-sysadmins@lists.hodgsonfamily.org To unsubscribe send an email to blind-sysadmins-leave@lists.hodgsonfamily.org
Hi, And to add to it it also has now a normal installer to install it directly on windows. So a lot of multiple options there. Greetings, Simon Am 17.10.2020 um 00:45 schrieb Andrew Hodgson:
Hi,
There are well maintained Docker SageMath images as well which may be easier to get up and running if you install Docker in Windows, especially in combination with WSL2.
Andrew.
-----Original Message----- From: Simon Eigeldinger <simon.eigeldinger@vol.at> Sent: 16 October 2020 23:13 To: blind-sysadmins@lists.hodgsonfamily.org Subject: [Blind-sysadmins] Re: Installing SageMath on Ubuntu and Arch
Forgot to write that you can also use SageMath on the terminal by typing sage
The SageMath website and documentation can be found at https://www.sagemath.org/
So. Now i am done.
Am 17.10.2020 um 00:08 schrieb Simon Eigeldinger:
Installing SageMath on Ubuntu and Arch
Another quick and dirty install guide.
Installing SageMath on Ubuntu
Installing packages with
apt update apt upgrade apt install cantor-backend-sage maxima-sage sagetex sagemath sagemath-database-conway-polynomials sagemath-database-elliptic-curves sagemath-database-graphs sagemath-database-mutually-combinatorial-designs sagemath-database-polytopes sagemath-doc sagemath-jupyter screen
Then set the jupyter password with the command jupyter notebook password
Then you are asked for a password.
After that we create a notebooks dir and cd into it. then we start the jupyter server. mkdir notebooks cd notebooks jupyter notebook --allow-root
When closing the terminal window you will have no server. You can hold it open with screen.
The notebook will be available on http://localhost:8888/ with set password.
Installing SageMath on Arch
The same as above though with the following install commands.
pacman -Syu pacman -S sage-data-elliptic_curves sage-numerical-backends-coin sagemath sagemath-doc sagemath-jupyter sagetex screen _______________________________________________ Blind-sysadmins mailing list -- blind-sysadmins@lists.hodgsonfamily.org To unsubscribe send an email to blind-sysadmins-leave@lists.hodgsonfamily.org
Blind-sysadmins mailing list -- blind-sysadmins@lists.hodgsonfamily.org To unsubscribe send an email to blind-sysadmins-leave@lists.hodgsonfamily.org _______________________________________________ Blind-sysadmins mailing list -- blind-sysadmins@lists.hodgsonfamily.org To unsubscribe send an email to blind-sysadmins-leave@lists.hodgsonfamily.org
You can install it under Mac OS with Homebrew: brew cask install sage -----Original Message----- From: Simon Eigeldinger <simon.eigeldinger@vol.at> Sent: Friday, October 16, 2020 7:24 PM To: blind-sysadmins@lists.hodgsonfamily.org Subject: [Blind-sysadmins] Re: Installing SageMath on Ubuntu and Arch Hi, And to add to it it also has now a normal installer to install it directly on windows. So a lot of multiple options there. Greetings, Simon Am 17.10.2020 um 00:45 schrieb Andrew Hodgson:
Hi,
There are well maintained Docker SageMath images as well which may be easier to get up and running if you install Docker in Windows, especially in combination with WSL2.
Andrew.
-----Original Message----- From: Simon Eigeldinger <simon.eigeldinger@vol.at> Sent: 16 October 2020 23:13 To: blind-sysadmins@lists.hodgsonfamily.org Subject: [Blind-sysadmins] Re: Installing SageMath on Ubuntu and Arch
Forgot to write that you can also use SageMath on the terminal by typing sage
The SageMath website and documentation can be found at https://www.sagemath.org/
So. Now i am done.
Am 17.10.2020 um 00:08 schrieb Simon Eigeldinger:
Installing SageMath on Ubuntu and Arch
Another quick and dirty install guide.
Installing SageMath on Ubuntu
Installing packages with
apt update apt upgrade apt install cantor-backend-sage maxima-sage sagetex sagemath sagemath-database-conway-polynomials sagemath-database-elliptic-curves sagemath-database-graphs sagemath-database-mutually-combinatorial-designs sagemath-database-polytopes sagemath-doc sagemath-jupyter screen
Then set the jupyter password with the command jupyter notebook password
Then you are asked for a password.
After that we create a notebooks dir and cd into it. then we start the jupyter server. mkdir notebooks cd notebooks jupyter notebook --allow-root
When closing the terminal window you will have no server. You can hold it open with screen.
The notebook will be available on http://localhost:8888/ with set password.
Installing SageMath on Arch
The same as above though with the following install commands.
pacman -Syu pacman -S sage-data-elliptic_curves sage-numerical-backends-coin sagemath sagemath-doc sagemath-jupyter sagetex screen _______________________________________________ Blind-sysadmins mailing list -- blind-sysadmins@lists.hodgsonfamily.org To unsubscribe send an email to blind-sysadmins-leave@lists.hodgsonfamily.org
Blind-sysadmins mailing list -- blind-sysadmins@lists.hodgsonfamily.org To unsubscribe send an email to blind-sysadmins-leave@lists.hodgsonfamily.org _______________________________________________ Blind-sysadmins mailing list -- blind-sysadmins@lists.hodgsonfamily.org To unsubscribe send an email to blind-sysadmins-leave@lists.hodgsonfamily.org
_______________________________________________ Blind-sysadmins mailing list -- blind-sysadmins@lists.hodgsonfamily.org To unsubscribe send an email to blind-sysadmins-leave@lists.hodgsonfamily.org
participants (3)
-
Andrew Hodgson
-
Jason White
-
Simon Eigeldinger