ipywidgets
ipywidgets copied to clipboard
Interactive Widgets for the Jupyter Notebook
Would it be possible to display ipywidgets in the JupyterLab code console? Currently, when an ipywidget is evaluated in the code console, it just prints the string representation. The use...
In https://github.com/jupyter-widgets/ipywidgets/commit/9d999d7b267ade8037b821ce356868a3ce205bd8 (part of #2532), we introduced changes refactoring how kernels are used in the JupyterLab manager. Looking over the code in https://github.com/jupyter-widgets/ipywidgets/blob/master/packages/jupyterlab-manager/src/manager.ts, I think it would be good to...
Is it possible to disable autoscrolling when the number of options is very high? At the moment the workaround for me is to explicitly set the height in layout property....
### Problem There is no easy way to see all the methods available to widget objects. This is true for both the Python and `ts` sides. This is makes it...
### Problem I want to have an R jupyter notebook, using `ggploty` for interactive plots, and *also* to have widgets to control certain parts of the code. Looking at #792...
## Description Hi, thank you for a great library. I just came across a problem using the Upload widget. I am using google colab but after my understanding at this...
## Description The widget.on_displayed callback is not called when set using the children property of a box ## Reproduce ```python import ipywidgets as w # fun is never called here...
During the generation of multiple heatmaps at the same location, I noticed the generated html files keep increasing in size without an equivalent increase in the volume at a given...
Provide `ActiveHTMLWidget` that allows users to properly interact with HTML as rendered in the DOM
### Problem Across my few weeks using it, `ipywidgets` has been consistently added unnecessary restrictions to my desired workflow. At the end of the day, I'd really just like `ipywidgets`...
Hi All, I'm working on a progress display for an API that's part of Quantopian/Zipline (WIP Code: https://github.com/quantopian/zipline/pull/2467/files#diff-b2c6946e6ea0a4a071d04a4d0643c413R125). My basic layout is that I've got a header, a progress bar...