ipywidgets
ipywidgets copied to clipboard
Interactive Widgets for the Jupyter Notebook
Hi all! Is there any way to change the style of the description of a widget? Specially at the moment I want to change the text color and size on...
## Description I am trying to visualize a `.vtk` file with `itkwidgets` in Jupyterlab with this code: ``` import pyvista as pv data = pv.read('~/Desktop/samo/prvivtk.vtk') from itkwidgets import view view(geometries=data)...
In v7 Layout.border was a trait and meant that the border could be linked between widgets. In v8 it was changed to a property which non longer supports this functionality....
Hello, In the following env: - pywidgets 7.7.1 - jupyterhub 2.3.1 - jupyterlab 3.4.3 If i try to execute the following code: ``` import ipywidgets as ipy widgets = {}...
This is a request to reverse #1958. Currently, the options are set using tuples, which are immutable. If you want to have options be driven by data cleanly, there is...
I think that ipywidget is great, therefore I venture with a suggestion. Presently a long widget description with not enough space to display produces dots, and a balloon when hovering...
## Description Hi guys; I'm using interactive output with `folium` and this is the output I get:  The widgets show up how I expected them to be laid out,...
## Description When a slider widget is used, one would expect that a value change is observed when the slider is clicked and when it is dragged. However, when `continous_update`...
This causes 1 less widget to be created, which matters when you care about performance. For instance, creating 100 buttons will now create 300 widgets (button, layout and style). With...