Neil Vaytet
Neil Vaytet
Interestingly, when rendered with `nbsphinx`, the widths of the `ToggleButtons` seem to be the same as the `ToggleButton`.
Interestingly, it works with `2.4.0` and `ipywidgets=8.0.1`.
Were you running this in Jupyter? Could this have to do with the fact that ipython by default holds on to references of the cell outputs, and thus the memory...
Can you try running the same code in a python script to see if the memory also grows there?
Any suggestions for working around this? Thanks!
Looked into this briefly at the EuroScipy2022 sprints. A simple fix could be to change the line https://github.com/scikit-image/scikit-image/blob/main/skimage/color/colorconv.py#L147 to read ```Py return func(arr.astype(float_dtype, copy=False), force_copy=force_copy) ``` This would yield the...
I also tried with `LineGeometry`, which shows nothing with `LineBasicMaterial`, and shows something strange with `LineMaterial`: ```Py x = [0, 10, 20, 30] y = [0, 10, 0, 10] a...
Hi there, I tried what you suggested but it did not make the error go away :-(
Any progress on this? Thanks!
Hmm, I don't seem to be able to reproduce my error anymore. I tried making a new env with exactly the same versions as above, both using `conda` and `pip`,...