Skip to content

Commit

Permalink
Merge pull request #1766 from jasongrout/output2
Browse files Browse the repository at this point in the history
Hide prompt area in classic notebook output widget.
  • Loading branch information
jasongrout authored Oct 20, 2017
2 parents dcc4180 + 8956d57 commit 8c390d5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions widgetsnbextension/src/widget_output.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,8 @@
.jupyter-widgets-output-area div.output_subarea {
max-width: 100%;
}

/* Work-around for the bug fixed in https://github.com/jupyter/notebook/pull/2961 */
.jupyter-widgets-output-area > .out_prompt_overlay {
display: none;
}

0 comments on commit 8c390d5

Please sign in to comment.