Something appears broken in the notebook r interface
>From the command line
r.eval('3+5')
and
%r
3+5
work fine.
In the notebook,
r.eval('3+5')
works as expected, but
%r
3+5
results in TypeError: eval() got multiple values for keyword argument
'synchronize'
Is there an easy fix?
thanks,
-gerhard
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
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
-~----------~----~----~----~------~----~------~--~---