gregsexton / ob-ipython

org-babel integration with Jupyter for evaluation of (Python by default) code blocks
739 stars 109 forks source link

async execution fails when result type is 'silent' #172

Open finalpatch opened 6 years ago

finalpatch commented 6 years ago

'silent' blocks don't have result blocks, but ob-ipython's completion routine still tries to look for the result block, and then fail and block the execution of other code blocks.