ipywidgets icon indicating copy to clipboard operation
ipywidgets copied to clipboard

Allow `interact` to use basic type hint annotations

Open corranwebster opened this issue 1 year ago • 2 comments

This lets interact use type annotation information to create widgets, as proposed in #3907. Since type annotations are used as a last resort, this should not change the behavior of any currently working code.

image

Work that is needed:

  • [x] tests
  • [x] update documentation
  • [x] code style clean-up

Fixes #3907

corranwebster avatar Apr 17 '24 15:04 corranwebster