diff --git a/notebook/static/notebook/js/outputarea.js b/notebook/static/notebook/js/outputarea.js index 71c7b5726..be1ffa89d 100644 --- a/notebook/static/notebook/js/outputarea.js +++ b/notebook/static/notebook/js/outputarea.js @@ -77,7 +77,7 @@ define([ this.prompt_overlay.addClass('out_prompt_overlay prompt'); this.prompt_overlay.attr('title', 'click to expand output; double click to hide output'); - this.collapse(); + this.expand(); }; /** @@ -976,6 +976,7 @@ define([ this._display_id_targets = {}; this.trusted = true; this.unscroll_area(); + this.expand(); return; } };