GuyAllard / markov_clustering

markov clustering in python
MIT License
167 stars 37 forks source link

module 'markov_clustering' has no attribute 'draw_graph' #27

Open chandana277 opened 3 years ago

chandana277 commented 3 years ago

Hello, I am trying to use draw_graph but there is an error that: module 'markov_clustering' has no attribute 'draw_graph'. The same is working in google colab but not in jupyter notebook. Could you please help me with this issue? Thank you

eddiewu01 commented 2 years ago

DId you fix the issue?

I am also facing the same issue here