Skip to content

Commit 7cfe9f4

Browse files
committed
Fix arg
1 parent 80fe510 commit 7cfe9f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nbclient/client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ async def async_setup_kernel(self, **kwargs):
450450
if cleanup_kc:
451451
await self._async_cleanup_kernel()
452452

453-
async def async_execute(self, reset_kc, **kwargs):
453+
async def async_execute(self, reset_kc=False, **kwargs):
454454
"""
455455
Executes each code cell.
456456

0 commit comments

Comments
 (0)