ipywidgets
ipywidgets copied to clipboard
Interactive Widgets for the Jupyter Notebook
Fixes #2370  This mimics the same approach as for the notebooks for now, but it might be possible to have both the consoles and notebooks share more logic.
Using ipywidgets 8. There are multiple versions of the same icon on fontawesome. For ex. "square" can be specified by [far](https://fontawesome.com/v5.15/icons/square?style=regular) or [fas](https://fontawesome.com/v5.15/icons/square?style=solid) to change whether it is filled or...
I re-use the same figure and axis to plot some data in a succession. In order to display a single figure on the notebook, I need to clear the output....
## Description button on_click yields UnboundLocalError if variable from parent scope is updated in the function Update: dict variables do not produce the same error ## Reproduce ``` import ipywidgets...
I'm doing some work with the html manager's [`dist/embed-amd.js`](https://cdn.jsdelivr.net/npm/@jupyter-widgets/[email protected]/dist/embed-amd.js) file, and it is really hard to debug. That file is minimized, with no source map since it is generated by...
### Problem There are issues with using the default Python serialization for floats, as it might write invalid JSON including plain-text `NaN`, `Infinity`, `-Infinity` values. See e.g. https://github.com/jupyter-widgets/ipywidgets/issues/1531 and https://github.com/jupyter-widgets/pythreejs/issues/366...
After selecting a value from the combobox, I can not successfully clear the field value from the GUI. This means that if I have a background process which depends on...
hi there, the new TagsInput looks like a great new addition to ipywidgets - many thanks @martinRenou ! my understanding is that it currently it supports the following behaviour: -...
## Description I generated the documentation from source using `docs/Makefile` with `make html`. The rendered HTML files look okay apart from widgets not being rendered. Compare on https://ipywidgets.readthedocs.io/en/stable/examples/Widget%20List.html:  with...
## Description I run widgets.HTML in Jupyter notebook (file.ipynb) and output looks fancy. When I reload page or when I close/re-open Jupyter notebook fancy output not saved, but HTML(value=... )...