mirror of
https://github.com/jupyter/notebook.git
synced 2025-02-05 12:19:58 +08:00
Merge pull request #6596 from minrk/stream-text
msgspec 5: stream.data -> stream.text
This commit is contained in:
commit
ffc574d4dd
@ -210,7 +210,7 @@ define([
|
||||
var msg_type = json.output_type = msg.header.msg_type;
|
||||
var content = msg.content;
|
||||
if (msg_type === "stream") {
|
||||
json.text = content.data;
|
||||
json.text = content.text;
|
||||
json.stream = content.name;
|
||||
} else if (msg_type === "display_data") {
|
||||
json = content.data;
|
||||
|
Loading…
Reference in New Issue
Block a user