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.
1 parent 281255d commit bc23e28Copy full SHA for bc23e28
notebook/static/notebook/js/outputarea.js
@@ -77,6 +77,9 @@ define([
77
78
OutputArea.prototype.style = function () {
79
this.collapse_button.hide();
80
+ if (!this.prompt_area) {
81
+ this.prompt_overlay.hide();
82
+ }
83
84
this.wrapper.addClass('output_wrapper');
85
this.element.addClass('output');
0 commit comments