question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

debugging not displaying a graph G

See original GitHub issue

Say you are building a Graph node by node, edge by edge, style by style. NO error is raised in the building. then: display(G)

and nothing appears. How to debug and look for the reason that makes for ipycytoscape not possible to display the graph?

Issue Analytics

  • State:open
  • Created 3 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
ianhicommented, Dec 16, 2020

Do you have a complete example you can post? I would expect that after creation then display(G) should always display something. If it doesn’t you may well have found a bug. To check that I would open the browser javascript console and see if there are any errors there. (See https://webmasters.stackexchange.com/a/77337/115742 for how to open the javascript console)

0reactions
marimeirelescommented, Mar 29, 2021

Is this still valid?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unable to see plots made with Matplotlib while debugging #620
Note that if you are trying to plot during debugging in the IPython Qt Console, it blocks, too, after you issue the "show()"...
Read more >
Troubleshooting Charts | Image Charts - Google Developers
General Debugging Tips; My Chart Isn't Showing! This page describes some debugging tips when your charts don't seem to be working.
Read more >
Problems with Interactive Plotting in Debug Mode in PyCharm ...
Since 2017.1 I have to manually call show() which then blocks the console until the figure is destroyed. Example: plt.imshow(2dgrid); plt.show().
Read more >
matplotlib figure won't show when Python is run from VS Code ...
I created a simple script (below), when running on Ubuntu's Terminal the plot appeared, but on VSCode's Terminal the plot didn't open and ......
Read more >
Displaying Graph when real time debug with running CLA ...
But I could not display variable as graph. When I set the parameter as follows,. Following Error occurred. IcePick_C_0: Trouble Reading Memory ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found