ob-ipython icon indicating copy to clipboard operation
ob-ipython copied to clipboard

async execution fails when result type is 'silent'

Open finalpatch opened this issue 7 years ago • 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.

finalpatch avatar Apr 25 '18 10:04 finalpatch