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 51676ad commit 4fb34b8Copy full SHA for 4fb34b8
jupyter_server_documents/rooms/yroom_manager.py
@@ -182,7 +182,7 @@ async def _watch_rooms(self) -> None:
182
# cells, so the room should not be closed.
183
awareness = room.get_awareness().get_local_state() or {}
184
execution_state = awareness.get("kernel", {}).get("execution_state", None)
185
- if execution_state not in { "idle", "dead" }:
+ if execution_state not in { "idle", "dead", None }:
186
continue
187
188
# Otherwise, delete the room
0 commit comments