ipykernel icon indicating copy to clipboard operation
ipykernel copied to clipboard

fix ipykernel #799 by removing publish_status in process_control

Open mizililo opened this issue 4 years ago • 2 comments

because control_channel shouldn't publish execution_state

mizililo avatar Dec 03 '21 13:12 mizililo

I think we should wait before merging this. I have opened a JEP to move the kernel_info_request to the control channel to fix https://github.com/jupyterlab/jupyterlab/issues/10174, and the jupyter server expects both a reply to the kernel_info_reply and a message on IOPub to cosider it has connected to the kernel. Merging this PR would break the new behavior.

Notice there is a on-going JEP to replace PUB socket with XPUB socket, so that clients get an iopub message upon connection and they don't have to nudge the kernel anymore.

JohanMabille avatar Dec 03 '21 14:12 JohanMabille

OK

mizililo avatar Dec 07 '21 07:12 mizililo