On 2014-10-18, Edwin wrote:
> I think part of the problem is that is has not saved to my downloads folder
> I have no idea where it has saved itself to. So when I ls in Downloads I
> get nothing.
I suppose it is in the settings of your web browser.
>
> On Saturday, October 18, 2014 9:10:33 PM U
On 2014-10-19, Dima Pasechnik wrote:
> On 2014-10-18, Edwin wrote:
>> I think part of the problem is that is has not saved to my downloads folder
>> I have no idea where it has saved itself to. So when I ls in Downloads I
>> get nothing.
> I suppose it is in the settings of your web browser.
u
I have a text file abc.txt in Desktop where I have written A=[1,2,3,4].
Is it possible
to call this array A from Sage notebook?
When I write the following in notebook,
A1 = load("/Desktop/abc.txt")
getting
Traceback (most recent call last):
File "", line 1, in
File "_sage_input_49.py",
Try "relative path" in load argument: try A1 = load("./Desktop/abc.txt")
with a dot just fefore first slash
PS : I don't use load() but import or preparse in my SAGE cells, for Python
souce
--
You received this message because you are subscribed to the Google Groups
"sage-support" group.
To