We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c96ba2 commit 77f67b4Copy full SHA for 77f67b4
ipykernel/kernelbase.py
@@ -384,6 +384,7 @@ async def dispatch_shell(self, msg):
384
self.log.debug(" Content: %s\n --->\n ", msg["content"])
385
386
if not self.should_handle(self.shell_stream, msg, idents):
387
+ self._publish_status("idle", "shell")
388
return
389
390
handler = self.shell_handlers.get(msg_type, None)
0 commit comments