-
Notifications
You must be signed in to change notification settings - Fork 320
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
AttributeError seen while running xeus-cpp #1497
Comments
Thanks for reporting @anutosh491. |
Thanks for the fix ! |
I'm not sure about the fix, the As stated in the docs:
So IMO the fix should be in xeus-cpp which MUST provide a parent header in its reply message |
It's definitely a bug in xeus-cpp, but clients should handle bugs like this reasonably gracefully, so I think the PR is correct. Plus, the PR is also only fixing the code to do what it already is trying to do (set msg_type to None if parent_header is unavailable), but it previously only handled the case where |
Thanks . Yes, I think the Pr is not doing anything unintended and can be moved in. |
Hello All,
I maintain xeus-cpp, a Jupyter Kernel to run C++ code.
I am using it with the latest jupyter-server. I didn't see these errors a while back (probably I was using an older version back then) but lately I see this when running it with lab.
Here's a simple readme on how to build the project (shouldn't take more than a couple mins)
This is what I see
The text was updated successfully, but these errors were encountered: