ipywidgets
ipywidgets copied to clipboard
Interactive Widgets for the Jupyter Notebook
**Describe the bug** I should be able to select data points from a figure and then red crosses are supposed to appear after clicking with the mouse, but nothing happens,...
Closes #3285 ### TODO - [x] Format changelog so it's compatible with the releaser - [ ] Check whether we can keep the current changelog for `8.0` - [ ]...
Currently, we wait till the DOMWidgetView object is displayed (i.e. attached to DOM), before we set the layout: https://github.com/jupyter-widgets/ipywidgets/blob/92d7d42c00a1b0d9ce921533acb08beefdea3eb2/packages/base/src/widget.ts#L810 This originally comes from this commit: https://github.com/jupyter-widgets/ipywidgets/commit/9c3de0980968f42ce92feddc6c00dbeb01dd41a5 However, this leads to...
Hello, For the selection of time range of datetime with format YYYY-MM-DD hh:mm, the only widget I could find was SelectionRangeSlider. But the problem is that the readout part is...
Currently the DatePicker widget will always trigger the callback as you **type** a date, it would be nice if this widget supported the continuous_update=False argument like other widgets do. This...
Because of `self.index = 0` in [widget_selection.py#L214](https://github.com/jupyter-widgets/ipywidgets/blob/9326d28c474cb6d2b58876d469489a73e98f903a/python/ipywidgets/ipywidgets/widgets/widget_selection.py#L214), an update to a dropdown's options would reset the selected option to the one at index=0. However, if the new options list still...
In https://github.com/jupyter-widgets/ipywidgets/pull/3124, @ibdafna listened for window resize events as a proxy for if a root widget view needed to have a resize event triggered. This is a coarse proxy, since...
### Problem I see that there is a new release of widgetsnbextension on PyPI but I'm not able to find any info about what is new there. Is there any...
## Description Widget not rendering on JupyterLab when running main.py examples/app and examples/notebook ## Reproduce 1. Go to root folder after cloning https://github.com/jupyterlab/jupyterlab 2. Build examples folder after installing and...
This is a PR made with help from @jasongrout to allow for deferred init for widgets when e.g. dynamically loaded into JLab using https://github.com/wolfv/jupyterlab-dynext