ipywidgets
ipywidgets copied to clipboard
Interactive Widgets for the Jupyter Notebook
I am currently developing a web tool, with Ipywidgets, and I have a question about the value of an IntSlider. Is there any way to prevent the user from manually...
I noticed the `Tab` key does not change the value on a FloatSlider for example. To reproduce, type a new value in the entry text box, press `Tab` instead of...
Referencing ipywidgets components in RST documents doesn't include a link after building In my conf.py file: ``` # Domains for intersphinx inventory file objects.inv intersphinx_mapping = { 'ipywidgets': ('http://ipywidgets.readthedocs.io/en/latest', None),...
## Description _This issue is adapted from https://github.com/matplotlib/ipympl/issues/593 that I initially opened thinking I was dealing with an ipympl bug._ _I'm unfamiliar with widgets, please feel free to let me...
## Description I am trying to create interactive plots in jupyter notebook in a remote computing environment, which I am accessing through OnDemand. The system recently updated to notebook version...
(Original title: Slider flickering in firefox) When useing the slider widget, the output flickers (see example video). This happens in firefox, chrome works fine. I also tried using different backends....
Hi everyone, I'm having some problem implementing a **"Debounce" decorator** and combining it with `matplotlib` and `ipywidget IntSlider.`Here below is the debounce code as suggested by the [official ipywidgets documentation...
## Description > [!NOTE] > Seems related to ["Interacting with output widgets from background threads"](https://ipywidgets.readthedocs.io/en/8.1.5/examples/Output%20Widget.html#interacting-with-output-widgets-from-background-threads) When using an `ipywidgets.Output` widget as a context manager (`with out:`) inside an `asyncio` loop,...
Hey there, I really like ipywidgets, great job! I already built some fun interactive diagrams for academic teaching purposes and have reached a point where I would like to present...
## Description [Sorry if this is not an ipywidgets issue but rather a jupyter issue. Also, if it's browser related it's not easily identifiable by me, don't now enough about...