ipywidgets
ipywidgets copied to clipboard
Interactive Widgets for the Jupyter Notebook
## Description A particular combination of commands in a single jupyter lab notebook cell results in the value of a widget not being set. This report is based on the...
Hi, 👋 this is my first pull request for this project. I've added `current_time` attribute to the `Audio` widget, which allows user to set programmatically where the media should play...
I am not sure if this is even possible. But it would be awesome to have a button which was for "copying to clipboard" on my laptop. This makes it...
### Problem Type annotations would allow developers and IDEs to easily reason about how ipywidgets is meant to be used. ### Proposed Solution Add type annotations to the point where...
## Description Setting the `options` trait of the same SelectMultiple widget when displayed multiple times seems to only set correctly for the first displayed SelectMultiple ONLY when all values are...
Hi There It would be great if I could obtain the file path from the fileUpload Widget. Maybe in the metadata section which currently contains the name but not the...
Hi there! When I share a notebook with colleagues, it would be great if they could directly see an image of the widget. Currently, a widget would be displayed like...
I have some example notebooks in my custom widget repository that I want to update to use the latest version of the JS package whenever I release a new version,...
Not all users necessarily want the _FileUpload_ button to display the upload-count in parentheses. Some applications and interface designs/layouts may require fine-grained control of the look of the interface and...
In [Chrome 120](https://chromestatus.com/feature/6710427028815872), a name attribute is added to details elements to make it possible to do an accordion in native html. Other browsers indicate positive interest. When this is...