Hi :) Maybe this answer is more helpful, as I can understand that `from graph-tool.all import *` might clutter your namespace, especially if you're using other graph analysis packages in parallel (it's also not necessarily considered good practice to do so.)
I figured that ``` import graph-tool.all as gt ``` should give you the behaviour you were expecting (understandably if you look at a lot of examples in the docs). At least it does so far for me. Cheers, Felix -- View this message in context: http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/Need-help-to-locate-subpackages-tp4026716p4026720.html Sent from the Main discussion list for the graph-tool project mailing list archive at Nabble.com. _______________________________________________ graph-tool mailing list [email protected] https://lists.skewed.de/mailman/listinfo/graph-tool
