-
Notifications
You must be signed in to change notification settings - Fork 283
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
Version 6.0.0 breaks qtconsole #523
Comments
Thanks for raising, I see the change involved. I'll look at making a fix soon. |
Found the same problem when using qtconsole with |
The control channel was introduced in |
I can confirm this bug. Any solutions? Thanks! |
ipython/ipykernel#489 should fix it. |
Thanks! |
Is #523 expected to be included in any release soon? |
Read the link above, it's waiting on an ipykernel release not a jupyter_client release. |
FYI, ipykernel v5.2.0 has been released: https://github.com/ipython/ipykernel/releases/tag/5.2.0 |
ipykernel's
InProcessKernelClient
used by qtconsole does not use acontrol_channel
. (see https://github.com/ipython/ipykernel/blob/master/ipykernel/inprocess/client.py#L45)Version 6.0.0 assumes every client uses this channel and attempts to create a channel using the abstract ControlABC class which throws the error in #270 (hence the new comments).
See inkcut/inkcut#231 (comment) for a Traceback
The text was updated successfully, but these errors were encountered: