Show More
@@ -247,9 +247,7 var IPython = (function (IPython) { | |||||
247 | if( this.code_mirror != undefined) { |
|
247 | if( this.code_mirror != undefined) { | |
248 | nline = this.code_mirror.lineCount(); |
|
248 | nline = this.code_mirror.lineCount(); | |
249 | } |
|
249 | } | |
250 | if (number){ |
|
250 | this.input_prompt_number = number; | |
251 | this.input_prompt_number = number; |
|
|||
252 | } |
|
|||
253 | var prompt_html = CodeCell.input_prompt_function(this.input_prompt_number, nline); |
|
251 | var prompt_html = CodeCell.input_prompt_function(this.input_prompt_number, nline); | |
254 | this.element.find('div.input_prompt').html(prompt_html); |
|
252 | this.element.find('div.input_prompt').html(prompt_html); | |
255 | }; |
|
253 | }; |
General Comments 0
You need to be logged in to leave comments.
Login now