Hello, I'm used to using Ipykernel, where when one is running a lengthy computation, one can use [`send_response`](https://github.com/ipython/ipykernel/blob/830829fd344849c69027a7a198f745e7b84bcb28/ipykernel/kernelbase.py#L654) to append to the current output, for [example](https://github.com/edgarcosta/gp_kernel/blob/master/gp_kernel/kernel.py#L1225C1-L1232C26 ) What is the right way to do this with Xeus?
Hello,
I'm used to using Ipykernel, where when one is running a lengthy computation, one can use
send_responseto append to the current output, for exampleWhat is the right way to do this with Xeus?