Skip to content

Commit 523309b

Browse files
chrisjsewelldavidbrochart
authored andcommitted
Update client.py
1 parent 5d9c7b1 commit 523309b

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
@@ -1033,7 +1033,7 @@ async def async_execute_expressions(self, cell, cell_index: int, expressions: t.
10331033
parent_msg_id = await ensure_async(
10341034
self.kc.execute(
10351035
'',
1036-
silent=True,
1036+
silent=False,
10371037
user_expressions=user_expressions,
10381038
)
10391039
)

0 commit comments

Comments
 (0)