Fix stream messages for change to msg spec

Closes gh-8
main
Thomas Kluyver 12 years ago
parent b15789cfe1
commit 60185f4575

@ -59,7 +59,7 @@ class BashKernel(Kernel):
self._start_bash()
if not silent:
stream_content = {'name': 'stdout', 'data': output}
stream_content = {'name': 'stdout', 'text': output}
self.send_response(self.iopub_socket, 'stream', stream_content)
if interrupted:

Loading…
Cancel
Save