Thank you! On Monday, October 17, 2016 at 11:53:44 AM UTC+3, Min RK wrote: > > You can use a tool called wurlitzer > <https://github.com/minrk/wurlitzer#wurlitzer> to capture C-level piped > output: > > from wurlitzer import sys_pipeswith sys_pipes(): > call_c_function() > > -Min > > > On Mon, Oct 17, 2016 at 10:46 AM, Dmitry Ulyanov <[email protected] > <javascript:>> wrote: > >> Hello, I wrapped a C function with CFFI, works smoothly if ran as python >> script. But when I copy paste the code to jupyter notebook and try to run >> there I do not see any prints, produced by C function. Is there a way to >> get the prints working for jupyter? Thank you! >> >> >> P.S CFFI developer could not help told me to ask here... >> >> -- >> 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] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/jupyter/0dd68b38-3aa3-4883-aada-316eb9b261c1%40googlegroups.com >> >> <https://groups.google.com/d/msgid/jupyter/0dd68b38-3aa3-4883-aada-316eb9b261c1%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > >
-- 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/755e7e55-3164-47cc-927e-bc5226659c4a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
