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 cc [jasongrout ](https://github.com/jasongrout) [jtpio](https://github.com/jtpio) Considering an output (main) containing another output (sub-output), while the main output _**is displaying**_, clear_output for the main one would clear the sub-output as...

cc. @SylvainCorlay @jtpio @trungleduc ### Problem The current state is: - ipywidgets provides the jupyterlab-manager that is loaded dynamically by JupyterLab, meaning JupyterLab doesn't care if it's ipywidgets 7 or...

enhancement

## Description I'm trying to buil jupyterlab-widgets 1.0.2 out of sdist tar ball from pypi. Looks like tsconfig.json has contents which points outside of source tar ball. ```json { "extends":...

Hello, When the slider values are too big (range value, too many digits, etc.), it creates a white box around the slider value. Do you know how we can get...

As @bollwyvl points out [here](https://github.com/jupyter-widgets/ipywidgets/issues/3429#issuecomment-1102665219) and [here](https://github.com/jupyter-widgets/ipywidgets/issues/3220#issuecomment-866858304), it would be nice if our schemas for models and/or messages were documented in a standardized json schema format (like json-schema, for example).

## Description I do not see the scroll bar when I use the output widget. Is this issue not solved yet? Same issue previously reported as https://github.com/jupyter-widgets/ipywidgets/issues/2778 ## Reproduce Same...

## Description The top-level widget box should scroll so you can see the overflow. I think this may be the underlying issue for https://github.com/jupyterlab/jupyterlab/issues/10763 ## Reproduce On current master, execute:...

needs info

## Description Attempting to add a tooltip to a checkbox, I can't modify the default value. The [docs](https://github.com/jupyter-widgets/ipywidgets/blob/f8758accc22f2be97582e1cec0f8c445d0055b1c/packages/schema/jupyterwidgetmodels.v7-5.md#checkboxmodel-jupyter-widgetscontrols-150-checkboxview-jupyter-widgetscontrols-150) claim it defaults to description - but can be changed by using...

### Problem I have a `Text` widget that I want to style using Bootstrap classes (I load these separately) like ```python widget.add_class("form-control").add_class("me-2") ``` but at the actual HTML level I...

Is there a size limit property in FileUpload widget or a restriction for big files? Using a FileUpload with a file of 6MB, I can access to `data` and `value`...

good first issue
docs