On 2 July 2017 at 02:35, Jeff Zhang <[email protected]> wrote: > I find one simpler approach to do that, just ues jupyter_client api. But I > could not get the execute response correctly. Could anyone help on that ? > Thanks
Have a look at the code nbconvert uses to execute notebooks - this uses jupyter_client in a similar way: https://github.com/jupyter/nbconvert/blob/master/nbconvert/preprocessors/execute.py -- 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/CAOvn4qizOFaa_BKaVN21_dxGftV%2BpeCJrAEBiSbrR3Wdp0nZbA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
