ipywidgets
ipywidgets copied to clipboard
Interactive Widgets for the Jupyter Notebook
I'm sorry for not using the template as this does not apply to any code, but applies to the version of npm packages published Looking at https://www.npmjs.com/package/@jupyter-widgets/base?activeTab=versions the latest version...
Bumps [axios](https://github.com/axios/axios) from 1.4.0 to 1.6.1. Release notes Sourced from axios's releases. Release v1.6.1 Release notes: Bug Fixes formdata: fixed content-type header normalization for non-standard browser environments; (#6056) (dd465ab) platform:...
## Description I have an ipytree widget in Jupyterlab, and on clicking a node of it getting errors: Error serializing widget state attribute: selected_nodes serialize @ 595.7f2125f3d2c7376588c2.js?v=7f2125f3d2c7376588c2:1 sync @ 595.7f2125f3d2c7376588c2.js?v=7f2125f3d2c7376588c2:1...
Hi, I read all other issues in Jupyterlab and also googled the problem, but none of the solutions mentioned worked (most of them upgrading to the latest version of the...
ipywidgets version = 8.1 ```py import ipywidgets as w w.RadioButtons(options=["a", "b"], disabled=True, value="a") ``` dark  light 
`ipywidgets version == 8.1.1` ```py import ipywidgets as w di = { "title": "title", "description": "Description ...", "tooltip": "tooltip ...", } w.VBox(**di) # error ```  --- ```py import ipywidgets...
could not build wheels for pyzmq, which is required to install pyproject.toml-based projects. Things I found on internet didn't help (such as `pip install pyzmq==23.2.1`)  To reproduce: follow custom...
## Description it seem like ipywidets use the combobox error, when click to show javascript error the python package list is follwing: use the labextension to check the version open...
PR to implement a convenience function for https://github.com/jupyter-widgets/ipywidgets/issues/1936
**Question:** I am building a custom ipywidget and the first rendering of widget (in output cell) takes some time. The following cells in the notebook interact with the widget and...