Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for streaming outputs #102

Open
prabhakk-mw opened this issue Oct 29, 2024 · 1 comment
Open

Support for streaming outputs #102

prabhakk-mw opened this issue Oct 29, 2024 · 1 comment

Comments

@prabhakk-mw
Copy link
Member

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
Copy link
Member Author

Based on requests from @fcyang58 in #101

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants