jupyter-matlab-proxy icon indicating copy to clipboard operation
jupyter-matlab-proxy copied to clipboard

Support for streaming outputs

Open prabhakk-mw opened this issue 3 months ago • 1 comments

Details of the feature

Consider the snippet:

for m=1:3
pause(3)
m
end

It is expected for the outputs from this execution to print a numbers every 3 seconds.

Currently, all the outputs from the result of execution are displayed after 9 seconds.

The request is for a way to either configure this behavior to stream results as they are available, or if possible make it the default.

prabhakk-mw avatar Oct 29 '24 07:10 prabhakk-mw