Right now execnb is waiting for the final response from code execution. Is it possible to steam execution results without waiting for final response?
I'm using execnb for executing notebooks in the Mercury framework, and got such question from user mljar/mercury#301
Right now
execnbis waiting for the final response from code execution. Is it possible to steam execution results without waiting for final response?I'm using
execnbfor executing notebooks in the Mercury framework, and got such question from user mljar/mercury#301