Sam Welborn

Results 53 comments of Sam Welborn

@carterbox is it OK to also add the averaging type here? there is a discrepancy in the averaging type (mean/median between methods). looking back I see I forgot to put...

It seems like [bqplot](https://github.com/bqplot/bqplot-gallery) has just added something like this, coincidentally.

Dear Maarten, Thank you for the thoughtful reply. I agree with you: working with raw ipywidgets when attempting to build a large, complicated application is tricky for all of the...

Thanks for your reply. I tried running a build without using sphinx. I tried changing my conf file to make it the alabaster theme and this was the result: ![image](https://user-images.githubusercontent.com/55868530/149677753-82d8e475-a28f-4763-b441-cc1d056cf38e.png)...

Thanks for your reply @grlee77. My application uses image registration using [phase cross correlation](https://github.com/scikit-image/scikit-image/blob/main/skimage/registration/_phase_cross_correlation.py). For now I have just added a folder into my repo which users would install manually....

I don't think this is still an issue. Was a long time ago, likely to do with beta version of ipywidgets...

Try clicking on a shape to select it, then moving it/resizing it.

https://github.com/widgetti/solara/assets/55868530/50ae9c7f-e113-41b0-938f-05ed966a172a You have to double-click on the edge of the box to select

Unsure if this helps, but I added a very basic implementation of forms to this effect here: https://github.com/swelborn/tomopyui/blob/b3306ff2e31dd2ee34614c77187de1f98ef9df8d/tomopyui/frontend/components/metadata/metadata.py It uses pydantic to do this, and pydantic models can be autogenerated...

nice @Jhsmit one note for people reading this: code in @Jhsmit is that use of __fields__ and .dict() is deprecated in newer versions of pydantic: ``` The getter for property...