hide out_prompt_overlay in Output widget
See original GitHub issueThe Output widget shows the overlay on the left side of the output area that lets people collapse an output cell in a notebook (see screenshot below). It doesn’t seem like this is behavior that one would want when using an Output widget. Would it be possible to hide this overlay by default or make it optional?
Would it make sense to add some CSS like .jupyter-widgets-output-area > .out_prompt_overlay {display: none}
?
Issue Analytics
- State:
- Created 6 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
Is there a way to hide a displayed object using IPython?
You can hide a widget using resetButton.layout.visibility = 'hidden'. to let the widget still consume space, or resetButton.layout.display = 'none'.
Read more >Widget Events — Jupyter Widgets 7.7.0 documentation
By using the on_click method, a button that prints a message when it has been clicked is shown below. To capture print s...
Read more >Is there a way to suppress output of ipywidgets.interact ...
I have just upgraded my conda installation to the latest version of jupyter. I am now having a problem with ipywidgets.interact, in that...
Read more >Comprehensive Example — ipympl - Matplotlib
Debugging widget updates and matplotlib callbacks# · In jupyterlab the output will show up in the Log Console (View > Show Log Console)...
Read more >How to use ipywidgets to make your Jupyter notebook ...
Jupyter widgets can make notebooks be more interactive and make data ... While this article shows the output, the best way to experience...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I went ahead and made a PR for it so we can get a fix out before the weekend.
(then I’ll release a quick widgetsnbextension 3.0.6 with just this fix)