Sage: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
imported>Burghardt |
imported>Burghardt |
||
Zeile 50: | Zeile 50: | ||
== Version 8.x (Autumn 2018) on sage.informatik == |
== Version 8.x (Autumn 2018) on sage.informatik == |
||
+ | * xx.09.2018: We've upgraded to Version 8.x by switching to a new instance on [[Ubuntu]] [[Bionic]] (18.04). The old instance has beend disabled on 12. Oktober 2018. |
||
− | Pre-Announcement: |
||
+ | * the current server is available via https://sage.informatik.uni-goettingen.de |
||
− | * xx.09.2018: We'll upgrade to Version 8.x by switching to a new instance on [[Ubuntu]] [[Bionic]] (18.04). This old instance will vanish in Oktober, so please grab your data while it's available. This will be a new VM. To allow usage of ''both'' instances (for a short while) it will use the name "sage" instead of "sage2", so the URL will be https://sage.informatik.uni-goettingen.de |
||
− | * this is unrelated to the version available in the [[CIP-Pool]] which will stay at 7.x as the pool runs on [[Ubuntu]] [[Xenial]] (16.04) for now |
||
== Siehe auch == |
== Siehe auch == |
Version vom 12. Oktober 2018, 06:40 Uhr
Sage is a free open-source mathematics software system licensed under the GPL.
Version 7.5.x im Pool
Im Pool und auf den Shell-Servern steht sage ebenfalls zur Verfügung.
Jeder User kann einfach einen lokalen Server starten:
user@shell2:~$ sage ┌────────────────────────────────────────────────────────────────────┐ │ SageMath version 7.5.1, Release Date: 2017-01-15 │ │ Type "notebook()" for the browser-based notebook interface. │ │ Type "help()" for help. │ └────────────────────────────────────────────────────────────────────┘ sage: notebook( port=12002 ) The notebook files are stored in: sage_notebook.sagenb Please choose a new password for the Sage Notebook 'admin' user. Do _not_ choose a stupid password, since anybody who could guess your password and connect to your machine could access or delete your files. NOTE: Only the hash of the password you type is stored by Sage. You can change your password by typing notebook(reset=True). Enter new password: Retype new password: Please login to the notebook with the username 'admin' and the above password. User admin created with the password you specified. ********************************************************************** ┌──────────────────────────────────────────────────┐ │ │ │ Open your web browser to http://localhost:12002 │ │ │ └──────────────────────────────────────────────────┘
At this point your default browser will open this url.
Terminate the notebook session with Ctr-C and exit sage with quit.
The port=12002 parameter is only relevant on shared sytems to keep concurrent notebooks apart. Otherwise the default (port=8080) is fine.
Version 8.x (Autumn 2018) on sage.informatik
- xx.09.2018: We've upgraded to Version 8.x by switching to a new instance on Ubuntu Bionic (18.04). The old instance has beend disabled on 12. Oktober 2018.
- the current server is available via https://sage.informatik.uni-goettingen.de