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

## Description Ansi color codes are stripped and no color is shown in output captured by the output widget. ## Reproduce ```python import ipywidgets as widgets print("\033[91mHello World\033[0m") output =...

The button "Click me" is not working. It seems that this issue is since the update xeus-python 0.16 -> 0.17 One can try on the doc here: https://ipywidgets.readthedocs.io/en/8.1.5/examples/Widget%20Events.html

## Intro Hello. I'm a blind user and I use screenreader on my PC. I was trying to make a game field in colab, but ended up with a item...

Bumps [markdown-to-jsx](https://github.com/quantizor/markdown-to-jsx) from 7.2.1 to 7.5.0. Release notes Sourced from markdown-to-jsx's releases. v7.5.0 Minor Changes 62a16f3: Allow modifying HTML attribute sanitization when options.sanitizer is passed by the composer. By default...

dependencies
javascript

## Description I am trying to package my widget as a standalone npm module for use in codepen. When packaged with jsdelivr in esm mode, I get the following error...

I would like to be able to access the javascript widget models in a notebook. Using Classic Jupyter Notebook, I can access these models using: ```javascript %%javascript var manager =...

## Description ## Reproduce 1. In Jupyter Lab, create a new Text Area widget via ``` from ipywidgets import interact, widgets widgets.Textarea( rows=20, value="defaultvalue", placeholder='Paste multiline text', description='Test Widget:', disabled=False,...

## Description It seems that there's an incompatibility between ipywidgets and JupyterLite 0.4.0. When I post the simple snippet below into an empty notebook cell and run it, the slider...

## Description When setting and getting a slider's value multiple times, the values are inconsistent. [inconsistency.webm](https://github.com/user-attachments/assets/bfc77a7a-9e8a-4431-b5a0-c2da1d421b15) ## Reproduce [FloatSlider.ipynb.txt](https://github.com/user-attachments/files/17043029/FloatSlider.ipynb.txt) 1. Create a new environment and install jupyter and ipywidgets: `python...

### Problem It's currently hard to use ipywidgets outside of existing notebook and console widgets. It should not be. ### Proposed Solution Expose `registerWidgetHandler`? Generalize it to take `Notebook |...