On Mar 7, 12:20 pm, jpc <pedrocruzave...@gmail.com> wrote:
> I've tried with
>
>     print pool.map(f, range(10))
>
> instead of
>
>     pool.map(f, range(10))
>
> calling python file.py
>
> In the notebook, the output must be caughted and printed for user, I
> think.
>
> Pedro

I was trying with pool.map(f, range(10));  # supressing the output
with semi-colon. Maybe it was another language that uses semi-colons
to supress output not Python :)

Anyways, Pat explained the situation. I might file a bug if I don't
hear any other objections.

-- 
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to