[sage-support] Re: Sage Notebook Transfer

2008-05-15 Thread shahab
is now placed in the correct location (worksheet/ user1/XX) where XX is the next highest number based on the folders that exist there (but can't be accessed). I think I'll just manually copy each worksheet text into a new notebook session and a new directory. Thx Shahab On May 1

[sage-support] Sage Notebook Transfer

2008-05-15 Thread shahab
the account (same username as before), none of the worksheets show up. Creating a new worksheet just adds a worksheet to the preexisting directory for that user. How can I get access to the old worksheets? Thanks in advance, Shahab --~--~-~--~~~---~--~~ To post

[sage-support] R interface issues

2008-05-15 Thread shahab
(with rpy, one could use the array function or assign function and use No_Conversion to get R objects in memory) Thanks Shahab P.S. I am using Sage 3.0 running on OpenSuse 10.3 I also had to comment out the test for the R_HOME script in the R file located in the bin directories for Sage and local

[sage-support] Re: Opening URL from notebook

2008-04-10 Thread shahab
Sorry after I read my post later this morning, it sounded a bit strange to me. The code I placed opens up a webbrowser on the Server side, I do not know how to write one that opens up a new browser window on the client side. Any ideas would be greatly appreciated. Thx Shahab On Apr 10, 2:02

[sage-support] Opening URL from notebook

2008-04-10 Thread shahab
Does anyone know how to open a URL from within the SAGE notebook so that it would end up opening the client Firefox tab rather than the one on the server. This would be the code: import urllib, webbrowser url = "http://somesite.org"; webbrowser.open_new_tab(url) Than

[sage-support] Re: Histograms

2008-03-25 Thread shahab
d(st2)) l = pylab.plot(bins, st2density, 'r--') pylab.setp(l, 'linewidth', 1) pylab.xlabel('Seconds') pylab.ylabel('Frequency') pylab.title('SAGE HNF Histogram') pylab.grid(False) pylab.savefig('histogram',dpi=72) pylab.close() Shahab On Mar 25,

[sage-support] Use of scipy special functions from sage

2008-02-06 Thread shahab
a problem coercing sage objects into python types for these special functions. And since the betainc function is called from another scipy module, I can't explicitly declare the variable types. Any suggestions? Thanks Shahab sage: from scipy import stats sage: stats.ttest_ind(list([1,2,

[sage-support] Installing packages for R/Bioconductor from Notebook

2007-12-31 Thread shahab
7; Warning message: In install.packages(pkgs = pkgs, repos = repos, dependencies = dependencies, : installation of package 'Biobase' had non-zero exit status Thanks Shahab --~--~-~--~~~---~--~~ To post to this group, send email to sage-support@googleg

[sage-support] Re: Lost worksheets

2007-12-28 Thread shahab
image which may be a lost cause. Shahab On Dec 27, 11:54 pm, shahab <[EMAIL PROTECTED]> wrote: > I setup Sage 2.9.1 (binary) on a windows machine (vmware, running > ubuntu 7.10) where the vmware file was located on what I thought was a > safe institution SAN drive.  Of course a

[sage-support] Lost worksheets

2007-12-28 Thread shahab
ssign admin password) and all the users I had setup have disappeared. There is a file in the ~/.sage/sage_notebooks/backup section. Could this possibly help me recover my worksheets? Thanks for a great system, Shahab [EMAIL PROTECTED] --~--~-~--~~~---~--~~ To po