nunupeke

Results 4 comments of nunupeke

Same here. Does this only happen for the latest vs2019 version (v16.11.5)?

Same here for voila==0.2.10. Works fine in jupyterlab and notebook though.

Hi. I'm currently experimenting with the new typing features in v0.18 (#1259). How would I annotate functions or classes that handle `float` / `np.ndarray` equivalently to `Quantity[float]` / `Quantity[np.ndarray]`. For...

Ok, you are right. My example function is not ideal. What I was really trying to find is an annotation that says: "if you use numpy arrays here, expect scalars...