BrunoBelucci

Results 4 issues of BrunoBelucci

### Description This PR fixes #1236 and #1207. Following the numpy error message, `np.float` was a deprecated alias for the builtin `float`. The aliases was originally deprecated in NumPy 1.20....

Hello, It seems like that is an error when trying to use the Float function, more specifically due to the function: ``` def check_default(self, default_value: Optional[float]) -> float: if default_value...

This is the solution I came up with after opening issue #336. I have also noted that I could not use `Integer()` with a default value because the integer default...

### Problem Jupyter Notebook 7 does not have the feature of expanding/opening the docstring tooltip with 2x `shift + tab` or 4x `shift tab`, which I use all the time...

enhancement
regression