-
Metakernel creates a new `CommManager` which is incompatible with jupyter widgets where a global singleton `CommManager` is used. In addition, the comm channel name was changed from `ipython.widget` t…
-
**Describe the bug**
In a collection of Jupyter *notebooks* we have some IPython widgets that work as expected (see an example in first GIF). But when rendered into a Jupyter *book* they do not wor…
-
Add IPython widget for controlling the sim (ISAAC *feedback* channel).
Maybe lend from [ipyvolume](https://github.com/maartenbreddels/ipyvolume)'s overlay for mouse interactions (or use it [somehow…
-
When creating an input cell on a jupyter notebook that displays an ipywidget and marking this cell as Initialization cell, the widget is rendered twice on my machine.
See the following example:
…
-
python 3.12 on Ubuntu (vscode + WSL)
bokeh v3.6.1
jupyter-bokeh v4.0.5
jupyter-core v5.7.2
I am trying to push updates to a bokeh figure inside a vscode interactive enviroment (.py file with cell tag…
-
The ipython display widget doesn't render in my jupyter book HTML output. It does in my sphinx material.
**To Reproduce**
Steps to reproduce the behavior:
Create a markdown table and try to d…
-
For the following simple ipywidgets code:
```Python
%pip install ipywidgets
# Import IPython widgets for interactive input
from IPython.display import display
import ipywidgets as widgets
# …
-
Hi!
I've been looking for an accessible python TDA module for a while. This looks really cool and I'm looking forward to trying it out.
Would you consider making an [ipython widget](https://github.c…
-
In order to support streaming data it would be convenient to have an IPython widget that gave users the ability to add more rows of data asynchronously.
This arose in conversation with @ellisonbg …
-
_From @rythmkraze on October 20, 2016 14:12_
Hi Don
Does this support ipywidgets? Currently I get the following error trying to run `widgets.interact()`
> Widget Javascript not detected. It may no…