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

For new users of my custom widget, the experience of seeing a JS based error saying `"widget: model not found"` is frustrating and confusing. I want to display a message...

Custom Widget

## Description LaTeX labels not rendering in the `ipywidgets` controls in [my JupyterLab notebook](https://github.com/orome/logistic-map-py/blob/801a363634d323cb0decfac4aab5f59df2fbbfd1/demo.ipynb)? For me, this ```python r=widgets.FloatSlider(min=1, max=4, step=0.02, value=3.08, continuous_update=True, description='$r$'), steps=widgets.IntSlider(min=2, max=500, step=1, value=20, continuous_update=True, description='$n_{max}$'),...

needs info

What I am doing is like this, I want to display the data where I select. ![image](https://github.com/jupyter-widgets/ipywidgets/assets/26788062/ff1fd527-4498-4073-8fea-05ed04809e53) The selected data is oberved and stored in a traitlets class well. However,...

Custom Widget

## Description When using a `FloatRangeSlider` where the `min` value is negative, I can edit the bounds in the slider readout and update the positions of the handles on the...

So I have made my own multiple choize quiz in Jupyter with the following code. ``` import ipywidgets as widgets import sys from IPython.display import display from IPython.display import clear_output...

Reopening and saving a notebook with a stored widget state will delete that state in JLab 4, as can be seen in this screen recording, and the according notebook diff...

## References - as noted on - #3829 - #3848 - potential fix in #3847 (probably still blocked by upstream fixes to font discovery) ### Problem In the absence of...

needs info

I did this test in 8.1.1 plus some 8.x.x versions, then downgraded to 7.8.1 and it worked. ``` from ipywidgets import interact option_list = ["Full Parameter", "Default Parameter"] full_parameter =...

needs info

### Problem the built-in support for font-awesome is nice, but limited, and a bit out of date. SVGs are very flexible and there are tons of alternative libraries out there....

enhancement

## Description I am reporting an issue with the FileUpload function in ipywidgets when used in a notebook.When attempting to upload a file using the FileUpload widget in juypterlab, two...