Skip to content

Commit 988f4bd

Browse files
author
Doug Blank
committed
Added debug log line
1 parent d812555 commit 988f4bd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jupyter_client/runapp.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ def execute_printing_output(self, cell):
129129
continue
130130
msg_type = msg['header']['msg_type']
131131
content = msg['content']
132+
self.log.debug("iopub msg: %s" % msg)
132133
if msg_type == 'status':
133134
if content['execution_state'] == 'idle':
134135
# idle means output is done

0 commit comments

Comments
 (0)