jupyter / qtconsole

Jupyter Qt Console
https://qtconsole.readthedocs.io/en/stable/
BSD 3-Clause "New" or "Revised" License
413 stars 199 forks source link

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

Closed twizmwazin closed 1 year ago

twizmwazin commented 1 year ago

After commit ff57647679e1b20be56acaf90273e36f74d3601d, 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.

gdementen commented 1 year ago

AFAIK, this is now fixed (in version 5.4.3)

ccordoba12 commented 1 year ago

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