I followed graph-tool installation instructions in the the following link(https://colab.research.google.com/github/count0/colab-gt/blob/master/colab-gt.ipynb#scrollTo=d_j7nNbKRmhx). However, it throws the following error
<ipython-input-3-3f634eeb007c> in <module>()
----> 1 state.draw()
/usr/lib/python3/dist-packages/graph_tool/inference/nested_blockmodel.py in draw(self, **kwargs)
986 draws the hierarchical state."""
987 import graph_tool.draw
--> 988 return graph_tool.draw.draw_hierarchy(self, **kwargs)
989
990
AttributeError: module 'graph_tool.draw' has no attribute 'draw_hierarchy' ```