Hi Matminers:
it seems like I can’t import AverageBondLength with Jupyternotebook. Can anyone help?
from matminer.featurizers.site import AverageBondLength
``
<details class='elided'>
<summary title='Show trimmed content'>···</summary>
---------------------------------------------------------------------------
ImportError Traceback (most recent call last)
<ipython-input-66-725103e67a38> in <module>()
----> 1 from matminer.featurizers.site import AverageBondLength
ImportError: cannot import name 'AverageBondLength'