Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AttributeError: 'Graph' object has no attribute 'visualize' #9

Open
ibrahim3802 opened this issue Jul 25, 2023 · 2 comments
Open

AttributeError: 'Graph' object has no attribute 'visualize' #9

ibrahim3802 opened this issue Jul 25, 2023 · 2 comments

Comments

@ibrahim3802
Copy link

in <cell line: 2>()
1 name = 'graph_2'
----> 2 G.visualize(graphs[10], name)

AttributeError: 'Graph' object has no attribute 'visualize'

@manjuvallayil
Copy link
Contributor

Can you please try G.visualize_html and see what happens?

@ramzan-basheer
Copy link

Can you please try G.visualize_html and see what happens?

This worked

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants