ipywidgets
ipywidgets copied to clipboard
Interactive Widgets for the Jupyter Notebook
- Update changelog and migration guide to suggest adapting changes from the new cookiecutter (this encourages custom widget authors to adapt changes in the widget cookiecutter to their own widgets,...
### Problem I am working on creating a custom widget and making it usable on all major notebook frontends. Currently, if you publish an NPM package, than this supports VS...
We are well on our way to an 8.0 release. The milestone is at https://github.com/jupyter-widgets/ipywidgets/milestone/30 I've tagged backwards-incompatible issues/PRs in the 8.0 milestone with a label. I consider those criticial...
One of the differences between 7.x and 8.x is the .titles attribute for selection containers. I've seen a number of people confused trying to use .titles in 7.x. Recently, we...
I currently have multiple widgets and widget descriptions and they are not aligned. They look like this:  I want the 'Next bottleneck' button to be aligned with the start...
Looking at how ipykernel and IPython are used, I wonder if we can remove them as dependencies. I think in xeus-python, and in pyodide environments we do not use the...
Related discussions: - https://github.com/jupyter-xeus/xeus-python/issues/342 - https://github.com/jupyter-widgets/ipywidgets/issues/3514 Currently working on a Python comm package on https://github.com/martinRenou/comm for now, but it should probably be moved in the IPython org This has the...
This is what I get by simply displaying a pandas dataframe and it is the expected result  This is what I get if I try to capture the output...
I am using the standard `Output` widget for adding some rich IPython display to my app. However, if the output gets too long it changes into a scroll-bar. I've tried...
Bumps [terser](https://github.com/terser/terser) from 5.10.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...