Hi Jeff,

stdout will give you only text printed to standard output. Cell execution 
also yields an execution result, which can come in different mime-types. 
Have a look at that.

For example, execute the following in a Python notebook to see the 
difference:

    print ('standard output')
    'execution result'

hope that helps,
  Roland

-- 
You received this message because you are subscribed to the Google Groups 
"Project Jupyter" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jupyter/d693d4b5-d862-4952-80ad-fdfe404a1d66%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to