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

Hi all, I have encountered a problem with ipywidgets that some value has been updated by calling a method, but in the same cell I cannot get the updated value...

Custom Widget

We are creating a custom widget for spreadsheets inside the jupyter notebook. We have support for cell references in the spreadsheets. We want to implement a functionality where its possible...

Custom Widget

It would be amazing if it was possible to pickle an ipywidget. I can pickle and unpickle a plotly.graph_objects.FigureWidget with no problem, so why not ipywidgets? If I attempt to...

I'm trying to use Latex labels in widgets in jupyter lab, but after trying the exact same commands as in a tutorial notebook, it didn't work for me: ``` from...

## Description The keyboard shortcuts from jupyter notebook get activate when I type into a `Textarea`. For example I cannot type `a` without creating a new cell. I checked ipywidgets...

Hi! ## Description In jupyterlite, for example with this instance https://jtp.io/anywidget-lite/lab/index.html , executing in a cell ``` %pip install ipywidgets ``` Raises the following error: Details --------------------------------------------------------------------------- ValueError Traceback (most...

Python compiler newly removes indent from docstrings https://github.com/python/cpython/issues/81283

This lets `interact` use type annotation information to create widgets, as proposed in #3907. Since type annotations are used as a last resort, this should not change the behavior of...

Replaces https://github.com/jupyter-widgets/ipywidgets/pull/3893. Commits have been tidied up. Resolves - [x] #3860 - [x] #3703 - [x] #728 - [x] #3440 - [x] #1345