-
In https://github.com/davidbrochart/ypywidgets/issues/12 @martinRenou suggested moving ypywidgets to another organization. I think it would make sense to move it to jupyter-widgets.
It's still early …
-
## Description
![image](https://github.com/jupyter-widgets/ipywidgets/assets/21370980/1560abd1-e30c-4c3e-9ce9-e6e8618edc4a)
## Reproduce
```py
import ipywidgets as w
w.VBox([
w.T…
-
**Describe the bug**
When pydantic>=2.9, the tests fail:
![image](https://github.com/user-attachments/assets/6a1de15f-baaf-4a71-be74-62ac8720b0cb)
-
**Is your feature request related to a problem? Please describe.**
Fill with default value if no value passed to AutoGrid.
**Describe the solution you'd like**
Coerce the data so that the default…
-
**Describe the bug**
To watch changes on a `FileChooser`, you observe the `_value` traitlet. Because of where that is set, a handler that is observing changes in `_value` will see an inconsistent s…
-
looks like `ipydatagrid` have made the back-end change to store the `_data["data"]` param as a pandas dataframe rather than a list of dicts ("records") as it was previously stored.
https://github.…
-
## Description
A particular combination of commands in a single jupyter lab notebook cell results in the value of a widget not being set. This report is based on the code provided in #3206.
…
-
This sequence of events leads to an save button that is enabled even though no changes have been made:
1. Make a new camera or edit an existing one.
2. Click save (after making a change if necessa…
-
https://jupyterbook.org/en/stable/publish/gh-pages.html#automatically-host-your-book-with-github-actions
-
If you have at least one item, e.g. camera, and you select the "Make new..." option and then select the original item again then the widget display is blank. The reason is that the private method `_in…