Skip to content

Commit 1c923a2

Browse files
author
Golf Player
committed
Return to idle after complete
1 parent 8440dbf commit 1c923a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nbclient/client.py

+1
Original file line numberDiff line numberDiff line change
@@ -535,6 +535,7 @@ async def async_execute(self, reset_kc=False, **kwargs):
535535
self.nb.metadata['language_info'] = info_msg['content']['language_info']
536536
self.set_widgets_metadata()
537537
self._update_state(ExecutionState.COMPLETE)
538+
self._update_state(ExecutionState.IDLE)
538539
return self.nb
539540

540541
execute = run_sync(async_execute)

0 commit comments

Comments
 (0)