ipywidgets
ipywidgets copied to clipboard
Interactive Widgets for the Jupyter Notebook
### Problem While matplotlib is not directly related to ipywidgets, it is a major use case but also a major headache. Plots appear, but in the wrong place, without what...
For greater visibility a high-level doc would be helpful. High-level roadmap doc from 7.x -> 8.0 -> 8.1 -> 9.x would be a helpful community addition. Highlighting backwards incompatibility would...
### Problem I use the IntRangeSlider widget to limit an axis in an interactive plot. I wish I had an attribute to define a Stringformatter like in Matplotlib, so I...
### Background This is meant to be a discussion. I'm not sure where to post this. I'm new here. I am an experimental scientist that currently works at Stanford Synchrotron...
I am developing a custom widget for Jupyter Lab/Notebook and I am trying to find out if it's possible to updates the `outputs` property of a cells such that it's...
## Description I write a .ipynb file like this in a jupyterlab (in devcontainer A), and save it with `save widget state automatically` option :  So that, I can...
If on needs to manipulate the style or behavior of the widget from the js side, one has to use a class selector, which is suboptimal when having more than...
When using ipwidgets-8 (tested with b1 and rc0), voila does not display the widgets, where it works flawlessly with ipywidgets-7 (7.6.5). Minimal example cell : import ipywidgets as widgets w...
I stumbled upon a [question](https://stackoverflow.com/questions/58380894/ipywidgets-clear-output-does-not-work-the-second-time-its-used) on Stack Overflow where the first line printed in the output widget doesn't get cleared by the first call to `clear_output`. import ipywidgets as widgets...
## Description I create an `Output` object on the main thread and display something on it. Then, in another thread, I try to clear the output and display other things...