question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

hide out_prompt_overlay in Output widget

See original GitHub issue

The 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?

screen shot 2017-10-20 at 12 49 13 pm

Would it make sense to add some CSS like .jupyter-widgets-output-area > .out_prompt_overlay {display: none}?

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:7 (7 by maintainers)

github_iconTop GitHub Comments

1reaction
jasongroutcommented, Oct 20, 2017

Do you want submit a PR

I went ahead and made a PR for it so we can get a fix out before the weekend.

0reactions
jasongroutcommented, Oct 20, 2017

(then I’ll release a quick widgetsnbextension 3.0.6 with just this fix)

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found