Describe function error

Hi

Any idea why am I getting the following error? It is works when I remove the widget option but for the sake of documentation.

TypeError Traceback (most recent call last)
in
----> 1 mt.describe(widget=True)
2 #mt.describe()

TypeError: describe() got an unexpected keyword argument ‘widget’

What version of hail do you have installed? That’s a very new feature, so it could just not exist in your version.

In particular, you can see in the change log that widget was added in 0.2.25.

1 Like

thanks for the hint. upgraded to the latest version