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
trafficstars

### Problem I am generating sphinx gallery docs for http://github.com/deepchecks/deepchecks which generates rst files of the order of 100s of MBs leading sphinx to cause OOM. This is because I...

## Description The idea is to create an interactive dropdown widget that lists available py files and creates a new code cell in Jupyter notebook with content rendered from py...

question

## Description This is the screenshot of Jupyter Notebook 6.4.8 running on Python 3.10, opened on Chromium Edge: ![image](https://user-images.githubusercontent.com/50703224/156301433-0ef0a479-c0c5-47e6-9544-887324baef00.png) The color difference of the placeholder "Type something" and the real...

needs info
ux/ui
enhancement

Hello, is it possible: 1. To control captions widths? Text size can vary.. Now large captions are cutted. Caption tooltips can be also helpful. 2. To enable tab items horizontal...

When providing only one bound to either a float or int text widget, I intuitively expect the other bound to be open e.g. if I want a variable to be...

After changing the children and setting the selected_index attribute to the value it had before, selected_index is set to 0. ![tab](https://user-images.githubusercontent.com/46192475/94940980-8e2fb080-04d4-11eb-8592-82e06db4e4af.gif) Code to reproduce: ```python import ipywidgets tabs = ipywidgets.Tab()...

If you create a widget as so: > A = FloatText(value=6e12) Then the value is converted out of scientific notation as so: ![screen shot 2016-06-28 at 15 26 18](https://cloud.githubusercontent.com/assets/8539474/16420535/8fc4a164-3d49-11e6-9074-c5729496d40e.png) It...

discussion
feature request

## Description I'm encountering issues when building `jupyterlab-widgets` from source. I'm not sure if this is the right repo to report this to, but https://pypi.org/project/jupyterlab-widgets/ lists this as the homepage....

Currently, ipywidgets is based on [traitlets](https://traitlets.readthedocs.io) for validating and observing data. [Pydantic](https://pydantic-docs.helpmanual.io) is a modern library for data validation. Could Pydantic replace traitlets in ipywidgets?

I have an issue. If I re-start my kernel then it will unlink my widgets (I get the little red broken chain symbol). Is there anyway to save the widget...