issues Search Results · repo:jupyter-widgets/ipywidgets language:TypeScript
Filter by
2k results
(105 ms)2k results
injupyter-widgets/ipywidgets (press backspace or delete to remove)Description
[!NOTE] Seems related to Interacting with output widgets from background threads
When using an ipywidgets.Output widget as a context manager (with out:) inside an asyncio loop, stdout (e.g., ...
basnijholt
- 2
- Opened on May 9
- #3993
I have the following core packages:
IPython : 8.30.0 ipykernel : 6.29.5 ipywidgets : 8.1.2 jupyter_client : 8.6.3 jupyter_core : 5.7.2 jupyter_server
: 2.15.0 jupyterlab : 4.4.1 nbclient : 0.10.2 nbconvert ...
dfacepeter
- Opened on Apr 30
- #3991
Description
The Python function print() accepts a parameter end to specify what to add at the end of the print. The default is the
new line character but this can be changed.
Reproduce
import ipywidgets ...
lgautier
- Opened on Apr 30
- #3990
If I display an ipywidget Output widget as follows:
import plotly.express as px
from ipywidgets import Output
widget = Output()
widget
and then try to fill it with content as follows:
a = list(range(50_000)) ...
soerenwolfers
- Opened on Apr 24
- #3986
Hi, I m writing a simple Binance screener in JupyterLab. In the program I connect to Binance API using asynchronous
approach. I create multiple tasks using Semaphore, then each of these tasks connects ...
artquest
- 7
- Opened on Apr 18
- #3985
The comm API is a symmetric, asynchronous, fire and forget style messaging API.
I wrote a web audio recorder(32ms chunk audio), how can I avoid forget? My implementation (process chunk by chunk) is
slow: ...
Custom Widget
pengzhendong
- 1
- Opened on Apr 7
- #3981
Description
This issue is adapted from https://github.com/matplotlib/ipympl/issues/593 that I initially opened thinking I was
dealing with an ipympl bug. I m unfamiliar with widgets, please feel free ...
lstngr
- 5
- Opened on Mar 26
- #3980
For example, I m imagining
ipywidgets.Textarea(..., spellcheck=False)
causing spellcheck= false to be added to the textarea.
Or is there already another way to achieve this?
zmoon
- Opened on Mar 24
- #3979
This is not part of the Jupyter org on PyPI, this makes it harder to list all the Jupyter related packages.
Carreau
- 1
- Opened on Mar 16
- #3977
https://ipywidgets.readthedocs.io/en/latest/examples/Using%20Interact.html does not render outputs it shows a long
traceback:
Image
docs
krassowski
- Opened on Feb 28
- #3976

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.