ipywidgets
                                
                                 ipywidgets copied to clipboard
                                
                                    ipywidgets copied to clipboard
                            
                            
                            
                        Interactive Widgets for the Jupyter Notebook
I was looking for a "multi-file selection widget". It seems that ipyfilechooser only allows selecting a single file. #2190
[jupyterlab-licenses (5).md](https://github.com/jupyter-widgets/ipywidgets/files/12645292/jupyterlab-licenses.5.md) _Originally posted by @JennPlothow in https://github.com/jupyter-widgets/ipywidgets/pull/3780#pullrequestreview-1630385259_
Is there a way to capture ipywidget output and direct to a file? eg ``` nout = ipywidgets.Output() with nout: print("hi there") ``` and instead of "hi there" going to...
names from font-awesome v6 (current version) won't necessarily work. This clarifies the docs
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.24 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @romainmenke). 8.4.29 Fixed Node#source.offset (by...
## Description With ipywidgets `data = ['Plain text item', 'Item with
I have a question regarding custom IPyWidgets. We have an already made library that renders on notebooks using the `_repr_html_` method understood by IPython. Those elements are custom HTML/JS/CSS components....
It looks like JupyterLab 4 switched to using MathJax3 (https://github.com/jupyterlab/jupyterlab/pull/13877). Looking in the source for ipywidgets `ipywidgets/packages/controls/src/utils.ts` the function `typeset` hasn't been upgraded to work with MathJax3. [source here](https://github.com/jupyter-widgets/ipywidgets/blob/689bc46a14e81c83c97ff8534b4eda6dfa46f574/packages/controls/src/utils.ts#L16) and...
I was trying to compile `python` package on main branch but ran into a compilation error: ``` ℹ️ aarch64 | src/manager.ts(19,8): error TS2307: Cannot find module '@jupyter-widgets/base-manager' or its corresponding...
## Description As in title, when a tab has a lot of contents, its scroll bar is moved to bottom. ## Reproduce ``` import ipywidgets as widgets from ipytext import...