Show More
@@ -44,7 +44,7 b' var IPython = (function (IPython) {' | |||
|
44 | 44 | var output = $('<div></div>'); |
|
45 | 45 | cell.append(input).append(output); |
|
46 | 46 | this.element = cell; |
|
47 |
this.output_area = new IPython.OutputArea(output, |
|
|
47 | this.output_area = new IPython.OutputArea(output, true); | |
|
48 | 48 | |
|
49 | 49 | // construct a completer only if class exist |
|
50 | 50 | // otherwise no print view |
General Comments 0
You need to be logged in to leave comments.
Login now