mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-30 12:11:32 +08:00
get monospace pager back
This commit is contained in:
parent
20071271bf
commit
2fbb909bb3
@ -152,9 +152,7 @@ var IPython = (function (IPython) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
Pager.prototype.append_text = function (text) {
|
Pager.prototype.append_text = function (text) {
|
||||||
var toinsert = $("<div/>").addClass("output_area output_stream");
|
this.pager_element.append($('<pre/>').html(utils.fixCarriageReturn(utils.fixConsole(text))));
|
||||||
toinsert.append($('<pre/>').html(utils.fixCarriageReturn(utils.fixConsole(text))));
|
|
||||||
this.pager_element.append(toinsert);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user