Skip to content

Commit 3aea02b

Browse files
committed
Update client.py
1 parent 469f4a3 commit 3aea02b

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
@@ -1057,7 +1057,7 @@ async def async_execute_expressions(self, cell, cell_index: int, expressions: t.
10571057
parent_msg_id = await ensure_async(
10581058
self.kc.execute(
10591059
'',
1060-
silent=True,
1060+
silent=False,
10611061
user_expressions=user_expressions,
10621062
)
10631063
)

0 commit comments

Comments
 (0)