Why does my notebook output display a lot of Python execution steps?
3 views
Skip to first unread message
James Nylen
unread,
Oct 18, 2009, 10:45:53 AM10/18/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sage-support
Example:
[_ plot(x**2) ___]
from sage.all import *
>>> import cPickle
>>>
>>>
>>> from sage.all_notebook import *;import sage.server.support as
_support_;
>>> __DIR__="/home/james/.sage/"; DIR=__DIR__;
DATA="/home/james/.sage/sage_note book/worksheets/admin/2/data/";
_support_.init(None, globals());
>>>
execfile("/home/james/.sage/sage_notebook/worksheets/admin/2/code/
1.py")
0
from sage.all import *
>>> import cPickle
>>>
>>>
>>> from sage.all_notebook import *;import sage.server.support as
_support_;
>>> __DIR__="/home/james/.sage/"; DIR=__DIR__;
DATA="/home/james/.sage/sage_note book/worksheets/admin/2/data/";
_support_.init(None, globals());
>>>
execfile("/home/james/.sage/sage_notebook/worksheets/admin/2/code/
1.py")
0
from sage.all import *
>>> import cPickle
>>>
>>>
>>> from sage.all_notebook import *;import sage.server.support as
_support_;
>>> __DIR__="/home/james/.sage/"; DIR=__DIR__;
DATA="/home/james/.sage/sage_note book/worksheets/admin/2/data/";
_support_.init(None, globals());
>>>
execfile("/home/james/.sage/sage_notebook/worksheets/admin/2/code/
1.py")
0
[ Then the graph does eventually appear. ]
I installed sage from the Ubuntu repository (package sagemath - the
version is indicated as 3.0.5dfsg-4). Should I try installing the
most recent version of Sage manually?
Tim Joseph Dumol
unread,
Oct 18, 2009, 11:47:31 AM10/18/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sage-s...@googlegroups.com
Hey James,
The current version is 4.1.2. It would probably be best to upgrade to the latest version over here: http://sagemath.org/download.html
-- Tim Joseph Dumol <tim (at) timdumol (dot) com>
James Nylen
unread,
Oct 18, 2009, 9:07:54 PM10/18/09
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to sage-support
This problem is fixed in 4.1.2. I am very impressed with the software
so far.