ipywidgets icon indicating copy to clipboard operation
ipywidgets copied to clipboard

Interactive Widgets for the Jupyter Notebook

Results 312 ipywidgets issues
Sort by recently updated
recently updated
newest added

Replaces https://github.com/jupyter-widgets/ipywidgets/pull/3920. ## Features: * Widgets can render anywhere the `WidgetRenderer` can be accessed (anywhere the global rendermime or clones work). * Correctly indicates when comms is disconnected. * Re-renders...

I find tooltips could be useful in other widgets, besides Text, Button and Checkbox. For instance * Labels could be the header of a column or a row of several...

needs info

Hello, I am preparing the ipywidget 8.1.2 Debian package. But the tests suite failed like this. I would like your help in order to understand what is going on. thanks...

## Description When adding an icon to a button, the icon is not rendered. ![image](https://github.com/jupyter-widgets/ipywidgets/assets/5486208/40dbce88-3bcf-4b94-b6bb-934de7645b83) I checked your code and found that the error is caused by this pice of...

Any update on this topic so far?

Custom widget idea

From #1239: > I needed to arrange radio buttons horizontally, couldn't seem to accomplish this with existing widget in 5.2.2 so I made my own. Not sure if this has...

good first issue

## Description The sourcemaps are not included in the package. Im getting warnings: ``` WARN Failed to load source map for [...]/node_modules/@jupyter-widgets/html-manager/lib/index.js. Error: An error occurred while trying to read...

## Description Text() causes run of @interact_manual decorated function on focus change ; but Textarea() does not ## Reproduce ```python @interact_manual def doitdoitnow(arg=Textarea('arg')): print('u ran me') ``` when you change...

Hi everyone, I'm using the Text widget in a few of my projects. I often employ the `on_submit` method on them to register a callback that gets called when the...

### Problem Currently, the widget manager for JupyterLab displays an error message when there is version mismatch (added in https://github.com/jupyter-widgets/ipywidgets/pull/3185), which is useful as it is also displayed in the...