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

## Description If you are trying to set the value of some widgets, you cannot set them to None - such as Label, Text or selection ## Reproduce Create widget...

## Description Over on the main jupyter.org page, there was an error reported https://github.com/jupyter/jupyter.github.io/issues/720 that involves `embed-amd.js` This might be related to #3369 , #3652, and #3713

I would love to be able to add custom class name to for example HBox and VBox and further style them. Thanks

Hi, Idk if it is already possible but I need to delete those two classes from my custom ipywidgets. Please let me know how can I achieve this. Thanks

## Description If I execute the following code in Notebook **Classic** ``` from typing import List from IPython.display import Javascript, display from ipywidgets import interactive, Box display(Javascript('window.myGlobalVar = 0;')) def...

## Description A `DeprecationWarning` is raised when calling `interact` after importing matplotlib: ``` C:\Users\xxx\Anaconda3\envs\ipywidgets-test\Lib\site-packages\ipywidgets\widgets\interaction.py:43: DeprecationWarning: `ipykernel.pylab.backend_inline` is deprecated, directly use `matplotlib_inline.backend_inline` from ipykernel.pylab.backend_inline import flush_figures ``` ![image](https://github.com/jupyter-widgets/ipywidgets/assets/113513775/fd1c68b6-6e56-4724-bc93-72c7fbda0930) ## Reproduce 1....

In the process of adding MathJax / LaTeX support to the plotly.py ipywidget, I realized that JupyterLab doesn't seem to automatically initialize MathJax the way the classic notebook did. I...

I just published a custom iframe widget: [ipyiframe](https://gitlab.com/oscar6echo/ipyiframe). I could make a PR to make it a core widget. If there is an interest please let me know. Note that...

qgrid/grid.py", line 524, in @widgets.register() TypeError: register() missing 1 required positional argument: 'widget' https://github.com/jupyter-widgets/ipywidgets/issues/3031#issuecomment-755313459 We need a PR for this. ipywidgets 8.1.1 qgrid/grid.py line 524 still is: @widgets.register()

This change fixes a bug in the `TagsInput` when the `value` attribute is updated from `python` with a list of different length than the widget currently has and the `inputIndex`...