jupyter/qtconsole

AttributeError: 'QtInProcessChannel' object has no attribute 'closed'

twizmwazin opened this issue · 2 comments

After commit ff57647, FrontendWidget calls closed on self.kernel_client.iopub_channel. This commit introduced that closed attribute to QtZMQSockerChannel. No such attribute exists for QtInProcessChannel however, so this exception is raised.

AFAIK, this is now fixed (in version 5.4.3)

Correct. Since this issue is no longer valid, I'm going to close it.