-
The widgets appear and work fine when I use `pythreejs` in notebooks.
When I save the notebook along with its state and build html docs using `nbsphinx`, the widgets do not appear when opening the …
-
With ipython-8.20.0 I get:
```
ipython3.12 --simple-prompt
Python 3.12.1 (main, Dec 18 2023, 00:00:00) [GCC 13.2.1 20231011 (Red Hat 13.2.1-4)]
Type 'copyright', 'credits' or 'license' for more i…
-
Since widgets, extensions, custom, basic, terminal, etc. are overloaded terms that have meanings from multiple contexts, it would be helpful to have a brief document that explains what these terms mea…
-
* With the following code in a jupyter notebook containing a single cell with these html elements:
```python
from IPython.display as ipd
import ipywidgets as w
display(ipd.HTML("IPytho…
-
## Description
When using a Python kernel, I cannot use ChatGPT via the `%%ai` magic to analyze TypeScript code. The curly braces `{}` are being interpreted by the magic command, even if they a…
-
```
___________________________ test_append_display_data ___________________________
def test_append_display_data():
widget = widget_output.Output()
# Try appending a Markd…
-
## Main error
Application spyder launch may have produced errors.
## Traceback
```
Traceback (most recent call last):
File "C:\Users\robi_\Anaconda2\lib\site-packages\spyder\app\mainwindow.py",…
-
## Main error
Application spyder launch may have produced errors.
## Traceback
```
Traceback (most recent call last):
File "C:\Users\bipin\Anaconda2\lib\site-packages\spyder\app\mainwindow.py",…
-
Importing mpld3 causes a whole bunch of deprecation warnings to appear from ipywidgets, even if no mpld3 or matplotlib calls are made. For reference, I have ipywidgets 4.1.1 and mpld3 0.2 installed.
…
-
Can we and should we enable Jupyter widgets in IF# ?
https://github.com/ipython/ipywidgets/blob/6b1e0901260409e166ed1763db06122dedeb4b89/docs/source/examples/Widget%20Low%20Level.ipynb
It looks …