We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6d7fd5c + 8657d99 commit 7445be5Copy full SHA for 7445be5
notebook/static/notebook/js/outputarea.js
@@ -471,7 +471,7 @@ define([
471
};
472
473
OutputArea.output_prompt_classical = function(prompt_value) {
474
- return $('<bdi>').text(i18n.msg.sprintf(i18n.msg._('Out[%d]:'),prompt_value));
+ return $('<bdi>').text(i18n.msg.sprintf(i18n.msg._('Out[%s]:'),prompt_value));
475
476
477
OutputArea.output_prompt_function = OutputArea.output_prompt_classical;
0 commit comments