#12719: Upgrade to IPython 0.13
----------------------------------------------------------+-----------------
Reporter: kini | Owner: tbd
Type: enhancement | Status:
needs_work
Priority: critical | Milestone:
sage-5.3
Component: packages | Resolution:
Keywords: sd40.5 | Work issues: ??
doesn't show code
Report Upstream: N/A | Reviewers:
Volker Braun, Mike Hansen, Jason Grout
Authors: Mike Hansen, Volker Braun, Jason Grout | Merged in:
Dependencies: | Stopgaps:
----------------------------------------------------------+-----------------
Comment (by broken_symlink):
I'm having a weird problem when I use IPython.parallel in sage. Here's
what happens:
{{{
from IPython.parallel import Client
rc = Client('/home/seshu/.sage/ipython-new/profile_default/security
/ipcontroller-client.json')
dview = rc[:]
dview.map_sync(lambda x: x**10, range(32))
[0:apply]:
---------------------------------------------------------------------------
NameError Traceback (most recent call
last)<string> in <module>()
<ipython-input-4-ad199b8d76dc> in <lambda>(x)
NameError: global name 'Integer' is not defined
}}}
If I do anything that doesn't involve integers like dview.map_sync(lambda
x: "hi", range(32)), it works fine. Sorry if this isn't the appropriate
place to ask these questions. I wasn't sure where to ask since this is a
bit bleeding edge. I would like to be able to use IPython.parallel from
the sage notebook if possible.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/12719#comment:93>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
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-trac?hl=en.