Sage: Unterschied zwischen den Versionen

Aus Doc-Wiki
Zur Navigation springen Zur Suche springen
imported>Burghardt
(Die Seite wurde neu angelegt: „Seit dem 14.12.2012 existiert "Sage" auch im Pool unter Ubuntu 12.04. ''Jeder'' User kann einfach einen lokalen Server starten: <pre>~$ sage ------------------…“)
 
imported>Burghardt
Zeile 1: Zeile 1:
  +
Zitat: <cite>''Sage is a free open-source mathematics software system licensed under the GPL.''</cite>
Seit dem 14.12.2012 existiert "Sage" auch im Pool unter Ubuntu 12.04.
 
  +
 
Seit dem 14.12.2012 existiert "Sage" auch im Pool unter Ubuntu 12.04. Damit steht jedem einzelnen Nutzer eine eigene Qudadcore CPU und 4GiB Ram zur Verfügung :-)
   
 
''Jeder'' User kann einfach einen lokalen Server starten:
 
''Jeder'' User kann einfach einen lokalen Server starten:
Zeile 40: Zeile 42:
 
2012-12-14 08:34:24+0100 [-] Starting factory <__builtin__.QuietSite instance at 0xbd1514c>
 
2012-12-14 08:34:24+0100 [-] Starting factory <__builtin__.QuietSite instance at 0xbd1514c>
 
</pre>
 
</pre>
  +
  +
Zum beenden taugt "Ctrl-C", das beendet den Server sauber:
  +
<pre>^C2012-12-14 08:38:44+0100 [-] Quitting all running worksheets...
  +
2012-12-14 08:38:44+0100 [-] Saving notebook...
  +
2012-12-14 08:38:44+0100 [-] Notebook cleanly saved.
  +
</pre>
  +
   
 
== Siehe auch ==
 
== Siehe auch ==

Version vom 14. Dezember 2012, 09:43 Uhr

Zitat: Sage is a free open-source mathematics software system licensed under the GPL.

Seit dem 14.12.2012 existiert "Sage" auch im Pool unter Ubuntu 12.04. Damit steht jedem einzelnen Nutzer eine eigene Qudadcore CPU und 4GiB Ram zur Verfügung :-)

Jeder User kann einfach einen lokalen Server starten:

~$ sage
----------------------------------------------------------------------
| Sage Version 5.4.1, Release Date: 2012-11-15                       |
| Type "notebook()" for the browser-based notebook interface.        |
| Type "help()" for help.                                            |
----------------------------------------------------------------------
Setting permissions of DOT_SAGE directory so only you can read and write it.

sage: notebook()
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.
Password changed for user 'admin'.
**************************************************
*                                                *
* Open your web browser to http://localhost:8080 *
*                                                *
**************************************************
Executing twistd  --pidfile="sage_notebook.sagenb/sagenb.pid" -ny "sage_notebook.sagenb/twistedconf.tac"
2012-12-14 08:34:24+0100 [-] Log opened.
2012-12-14 08:34:24+0100 [-] twistd 12.1.0 (/usr/lib/sagemath/local/bin/python 2.7.3) starting up.
2012-12-14 08:34:24+0100 [-] reactor class: twisted.internet.epollreactor.EPollReactor.
2012-12-14 08:34:24+0100 [-] QuietSite starting on 8080
2012-12-14 08:34:24+0100 [-] Starting factory <__builtin__.QuietSite instance at 0xbd1514c>

Zum beenden taugt "Ctrl-C", das beendet den Server sauber:

^C2012-12-14 08:38:44+0100 [-] Quitting all running worksheets...
2012-12-14 08:38:44+0100 [-] Saving notebook...
2012-12-14 08:38:44+0100 [-] Notebook cleanly saved.


Siehe auch

Links