IMHO we should only have "foo(arg)", not "foo arg" nor "%foo arg". Even 
Python is moving away from "print arg", in Python 3 you have to write 
"print(arg)". Unless there is a special reason (such as: it changes how the 
current cell is interpreted) we should default to function call syntax.



On Monday, December 15, 2014 4:43:05 PM UTC+1, kcrisman wrote:
>
> In answer to your questions, "?attach" will explain what the problem is. 
>>
>
> Cryptic!  But I think in the past that syntax did indeed work.  It would 
> be helpful for someone who really understands (which I don't) to explain 
> the difference between
>
> %load filename
> load filename
> load(filename)
>
> and which ones are supported in Sage, IPython, both, or none.  (As well as 
> the various notebook/cloud options, yikes!) 
>

-- 
You received this message because you are subscribed to the Google Groups 
"sage-support" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-support+unsubscr...@googlegroups.com.
To post to this group, send email to sage-support@googlegroups.com.
Visit this group at http://groups.google.com/group/sage-support.
For more options, visit https://groups.google.com/d/optout.

Reply via email to