ipywidgets icon indicating copy to clipboard operation
ipywidgets copied to clipboard

Interactive Widgets for the Jupyter Notebook

Results 312 ipywidgets issues
Sort by recently updated
recently updated
newest added

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...

This is not part of the Jupyter org on PyPI, this makes it harder to list all the Jupyter related packages.

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...

## 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...

If I display an ipywidget Output widget as follows: ```python import plotly.express as px from ipywidgets import Output widget = Output() widget ``` and then try to fill it with...

Jupyter notebook version: latest, just brew installed it. Installation in Jupyter notebook ``` # Install matplotlib for data visualization %matplotlib !pip install matplotlib !pip install ipywidgets ``` Usage: ``` interact(plot_distribution,...

For example, I'm imagining ```python ipywidgets.Textarea(..., spellcheck=False) ``` causing [`spellcheck="false"`](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/spellcheck) to be added to the ``. Or is there already another way to achieve this?

Hi there, Please try above. If display once, the player will play and the slider value keeps changing. If displaying twice and clicking the play button, the slider value only...

I am having issues displaying ipywidgets when two notebooks share the same kernel. The original notebook (which instantiated the kernel) is still able to display widgets. However, if I connect...