-
Notifications
You must be signed in to change notification settings - Fork 76
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
Doesn't report error status in execute_reply
msg
#113
Comments
Thanks for the report, @jayendra13! I suspect this problem exists in |
Thanks @blink1073 for the prompt response. |
I suspect it is here. Yes, please, I think the issue is better suited on that repo. |
moved here |
@blink1073 I think this could be issue a issue Calysto/metakernel#175 (comment) |
@blink1073 I have made some fixes for this, how can submit a PR ? |
Are the fixes here, in metakernel, or both? |
only here. |
Great! Is this your first time making a PR on Github? |
oh yes, |
or you can give me access to push a new branch here ? |
|
This site looks pretty good for an overview: https://services.github.com/on-demand/github-cli/open-pull-request-github |
Done please review that. |
Fixed by #114. |
Version info
I am running a matlab code with
matlab_kernel
having a syntax error, and tracking the messages from the iopub channel.This is the
execute_reply
msg from the iopub channel.When matlab encounter the error while executing the code, the
status
(under thecontent
) should beerror
instead ofok
.ref: https://jupyter-client.readthedocs.io/en/stable/messaging.html#request-reply
The text was updated successfully, but these errors were encountered: