Results 9 comments of Jason Sexauer

I am also interested in this feature. Thanks for the tip for the pencil, that's great work around.

Are you able to find networkx_viewer in your site packages folder of the virtual environment?

If you enter two or more nodes in the box on the right,, it will find the shortest path between them. You can also enter a new node and select...

I already have code to do this I plan to merge into the code base.

Hi Kurba, Thanks for your feedback! Regarding your comments: - While I would like to add capability to add nodes and edges to the graph dynamically though the UI, it...

The latest build has the ability to display attributes for nodes and edges in a panel on the right.

Thanks jvahue. I actually have some code to save and restore the view written I can merge back into the project. I'll try to do that this weekend. I'll also...

@alexflint You can see the PR for these typos here: https://github.com/alexflint/process-isolation/pull/1 I am trying to use the proxy objects you created here to work on a new feature I'm working...

SIGCHLD isn't supported on Windows. I just commented this and a few other lines out on my windows implementation and haven't seen any ill affects, though to be fair I...