gregsexton/ob-ipython

async execution fails when result type is 'silent'

Opened this issue · 0 comments

'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.