I followed example 5.2.4 in SAGE Programming Guide. However, even
after the %cython cell is executed the runtime shown by

time v=[sumsquares(100) for _ in xrange(10000)]

does not decrease as if SAGE still runs the uncomplied version (which
was typed preceding the %cython cell)

May I know why? Also

1) How can I used to complied file of sumsquares next time I login?

2) Where are the complied files locate? I though they are saved
somewhere in

/home/sage/.sage/sage_notebook/worksheets/admin/0/

but when I try to cd there from /home/sage/.sage/sage_notebook, I got:
[Errno 2] No such file or directory: 'worksheets/admin/Integer(0)/"

but I clearly see that directory when I do a 'ls'

I am using SAGE on my laptop via vmware.

Thanks
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sage-support
URLs: http://www.sagemath.org
-~----------~----~----~----~------~----~------~--~---

Reply via email to